WarpX
WarpX_py.H
Go to the documentation of this file.
1 /* Copyright 2019 David Grote, Maxence Thevenet, Weiqun Zhang
2  *
3  *
4  * This file is part of WarpX.
5  *
6  * License: BSD-3-Clause-LBNL
7  */
8 #ifndef WARPX_PY_H_
9 #define WARPX_PY_H_
10 
11 #include "WarpXWrappers.h"
12 
13 
14 extern "C" {
15 
28 
29 }
30 
31 #endif
WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterdeposition
Definition: WarpX_py.cpp:17
WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterEsolve
Definition: WarpX_py.cpp:15
void(* WARPX_CALLBACK_PY_FUNC_0)()
Definition: WarpXWrappers.h:50
WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforestep
Definition: WarpX_py.cpp:20
WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleloader
Definition: WarpX_py.cpp:19
WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterrestart
Definition: WarpX_py.cpp:22
WARPX_CALLBACK_PY_FUNC_0 warpx_py_particlescraper
Definition: WarpX_py.cpp:18
WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleinjection
Definition: WarpX_py.cpp:23
WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforeEsolve
Definition: WarpX_py.cpp:14
WARPX_CALLBACK_PY_FUNC_0 warpx_py_appliedfields
Definition: WarpX_py.cpp:24
WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterinit
Definition: WarpX_py.cpp:13
WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforedeposition
Definition: WarpX_py.cpp:16
WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterstep
Definition: WarpX_py.cpp:21