SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
bindings.h
Go to the documentation of this file.
1
9#pragma once
10
11#include <pybind11/pybind11.h>
12
31void register_polytrope_bindings(pybind11::module &polytrope_submodule);
void register_polytrope_bindings(pybind11::module &polytrope_submodule)
Registers C++ classes and functions from the serif::polytrope namespace to Python.
Definition bindings.cpp:14