Mordicus.Modules.Scilab_ESI_Group.Containers.Meshes.SciMesh module

class Mordicus.Modules.Scilab_ESI_Group.Containers.Meshes.SciMesh.SciMesh(mesh)[source]

Bases: MeshBase

Class containing a wrapper for the format openturns.Mesh

__storage
Type

openturns.Mesh

AllElementsIterator()[source]

Constructs an iterator over all the elements of the mesh. An element is np.ndarray of size (numberOfNodes,dimensionality) containing the indices of the nodes included in this element

Returns

an iterator over all the elements of the mesh

Return type

iterator

GetNodes()[source]
Returns

nodes of the mesh, of size (numberOfNodes,dimensionality)

Return type

np.ndarray