DOLFIN-X
DOLFIN-X C++ interface
|
Builds a DofMap on a mesh::Mesh. More...
#include <DofMapBuilder.h>
Static Public Member Functions | |
static 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, int block_size) |
Build dofmap. More... | |
Builds a DofMap on a mesh::Mesh.
|
static |
Build dofmap.
[in] | comm | MPI communicator |
[in] | topology | The mesh topology |
[in] | element_dof_layout | The element dof layout for the function space |
[in] | block_size | The number of DOF colocated at each point |