Layout description for a sparse linear operator.
More...
#include <dune/pdelab/gridoperator/common/assemblerutilities.hh>
|
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.
|
|
Layout description for a sparse linear operator.
- See also
- SparsityLink
◆ 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
-
lfsv | The local test space. |
i | Index of the DOF in the test space lfsv. |
lfsu | The local ansatz space. |
j | Index of the DOF in the ansatz space lfsu. |
◆ elements
T std::vector< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: