Package hedge :: Package backends :: Package cuda :: Class GPUInteriorFaceStorage
[hide private]
[frames] | no frames]

Class GPUInteriorFaceStorage

source code


Describes storage locations for a face local to an element in a block.

Instance Methods [hide private]
 
__init__(self, el_face, cpu_slice, native_index_list_id, native_block, face_pair_side)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from GPUFaceStorage: set_opposite

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

Instance Variables [hide private]
  cpu_slice
the base index of the element in CPU numbering.
  el_face
a tuple (element, face_number).
  face_pair_side
  native_block
block in which element is to be found.
  native_index_list_id
  opp_write_index_list_id

Inherited from GPUFaceStorage: opposite

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, el_face, cpu_slice, native_index_list_id, native_block, face_pair_side)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)