Public Types |
Public Member Functions |
Protected Member Functions |
Private Attributes |
List of all members
hp1D::ElementFormulaInterpGrad< F > Class Template Referenceabstract
#include <formula.hh>
Inheritance diagram for hp1D::ElementFormulaInterpGrad< F >:
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual ElementFormulaInterpGrad< F > * | clone () const |
Virtual copy constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
ElementFormulaInterpGrad (const concepts::ElementFormulaContainer< F > frm) | |
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 | |
const concepts::ElementWithCell< Real > * | edge_ |
Last element. More... | |
const concepts::ElementFormulaContainer< F > | frm_ |
Element formula. More... | |
concepts::Array< F > | values_ |
Values of the element formula in the current quadrilateral. More... | |
concepts::Array< Real > | x_ |
Chebychev points. More... | |
Detailed Description
template<typename F>
class hp1D::ElementFormulaInterpGrad< F >
Definition at line 21 of file formula.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ ElementFormulaInterpGrad()
template<typename F >
hp1D::ElementFormulaInterpGrad< F >::ElementFormulaInterpGrad | ( | const concepts::ElementFormulaContainer< F > | frm | ) |
Member Function Documentation
◆ clone() [1/2]
template<typename F >
|
inlinevirtual |
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ info()
template<typename F >
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()() [1/6]
template<typename F >
|
inlinevirtual |
Definition at line 27 of file formula.hh.
◆ operator()() [2/6]
template<typename F >
|
inlinevirtual |
Definition at line 31 of file formula.hh.
◆ operator()() [3/6]
template<typename F >
|
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
◆ edge_
template<typename F >
|
mutableprivate |
Last element.
Definition at line 48 of file formula.hh.
◆ frm_
template<typename F >
|
private |
Element formula.
Definition at line 44 of file formula.hh.
◆ values_
template<typename F >
|
mutableprivate |
Values of the element formula in the current quadrilateral.
Definition at line 50 of file formula.hh.
◆ x_
template<typename F >
|
mutableprivate |
Chebychev points.
Definition at line 46 of file formula.hh.
The documentation for this class was generated from the following file:
- hp1D/formula.hh