19#include <pybind11/numpy.h>
25 py::class_<AMRTestModel>(m,
"AMRTestModel")
27 return std::make_unique<AMRTestModel>(grd);
void refine()
does the refinment step of the AMR
The AMR grid only sees the grid as an integer map.
Pybind11 include and definitions.
#define Register_pymod(placeholdername)
Register a python module init function using static initialisation.
void debug_ln(std::string module_name, Types... var2)
Prints a log message with multiple arguments followed by a newline.