#include <innerResidual.hh>
|
std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
|
template<class G > |
void | fillEntries_ (LinearForm< F, G > &lform, const F a=1) |
|
uint | getPos_ (const uint i, const ushort *p) |
| Method returning position of i-th nodal considered first order basis function's inner residual. More...
|
|
template<class F>
class concepts::InnerResidual< F >
Definition at line 54 of file innerResidual.hh.
◆ InnerResidual() [1/2]
template<class F >
template<class G >
Standard constructur builds up the mapping by default of each element of the Space spc
.
- Parameters
-
spc | Space on which the FEM-Solution was computed, e.g. hpAdaptiveSpaceH1 |
◆ InnerResidual() [2/2]
template<class F >
template<class G >
Constructur building the mapping from element key to the local (inner) residuals.
Additional you can hand over a Linearform scaled by a const value.
- Parameters
-
spc | Space on which the fem solution was computed, |
linform | Linearform derived from the used Billinearforms and Linearforms. |
a | const value to multiplace with the Linearform |
◆ ~InnerResidual()
◆ add()
template<class F >
template<class G >
Add routine to build up the local inner Residuals.
The input Linearform should be defined on the Space given by the Constructor itself. The Linearform have to evaluate only on edge and node basisfunctions (e.g. ) and not on inner ones.
◆ fillEntries_()
template<class F >
template<class G >
◆ getPos_()
Method returning position of i-th nodal considered first order basis function's inner residual.
Definition at line 199 of file innerResidual.hh.
◆ info()
◆ operator()() [1/2]
Read Operator returning the local inner residual corresponding to the requested first order basis function accessed via local nodal numbering on the given quad.
- Parameters
-
quadKey | Key of the requested element |
Definition at line 105 of file innerResidual.hh.
◆ operator()() [2/2]
Const Read Operator for a requested list of local inner residuals to local basis functions.
- Parameters
-
quadKey | the key of the requested element's local residuals |
- Returns
- local inner residuals due to local numbering of basis functions
Definition at line 94 of file innerResidual.hh.
◆ operator[]()
Read Operator for a requested list of local inner residuals to local basis functions.
- Parameters
-
quadKey | the key of the requested element's local residuals |
- Returns
- local inner residuals due to local numbering of basis functions
Definition at line 83 of file innerResidual.hh.
◆ degP_
◆ hashM_
◆ spc_
The documentation for this class was generated from the following file: