estimator::LocalProjectionBase< F, H >::PointProjection Struct Reference

#include <buergDoerfler.hh>

Public Types

enum  subType { NONE, div4, divH2, div2V }
 

Public Member Functions

void operator() (concepts::Real2d &p) const
 
PointProjectionoperator= (const PointProjection &pP)
 
 PointProjection ()
 
 PointProjection (enum subType qs, uint i, const hp2D::Quad< H > *elm)
 

Public Attributes

const hp2D::Quad< H > * elm
 
uint i
 
uint K
 
enum subType sub
 

Detailed Description

template<class F, class H = typename concepts::Realtype<F>::type>
struct estimator::LocalProjectionBase< F, H >::PointProjection

Definition at line 118 of file buergDoerfler.hh.

Member Enumeration Documentation

◆ subType

template<class F , class H = typename concepts::Realtype<F>::type>
enum estimator::LocalProjectionBase::PointProjection::subType
Enumerator
NONE 
div4 
divH2 
div2V 

Definition at line 122 of file buergDoerfler.hh.

Constructor & Destructor Documentation

◆ PointProjection() [1/2]

template<class F , class H = typename concepts::Realtype<F>::type>
estimator::LocalProjectionBase< F, H >::PointProjection::PointProjection ( )
inline

Definition at line 125 of file buergDoerfler.hh.

◆ PointProjection() [2/2]

template<class F , class H = typename concepts::Realtype<F>::type>
estimator::LocalProjectionBase< F, H >::PointProjection::PointProjection ( enum subType  qs,
uint  i,
const hp2D::Quad< H > *  elm 
)

Member Function Documentation

◆ operator()()

template<class F , class H = typename concepts::Realtype<F>::type>
void estimator::LocalProjectionBase< F, H >::PointProjection::operator() ( concepts::Real2d p) const

◆ operator=()

template<class F , class H = typename concepts::Realtype<F>::type>
PointProjection& estimator::LocalProjectionBase< F, H >::PointProjection::operator= ( const PointProjection pP)

Member Data Documentation

◆ elm

template<class F , class H = typename concepts::Realtype<F>::type>
const hp2D::Quad<H>* estimator::LocalProjectionBase< F, H >::PointProjection::elm

Definition at line 141 of file buergDoerfler.hh.

◆ i

template<class F , class H = typename concepts::Realtype<F>::type>
uint estimator::LocalProjectionBase< F, H >::PointProjection::i

Definition at line 137 of file buergDoerfler.hh.

◆ K

template<class F , class H = typename concepts::Realtype<F>::type>
uint estimator::LocalProjectionBase< F, H >::PointProjection::K

Definition at line 140 of file buergDoerfler.hh.

◆ sub

template<class F , class H = typename concepts::Realtype<F>::type>
enum subType estimator::LocalProjectionBase< F, H >::PointProjection::sub

Definition at line 137 of file buergDoerfler.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich