DOLFIN-X
DOLFIN-X C++ interface
Static Public Member Functions | List of all members
dolfinx::fem::DofMapBuilder Class Reference

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.
 

Detailed Description

Builds a DofMap on a mesh::Mesh.


The documentation for this class was generated from the following files: