next up previous contents
Next: Example Up: What the Flesh Provides Previous: Cactus Variables   Contents

Cactus Data Types

To provide portability across platforms, the Cactus grid variables and parameters are defined and declared using Cactus data types. The most important of these data types are described below, for a full description see Section B10.8. These data types should be used to declare local variables where needed, and to declare Cactus grid variables or parameters that need declarations.

CCTK_INT
default size 4 bytes
CCTK_REAL
default size 8 bytes
CCTK_COMPLEX
consists of two CCTK_REAL elements



Subsections