array_nx | Scope: private | INT |
Description: Size of arrays in x direction
| ||
Range | Default: 4 | |
0:* | ||
array_ny | Scope: private | INT |
Description: Size of arrays in y direction
| ||
Range | Default: 5 | |
0:* | ||
array_nz | Scope: private | INT |
Description: Size of arrays in z direction
| ||
Range | Default: 10 | |
0:* | ||
Implements:
testlocalreduce
Group Names | Variable Names | Details | |
real_vals | compact | 0 | |
real_max_3D | description | results from real reduction | |
real_max_2D | dimensions | 0 | |
real_max_1D | distribution | CONSTANT | |
real_sum_3D | group type | SCALAR | |
real_sum_2D | timelevels | 1 | |
real_sum_1D | variable type | REAL | |
int_vals | compact | 0 | |
int_max_3D | description | results from int reduction | |
int_max_2D | dimensions | 0 | |
int_max_1D | distribution | CONSTANT | |
int_sum_3D | group type | SCALAR | |
int_sum_2D | timelevels | 1 | |
int_sum_1D | variable type | INT | |
This section lists all the variables which are assigned storage by thorn CactusNumerical/TestLocalReduce. Storage can either last for the duration of the run (Always means that if this thorn is activated storage will be assigned, Conditional means that if this thorn is activated storage will be assigned for the duration of the run if some condition is met), or can be turned on for the duration of a schedule function.
Always: | |
real_vals int_vals | |
CCTK_POSTINITIAL
testlocalreducec_maximum
test out maximum reductions from c
Language: | c | |
Type: | function | |
CCTK_POSTINITIAL
testlocalreducec_sum
test out sum reductions from c
Language: | c | |
Type: | function | |
CCTK_POSTINITIAL
testlocalreducec_avg
test out avg reductions from c
Language: | c | |
Type: | function | |