hp2D::ElementFormulaEdgeMean< F > Class Template Referenceabstract
Element formula for a mean value on edges of elements of an other element formula. More...
#include <formula.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual ElementFormulaEdgeMean< F > * | clone () const |
Virtual copy constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
ElementFormulaEdgeMean (const hp2D::TraceSpace &spc, const concepts::Vector< F > &v, const concepts::ElementFunction< F > &f) | |
virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const |
virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const |
virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
std::unique_ptr< const concepts::ElementFunction< F > > | f_ |
Element function. More... | |
const hp2D::TraceSpace & | spc_ |
Trace space. More... | |
const concepts::Vector< F > & | v_ |
Coefficient vector. More... | |
Detailed Description
template<typename F>
class hp2D::ElementFormulaEdgeMean< F >
Element formula for a mean value on edges of elements of an other element formula.
Definition at line 236 of file formula.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ ElementFormulaEdgeMean()
hp2D::ElementFormulaEdgeMean< F >::ElementFormulaEdgeMean | ( | const hp2D::TraceSpace & | spc, |
const concepts::Vector< F > & | v, | ||
const concepts::ElementFunction< F > & | f | ||
) |
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Cloneable.
Definition at line 256 of file formula.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()() [1/6]
|
inlinevirtual |
Definition at line 244 of file formula.hh.
◆ operator()() [2/6]
|
inlinevirtual |
Definition at line 249 of file formula.hh.
◆ operator()() [3/6]
|
virtual |
◆ operator()() [4/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [5/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
◆ operator()() [6/6]
|
pure virtualinherited |
Evaluates the formula.
- Parameters
-
elm Element p Point in space in local element coordinates t Point in time
Member Data Documentation
◆ f_
|
private |
Element function.
Definition at line 267 of file formula.hh.
◆ spc_
|
private |
Trace space.
Definition at line 263 of file formula.hh.
◆ v_
|
private |
Coefficient vector.
Definition at line 265 of file formula.hh.
The documentation for this class was generated from the following file:
- hp2D/formula.hh