OpenLB 1.7
|
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< typename, typename, 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< typename, typename, int, 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, int > typename TYPE, typename... ARGS> | |
RESULT * | constructForNormal (Vector< int, 3 > n, ARGS &&... args) |
template<typename RESULT , typename T , typename DESCRIPTOR , template< typename, typename, 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, int > typename TYPE, typename... ARGS> | |
PostProcessorGenerator3D< T, DESCRIPTOR > * | constructPostProcessorForNormal (Vector< int, 3 > n, ARGS &&... args) |
template<typename T , typename DESCRIPTOR , template< typename, typename, int, int, 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 138 of file setBoundary2D.h.
References olb::DynamicsPromise().
DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForDirectionOrientation | ( | Vector< int, 3 > | n | ) |
Definition at line 204 of file setBoundary3D.h.
References olb::DynamicsPromise().
DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 114 of file setBoundary2D.h.
References olb::DynamicsPromise().
DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 120 of file setBoundary3D.h.
References olb::DynamicsPromise().
DynamicsPromise< T, DESCRIPTOR > olb::boundaryhelper::constructConcreteDynamicsForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 156 of file setBoundary3D.h.
References olb::DynamicsPromise().
RESULT * olb::boundaryhelper::constructForDirectionOrientation | ( | Vector< int, 2 > | n, |
ARGS &&... | args ) |
Definition at line 353 of file setBoundary2D.h.
RESULT * olb::boundaryhelper::constructForNormal | ( | Vector< int, 2 > | n, |
ARGS &&... | args ) |
Definition at line 272 of file setBoundary2D.h.
RESULT * olb::boundaryhelper::constructForNormal | ( | Vector< int, 3 > | n, |
ARGS &&... | args ) |
Definition at line 283 of file setBoundary3D.h.
RESULT * olb::boundaryhelper::constructForNormalSpecial | ( | Vector< int, 3 > | n, |
ARGS &&... | args ) |
Definition at line 410 of file setBoundary3D.h.
PostProcessorGenerator2D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForDirectionOrientation | ( | Vector< int, 2 > | n, |
ARGS &&... | args ) |
Definition at line 402 of file setBoundary2D.h.
PostProcessorGenerator2D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormal | ( | Vector< int, 2 > | n, |
ARGS &&... | args ) |
Definition at line 332 of file setBoundary2D.h.
PostProcessorGenerator3D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormal | ( | Vector< int, 3 > | n, |
ARGS &&... | args ) |
Definition at line 507 of file setBoundary3D.h.
PostProcessorGenerator3D< T, DESCRIPTOR > * olb::boundaryhelper::constructPostProcessorForNormalSpecial | ( | Vector< int, 3 > | n, |
ARGS &&... | args ) |
Definition at line 527 of file setBoundary3D.h.
PROMISE olb::boundaryhelper::promiseForDirectionOrientation | ( | Vector< int, 2 > | n | ) |
Definition at line 377 of file setBoundary2D.h.
RESULT olb::boundaryhelper::promiseForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 295 of file setBoundary2D.h.
RESULT olb::boundaryhelper::promiseForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 318 of file setBoundary3D.h.
PROMISE olb::boundaryhelper::promiseForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 458 of file setBoundary3D.h.
PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForDirectionOrientation | ( | Vector< int, 2 > | n | ) |
Definition at line 411 of file setBoundary2D.h.
PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormal | ( | Vector< int, 2 > | n | ) |
Definition at line 341 of file setBoundary2D.h.
PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormal | ( | Vector< int, 3 > | n | ) |
Definition at line 516 of file setBoundary3D.h.
PostProcessorPromise< T, DESCRIPTOR > olb::boundaryhelper::promisePostProcessorForNormalSpecial | ( | Vector< int, 3 > | n | ) |
Definition at line 536 of file setBoundary3D.h.