|
PanNDE
|
This is the complete list of members for PanNDE::MeshFactory, including all inherited members.
| deleteMesh(PanNDE::Mesh *mesh)=0 | PanNDE::MeshFactory | pure virtual |
| makeCell(int32_t *nodes, int32_t Nnodes, int64_t global_id, int32_t owner=0)=0 | PanNDE::MeshFactory | pure virtual |
| makeManagedMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0)=0 | PanNDE::MeshFactory | pure virtual |
| makeManagedMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0)=0 | PanNDE::MeshFactory | pure virtual |
| makeManagedMeshArray()=0 | PanNDE::MeshFactory | pure virtual |
| makeNode(double coord[3], int64_t global_id, int32_t owner=0)=0 | PanNDE::MeshFactory | pure virtual |
| newMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0)=0 | PanNDE::MeshFactory | pure virtual |
| newMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0)=0 | PanNDE::MeshFactory | pure virtual |