Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx  0.1.0
DOLFINx C++ interface
Functions
dolfinx::fem::sparsitybuild Namespace Reference

Functions to build sparsity patterns from degree-of-freedom maps. More...

Functions

void cells (la::SparsityPattern &pattern, const mesh::Topology &topology, const std::array< const std::reference_wrapper< 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 std::reference_wrapper< 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 std::reference_wrapper< const fem::DofMap >, 2 > &dofmaps)
 Iterate over exterior facets and insert entries into sparsity pattern.
 

Detailed Description

Functions to build sparsity patterns from degree-of-freedom maps.