|
| | DiscIterator (Tscal part_mass, Tscal disc_mass, Tscal r_in, Tscal r_out, std::function< Tscal(Tscal)> sigma_profile, std::function< Tscal(Tscal)> H_profile, std::function< Tscal(Tscal)> rot_profile, std::function< Tscal(Tscal)> cs_profile, std::mt19937_64 eng) |
| |
| | DiscIterator (Tscal part_mass, Tscal disc_mass, Tscal r_in, Tscal r_out, std::function< Tscal(Tscal)> sigma_profile, std::function< Tscal(Tscal)> H_profile, std::function< Tscal(Tscal)> rot_profile, std::function< Tscal(Tscal)> cs_profile, std::mt19937_64 eng, u64 Npart) |
| |
| bool | is_done () |
| |
| std::vector< DiscOutput > | next_n (u64 nmax) |
| |
template<class Tvec, template< class > class SPHKernel>
class shammodels::sph::modules::GeneratorMCDisc< Tvec, SPHKernel >::DiscIterator
Definition at line 111 of file GeneratorMCDisc.hpp.