28 #if !defined(_GRID_PARAMS_H_)
29 #define _GRID_PARAMS_H_ 1
69 int hicuerrpervol = 0,
70 int hicudodoublecheck = 1,
71 int hicuctr = 0,
int hicuuec = 0,
int hicuueco = 0,
72 int hicudovarcheck = 0)
double ergo_real
Definition: realtype.h:53
int compare_to_refined
Definition: grid_params.h:42
A structure describing the grid settings.
Definition: grid_params.h:49
bool cubicBoxes
whether cubic grid boxes should be enforced.
Definition: grid_params.h:61
RadialScheme radialGridScheme
Definition: grid_params.h:59
Definition: grid_params.h:58
ergo_real boxSize
All the dimensions of the smallest box must be below this threshold.
Definition: grid_params.h:53
RadialScheme
Definition: grid_params.h:57
GridType gridType
Definition: grid_params.h:60
GridType
Definition: grid_params.h:58
Definition: grid_params.h:58
ergo_real start_box_size_debug
Definition: grid_params.h:39
Implements shared parts of the grid generation code.
GridParams(ergo_real r_=1e-9, int a1=6, int a2=30, ergo_real bs=5.0, bool cubic=false, ergo_real hicume=1e-7, ergo_real hicubs=1.5, ergo_real hicusbsd=0, int hicuerrpervol=0, int hicudodoublecheck=1, int hicuctr=0, int hicuuec=0, int hicuueco=0, int hicudovarcheck=0)
Definition: grid_params.h:65
HiCuGridParams hicuParams
Definition: grid_params.h:64
int use_energy_criterion
Definition: grid_params.h:43
int do_variation_checking
Definition: grid_params.h:45
int do_double_checking
Definition: grid_params.h:41
int angmin
Definition: grid_params.h:55
int use_error_per_volume
Definition: grid_params.h:40
Definition: grid_params.h:57
ergo_real maxError
Definition: grid_params.h:37
int angmax
Definition: grid_params.h:56
RadialScheme describes the radial grid.
Definition: grid_atomic.h:48
ergo_real radint
Definition: grid_params.h:54
int use_energy_criterion_only
Definition: grid_params.h:44
Definition: grid_params.h:57
ergo_real box_size
Definition: grid_params.h:38
Definition: grid_params.h:57
A structure describing the HiCu grid settings.
Definition: grid_params.h:36