|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include "DNDS/Defines_bind.hpp"#include "DNDS/Array_bind.hpp"#include <pybind11/functional.h>#include <pybind11_json/pybind11_json.hpp>#include <pybind11/eigen.h>#include "FiniteVolume_bind.hpp"#include "VariationalReconstruction.hpp"Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::CFV |
Macros | |
| #define | DNDS_CFV_VR_PYBIND11_DEFINE_BuildURec(nVarsFixed) |
| #define | DNDS_CFV_VR_PYBIND11_DEFINE_BuildUGrad(nVarsFixed) |
| #define | DNDS_CFV_VR_PYBIND11_DEFINE_BuildCalls(nVarsFixed) |
Typedefs | |
| template<int dim = 2> | |
| using | DNDS::CFV::tPy_VariationalReconstruction = py_class_ssp< VariationalReconstruction< dim > > |
Functions | |
| template<int dim = 2> | |
| void | DNDS::CFV::pybind11_VariationalReconstruction_define (py::module_ &m) |
| #define DNDS_CFV_VR_PYBIND11_DEFINE_BuildCalls | ( | nVarsFixed | ) |
| #define DNDS_CFV_VR_PYBIND11_DEFINE_BuildUGrad | ( | nVarsFixed | ) |
| #define DNDS_CFV_VR_PYBIND11_DEFINE_BuildURec | ( | nVarsFixed | ) |