![]() |
OpenLB 1.8.1
|
Functions | |
| template<typename T , typename DESCRIPTOR , template< int... > typename DYNAMICS> | |
| DynamicsPromise< T, DESCRIPTOR > | constructConcreteDynamicsForNormal (Vector< int, 2 > n) |
| template<typename T , typename DESCRIPTOR , template< int... > typename DYNAMICS> | |
| DynamicsPromise< T, DESCRIPTOR > | constructConcreteDynamicsForDirectionOrientation (Vector< int, 2 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE, typename... ARGS> | |
| RESULT * | constructForNormal (Vector< int, 2 > n, ARGS &&... args) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< int, int > typename TYPE> | |
| RESULT | promiseForNormal (Vector< int, 2 > n) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE, typename... ARGS> | |
| PostProcessorGenerator2D< T, DESCRIPTOR > * | constructPostProcessorForNormal (Vector< int, 2 > n, ARGS &&... args) |
| template<typename T , typename DESCRIPTOR , template< int... > typename TYPE> | |
| PostProcessorPromise< T, DESCRIPTOR > | promisePostProcessorForNormal (Vector< int, 2 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE, typename... ARGS> | |
| RESULT * | constructForDirectionOrientation (Vector< int, 2 > n, ARGS &&... args) |
| template<typename PROMISE , typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE> | |
| PROMISE | promiseForDirectionOrientation (Vector< int, 2 > n) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE, typename... ARGS> | |
| PostProcessorGenerator2D< T, DESCRIPTOR > * | constructPostProcessorForDirectionOrientation (Vector< int, 2 > n, ARGS &&... args) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE> | |
| PostProcessorPromise< T, DESCRIPTOR > | promisePostProcessorForDirectionOrientation (Vector< int, 2 > n) |
| template<typename T , typename DESCRIPTOR , template< int... > typename DYNAMICS> | |
| DynamicsPromise< T, DESCRIPTOR > | constructConcreteDynamicsForNormal (Vector< int, 3 > n) |
| template<typename T , typename DESCRIPTOR , template< int... > typename DYNAMICS> | |
| DynamicsPromise< T, DESCRIPTOR > | constructConcreteDynamicsForNormalSpecial (Vector< int, 3 > n) |
| template<typename T , typename DESCRIPTOR , template< int... > typename DYNAMICS> | |
| DynamicsPromise< T, DESCRIPTOR > | constructConcreteDynamicsForDirectionOrientation (Vector< int, 3 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE> | |
| RESULT | promiseForDirectionOrientation (Vector< int, 3 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE, typename... ARGS> | |
| RESULT * | constructForNormal (Vector< int, 3 > n, ARGS &&... args) |
| template<typename RESULT , template< int... > typename TYPE> | |
| RESULT | promiseForNormal (Vector< int, 3 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< int, int, int > typename TYPE> | |
| RESULT | promiseForNormal (Vector< int, 3 > n) |
| template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE, typename... ARGS> | |
| RESULT * | constructForNormalSpecial (Vector< int, 3 > n, ARGS &&... args) |
| template<typename PROMISE , typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE> | |
| PROMISE | promiseForNormalSpecial (Vector< int, 3 > n) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int > typename TYPE> | |
| PostProcessorPromise< T, DESCRIPTOR > | promisePostProcessorForDirectionOrientation (Vector< int, 3 > n) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE, typename... ARGS> | |
| PostProcessorGenerator3D< T, DESCRIPTOR > * | constructPostProcessorForNormal (Vector< int, 3 > n, ARGS &&... args) |
| template<typename T , typename DESCRIPTOR , template< int... > typename TYPE> | |
| PostProcessorPromise< T, DESCRIPTOR > | promisePostProcessorForNormal (Vector< int, 3 > n) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE, typename... ARGS> | |
| PostProcessorGenerator3D< T, DESCRIPTOR > * | constructPostProcessorForNormalSpecial (Vector< int, 3 > n, ARGS &&... args) |
| template<typename T , typename DESCRIPTOR , template< typename, typename, int, int, int > typename TYPE> | |
| PostProcessorPromise< T, DESCRIPTOR > | promisePostProcessorForNormalSpecial (Vector< int, 3 > n) |
| DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForDirectionOrientation | ( | Vector< int, 2 > | n | ) |
Definition at line 136 of file setBoundary2D.h.
References olb::DynamicsPromise().
Here is the call graph for this function:
Here is the caller graph for this function:| DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForDirectionOrientation | ( | Vector< int, 3 > | n | ) |
Definition at line 204 of file setBoundary3D.h.
References olb::DynamicsPromise().
Here is the call graph for this function:| DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 112 of file setBoundary2D.h.
References olb::DynamicsPromise().
Here is the call graph for this function:
Here is the caller graph for this function:| DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 120 of file setBoundary3D.h.
References olb::DynamicsPromise().
Here is the call graph for this function:| DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 156 of file setBoundary3D.h.
References olb::DynamicsPromise().
Here is the call graph for this function:
Here is the caller graph for this function:| RESULT * olb::boundaryhelper::constructForDirectionOrientation | ( | Vector< int, 2 > | n, |
| ARGS &&... | args ) |
Definition at line 348 of file setBoundary2D.h.
Here is the caller graph for this function:| RESULT * olb::boundaryhelper::constructForNormal | ( | Vector< int, 2 > | n, |
| ARGS &&... | args ) |
Definition at line 223 of file setBoundary2D.h.
Here is the caller graph for this function:| RESULT * olb::boundaryhelper::constructForNormal | ( | Vector< int, 3 > | n, |
| ARGS &&... | args ) |
Definition at line 313 of file setBoundary3D.h.
| RESULT * olb::boundaryhelper::constructForNormalSpecial | ( | Vector< int, 3 > | n, |
| ARGS &&... | args ) |
Definition at line 538 of file setBoundary3D.h.
Here is the caller graph for this function:| PostProcessorGenerator2D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForDirectionOrientation | ( | Vector< int, 2 > | n, |
| ARGS &&... | args ) |
Definition at line 397 of file setBoundary2D.h.
References constructForDirectionOrientation().
Here is the call graph for this function:| PostProcessorGenerator2D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormal | ( | Vector< int, 2 > | n, |
| ARGS &&... | args ) |
Definition at line 318 of file setBoundary2D.h.
References constructForNormal().
Here is the call graph for this function:| PostProcessorGenerator3D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormal | ( | Vector< int, 3 > | n, |
| ARGS &&... | args ) |
Definition at line 644 of file setBoundary3D.h.
References constructForNormal().
Here is the call graph for this function:| PostProcessorGenerator3D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormalSpecial | ( | Vector< int, 3 > | n, |
| ARGS &&... | args ) |
Definition at line 673 of file setBoundary3D.h.
References constructForNormalSpecial().
Here is the call graph for this function:| PROMISE olb::boundaryhelper::promiseForDirectionOrientation | ( | Vector< int, 2 > | n | ) |
Definition at line 372 of file setBoundary2D.h.
Here is the caller graph for this function:| RESULT olb::boundaryhelper::promiseForDirectionOrientation | ( | Vector< int, 3 > | n | ) |
Definition at line 281 of file setBoundary3D.h.
| RESULT olb::boundaryhelper::promiseForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 246 of file setBoundary2D.h.
Here is the caller graph for this function:| RESULT olb::boundaryhelper::promiseForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 348 of file setBoundary3D.h.
| RESULT olb::boundaryhelper::promiseForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 438 of file setBoundary3D.h.
References promiseForNormal().
Here is the call graph for this function:| PROMISE olb::boundaryhelper::promiseForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 586 of file setBoundary3D.h.
Here is the caller graph for this function:| PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForDirectionOrientation | ( | Vector< int, 2 > | n | ) |
Definition at line 406 of file setBoundary2D.h.
References promiseForDirectionOrientation().
Here is the call graph for this function:
Here is the caller graph for this function:| PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForDirectionOrientation | ( | Vector< int, 3 > | n | ) |
Definition at line 633 of file setBoundary3D.h.
References promiseForDirectionOrientation().
Here is the call graph for this function:| PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 327 of file setBoundary2D.h.
References promiseForNormal().
Here is the call graph for this function:
Here is the caller graph for this function:| PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 653 of file setBoundary3D.h.
References promiseForNormal().
Here is the call graph for this function:| PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 682 of file setBoundary3D.h.
References promiseForNormalSpecial().
Here is the call graph for this function:
Here is the caller graph for this function: