concepts::Exp_i_n_phi Class Referenceabstract
Class for evaluating for points in cartesian coordinates. More...
#include <formulas2D.hh>
Public Types | |
typedef Realtype< Cmplx >::type | G |
typedef Cmplx | value_type |
Public Member Functions | |
virtual Exp_i_n_phi * | clone () const |
virtual Formula * | clone () const=0 |
Exp_i_n_phi (const int n=0) | |
Constructor. More... | |
virtual Cmplx | operator() (const Real p, const Real t=0.0) const |
Application operator. More... | |
virtual Cmplx | operator() (const Real2d &p, const Real t=0.0) const |
Application operator. More... | |
virtual Cmplx | operator() (const Real3d &p, const Real t=0.0) const |
Application operator. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
const int | n_ |
exponent of the function More... | |
Detailed Description
Class for evaluating for points in cartesian coordinates.
Definition at line 22 of file formulas2D.hh.
Member Typedef Documentation
◆ G
|
inherited |
Definition at line 37 of file formula.hh.
◆ value_type
|
inherited |
Definition at line 36 of file formula.hh.
Constructor & Destructor Documentation
◆ Exp_i_n_phi()
|
inline |
Constructor.
Definition at line 25 of file formulas2D.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Definition at line 32 of file formulas2D.hh.
◆ clone() [2/2]
|
pure virtualinherited |
◆ info()
|
protectedvirtual |
◆ operator()() [1/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 53 of file formula.hh.
◆ operator()() [2/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 56 of file formula.hh.
◆ operator()() [3/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 59 of file formula.hh.
◆ operator()() [4/6]
◆ operator()() [5/6]
|
virtual |
◆ operator()() [6/6]
|
virtual |
Member Data Documentation
◆ n_
|
private |
exponent of the function
Definition at line 39 of file formulas2D.hh.
The documentation for this class was generated from the following file:
- formula/formulas2D.hh