From eb07f18b380cb6b7205c05e7828f00a0fa2b8161 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Tue, 12 Feb 2019 10:42:13 -0800 Subject: re-order tree structure of source code --- Source/Python/WarpX_py.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Source/Python/WarpX_py.cpp (limited to 'Source/Python/WarpX_py.cpp') diff --git a/Source/Python/WarpX_py.cpp b/Source/Python/WarpX_py.cpp new file mode 100644 index 000000000..276d637d7 --- /dev/null +++ b/Source/Python/WarpX_py.cpp @@ -0,0 +1,19 @@ +#include + +extern "C" { + + WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterinit = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforeEsolve = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterEsolve = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforedeposition = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterdeposition = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_particlescraper = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleloader = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforestep = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterstep = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterrestart = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleinjection = nullptr; + WARPX_CALLBACK_PY_FUNC_0 warpx_py_appliedfields = nullptr; + +} + -- cgit v1.2.3