Layout description for a sparse linear operator.
More...
#include <dune/pdelab/gridoperator/common/assemblerutilities.hh>
|
void | push_back (const SparsityLink &link) |
|
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...
|
|
Layout description for a sparse linear operator.
- See also
- SparsityLink
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. |
void Dune::PDELab::LocalSparsityPattern::push_back |
( |
const SparsityLink & |
link | ) |
|
|
inline |
- Deprecated:
- "The std::vector-like interface to LocalSparsityPattern is deprecated, use addLink() instead."
T std::vector< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: