|
GADGET-4
|
contains routines to improve the domain balance by combining several patches per MPI rank More...
#include "gadgetconfig.h"#include <mpi.h>#include <cmath>#include <cstdio>#include <cstdlib>#include <cstring>#include "../data/allvars.h"#include "../data/dtypes.h"#include "../data/mymalloc.h"#include "../domain/domain.h"#include "../logs/timer.h"#include "../main/simulation.h"#include "../mpi_utils/mpi_utils.h"#include "../sort/cxxsort.h"#include "../system/system.h"#include "../time_integration/timestep.h"#include "../data/simparticles.h"Go to the source code of this file.
contains routines to improve the domain balance by combining several patches per MPI rank
Definition in file domain_balance.cc.