Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cxx36 std::array<LinOpBCType, AMREX_SPACEDIM> mlmg_hibc; in solve() local
40 mlmg_hibc[idim] = LinOpBCType::Periodic; in solve()
43 mlmg_hibc[idim] = LinOpBCType::Dirichlet; in solve()
53 mleb.setDomainBC(mlmg_lobc, mlmg_hibc); in solve()