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

Method doiLo

Src/Base/AMReX_BoxArray.H:350–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 [[nodiscard]] IntVect doiLo () const noexcept {
351 switch (m_bat_type)
352 {
353 case BATType::null:
354 return amrex::BATnull::doiLo();
355 case BATType::indexType:
356 return amrex::BATindexType::doiLo();
357 case BATType::coarsenRatio:
358 return amrex::BATcoarsenRatio::doiLo();
359 case BATType::indexType_coarsenRatio:
360 return amrex::BATindexType_coarsenRatio::doiLo();
361 default:
362 return m_op.m_bndryReg.doiLo();
363 }
364 }
365
366 [[nodiscard]] IntVect doiHi () const noexcept {
367 switch (m_bat_type)

Callers

nothing calls this directly

Calls 1

doiLoMethod · 0.45

Tested by

no test coverage detected