innerResidual.hh
Go to the documentation of this file.
95 typename concepts::HashMap<concepts::ElementMatrix<F> >::const_iterator iter = hashM_.find(quadKey);
const concepts::ElementMatrix< F > & operator()(uint quadKey) const
Const Read Operator for a requested list of local inner residuals to local basis functions.
Definition: innerResidual.hh:94
void fillEntries_(LinearForm< F, G > &lform, const F a=1)
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
InnerResidual(const SpaceOnCells< G > &spc)
Standard constructur builds up the mapping by default of each element of the Space spc.
const concepts::ElementMatrix< F > & operator[](uint quadKey)
Read Operator for a requested list of local inner residuals to local basis functions.
Definition: innerResidual.hh:83
const F operator()(const hp2D::Quad< F > &quad, const uint locNode)
Read Operator returning the local inner residual corresponding to the requested first order basis fun...
Definition: innerResidual.hh:105
InnerResidual(const SpaceOnCells< G > &spc, LinearForm< F, G > &lform, const F a=1)
Constructur building the mapping from element key to the local (inner) residuals.
concepts::HashMap< concepts::ElementMatrix< F > > hashM_
Definition: innerResidual.hh:144
concepts::HashMap< const ushort * > degP_
Definition: innerResidual.hh:150
Definition: hashMap.hh:19
std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition: innerResidual.hh:134
uint getPos_(const uint i, const ushort *p)
Method returning position of i-th nodal considered first order basis function's inner residual.
Definition: innerResidual.hh:199
void add(LinearForm< F, G > &lform, const F a=1)
Add routine to build up the local inner Residuals.
Definition: innerResidual.hh:54