concepts::Sin_n_phi Class Referenceabstract
Class for evaluating for points in cartesian coordinates. More...
#include <formulas2D.hh>
Public Types | |
typedef Realtype< Real >::type | G |
typedef Real | value_type |
Public Member Functions | |
virtual Sin_n_phi * | clone () const |
virtual Formula * | clone () const=0 |
virtual Real | operator() (const Real p, const Real t=0.0) const |
Application operator. More... | |
virtual Real | operator() (const Real2d &p, const Real t=0.0) const |
Application operator. More... | |
virtual Real | operator() (const Real3d &p, const Real t=0.0) const |
Application operator. More... | |
Sin_n_phi (const int n=1) | |
Constructor. 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 76 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
◆ Sin_n_phi()
concepts::Sin_n_phi::Sin_n_phi | ( | const int | n = 1 | ) |
Constructor.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Definition at line 86 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]
◆ operator()() [6/6]
Member Data Documentation
◆ n_
|
private |
exponent of the function
Definition at line 93 of file formulas2D.hh.
The documentation for this class was generated from the following file:
- formula/formulas2D.hh