|
GADGET-4
|
declares a class needed for the force test calculations More...
#include "gadgetconfig.h"#include <math.h>#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../data/allvars.h"#include "../data/dtypes.h"#include "../data/simparticles.h"#include "../domain/domain.h"#include "../gravtree/gravtree.h"Go to the source code of this file.
Classes | |
| class | gravtest |
Macros | |
| #define | TESTGRID 384 |
| #define | TESTGRIDX ((TESTGRID / LONG_X)) |
| #define | TESTGRIDY ((TESTGRID / LONG_Y)) |
| #define | TESTGRIDZ ((TESTGRID / LONG_Z)) |
| #define | TESTGRIDZ2 (TESTGRIDZ / 2 + 1) |
| #define | ASMTH_DIRECT 30.0 |
declares a class needed for the force test calculations
Definition in file grav_forcetest.h.
| #define ASMTH_DIRECT 30.0 |
Definition at line 55 of file grav_forcetest.h.
| #define TESTGRID 384 |
Definition at line 29 of file grav_forcetest.h.
Definition at line 49 of file grav_forcetest.h.
Definition at line 50 of file grav_forcetest.h.
Definition at line 51 of file grav_forcetest.h.
| #define TESTGRIDZ2 (TESTGRIDZ / 2 + 1) |
Definition at line 53 of file grav_forcetest.h.