Searched refs:FlowerIF (Results 1 – 2 of 2) sorted by relevance
11 class FlowerIF16 FlowerIF (amrex::Real a_radius, amrex::Real a_delta, int a_npetals, in FlowerIF() function26 ~FlowerIF () {} in ~FlowerIF()28 FlowerIF (const FlowerIF& rhs) noexcept = default;29 FlowerIF (FlowerIF&& rhs) noexcept = default;30 FlowerIF& operator= (const FlowerIF& rhs) = delete;31 FlowerIF& operator= (FlowerIF&& rhs) = delete;
40 FlowerIF flower(0.2, 0.1, 6, {AMREX_D_DECL(0.5, 0.5, 0.5)}, false); in initializeEB()