genericROM.Containers.Meshes.MuscatUnstructuredMesh module

class MuscatUnstructuredMesh(mesh)[source]

Bases: MeshBase

Class containing a wrapper for the format Muscat.Containers.Mesh

__storage
Type:

Muscat.Containers.Mesh

AllElementsIterator()[source]

Constructs an iterator over the elements of the mesh

Returns:

an iterator over the elements of the mesh

Return type:

iterator

GetNodes()[source]

Returns the nodes of the mesh

Returns:

of size (numberOfNodes,dimensionality)

Return type:

np.ndarray