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

Safe HaskellSafe-Infered

Language.Paraiso.OM.Realm

Description

The Realm represents how the data reside in Orthotope Machines. Local data are n-dimensional array that is distributed among nodes. Global data are single-point value, possibly reside in the master node.

Synopsis

Documentation

data TGlobal Source

Constructors

TGlobal 

Instances

data TLocal Source

Constructors

TLocal 

Instances

class TRealm a whereSource

Type-level representations

data Realm Source

Value-level representations

Constructors

Global 
Local 

Instances

Eq Realm 
Show Realm 
Realmable Realm

Realmable instances

class Realmable a whereSource

Means of obtaining value-level realm from things

Methods

realm :: a -> RealmSource

Instances

Realmable Realm

Realmable instances

Realmable DynValue 
(TRealm rea, Typeable con) => Realmable (Value rea con) 
Realmable (StorageRef v g a) 
Realmable (SubKernelRef v g a)