hpExtension.hh
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
RefineOrRaise(const concepts::Vector< F > &solution, const Real theta, concepts::AdaptiveSpace< G, concepts::AdaptiveAdjustP< 3 > > &spc)
Constructor.
bool regression_(concepts::Array< F > &coeff, const uint p) const
Makes the regression test.
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
concepts::Array< F > regr_
Temporary space for the log linear regression.
Definition: hpExtension.hh:60
concepts::AdaptiveSpace< G, concepts::AdaptiveAdjustP< 3 > > & spc_
Space.
Definition: hpExtension.hh:64
Class to describe adjustments to elements in an adaptive space.
Definition: hpMethod.hh:59
concepts::Array< F > coeff_
Elementwise coefficients of the shape functions.
Definition: hpExtension.hh:56
Real transCoeff_(const uint i, const uint j) const
Returns the ith coefficient of the jth shape function in a Legendre expansion.