Paraiso-0.3.1.2: a code generator for partial differential equations solvers.

Safe HaskellSafe-Infered

Language.Paraiso.Annotation.Allocation

Description

An Annotation that selects whether the data should be stored globally on memory or to be calculated.

Documentation

data Allocation Source

Constructors

Existing

This entity is already allocated as a static variable.

Manifest

Allocate additional memory for this entity.

Delayed

Do not allocate, re-compute it whenever if needed.