Home
last modified time | relevance | path

Searched refs:plotmf (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cxx84 Vector<MultiFab> plotmf(max_level + 1); in writePlotfile() local
87 plotmf[ilev].define(grids[ilev], dmap[ilev], 2, 0); in writePlotfile()
88 MultiFab::Copy(plotmf[ilev], phi[ilev], 0, 0, 1, 0); in writePlotfile()
89 MultiFab::Copy(plotmf[ilev], vfrc, 0, 1, 1, 0); in writePlotfile()
91 …WriteMultiLevelPlotfile(plot_file_name, max_level + 1, amrex::GetVecOfConstPtrs(plotmf), {"phi", "… in writePlotfile()