dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Dune::PDELab::LocalSparsityPattern Class Reference

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

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

Inheritance diagram for Dune::PDELab::LocalSparsityPattern:
Inheritance graph

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

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.

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


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