diff --git a/Src/Base/AMReX_Geometry.H b/Src/Base/AMReX_Geometry.H index 729523330a..6231fbd1f9 100644 --- a/Src/Base/AMReX_Geometry.H +++ b/Src/Base/AMReX_Geometry.H @@ -425,6 +425,14 @@ public: */ void computeRoundoffDomain (); + //! Returns roundoff domain's lower end + [[nodiscard]] GpuArray const& + RoundOffLo () const { return roundoff_lo; } + + //! Returns roundoff domain's higher end + [[nodiscard]] GpuArray const& + RoundOffHi () const { return roundoff_hi; } + private: void read_params ();