PanNDE
|
This is the complete list of members for HostData::HexMeshFactory, including all inherited members.
deleteMesh(PanNDE::Mesh *mesh) override | HostData::HexMeshFactory | inlinevirtual |
makeCell(int32_t *nodes, int32_t Nnodes, int64_t global_id, int32_t owner=0) override | HostData::HexMeshFactory | inlinevirtual |
makeManagedMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0) override | HostData::HexMeshFactory | inlinevirtual |
makeManagedMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0) override | HostData::HexMeshFactory | inline |
PanNDE::MeshFactory::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() override | HostData::HexMeshFactory | inlinevirtual |
makeNode(double coord[3], int64_t global_id, int32_t owner=0) override | HostData::HexMeshFactory | inlinevirtual |
newMesh(PanNDE::Mesh::Node *nodes, int64_t Nnodes, PanNDE::Mesh::Cell *cells, int64_t Ncells, int32_t partition=0) override | HostData::HexMeshFactory | inlinevirtual |
newMesh(std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Node >> nodes, std::shared_ptr< PanNDE::Array< PanNDE::Mesh::Cell >> cells, int32_t partition=0) override | HostData::HexMeshFactory | inline |
PanNDE::MeshFactory::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 |