DOLFIN-X
DOLFIN-X C++ interface
|
This class provides functions to compute the sparsity pattern based on DOF maps. More...
#include <SparsityPatternBuilder.h>
Static Public Member Functions | |
static void | cells (la::SparsityPattern &pattern, const mesh::Topology &topology, const std::array< const fem::DofMap *, 2 > dofmaps) |
Iterate over cells and insert entries into sparsity pattern. | |
static void | interior_facets (la::SparsityPattern &pattern, const mesh::Topology &topology, const std::array< const fem::DofMap *, 2 > dofmaps) |
Iterate over interior facets and insert entries into sparsity pattern. | |
static void | exterior_facets (la::SparsityPattern &pattern, const mesh::Topology &topology, const std::array< const fem::DofMap *, 2 > dofmaps) |
Iterate over exterior facets and insert entries into sparsity pattern. | |
This class provides functions to compute the sparsity pattern based on DOF maps.