From 14be1c8dfb54259bb372c977902dd03258e60286 Mon Sep 17 00:00:00 2001 From: David Grote Date: Mon, 22 Jun 2020 10:04:08 -0700 Subject: Added check of gridding for RZ spectral solver (#1005) * Added CheckGriddingForRZSpectral * Bug fix in check gridding for RZ Spectral, fixing handling of refinement ratio * Change numprocs=2 for python reg tests and reset benchmarks (#1075) * changing nprocs to 2 for Python_PlasmaAcceleration test * Resetting benchmark for Python_PlasmaAcceleration test case due to change in nprocs=2 in reg test * resetting benchmarks for Python test-cases except Python_Langmuir due to change in numprocs in WarpX-tests.ini * changing numprocs=2 for Python tests * resetting python reg test benchmarks after updating pywarpx Co-authored-by: Revathi Jambunathan Co-authored-by: Tools Co-authored-by: Tools * Updates to picmi, mostly related to fields, and add psatd (#1077) * Fixed bad arguments in PICMI_inputs_laser_acceleration.py (#1074) Note that polarization_angle was changed to 0 since that was the value being used because the polarization_argument was bad. * Fix typo for pml_ncell in parameters doc (#1071) * remove #line wp_parser.l because it causes issues with AMReX make system (#1078) * remove amrex namespace from diag functor cpp files and use amrex:: prefic (#1093) * For RZ spectral, updated documentation regarding blocking factor and max grid size Co-authored-by: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> Co-authored-by: Revathi Jambunathan Co-authored-by: Tools Co-authored-by: NeilZaim <49716072+NeilZaim@users.noreply.github.com> Co-authored-by: WeiqunZhang Co-authored-by: Remi Lehe --- Source/Python/WarpXWrappers.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/Python/WarpXWrappers.cpp') diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index e87a20a7a..495e07e54 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -213,6 +213,11 @@ extern "C" ConvertLabParamsToBoost(); } + void warpx_CheckGriddingForRZSpectral() + { + CheckGriddingForRZSpectral(); + } + amrex::Real warpx_getProbLo(int dir) { WarpX& warpx = WarpX::GetInstance(); -- cgit v1.2.3