DUNE PDELab (2.7)

Dune::PDELab::LocalSparsityPattern Class Reference

Layout description for a sparse linear operator. More...

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

Public Member Functions

template<typename LFSV , typename LFSU >
void addLink (const LFSV &lfsv, std::size_t i, const LFSU &lfsu, std::size_t j)
 Adds a link between DOF i of lfsv and DOF j of lfsu. More...
 

Public Attributes

elements
 STL member.
 

Detailed Description

Layout description for a sparse linear operator.

See also
SparsityLink

Member Function Documentation

◆ addLink()

template<typename LFSV , typename LFSU >
void Dune::PDELab::LocalSparsityPattern::addLink ( const LFSV &  lfsv,
std::size_t  i,
const LFSU &  lfsu,
std::size_t  j 
)
inline

Adds a link between DOF i of lfsv and DOF j of lfsu.

This methods adds a link between the DOF i of the test local test space lfsv and the DOF j of the local ansatz space lfsu.

Parameters
lfsvThe local test space.
iIndex of the DOF in the test space lfsv.
lfsuThe local ansatz space.
jIndex of the DOF in the ansatz space lfsu.

References Dune::TypeTree::push_back().


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)