Mesh Class

This is the Mesh class definition.

class packages.+mp.Mesh(dim, nodes, elements, regions, nodemap)

Holds mesh data

This is description of class Mesh. Bla bla.

Methods

Constructors

Mesh.Mesh(dim, nodes, elements, regions, nodemap)

Consctruct new mesh

Reading and writing

ala alal x.. automethod:: Mesh.setParent x.. automethod:: Mesh.cellTypes x.. automethod:: Mesh.faceEdgeOrient x.. automethod:: Mesh.getAdjacency x.. automethod:: Mesh.updateAdjacency x.. automethod:: Mesh.elemNodes x.. automethod:: Mesh.countNodes x.. automethod:: Mesh.countFaces x.. automethod:: Mesh.countEdges x.. automethod:: Mesh.countRegions x.. automethod:: Mesh.regionNames x.. automethod:: Mesh.countElems x.. automethod:: Mesh.elemsCenters x.. automethod:: Mesh.faceCenters x.. automethod:: Mesh.edgeCenters x.. automethod:: Mesh.write x.. automethod:: Mesh.submeshFromRegions x.. automethod:: Mesh.Vertex2Vertex x.. automethod:: Mesh.Vertex2Edge x.. automethod:: Mesh.Vertex2Face x.. automethod:: Mesh.Vertex2Cell x.. automethod:: Mesh.Edge2Vertex_1D x.. automethod:: Mesh.Edge2Vertex_2D x.. automethod:: Mesh.Edge2Edge x.. automethod:: Mesh.Edge2Face x.. automethod:: Mesh.Edge2Cell x.. automethod:: Mesh.Face2Vertex x.. automethod:: Mesh.Face2Edge x.. automethod:: Mesh.Face2Face x.. automethod:: Mesh.Face2Cell x.. automethod:: Mesh.Cell2Vertex x.. automethod:: Mesh.Cell2Edge x.. automethod:: Mesh.Cell2Face x.. automethod:: Mesh.Cell2Cell x.. automethod:: Mesh.getAdjacencyUpdaters x.. automethod:: Mesh.findElems x.. automethod:: Mesh.findRegions

Properties