Abstract

1 Introduction

2 Physical System

3 Numerical Implementation

4 Using This Thorn

4.1 Obtaining This Thorn

4.2 Basic Usage

4.3 Special Behaviour

4.4 Interaction With Other Thorns

4.5 Support and Feedback

5 History

5.1 Thorn Source Code

5.2 Thorn Documentation

5.3 Acknowledgements

References

6 Parameters




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:*



7 Interfaces

General

Implements:

testlocalreduce

Grid Variables

7.0.1 PUBLIC GROUPS





  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




8 Schedule

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.

Storage

 

Always:  
real_vals int_vals  
   

Scheduled Functions

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