![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Tscal = shambase::VecComponent<Tvec> |
Public Member Functions | |
| bool | has_sinks () const |
| size_t | size () const |
Public Attributes | |
| std::vector< Tvec > & | pos |
| std::vector< Tvec > & | vel |
| std::vector< Tvec > & | acc_sph |
| std::vector< Tvec > & | acc_ext |
| std::vector< Tscal > & | mass |
| std::vector< Tvec > & | angular_momentum |
| std::vector< Tscal > & | accretion_radius |
Definition at line 37 of file sink_edges_helper.hpp.
| using shammodels::sph::SinkEdges< Tvec >::Tscal = shambase::VecComponent<Tvec> |
Definition at line 38 of file sink_edges_helper.hpp.
|
inline |
Definition at line 48 of file sink_edges_helper.hpp.
|
inline |
Definition at line 49 of file sink_edges_helper.hpp.
| std::vector<Tvec>& shammodels::sph::SinkEdges< Tvec >::acc_ext |
Definition at line 43 of file sink_edges_helper.hpp.
| std::vector<Tvec>& shammodels::sph::SinkEdges< Tvec >::acc_sph |
Definition at line 42 of file sink_edges_helper.hpp.
| std::vector<Tscal>& shammodels::sph::SinkEdges< Tvec >::accretion_radius |
Definition at line 46 of file sink_edges_helper.hpp.
| std::vector<Tvec>& shammodels::sph::SinkEdges< Tvec >::angular_momentum |
Definition at line 45 of file sink_edges_helper.hpp.
| std::vector<Tscal>& shammodels::sph::SinkEdges< Tvec >::mass |
Definition at line 44 of file sink_edges_helper.hpp.
| std::vector<Tvec>& shammodels::sph::SinkEdges< Tvec >::pos |
Definition at line 40 of file sink_edges_helper.hpp.
| std::vector<Tvec>& shammodels::sph::SinkEdges< Tvec >::vel |
Definition at line 41 of file sink_edges_helper.hpp.