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

Method levelStep

Src/Base/AMReX_PlotFileUtil.H:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 [[nodiscard]] IntVect refRatioVect (int level) const { return m_impl->refRatioVect(level); }
176
177 [[nodiscard]] int levelStep (int level) const { return m_impl->levelStep(level); }
178
179 [[nodiscard]] const BoxArray& boxArray (int level) const { return m_impl->boxArray(level); }
180

Callers 2

main_mainFunction · 0.45
main_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected