MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / isEmpty

Function isEmpty

Src/Base/AMReX_Box.H:207–208  ·  view source on GitHub ↗

Checks if it is an empty BoxND.

Source from the content-addressed store, hash-verified

205
206 //! Checks if it is an empty BoxND.
207 [[nodiscard]] AMREX_GPU_HOST_DEVICE
208 bool isEmpty () const noexcept { return !ok(); }
209
210 //! Checks if it is a proper BoxND (including a valid type).
211 [[nodiscard]] AMREX_GPU_HOST_DEVICE

Callers 5

containsMethod · 0.70
minimalBoxMethod · 0.70
launchFunction · 0.70
ParallelForFunction · 0.70
ParallelForRNGFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected