![]() |
OpenLB 1.8.1
|
Converts super functions to analytical functions. More...
#include <interpolationF2D.h>
Inheritance diagram for olb::AnalyticalFfromSuperF2D< T, W >:
Collaboration diagram for olb::AnalyticalFfromSuperF2D< T, W >:Public Member Functions | |
| AnalyticalFfromSuperF2D (SuperF2D< T > &f, bool communicateToAll=false, bool communicateOverlap=true) | |
| bool | operator() (T output[], const T physC[]) override |
| int | getBlockFSize () const |
| AnalyticalFfromBlockF2D< T, W > & | getBlockF (int iCloc) |
Public Member Functions inherited from olb::AnalyticalF< D, 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 | |
| virtual bool | operator() (T output[], const S input[])=0 |
| has to be implemented for 'every' derived class | |
| 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 | |
| const bool | _communicateToAll |
| const bool | _communicateOverlap |
| SuperF2D< T > & | _f |
| CuboidDecomposition< T, 2 > & | _cuboidDecomposition |
| std::vector< std::unique_ptr< AnalyticalFfromBlockF2D< T, W > > > | _blockF |
Additional Inherited Members | |
Public Types inherited from olb::AnalyticalF< D, T, S > | |
| using | identity_functor_type = AnalyticalIdentity<D,T,S> |
Public Types inherited from olb::GenericF< T, S > | |
| using | targetType = T |
| using | sourceType = S |
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< D, T, S > | |
| static constexpr unsigned | dim = D |
Protected Member Functions inherited from olb::AnalyticalF< D, T, S > | |
| AnalyticalF (int n) | |
Protected Member Functions inherited from olb::GenericF< T, S > | |
| GenericF (int targetDim, int sourceDim) | |
Converts super functions to analytical functions.
Definition at line 63 of file interpolationF2D.h.
| olb::AnalyticalFfromSuperF2D< T, W >::AnalyticalFfromSuperF2D | ( | SuperF2D< T > & | f, |
| bool | communicateToAll = false, | ||
| bool | communicateOverlap = true ) |
Definition at line 198 of file interpolationF2D.hh.
References olb::AnalyticalFfromSuperF2D< T, W >::_blockF, olb::AnalyticalFfromSuperF2D< T, W >::_cuboidDecomposition, olb::AnalyticalFfromSuperF2D< T, W >::_f, olb::CuboidDecomposition< T, D >::get(), olb::SuperF2D< T, U >::getBlockF(), olb::SuperStructure< T, D >::getLoadBalancer(), olb::GenericF< T, S >::getName(), olb::SuperF2D< T, U >::getSuperStructure(), olb::LoadBalancer< T >::glob(), and olb::LoadBalancer< T >::size().
Here is the call graph for this function:| AnalyticalFfromBlockF2D< T, W > & olb::AnalyticalFfromSuperF2D< T, W >::getBlockF | ( | int | iCloc | ) |
Definition at line 277 of file interpolationF2D.hh.
References OLB_ASSERT.
| int olb::AnalyticalFfromSuperF2D< T, W >::getBlockFSize | ( | ) | const |
Definition at line 269 of file interpolationF2D.hh.
References OLB_ASSERT.
|
override |
Definition at line 218 of file interpolationF2D.hh.
References olb::singleton::mpi(), olb::singleton::MpiManager::reduceAndBcast(), and olb::LoadBalancer< T >::size().
Here is the call graph for this function:
|
protected |
Definition at line 71 of file interpolationF2D.h.
|
protected |
Definition at line 66 of file interpolationF2D.h.
|
protected |
Definition at line 65 of file interpolationF2D.h.
|
protected |
Definition at line 69 of file interpolationF2D.h.
|
protected |
Definition at line 68 of file interpolationF2D.h.