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 compact 0
comp3d description 3D complex grid functions
dimensions 3
distribution DEFAULT
group type GF
timelevels 2
variable type COMPLEX




carrays3d compact 0
acomp3d description 3D complex grid arrays
dimensions 3
distribution DEFAULT
group type ARRAY
size 10
  size 10
size 10
timelevels 1
variable type COMPLEX




carrays2d compact 0
acomp2d description 2D complex grid arrays
dimensions 2
distribution DEFAULT
group type ARRAY
size 10
  size 10
timelevels 1
variable type COMPLEX




carrays1d compact 0
acomp1d description 1D complex grid arrays
dimensions 1
distribution DEFAULT
group type ARRAY
size 10
timelevels 1
variable type COMPLEX




cscalars compact 0
scomp description complex grid scalars
dimensions 0
distribution CONSTANT
group type SCALAR
timelevels 1
variable type COMPLEX




cmplx_output compact 0
real_part dimensions 0
imaginary_part distribution CONSTANT
group type SCALAR
timelevels 1
variable type REAL




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