DOLFIN-X
DOLFIN-X C++ interface
|
Builds a DofMap on a mesh::Mesh. More...
Functions | |
std::pair< std::shared_ptr< common::IndexMap >, graph::AdjacencyList< std::int32_t > > | build (MPI_Comm comm, const mesh::Topology &topology, const ElementDofLayout &element_dof_layout) |
Build dofmap. More... | |
Builds a DofMap on a mesh::Mesh.
std::pair< std::shared_ptr< common::IndexMap >, graph::AdjacencyList< std::int32_t > > dolfinx::fem::DofMapBuilder::build | ( | MPI_Comm | comm, |
const mesh::Topology & | topology, | ||
const ElementDofLayout & | element_dof_layout | ||
) |
Build dofmap.
[in] | comm | MPI communicator |
[in] | topology | The mesh topology |
[in] | element_dof_layout | The element dof layout for the function space |