TestComplex


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




imaginary_value
Scope: private  REAL



Description: power of the complex number to take



Range   Default: -2
*:*
imaginary part






power_value
Scope: private  REAL



Description: power of the complex number to take



Range   Default: 0.5
0.0:
Some positive value






real_value
Scope: private  REAL



Description: power of the complex number to take



Range   Default: 3
*:*
real part



7 Interfaces

General

Implements:

testcomplex

Grid Variables

7.0.1 PRIVATE GROUPS




  Group Names    Variable Names    Details   




cvars3d   compact0
comp3d   description3D complex grid functions
  dimensions3
  distributionDEFAULT
  group typeGF
  timelevels2
 variable typeCOMPLEX




carrays3d   compact0
acomp3d   description3D complex grid arrays
  dimensions3
  distributionDEFAULT
  group typeARRAY
  size10
    size10
  size10
  timelevels1
 variable typeCOMPLEX




carrays2d   compact0
acomp2d   description2D complex grid arrays
  dimensions2
  distributionDEFAULT
  group typeARRAY
  size10
    size10
  timelevels1
 variable typeCOMPLEX




carrays1d   compact0
acomp1d   description1D complex grid arrays
  dimensions1
  distributionDEFAULT
  group typeARRAY
  size10
  timelevels1
 variable typeCOMPLEX




cscalars   compact0
scomp   descriptioncomplex grid scalars
  dimensions0
  distributionCONSTANT
  group typeSCALAR
  timelevels1
 variable typeCOMPLEX




cmplx_output   compact0
real_part   dimensions0
imaginary_part   distributionCONSTANT
  group typeSCALAR
  timelevels1
 variable typeREAL




8 Schedule

This section lists all the variables which are assigned storage by thorn CactusTest/TestComplex. 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:  
cvars3d[2]  
carrays3d carrays2d carrays1d cscalars 
cmplx_output  
   

Scheduled Functions

CCTK_INITIAL

  initcomplex3d

  initialise 3d complex grid functions

 

 Language:fortran
 Type: function

CCTK_EVOL

  evolvecomplex3d

  evolve 3d complex grid functions

 

 Language:fortran
 Sync: cvars3d
 Type: function

CCTK_POSTINITIAL

  testcomplexpower

  do a simple complex power operation

 

 Language:c
 Type: function