| 202 | } |
| 203 | |
| 204 | [[nodiscard]] GpuArray<ParticleReal,AMREX_SPACEDIM> ProbHiArrayInParticleReal () const noexcept { |
| 205 | return roundoff_hi; |
| 206 | } |
| 207 | |
| 208 | //! Returns the overall size of the domain by multiplying the ProbLength's together |
| 209 | [[nodiscard]] Real ProbSize () const noexcept |
no outgoing calls
no test coverage detected