GADGET-4
grav_forcetest.h File Reference

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
 

Detailed Description

declares a class needed for the force test calculations

Definition in file grav_forcetest.h.

Macro Definition Documentation

◆ ASMTH_DIRECT

#define ASMTH_DIRECT   30.0

Definition at line 55 of file grav_forcetest.h.

◆ TESTGRID

#define TESTGRID   384

Definition at line 29 of file grav_forcetest.h.

◆ TESTGRIDX

#define TESTGRIDX   ((TESTGRID / LONG_X))

Definition at line 49 of file grav_forcetest.h.

◆ TESTGRIDY

#define TESTGRIDY   ((TESTGRID / LONG_Y))

Definition at line 50 of file grav_forcetest.h.

◆ TESTGRIDZ

#define TESTGRIDZ   ((TESTGRID / LONG_Z))

Definition at line 51 of file grav_forcetest.h.

◆ TESTGRIDZ2

#define TESTGRIDZ2   (TESTGRIDZ / 2 + 1)

Definition at line 53 of file grav_forcetest.h.