aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2020-06-22 10:04:08 -0700
committerGravatar GitHub <noreply@github.com> 2020-06-22 10:04:08 -0700
commit14be1c8dfb54259bb372c977902dd03258e60286 (patch)
tree6f72e344bee62d1bc6b961caa898c5ed10be793a /Source/Python/WarpXWrappers.cpp
parentf4978e1001494e2b148128380fb37f3c2450209f (diff)
downloadWarpX-14be1c8dfb54259bb372c977902dd03258e60286.tar.gz
WarpX-14be1c8dfb54259bb372c977902dd03258e60286.tar.zst
WarpX-14be1c8dfb54259bb372c977902dd03258e60286.zip
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 <revanathan@pop-os.localdomain> Co-authored-by: Tools <warpx.lbl.gov> Co-authored-by: Tools <warpx@lbl.gov> * 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 <revanathan@pop-os.localdomain> Co-authored-by: Tools <warpx@lbl.gov> Co-authored-by: NeilZaim <49716072+NeilZaim@users.noreply.github.com> Co-authored-by: WeiqunZhang <WeiqunZhang@lbl.gov> Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r--Source/Python/WarpXWrappers.cpp5
1 files changed, 5 insertions, 0 deletions
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();