|
MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <fof.h>
Public Attributes | |
| struct BaseGroup | base |
| int | Length |
| int | LenType [6] |
| double | MassType [6] |
| double | Mass |
| double | CM [3] |
| double | Vel [3] |
| double | Imom [3][3] |
| double | Jmom [3] |
| double | Sfr |
| double | GasMetalMass |
| double | StellarMetalMass |
| float | StellarMetalElemMass [NMETALS] |
| float | GasMetalElemMass [NMETALS] |
| float | MassHeIonized |
| double | BH_Mass |
| double | BH_Mdot |
| double | MaxDens |
| int | seed_index |
| int | seed_task |
| struct BaseGroup Group::base |
Definition at line 22 of file fof.h.
Referenced by add_particle_to_group(), fof_alloc_group(), fof_compile_base(), fof_compile_catalogue(), fof_finish_group_properties(), GTFirstPos(), ionize_copy(), and STFirstPos().
| double Group::BH_Mass |
Definition at line 52 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::BH_Mdot |
Definition at line 53 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::CM[3] |
Definition at line 34 of file fof.h.
Referenced by add_particle_to_group(), fof_finish_group_properties(), fof_reduce_group(), GTMassCenterPosition(), ionize_copy(), STMassCenterPosition(), and turn_on_quasars().
| float Group::GasMetalElemMass[NMETALS] |
Definition at line 47 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::GasMetalMass |
Definition at line 44 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::Imom[3][3] |
Definition at line 37 of file fof.h.
Referenced by add_particle_to_group(), fof_finish_group_properties(), and fof_reduce_group().
| double Group::Jmom[3] |
Definition at line 38 of file fof.h.
Referenced by add_particle_to_group(), fof_finish_group_properties(), and fof_reduce_group().
| int Group::Length |
Definition at line 28 of file fof.h.
Referenced by add_particle_to_group(), fof_compile_base(), fof_compile_catalogue(), and fof_reduce_group().
| int Group::LenType[6] |
Definition at line 29 of file fof.h.
Referenced by add_particle_to_group(), fof_reduce_group(), and fof_seed().
| double Group::Mass |
Definition at line 31 of file fof.h.
Referenced by add_particle_to_group(), build_qso_candidate_list(), fof_compile_catalogue(), fof_finish_group_properties(), fof_reduce_group(), and fof_seed().
| float Group::MassHeIonized |
Definition at line 50 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::MassType[6] |
Definition at line 30 of file fof.h.
Referenced by add_particle_to_group(), fof_reduce_group(), and fof_seed().
| double Group::MaxDens |
Definition at line 54 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| int Group::seed_index |
Definition at line 56 of file fof.h.
Referenced by add_particle_to_group(), fof_reduce_group(), fof_seed(), and fof_seed_make_one().
| int Group::seed_task |
Definition at line 57 of file fof.h.
Referenced by add_particle_to_group(), cmp_seed_task(), fof_reduce_group(), fof_seed(), and fof_seed_make_one().
| double Group::Sfr |
Definition at line 40 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| float Group::StellarMetalElemMass[NMETALS] |
Definition at line 46 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::StellarMetalMass |
Definition at line 45 of file fof.h.
Referenced by add_particle_to_group(), and fof_reduce_group().
| double Group::Vel[3] |
Definition at line 35 of file fof.h.
Referenced by add_particle_to_group(), fof_finish_group_properties(), fof_reduce_group(), and GTMassCenterVelocity().