Public Types | |
enum | subType { NONE , div4 , divH2 , div2V } |
Public Member Functions | |
PointProjection (enum subType qs, uint i, const hp2D::Quad< H > *elm) | |
PointProjection & | operator= (const PointProjection &pP) |
void | operator() (concepts::Real2d &p) const |
Public Attributes | |
uint | i |
enum subType | sub |
uint | K |
const hp2D::Quad< H > * | elm |
Definition at line 118 of file buergDoerfler.hh.
enum estimator::LocalProjectionBase::PointProjection::subType |
Definition at line 122 of file buergDoerfler.hh.
|
inline |
Definition at line 125 of file buergDoerfler.hh.
const hp2D::Quad<H>* estimator::LocalProjectionBase< F, H >::PointProjection::elm |
Definition at line 141 of file buergDoerfler.hh.
uint estimator::LocalProjectionBase< F, H >::PointProjection::i |
Definition at line 137 of file buergDoerfler.hh.
uint estimator::LocalProjectionBase< F, H >::PointProjection::K |
Definition at line 140 of file buergDoerfler.hh.
enum subType estimator::LocalProjectionBase< F, H >::PointProjection::sub |
Definition at line 139 of file buergDoerfler.hh.