diff options
author | 2020-07-30 07:05:33 -0700 | |
---|---|---|
committer | 2020-07-30 07:05:33 -0700 | |
commit | 807cc1e022dc1a052e8e4971a6a4f781a7c94c86 (patch) | |
tree | 4e757305d0931e4424f7e61100610d29cf0e8836 /Source/Python/WarpXWrappers.h | |
parent | d07444352187161f811469e5b02f5a40fafc683b (diff) | |
download | WarpX-807cc1e022dc1a052e8e4971a6a4f781a7c94c86.tar.gz WarpX-807cc1e022dc1a052e8e4971a6a4f781a7c94c86.tar.zst WarpX-807cc1e022dc1a052e8e4971a6a4f781a7c94c86.zip |
Add input parameter to control Galerkin-scheme gather (#1191)
* Rename l_lower_order_in_v to galerkin_interpolation
* Changed galerkin_interpolation from int to bool
* ... and same for member versions.
* Add input parameter to control galerkin_interpolation
* Update documentation
* semicolon
* Update Docs/source/running_cpp/parameters.rst
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* Update Docs/source/running_cpp/parameters.rst
Resolve ambiguity
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* Fix doc
* Add references to documentation
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index bf1b305f4..766d813c2 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -29,7 +29,7 @@ extern "C" { bool warpx_use_fdtd_nci_corr(); - int warpx_l_lower_order_in_v(); + int warpx_galerkin_interpolation(); int warpx_nComps(); |