Skip to main content

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:
Variables:

    MeshGroup[key]

    __getitem__ (self, key) -> bamboost.accessors.meshes.Mesh

    None

    Parameters:
    • self : Any

    • key : Any

    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:
    Variables:
    • coordinates :

    • connectivity :

    get_tuple

    get_tuple (self) -> Tuple[numpy.ndarray, numpy.ndarray]

    None

    Parameters:
    • self : Any

    Returns:
      typing.Tuple[numpy.ndarray, numpy.ndarray]