aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.H
diff options
context:
space:
mode:
authorGravatar aveksler1 <124003120+aveksler1@users.noreply.github.com> 2023-04-21 18:46:57 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-22 01:46:57 +0000
commit402c30da6dd8db998b78f1fcc75bc4b511447c86 (patch)
tree08e8d0e01a50f5229638ba8b09a1e7bb80890109 /Source/Python/WarpX_py.H
parent7a5852f65619699208c593dc1d21a078ff3b1bea (diff)
downloadWarpX-402c30da6dd8db998b78f1fcc75bc4b511447c86.tar.gz
WarpX-402c30da6dd8db998b78f1fcc75bc4b511447c86.tar.zst
WarpX-402c30da6dd8db998b78f1fcc75bc4b511447c86.zip
Add python callback call when a break signal is recieved (#3849)
* added onbreaksignal python callback * added documentation * fixed bug executing onbreaksignal callbacks at stoptime * applied suggestion from code review. * updated doc-strings
Diffstat (limited to '')
-rw-r--r--Source/Python/WarpX_py.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H
index ddaa90ddc..83fc91f21 100644
--- a/Source/Python/WarpX_py.H
+++ b/Source/Python/WarpX_py.H
@@ -23,7 +23,7 @@
* afterEsolve, beforeInitEsolve, afterInitEsolve,
* beforedeposition, afterdeposition, particlescraper,
* particleloader, beforestep, afterstep, afterdiagnostics, afterrestart,
- * oncheckpointsignal, particleinjection and appliedfields.
+ * oncheckpointsignal, onbreaksignal, particleinjection and appliedfields.
*/
extern std::map< std::string, WARPX_CALLBACK_PY_FUNC_0 > warpx_callback_py_map;