DUNE PDELab (unstable)
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 | |
| T | elements |
| STL member. | |
Detailed Description
Layout description for a sparse linear operator.
- See also
- SparsityLink
Member Function Documentation
◆ addLink()
template<typename LFSV , typename LFSU >
|
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.
The documentation for this class was generated from the following file:
- dune/pdelab/gridoperator/common/assemblerutilities.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 3, 23:36, 2025)