Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/da/ded/DofMap_8h.html
DOLFINx 0.7.3
DOLFINx C++ interface
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DofMap.h File Reference

Degree-of-freedom map representations and tools. More...

Go to the source code of this file.

Classes

class  DofMap
 Degree-of-freedom map. More...
 

Namespaces

namespace  dolfinx
 Top-level namespace.
 
namespace  dolfinx::common
 Miscellaneous classes, functions and types.
 
namespace  dolfinx::mesh
 Mesh data structures and algorithms on meshes.
 
namespace  dolfinx::fem
 Finite element method functionality.
 

Functions

graph::AdjacencyList< std::int32_t > transpose_dofmap (MDSPAN_IMPL_STANDARD_NAMESPACE::mdspan< const std::int32_t, MDSPAN_IMPL_STANDARD_NAMESPACE::dextents< std::size_t, 2 > > dofmap, std::int32_t num_cells)
 Create an adjacency list that maps a global index (process-wise) to the 'unassembled' cell-wise contributions.
 

Detailed Description

Degree-of-freedom map representations and tools.