#include <particles.h>
|
|
void | init () |
| |
|
void | setICs () |
| |
|
void | initParticleStep () |
| |
|
void | outputParticleStep () |
| |
|
void | runParticleStep () |
| |
|
void | runStep () |
| |
|
void | simInit () |
| | Initialize individual simulation class instances.
|
| |
|
void | run () |
| | Run the simulation.
|
| |
|
void | runCommonStepTasks () |
| |
|
void | prepBSSNOutput () |
| |
|
void | outputStateInformation () |
| |
|
idx_t | simNumNaNs () |
| |
|
void | setVerbosity (int verbosity_in) |
| |
|
|
Particles * | particles |
| |
|
idx_t | step |
| |
|
idx_t | num_steps |
| |
|
bool | dt_flip |
| |
|
idx_t | dt_flip_step |
| |
|
real_t | t |
| | Time @ current step.
|
| |
|
std::string | simulation_type |
| |
|
IOData * | iodata |
| |
|
Fourier * | fourier |
| |
|
BSSN * | bssnSim |
| |
|
Bardeen * | bardeen |
| |
|
bool | use_bardeen |
| |
|
int | verbosity |
| |
derived class based on CosmoSim class (sim.h)
The documentation for this class was generated from the following files: