From 3782b6327cb86c19d520423e06bc0256c1d00de9 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Thu, 13 Apr 2023 17:13:49 -0700 Subject: Add callback function before/after the initial Esolve (#3452) * Add callback function after the initial Esolve * Apply suggestions from code review * Change name of callback function * Update PR --- Source/Python/WarpX_py.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Python') diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index 5e2738896..ddaa90ddc 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -20,7 +20,8 @@ * The keys of the map describe at what point in the simulation the python * functions will be called. Currently supported keys (callback points) are * afterinit, beforecollisions, aftercollisions, beforeEsolve, poissonsolver, - * afterEsolve, beforedeposition, afterdeposition, particlescraper, + * afterEsolve, beforeInitEsolve, afterInitEsolve, + * beforedeposition, afterdeposition, particlescraper, * particleloader, beforestep, afterstep, afterdiagnostics, afterrestart, * oncheckpointsignal, particleinjection and appliedfields. */ -- cgit v1.2.3