Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cxx98 pp.query("n_cell", n_cell); in readParameters()
141 …Box domain0(IntVect{AMREX_D_DECL(0, 0, 0)}, IntVect{AMREX_D_DECL(n_cell - 1, n_cell - 1, n_cell - … in initGrids()
152 domain.grow(-n_cell / 4); // fine level cover the middle of the coarse domain in initGrids()
H A DMyTest.H25 int n_cell = 128; variable