OpenLB
1.4
|
Averages given functor inside the local sphere. More...
#include <superLocalAverage2D.h>
Public Member Functions | |
SuperLocalAverage2D (FunctorPtr< SuperF2D< T >> &&f, FunctorPtr< SuperIndicatorF2D< T >> &&indicatorF, T radius) | |
Primary constructor. More... | |
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. More... | |
![]() | |
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) |
SuperStructure2D< T > & | getSuperStructure () |
int | getBlockFSize () const |
BlockF2D< W > & | getBlockF (int iCloc) |
![]() | |
virtual | ~GenericF () |
int | getSourceDim () const |
read only access to member variable _m More... | |
int | getTargetDim () const |
read only access to member variable _n More... | |
std::string & | getName () |
read and write access to name More... | |
std::string const & | getName () const |
read only access to name More... | |
bool | operator() (Woutput[]) |
wrapper that call the pure virtual operator() (T output[], const S input[]) from above More... | |
bool | operator() (Woutput[], intinput0) |
bool | operator() (Woutput[], intinput0, intinput1) |
bool | operator() (Woutput[], intinput0, intinput1, intinput2) |
bool | operator() (Woutput[], intinput0, intinput1, intinput2, intinput3) |
Additional Inherited Members | |
![]() | |
using | identity_functor_type = SuperIdentity2D< T, W > |
![]() | |
std::shared_ptr< GenericF< W, int > > | _ptrCalcC |
memory management, frees resouces (calcClass) More... | |
![]() | |
SuperF2D (SuperStructure2D< T > &superStructure, int targetDim) | |
![]() | |
GenericF (int targetDim, int sourceDim) | |
![]() | |
SuperStructure2D< T > & | _superStructure |
std::vector< std::unique_ptr < BlockF2D< W > > > | _blockF |
Super functors may consist of several BlockF2D<W> derived functors. More... | |
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, W >::_blockF, olb::GenericF< W, int >::getName(), and olb::LoadBalancer< T >::size().
|
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, W >.
Definition at line 61 of file superLocalAverage2D.hh.
References olb::singleton::mpi().