Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.cxx64 if (eb_is_dirichlet) { in solve()
101 pp.query("eb_is_dirichlet", eb_is_dirichlet); in readParameters()
178 if (eb_is_dirichlet) { in initData()
202 } else if (eb_is_dirichlet) { in initData()
H A DMyTest.H28 int eb_is_dirichlet = 0; variable