DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::EulerP::BCFunc_Impl< B, T > Struct Template Reference

Primary template for boundary condition function implementations. More...

Detailed Description

template<DeviceBackend B, BCType T>
struct DNDS::EulerP::BCFunc_Impl< B, T >

Primary template for boundary condition function implementations.

Each specialization provides a static apply() method implementing the specific BC logic for one BCType. All current specializations are stubs that assert false (implementations are TODO).

Template Parameters
BDevice backend (Host or CUDA).
TThe BCType this specialization implements.

Definition at line 77 of file EulerP_BC.hpp.


The documentation for this struct was generated from the following file: