DOLFIN-X
DOLFIN-X C++ interface
Functions
dolfinx::fem::SparsityPatternBuilder Namespace Reference

Functions to compute the sparsity pattern based on DOF maps. More...

Functions

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.
 
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.
 
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.
 

Detailed Description

Functions to compute the sparsity pattern based on DOF maps.