Searched refs:sphere2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/amrex/ |
| H A D | initEB.cxx | 28 EB2::SphereIF sphere2(0.2, {AMREX_D_DECL(0.55, 0.42, 0.6)}, false); in initializeEB() local 29 auto twospheres = EB2::makeUnion(sphere1, sphere2); in initializeEB() 34 EB2::SphereIF sphere2(0.2, {AMREX_D_DECL(0.55, 0.58, 0.5)}, false); in initializeEB() local 36 auto twospheres = EB2::makeUnion(sphere1, sphere2, box); in initializeEB()
|