![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambackends/DeviceBuffer.hpp"#include "shambackends/MemPerfInfos.hpp"#include "shambindings/pybind11_stl.hpp"#include "shambindings/pybindaliases.hpp"#include "shambindings/pytypealias.hpp"#include "shamcomm/logs.hpp"#include "shampylib/PatchDataToPy.hpp"#include "shamrock/solvergraph/Field.hpp"#include "shamsolvergraph/edge/IEdge.hpp"#include "shamsys/NodeInstance.hpp"#include <pybind11/complex.h>#include <pybind11/pybind11.h>#include <vector>Go to the source code of this file.
Functions | |
| template<class T> | |
| void | register_field (py::module &m, const char *class_name) |
| &IEdge::get_label | def ("get_tex_symbol", &IEdge::get_tex_symbol) |
| register_field< f64 > (root_module, "Field_f64") | |
| register_field< f64_3 > (root_module, "Field_f64_3") | |
Variables | |
| ON_PYTHON_INIT | |
Definition in file pySolverGraph.cpp.
| void register_field | ( | py::module & | m, |
| const char * | class_name ) |
Definition at line 31 of file pySolverGraph.cpp.
| ON_PYTHON_INIT |
Definition at line 130 of file pySolverGraph.cpp.