Package hedge :: Package cuda :: Module discretization :: Class GPUBoundaryFaceStorage
[frames] | no frames]

Class GPUBoundaryFaceStorage

source code

    object --+    
             |    
GPUFaceStorage --+
                 |
                GPUBoundaryFaceStorage

Describes storage locations for a boundary face.

Instance Methods
 
__init__(self, cpu_bdry_index_in_floats, gpu_bdry_index_in_floats, face_pair_side) source code

Inherited from GPUFaceStorage: set_opposite

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables
  cpu_bdry_index_in_floats
this face's starting index in the CPU-based TAG_ALL boundary array [floats].
  face_pair_side
  gpu_bdry_index_in_floats
this face's starting index in the GPU-based TAG_ALL boundary array [floats].

Inherited from GPUFaceStorage: opposite

Properties

Inherited from object: __class__

Method Details

__init__(self, cpu_bdry_index_in_floats, gpu_bdry_index_in_floats, face_pair_side)
(Constructor)

source code 
Overrides: GPUFaceStorage.__init__