![]() |
OpenLB 1.8.1
|
Averages given functor inside the local sphere. More...
#include <superLocalAverage2D.h>
Inheritance diagram for olb::SuperLocalAverage2D< T, W >:
Collaboration diagram for olb::SuperLocalAverage2D< T, W >:Public Member Functions | |
| SuperLocalAverage2D (FunctorPtr< SuperF2D< T > > &&f, FunctorPtr< SuperIndicatorF2D< T > > &&indicatorF, T radius) | |
| Primary constructor. | |
| bool | operator() (W output[], const int input[]) override |
| Returns average of functor _f evaluated on all cells both inside a sphere of _radius around input and indicated by _indicatorF. | |
Public Member Functions inherited from olb::SuperF2D< T, T > | |
| SuperF2D< T, W > & | operator- (SuperF2D< T, W > &rhs) |
| SuperF2D< T, W > & | operator+ (SuperF2D< T, W > &rhs) |
| SuperF2D< T, W > & | operator* (SuperF2D< T, W > &rhs) |
| SuperF2D< T, W > & | operator/ (SuperF2D< T, W > &rhs) |
| SuperStructure< T, 2 > & | getSuperStructure () |
| int | getBlockFSize () const |
| BlockF2D< W > & | getBlockF (int iCloc) |
Public Member Functions inherited from olb::GenericF< W, int > | |
| 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() (W output[]) |
| wrapper that call the pure virtual operator() (T output[], const S input[]) from above | |
| bool | operator() (W output[], int input0) |
| bool | operator() (W output[], int input0, int input1) |
| bool | operator() (W output[], int input0, int input1, int input2) |
| bool | operator() (W output[], int input0, int input1, int input2, int input3) |
Additional Inherited Members | |
Public Types inherited from olb::SuperF2D< T, T > | |
| using | identity_functor_type |
Public Types inherited from olb::GenericF< W, int > | |
| using | targetType |
| using | sourceType |
Public Attributes inherited from olb::GenericF< W, int > | |
| std::shared_ptr< GenericF< W, int > > | _ptrCalcC |
| memory management, frees resouces (calcClass) | |
Protected Member Functions inherited from olb::SuperF2D< T, T > | |
| SuperF2D (SuperStructure< T, 2 > &superStructure, int targetDim) | |
Protected Member Functions inherited from olb::GenericF< W, int > | |
| GenericF (int targetDim, int sourceDim) | |
Protected Attributes inherited from olb::SuperF2D< T, T > | |
| SuperStructure< T, 2 > & | _superStructure |
| std::vector< std::unique_ptr< BlockF2D< W > > > | _blockF |
| Super functors may consist of several BlockF2D<W> derived functors. | |
Averages given functor inside the local sphere.
Definition at line 36 of file superLocalAverage2D.h.
| olb::SuperLocalAverage2D< T, W >::SuperLocalAverage2D | ( | FunctorPtr< SuperF2D< T > > && | f, |
| FunctorPtr< SuperIndicatorF2D< T > > && | indicatorF, | ||
| T | radius ) |
Primary constructor.
| f | Functor to be locally averaged |
| indicatorF | Indicator describing relevant cells |
| radius | Radius of the locality sphere |
Definition at line 35 of file superLocalAverage2D.hh.
References olb::SuperF2D< T, T >::_blockF, olb::GenericF< W, int >::getName(), and olb::LoadBalancer< T >::size().
Here is the call graph for this function:
|
overridevirtual |
Returns average of functor _f evaluated on all cells both inside a sphere of _radius around input and indicated by _indicatorF.
Reimplemented from olb::SuperF2D< T, T >.
Definition at line 61 of file superLocalAverage2D.hh.
References olb::singleton::mpi(), and olb::singleton::MpiManager::reduceAndBcast().
Here is the call graph for this function: