OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
fdAccessFunctions.h File Reference

Access functions to access the correct element of the finite-difference external field. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::fd
 

Functions

template<typename T , typename FIELD , typename CELL >
T * olb::fd::accessOld (CELL cell, std::size_t iT) any_platform
 
template<typename T , typename FIELD , typename CELL >
T * olb::fd::accessNew (CELL cell, std::size_t iT) any_platform
 
template<unsigned EXTENT>
constexpr unsigned olb::fd::getArrayPos (const unsigned iExt, const unsigned iD) any_platform
 

Detailed Description

Access functions to access the correct element of the finite-difference external field.

– header file

Definition in file fdAccessFunctions.h.