Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/amrex/ !
H A Dinputs.rt.2d3 eb2.geom_type = sphere
8 eb2.geom_type = box
13 eb2.geom_type = two_spheres
15 eb2.geom_type = flower
17 eb2.geom_type = rotated_box
19 eb2.geom_type = sphere
H A Dinputs.rt.2d.petsc5 eb2.geom_type = sphere
10 eb2.geom_type = box
15 eb2.geom_type = two_spheres
17 eb2.geom_type = flower
19 eb2.geom_type = rotated_box
21 eb2.geom_type = sphere
H A Dinputs.rt.3d4 eb2.geom_type = sphere
9 eb2.geom_type = box
14 eb2.geom_type = two_spheres
16 eb2.geom_type = flower
18 eb2.geom_type = rotated_box
20 eb2.geom_type = sphere
H A Dinputs4 eb2.geom_type = sphere
9 eb2.geom_type = box
14 eb2.geom_type = two_spheres
16 eb2.geom_type = flower
18 eb2.geom_type = rotated_box
20 eb2.geom_type = sphere
H A DinitEB.cxx17 std::string geom_type; in initializeEB() local
18 pp.get("geom_type", geom_type); in initializeEB()
20 if (geom_type == "combustor") { in initializeEB()
22 } else if (geom_type == "rotated_box") { in initializeEB()
26 } else if (geom_type == "two_spheres") { in initializeEB()
32 } else if (geom_type == "two_spheres_one_box") { in initializeEB()
39 } else if (geom_type == "flower") { in initializeEB()