TestReduce


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

7 Interfaces

General

Implements:

testreduce

Grid Variables

7.0.1 PRIVATE GROUPS




  Group Names    Variable Names    Details   




testreduce_3gfs   compact0
phi_gf3   descriptionTest grid function
  dimensions3
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeREAL




testreduce_2gfs   compact0
phi_gf2   descriptionTest grid function
  dimensions2
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeREAL




testreduce_1gfs   compact0
phi_gf1   descriptionTest grid function
  dimensions1
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeREAL




testreduce_scalars   compact0
phi_scalar   descriptionTest scalar
  dimensions0
  distributionCONSTANT
  group typeSCALAR
  timelevels1
 variable typeREAL




testreduce_3igfs   compact0
phi_igf3   descriptionTest grid function
  dimensions3
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeINT




testreduce_2igfs   compact0
phi_igf2   descriptionTest grid function
  dimensions2
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeINT








  Group Names    Variable Names    Details   




testreduce_1igfs   compact0
phi_igf1   descriptionTest grid function
  dimensions1
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeINT




testreduce_iscalars   compact0
phi_iscalar   descriptionTest scalar
  dimensions0
  distributionCONSTANT
  group typeSCALAR
  timelevels1
 variable typeINT




8 Schedule

This section lists all the variables which are assigned storage by thorn CactusTest/TestReduce. 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:  
testreduce_3gfs  
testreduce_2gfs  
testreduce_1gfs  
testreduce_3igfs  
testreduce_2igfs  
testreduce_1igfs  
testreduce_scalars  
testreduce_iscalars 
   

Scheduled Functions

CCTK_INITIAL

  testreduce_initial

  initialise variables

 

 Language:c
 Type: function

CCTK_POSTINITIAL

  testreducec_maximum

  test out maximum reductions from c

 

 Language:c
 Type: function

CCTK_POSTINITIAL

  testreducef_maximum

  test out maximum reductions from fortran

 

 Language:fortran
 Type: function

CCTK_POSTINITIAL

  testreducec_sum

  test out sum reductions from c

 

 Language:c
 Type: function

CCTK_POSTINITIAL

  testreducef_sum

  test out sum reductions from fortran

 

 Language:fortran
 Type: function