![]() |
OpenLB 1.8.1
|
#include <entityF.h>
Inheritance diagram for olb::SuperEntityF< T, D, ENTITY, W >:
Collaboration diagram for olb::SuperEntityF< T, D, ENTITY, W >:Public Member Functions | |
| LoadBalancer< T > & | getLoadBalancer () |
| expose load balancer | |
| int | getNumOfEntityF () const |
| return number of entity functors | |
| EntityF< W, D, ENTITY > & | getEntityF (int iCloc) |
| get specific entity functor | |
| bool | operator() (W output[], const int input[]) |
| operator | |
Public Member Functions inherited from olb::GenericF< T, 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 | |
| virtual bool | operator() (T output[], const int 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[], int input0) |
| bool | operator() (T output[], int input0, int input1) |
| bool | operator() (T output[], int input0, int input1, int input2) |
| bool | operator() (T output[], int input0, int input1, int input2, int input3) |
Static Public Attributes | |
| static constexpr int | d = D |
| static constexpr bool | isSuper = true |
Protected Member Functions | |
| SuperEntityF (LoadBalancer< T > &loadBalancer, int targetDim, int sourceDim) | |
Protected Member Functions inherited from olb::GenericF< T, int > | |
| GenericF (int targetDim, int sourceDim) | |
Protected Attributes | |
| LoadBalancer< T > & | _loadBalancer |
| std::vector< std::unique_ptr< EntityF< W, D, ENTITY > > > | _entityF |
| By convention: If entity level functors are used at all, they should number exactly LoadBalancer<T>::size per process. | |
Additional Inherited Members | |
Public Types inherited from olb::GenericF< T, int > | |
| using | targetType |
| using | sourceType |
Public Attributes inherited from olb::GenericF< T, int > | |
| std::shared_ptr< GenericF< T, int > > | _ptrCalcC |
| memory management, frees resouces (calcClass) | |
|
protected |
| EntityF< W, D, ENTITY > & olb::SuperEntityF< T, D, ENTITY, W >::getEntityF | ( | int | iCloc | ) |
get specific entity functor
| LoadBalancer< T > & olb::SuperEntityF< T, D, ENTITY, W >::getLoadBalancer | ( | ) |
expose load balancer
| int olb::SuperEntityF< T, D, ENTITY, W >::getNumOfEntityF | ( | ) | const |
return number of entity functors
| bool olb::SuperEntityF< T, D, ENTITY, W >::operator() | ( | W | output[], |
| const int | input[] ) |
operator
|
protected |
By convention: If entity level functors are used at all, they should number exactly LoadBalancer<T>::size per process.
|
protected |
|
staticconstexpr |
|
staticconstexpr |