MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
size_t | BytesPerFile |
int | WritersPerFile |
int | NumWriters |
int | MinNumWriters |
int | EnableAggregatedIO |
size_t | AggregatedIOThreshold |
int | UsePeculiarVelocity |
int | OutputPotential |
int | OutputHeliumFractions |
int | OutputTimebins |
char | SnapshotFileBase [100] |
char | InitCondFile [100] |
size_t petaio_params::AggregatedIOThreshold |
Definition at line 37 of file petaio.c.
Referenced by petaio_init(), and set_petaio_params().
size_t petaio_params::BytesPerFile |
Definition at line 32 of file petaio.c.
Referenced by petaio_save_block(), and set_petaio_params().
int petaio_params::EnableAggregatedIO |
Definition at line 36 of file petaio.c.
Referenced by petaio_init(), petaio_save_block(), and set_petaio_params().
char petaio_params::InitCondFile[100] |
Definition at line 48 of file petaio.c.
Referenced by petaio_get_snapshot_fname(), and set_petaio_params().
int petaio_params::MinNumWriters |
Definition at line 35 of file petaio.c.
Referenced by petaio_save_block(), and set_petaio_params().
int petaio_params::NumWriters |
Definition at line 34 of file petaio.c.
Referenced by petaio_init(), petaio_read_block(), petaio_save_block(), and set_petaio_params().
int petaio_params::OutputHeliumFractions |
Flag whether to output the helium ionic fractions in snapshots
Definition at line 45 of file petaio.c.
Referenced by register_io_blocks(), and set_petaio_params().
int petaio_params::OutputPotential |
Flag whether to include the potential in snapshots
Definition at line 44 of file petaio.c.
Referenced by register_io_blocks(), and set_petaio_params().
int petaio_params::OutputTimebins |
Definition at line 46 of file petaio.c.
Referenced by register_debug_io_blocks(), register_io_blocks(), and set_petaio_params().
char petaio_params::SnapshotFileBase[100] |
Definition at line 47 of file petaio.c.
Referenced by petaio_get_snapshot_fname(), and set_petaio_params().
int petaio_params::UsePeculiarVelocity |
Definition at line 43 of file petaio.c.
Referenced by GetUsePeculiarVelocity(), GTVelocity(), petaio_read_header_internal(), petaio_read_snapshot(), petaio_write_header(), set_petaio_params(), and STVelocity().
int petaio_params::WritersPerFile |
Definition at line 33 of file petaio.c.
Referenced by petaio_save_block(), and set_petaio_params().