DUNE PDELab (2.7)

Dune::PDELab::SparsityLink Class Reference

Entry in sparsity pattern. More...

#include <dune/pdelab/gridoperator/common/assemblerutilities.hh>

Public Member Functions

 SparsityLink ()
 Standard constructor for uninitialized local index.
 
 SparsityLink (int i, int j)
 Initialize all components.
 
int i () const
 Return first component.
 
int j () const
 Return second component.
 
void set (int i, int j)
 Set both components.
 

Detailed Description

Entry in sparsity pattern.

The sparsity pattern of a linear operator is described by by connecting degrees of freedom in one element with degrees of freedom in the same element (intra) or an intersecting element (inter).

This numbering is with respect to the depth-first canonical order of the degrees of freedom of an entity.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)