DOLFIN-X
DOLFIN-X C++ interface
|
Builds a DofMap on a mesh::Mesh. More...
#include <DofMapBuilder.h>
Static Public Member Functions | |
static std::tuple< std::shared_ptr< const ElementDofLayout >, std::shared_ptr< const common::IndexMap >, graph::AdjacencyList< std::int32_t > > | build (MPI_Comm comm, const mesh::Topology &topology, std::shared_ptr< const ElementDofLayout > element_dof_layout) |
Build dofmap. | |
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. | |
Builds a DofMap on a mesh::Mesh.