|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Host-backend explicit specializations of Evaluator_impl kernel methods. More...
#include "DNDS/Defines.hpp"#include "DNDS/DeviceStorage.hpp"#include "EulerP/EulerP.hpp"#include "EulerP_Evaluator_impl.hpp"#include "EulerP_Evaluator_impl_common.hxx"Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::EulerP |
| Namespace for the EulerP alternative evaluator module with GPU support. | |
Host-backend explicit specializations of Evaluator_impl kernel methods.
Provides the DeviceBackend::Host specialization for each Evaluator_impl static method. Each method contains an OpenMP-parallelized loop that calls the corresponding device-callable kernel function from EulerP_Evaluator_impl_common.hxx.
For the CUDA backend specializations, see the separate CUDA compilation unit.
Definition in file EulerP_Evaluator_impl.cpp.