![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Collaboration diagram for shammodels::sph::ParticleKillingConfig< Tvec >:Classes | |
| struct | Sphere |
Public Types | |
| using | Tscal = shambase::VecComponent< Tvec > |
| using | kill_t = std::variant< Sphere > |
Public Member Functions | |
| void | add_kill_sphere (const Tvec ¢er, Tscal radius) |
Public Attributes | |
| std::vector< kill_t > | kill_list |
Definition at line 96 of file SolverConfig.hpp.
| using shammodels::sph::ParticleKillingConfig< Tvec >::kill_t = std::variant<Sphere> |
Definition at line 103 of file SolverConfig.hpp.
| using shammodels::sph::ParticleKillingConfig< Tvec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 97 of file SolverConfig.hpp.
|
inline |
Definition at line 107 of file SolverConfig.hpp.
| std::vector<kill_t> shammodels::sph::ParticleKillingConfig< Tvec >::kill_list |
Definition at line 105 of file SolverConfig.hpp.