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

Method time

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

Source from the content-addressed store, hash-verified

162 [[nodiscard]] int spaceDim () const noexcept { return m_impl->spaceDim(); }
163
164 [[nodiscard]] Real time () const noexcept { return m_impl->time(); }
165
166 [[nodiscard]] int finestLevel () const noexcept { return m_impl->finestLevel(); }
167

Callers 5

main_mainFunction · 0.45
main_mainFunction · 0.45
main_mainFunction · 0.45
main_mainFunction · 0.45
main_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected