|
GADGET-4
|
contains the basic simulation loop that iterates over timesteps More...
#include "gadgetconfig.h"#include <ctype.h>#include <math.h>#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "../cooling_sfr/cooling.h"#include "../data/allvars.h"#include "../data/dtypes.h"#include "../data/mymalloc.h"#include "../domain/domain.h"#include "../gravtree/gravtree.h"#include "../io/io.h"#include "../io/snap_io.h"#include "../lightcone/lightcone_massmap_io.h"#include "../lightcone/lightcone_particle_io.h"#include "../logs/logs.h"#include "../main/main.h"#include "../main/simulation.h"#include "../ngbtree/ngbtree.h"#include "../sort/parallel_sort.h"#include "../system/system.h"Go to the source code of this file.
contains the basic simulation loop that iterates over timesteps
Definition in file run.cc.