aboutsummaryrefslogtreecommitdiff
path: root/Source/EmbeddedBoundary/WarpXInitEB.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Source/EmbeddedBoundary/WarpXInitEB.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/EmbeddedBoundary/WarpXInitEB.cpp b/Source/EmbeddedBoundary/WarpXInitEB.cpp
index 3cf96b98f..17b1d64f3 100644
--- a/Source/EmbeddedBoundary/WarpXInitEB.cpp
+++ b/Source/EmbeddedBoundary/WarpXInitEB.cpp
@@ -77,6 +77,10 @@ WarpX::InitEB ()
#ifdef AMREX_USE_EB
BL_PROFILE("InitEB");
+#ifdef WARPX_DIM_RZ
+ amrex::Abort("Embedded Boundaries not implemented in RZ geometry");
+#endif
+
amrex::ParmParse pp_warpx("warpx");
std::string impf;
pp_warpx.query("eb_implicit_function", impf);