![]() |
OpenLB 1.8.1
|
Include dependency graph for blockCalcF3D.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::BlockCalcF3D< T, F > |
| Block level arithmetic operations for BlockF3D functors. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Typedefs | |
| template<typename T > | |
| using | olb::BlockCalcPlus3D = BlockCalcF3D<T,util::plus> |
| Block level addition functor (T==bool: Union) | |
| template<typename T > | |
| using | olb::BlockCalcMinus3D = BlockCalcF3D<T,util::minus> |
| Block level subtraction functor (T==bool: Without) | |
| template<typename T > | |
| using | olb::BlockCalcMultiplication3D = BlockCalcF3D<T,util::multiplies> |
| Block level multiplication functor (T==bool: Intersection) | |
| template<typename T > | |
| using | olb::BlockCalcDivision3D = BlockCalcF3D<T,util::divides> |
| Block level division functor. | |