![]() |
OpenLB 1.8.1
|
Cosinus: Cosinus with period and amplitude. More...
#include <analyticalF.h>
Inheritance diagram for olb::Cosinus< T, S >:
Collaboration diagram for olb::Cosinus< T, S >:Public Types | |
| template<typename V , typename U > | |
| using | exchange_type = Cosinus<V,U> |
Public Types inherited from olb::AnalyticalF< 1, T, S > | |
| using | identity_functor_type |
Public Types inherited from olb::GenericF< T, S > | |
| using | targetType = T |
| using | sourceType = S |
Public Member Functions | |
| Cosinus (T period=1, T amplitude=1) | |
| bool | operator() (T output[], const S x[]) override |
| has to be implemented for 'every' derived class | |
| template<typename V , typename U > | |
| auto | copyAs () const |
Public Member Functions inherited from olb::AnalyticalF< 1, T, S > | |
| AnalyticalF< D, T, S > & | operator- (AnalyticalF< D, T, S > &rhs) |
| AnalyticalF< D, T, S > & | operator+ (AnalyticalF< D, T, S > &rhs) |
| AnalyticalF< D, T, S > & | operator* (AnalyticalF< D, T, S > &rhs) |
| AnalyticalF< D, T, S > & | operator/ (AnalyticalF< D, T, S > &rhs) |
Public Member Functions inherited from olb::GenericF< T, S > | |
| virtual | ~GenericF ()=default |
| int | getSourceDim () const |
| read only access to member variable _m | |
| int | getTargetDim () const |
| read only access to member variable _n | |
| std::string & | getName () |
| read and write access to name | |
| std::string const & | getName () const |
| read only access to name | |
| bool | operator() (T output[]) |
| wrapper that call the pure virtual operator() (T output[], const S input[]) from above | |
| bool | operator() (T output[], S input0) |
| bool | operator() (T output[], S input0, S input1) |
| bool | operator() (T output[], S input0, S input1, S input2) |
| bool | operator() (T output[], S input0, S input1, S input2, S input3) |
Protected Attributes | |
| T | _period |
| T | _amplitude |
Additional Inherited Members | |
Public Attributes inherited from olb::GenericF< T, S > | |
| std::shared_ptr< GenericF< T, S > > | _ptrCalcC |
| memory management, frees resouces (calcClass) | |
Static Public Attributes inherited from olb::AnalyticalF< 1, T, S > | |
| static constexpr unsigned | dim |
Protected Member Functions inherited from olb::AnalyticalF< 1, T, S > | |
| AnalyticalF (int n) | |
Protected Member Functions inherited from olb::GenericF< T, S > | |
| GenericF (int targetDim, int sourceDim) | |
Cosinus: Cosinus with period and amplitude.
Definition at line 484 of file analyticalF.h.
| using olb::Cosinus< T, S >::exchange_type = Cosinus<V,U> |
Definition at line 493 of file analyticalF.h.
| olb::Cosinus< T, S >::Cosinus | ( | T | period = 1, |
| T | amplitude = 1 ) |
Definition at line 464 of file analyticalF.hh.
References olb::GenericF< T, S >::getName().
Here is the call graph for this function:
|
inline |
Definition at line 496 of file analyticalF.h.
|
overridevirtual |
has to be implemented for 'every' derived class
Implements olb::GenericF< T, S >.
Definition at line 473 of file analyticalF.hh.
References olb::util::cos(), and M_PI.
Here is the call graph for this function:
|
protected |
Definition at line 487 of file analyticalF.h.
|
protected |
Definition at line 486 of file analyticalF.h.