meshes
MeshGroup
Pointer to a location in an hdf5 file. The constructor takes a :class:`~.file_handler.FileHandler` and the in-file path to the object. The base class represents a generic group in the file
MeshGroup (
file_handler: bamboost.common.file_handler.FileHandler,
path_to_data: str = '/Mesh/0',
_default_mesh: str = 'mesh',
**kwargs
)
Parameters:
- file_handler :
bamboost.common.file_handler.FileHandler
file this belongs to
- path_to_data :
<class 'str'>
infile path to object
- _default_mesh :
<class 'str'>
- kwargs :
Inherits from:
Variables:
MeshGroup[key]
__getitem__ (self, key) -> bamboost.accessors.meshes.Mesh
None
Parameters:
- self :
Any
- key :
Any
Returns:
Mesh
Pointer to a location in an hdf5 file. The constructor takes a :class:`~.file_handler.FileHandler` and the in-file path to the object. The base class represents a generic group in the file
Mesh (
file_handler: bamboost.common.file_handler.FileHandler,
path_to_data: str
)
Parameters:
- file_handler :
bamboost.common.file_handler.FileHandler
file this belongs to
- path_to_data :
<class 'str'>
infile path to object
Inherits from:
Variables:
- coordinates :
- connectivity :
get_tuple
get_tuple (self) -> Tuple[numpy.ndarray, numpy.ndarray]
None
Parameters:
- self :
Any
Returns:
typing.Tuple[numpy.ndarray, numpy.ndarray]