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
| |
Implements:
testcomplex
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 | ||
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.
Always: | |
cvars3d[2] | |
carrays3d carrays2d carrays1d cscalars | |
cmplx_output | |
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 | |