|
DOLFIN-X
DOLFIN-X C++ interface
|
9 #include <dolfinx/graph/AdjacencyList.h>
30 class ElementDofLayout;
39 static std::tuple<std::shared_ptr<const ElementDofLayout>,
40 std::shared_ptr<const common::IndexMap>,
43 std::shared_ptr<const ElementDofLayout> element_dof_layout);
46 static std::pair<std::shared_ptr<common::IndexMap>,
This class provides a static adjacency list data structure. It is commonly used to store directed gra...
Definition: assemble_matrix_impl.h:26
Low-level methods for reading XDMF files.
Definition: defines.h:11
Builds a DofMap on a mesh::Mesh.
Definition: DofMapBuilder.h:34
The class represents the degree-of-freedom (dofs) for an element. Dofs are associated with a mesh ent...
Definition: ElementDofLayout.h:36
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.
Definition: DofMapBuilder.cpp:481
Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relat...
Definition: Topology.h:58