![]() |
OpenLB 1.8.1
|
Block indicator functor from material numbers. More...
#include <blockIndicatorF2D.h>
Inheritance diagram for olb::BlockIndicatorMaterial2D< T >:
Collaboration diagram for olb::BlockIndicatorMaterial2D< T >:Public Member Functions | |
| BlockIndicatorMaterial2D (BlockGeometry< T, 2 > &blockGeometry, std::vector< int > materials) | |
| BlockIndicatorMaterial2D (BlockGeometry< T, 2 > &blockGeometry, std::list< int > materials) | |
| BlockIndicatorMaterial2D (BlockGeometry< T, 2 > &blockGeometry, int material) | |
| bool | operator() (bool output[], const int input[]) override |
| has to be implemented for 'every' derived class | |
| bool | isEmpty () override |
| Returns true iff indicated domain subset is empty. | |
| Vector< int, 2 > | getMin () override |
| Returns min lattice position of the indicated domain's bounding box. | |
| Vector< int, 2 > | getMax () override |
| Returns max lattice position of the indicated domain's bounding box. | |
Public Member Functions inherited from olb::BlockIndicatorF2D< T > | |
| BlockIndicatorF2D (BlockGeometry< T, 2 > &geometry) | |
| BlockGeometry< T, 2 > & | getBlockGeometry () |
| Get underlying block geometry structure. | |
| bool | operator() (const int input[]) |
| Block indicator specific function operator overload. | |
| bool | operator() (int iX, int iY) |
| bool | operator() (LatticeR< 2 > loc) |
| void | setCache (const BlockData< 2, T, bool > &cache) |
| Set bool-mask cache to be used by indicator operator overloads. | |
Public Member Functions inherited from olb::BlockF2D< bool > | |
| virtual BlockStructureD< 2 > & | getBlockStructure () |
| virtual destructor for defined behaviour | |
| void | setBlockStructure (BlockStructureD< 2 > *blockStructure) |
| BlockF2D< bool > & | operator- (BlockF2D< bool > &rhs) |
| BlockF2D< bool > & | operator+ (BlockF2D< bool > &rhs) |
| BlockF2D< bool > & | operator* (BlockF2D< bool > &rhs) |
| BlockF2D< bool > & | operator/ (BlockF2D< bool > &rhs) |
Public Member Functions inherited from olb::GenericF< bool, 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() (bool output[]) |
| wrapper that call the pure virtual operator() (T output[], const S input[]) from above | |
| bool | operator() (bool output[], int input0) |
| bool | operator() (bool output[], int input0, int input1) |
| bool | operator() (bool output[], int input0, int input1, int input2) |
| bool | operator() (bool output[], int input0, int input1, int input2, int input3) |
Protected Attributes | |
| const std::vector< int > | _materials |
Protected Attributes inherited from olb::BlockIndicatorF2D< T > | |
| BlockGeometry< T, 2 > & | _blockGeometryStructure |
| const BlockData< 2, T, bool > * | _cachedData |
Protected Attributes inherited from olb::BlockF2D< bool > | |
| BlockStructureD< 2 > * | _blockStructure |
Additional Inherited Members | |
Public Types inherited from olb::GenericF< bool, int > | |
| using | targetType |
| using | sourceType |
Public Attributes inherited from olb::GenericF< bool, int > | |
| std::shared_ptr< GenericF< bool, int > > | _ptrCalcC |
| memory management, frees resouces (calcClass) | |
Protected Member Functions inherited from olb::BlockF2D< bool > | |
| BlockF2D (BlockStructureD< 2 > &blockStructure, int targetDim) | |
| BlockF2D (int targetDim) | |
Protected Member Functions inherited from olb::GenericF< bool, int > | |
| GenericF (int targetDim, int sourceDim) | |
Block indicator functor from material numbers.
| olb::BlockIndicatorMaterial2D< T >::BlockIndicatorMaterial2D | ( | BlockGeometry< T, 2 > & | blockGeometry, |
| std::vector< int > | materials ) |
| blockGeometry | Block geometry structue to be queried |
| materials | Material number vector |
Definition at line 99 of file blockIndicatorF2D.hh.
| olb::BlockIndicatorMaterial2D< T >::BlockIndicatorMaterial2D | ( | BlockGeometry< T, 2 > & | blockGeometry, |
| std::list< int > | materials ) |
| blockGeometry | Block geometry structure to be queried |
| materials | Material number list |
Definition at line 106 of file blockIndicatorF2D.hh.
| olb::BlockIndicatorMaterial2D< T >::BlockIndicatorMaterial2D | ( | BlockGeometry< T, 2 > & | blockGeometry, |
| int | material ) |
| blockGeometry | Block geometry structure to be queried |
| material | Material number |
Definition at line 113 of file blockIndicatorF2D.hh.
|
overridevirtual |
Returns max lattice position of the indicated domain's bounding box.
Implements olb::BlockIndicatorF2D< T >.
Definition at line 169 of file blockIndicatorF2D.hh.
|
overridevirtual |
Returns min lattice position of the indicated domain's bounding box.
Implements olb::BlockIndicatorF2D< T >.
Definition at line 146 of file blockIndicatorF2D.hh.
|
overridevirtual |
Returns true iff indicated domain subset is empty.
Reimplemented from olb::BlockIndicatorF2D< T >.
Definition at line 136 of file blockIndicatorF2D.hh.
|
overridevirtual |
has to be implemented for 'every' derived class
Implements olb::GenericF< bool, int >.
Definition at line 119 of file blockIndicatorF2D.hh.
References olb::BlockGeometry< T, D >::getMaterial().
Here is the call graph for this function:
|
protected |
Definition at line 117 of file blockIndicatorF2D.h.