DOLFIN-X
DOLFIN-X C++ interface
Static Public Member Functions | List of all members
dolfinx::fem::SparsityPatternBuilder Class Reference

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.
 

Detailed Description

This class provides functions to compute the sparsity pattern based on DOF maps.


The documentation for this class was generated from the following files: