DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
EulerP_BC.cpp
Go to the documentation of this file.
1#include "EulerP_BC.hpp"
2#include "DNDS/DeviceStorage.hxx" // we use this for device storage code
3
4namespace DNDS::EulerP
5{
6
7}
8
9namespace DNDS
10{
11 // DNDS_DEVICE_STORAGE_BASE_DELETER_INST(EulerP::BC_DeviceView<DeviceBackend::Host>, )
12 // DNDS_DEVICE_STORAGE_INST(EulerP::BC_DeviceView<DeviceBackend::Host>, DeviceBackend::Host, )
13}
Reserved for template implementations of #DeviceStorage primitives.
Boundary condition types, implementations, and handler for the EulerP module.
Namespace for the EulerP alternative evaluator module with GPU support.
Definition EulerP.hpp:29
the host side operators are provided as implemented