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

Method spaceDim

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

Source from the content-addressed store, hash-verified

160 PlotFileData (std::string const& plotfile_name) : m_impl(new PlotFileDataImpl(plotfile_name)) {}
161
162 [[nodiscard]] int spaceDim () const noexcept { return m_impl->spaceDim(); }
163
164 [[nodiscard]] Real time () const noexcept { return m_impl->time(); }
165

Callers 8

main_mainFunction · 0.45
main_mainFunction · 0.45
mainFunction · 0.45
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