PanNDE
PanNDE::MeshFactory Member List

This is the complete list of members for PanNDE::MeshFactory, including all inherited members.

deleteMesh(PanNDE::Mesh *mesh)=0PanNDE::MeshFactorypure virtual
makeCell(int32_t *nodes, int32_t Nnodes, int64_t global_id, int32_t owner=0)=0PanNDE::MeshFactorypure virtual
makeManagedMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0)=0PanNDE::MeshFactorypure virtual
makeManagedMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0)=0PanNDE::MeshFactorypure virtual
makeManagedMeshArray()=0PanNDE::MeshFactorypure virtual
makeNode(double coord[3], int64_t global_id, int32_t owner=0)=0PanNDE::MeshFactorypure virtual
newMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0)=0PanNDE::MeshFactorypure virtual
newMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0)=0PanNDE::MeshFactorypure virtual