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

Safe HaskellSafe-Infered

Language.Paraiso.Annotation.Boundary

Description

calculate the Valid regions of the Orthotope where all information needed to update the region is available.

Synopsis

Documentation

newtype Valid g Source

a type that represents valid region of computation.

Constructors

Valid [Interval (NearBoundary g)] 

Instances

Typeable1 Valid 
Eq g => Eq (Valid g) 
Show g => Show (Valid g) 
Ord g => PiSystem (Valid g) 

data NearBoundary a Source

the displacement around either side of the boundary.

Instances