Chapter X3
Vectors

Author(s): Erik Schnetter <schnetter@cct.lsu.edu>

Date: November 24 2010



X3.1 Abstract

X3.2 Introduction

X3.3 Physical System

X3.4 Numerical Implementation

X3.5 Using This Thorn

X3.5.1 Obtaining This Thorn

X3.5.2 Basic Usage

X3.5.3 Special Behaviour

X3.5.4 Interaction With Other Thorns

X3.5.5 Examples

X3.5.6 Support and Feedback

X3.6 History

X3.6.1 Thorn Source Code

X3.6.2 Thorn Documentation

X3.6.3 Acknowledgements

X3.7 Parameters




verbose
Scope: private   BOOLEAN



Description: Verbose output during vector tests



   Default: no



X3.8 Interfaces

General

Implements:

vectors

Adds header:

vectors.h

X3.9 Schedule

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

CCTK_STARTUP

  vectors_startup

  print startup message

 

 Language:c
 Type: function

CCTK_PARAMCHECK

  vectors_test

  run correctness tests.

 

 Language:c
 Type: function