![]() |
OpenLB 1.8.1
|
functor that returns 1 if SmoothIndicatorF A intersects IndicatorF B; otherwise, 0 More...
#include <latticeIndicatorSmoothIndicatorIntersection2D.h>
Public Member Functions | |
SuperLatticeIndicatorSmoothIndicatorIntersection2D (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 2 > &superGeometry, IndicatorF2D< T > &normalInd, SmoothIndicatorF2D< T, T, HLBM > &smoothInd) | |
bool | operator() (T output[], const int input[]) override |
![]() | |
SuperLattice< T, DESCRIPTOR > & | getSuperLattice () |
bool | operator() (T output[], const int input[]) |
![]() | |
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) |
bool | operator() (W output[], const int input[]) override |
has to be implemented for 'every' derived class | |
![]() | |
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 | |
![]() | |
using | identity_functor_type |
![]() | |
using | targetType |
using | sourceType |
![]() | |
std::shared_ptr< GenericF< W, int > > | _ptrCalcC |
memory management, frees resouces (calcClass) | |
![]() | |
SuperLatticeF2D (SuperLattice< T, DESCRIPTOR > &superLattice, int targetDim) | |
![]() | |
SuperF2D (SuperStructure< T, 2 > &superStructure, int targetDim) | |
![]() | |
GenericF (int targetDim, int sourceDim) | |
![]() | |
SuperLattice< T, DESCRIPTOR > & | _sLattice |
![]() | |
SuperStructure< T, 2 > & | _superStructure |
std::vector< std::unique_ptr< BlockF2D< W > > > | _blockF |
Super functors may consist of several BlockF2D<W> derived functors. | |
functor that returns 1 if SmoothIndicatorF A intersects IndicatorF B; otherwise, 0
Definition at line 42 of file latticeIndicatorSmoothIndicatorIntersection2D.h.
olb::SuperLatticeIndicatorSmoothIndicatorIntersection2D< T, DESCRIPTOR, HLBM >::SuperLatticeIndicatorSmoothIndicatorIntersection2D | ( | SuperLattice< T, DESCRIPTOR > & | sLattice, |
SuperGeometry< T, 2 > & | superGeometry, | ||
IndicatorF2D< T > & | normalInd, | ||
SmoothIndicatorF2D< T, T, HLBM > & | smoothInd ) |
Definition at line 45 of file latticeIndicatorSmoothIndicatorIntersection2D.hh.
References olb::SuperF2D< T, T >::_blockF, olb::SuperLatticeF2D< T, DESCRIPTOR >::_sLattice, olb::SuperGeometry< T, D >::getBlockGeometry(), and olb::GenericF< W, int >::getName().
|
override |
Definition at line 60 of file latticeIndicatorSmoothIndicatorIntersection2D.hh.
References olb::singleton::MpiManager::getRank(), olb::singleton::mpi(), and olb::singleton::MpiManager::reduceAndBcast().