8 auto m_placeholder_submodule = m.def_submodule(
"placeholder_submodule");
12 py::module_::import(
"DNDSR.DNDS");
13 py::module_::import(
"DNDSR.Geom");
14 py::module_::import(
"DNDSR.CFV");
17 pybind11_Physics_bind(m);
21 pybind11_Evaluator_bind(m);
Shared pybind11 plumbing used by every *_bind.hpp in DNDS (buffer-protocol type check,...
Pybind11 bindings for the EulerP boundary condition types and handlers.
Pybind11 bindings for the EulerP Evaluator class and its packed argument structs.
Pybind11 bindings for the EulerP Physics class.
PYBIND11_MODULE(eulerP_pybind11, m)
Namespace for the EulerP alternative evaluator module with GPU support.