genericROM.Containers.Meshes.BasicToolsUnstructuredMesh

class BasicToolsUnstructuredMesh(mesh)[source]

Bases: Mordicus.Containers.Meshes.MeshBase.MeshBase

Class containing a wrapper for the format BasicTools.Containers.UnstructuredMesh

__storage
Type

BasicTools.Containers.UnstructuredMesh

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