|
rizer.cantera_ext
C++ Cantera 1-D plasma extension (custom Domain1D models and solvers)
|
#include <pybind11/pybind11.h>#include <pybind11/stl.h>#include <pybind11/numpy.h>#include "cantera/base/global.h"#include "PropertyTable.h"#include "PlasmaColumnSolver.h"#include <vector>Go to the source code of this file.
Macros | |
| #define | NOMINMAX |
Functions | |
| PYBIND11_MODULE (_plasma1d, m) | |
| #define NOMINMAX |
Definition at line 24 of file bindings.cpp.
| PYBIND11_MODULE | ( | _plasma1d | , |
| m | ) |
Definition at line 65 of file bindings.cpp.