DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ModelEvaluator_bind.hpp
Go to the documentation of this file.
1#pragma once
2
4#include "DNDS/Array_bind.hpp"
5#include <pybind11/functional.h>
6#include <pybind11_json/pybind11_json.hpp>
7
9
10#include "ModelEvaluator.hpp"
11
12namespace DNDS::CFV
13{
15
16 void pybind11_ModelEvaluator_define(py::module_ &m);
17}
pybind11 bindings for Array / ParArray / ArrayPair.
Shared pybind11 plumbing used by every *_bind.hpp in DNDS (buffer-protocol type check,...
py_class_ssp< ModelEvaluator > tPy_ModelEvaluator
void pybind11_ModelEvaluator_define(py::module_ &m)
py::classh< T > py_class_ssp