aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python')
-rw-r--r--Source/Python/WarpXWrappers.cpp5
-rw-r--r--Source/Python/WarpXWrappers.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp
index be06c259e..14047067b 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -221,6 +221,11 @@ extern "C"
ConvertLabParamsToBoost();
}
+ void warpx_ReadBCParams()
+ {
+ ReadBCParams();
+ }
+
void warpx_CheckGriddingForRZSpectral()
{
CheckGriddingForRZSpectral();
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h
index 766d813c2..4dc28e150 100644
--- a/Source/Python/WarpXWrappers.h
+++ b/Source/Python/WarpXWrappers.h
@@ -78,6 +78,8 @@ extern "C" {
void warpx_ConvertLabParamsToBoost();
+ void warpx_ReadBCParams();
+
void warpx_CheckGriddingForRZSpectral();
amrex::Real warpx_getProbLo(int dir);