IDScalarWaveElliptic


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




charge
Scope: private  REAL



Description: Charge of uniformly charged sphere



Range   Default: 1.0
0:*
Anything






output_tmp
Scope: private  BOOLEAN



Description: Output intermediate variables



  Default: no






radius
Scope: private  REAL



Description: Radius of uniformly charged sphere



Range   Default: 1.0
0:*
Anything






solver
Scope: private  STRING



Description: Name of elliptic solver



Range   Default: sor
.*
Anything






sor_maxit
Scope: private  INT



Description: Maximum number of iterations for SOR solve



Range   Default: 100
1:*
Positive






initial_data
Scope: shared from IDSCALARWAVE  KEYWORD



Extends ranges:



charge
Uniformly charged sphere



7 Interfaces

General

Implements:

idscalarwaveelliptic

Inherits:

grid

wavetoy

ellbase

idscalarwave

Grid Variables

7.0.1 PRIVATE GROUPS




  Group Names    Variable Names    Details   




ellcoeffs   compact0
Mcoeff   descriptionCoefficients of the elliptic equation
Ncoeff   dimensions3
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeREAL




outvars   compact0
temp   descriptionTemporary vars
  dimensions3
  distributionDEFAULT
  group typeGF
  timelevels1
 variable typeREAL




Uses header:

EllBase.h

8 Schedule

This section lists all the variables which are assigned storage by thorn CactusWave/IDScalarWaveElliptic. 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

NONE

Scheduled Functions

WaveToy_InitialData

  uniformcharge

  initial data (uniform charge) for 3d wave equation

 

 Language:fortran
 Storage: wavetoy::scalarevolve[3]
   ellcoeffs
   outvars
 Type: function