Home | Trees | Indices | Help |
---|
|
object --+ | GPUBlock
Describes what data is local to each thread block on the GPU.
Instance Methods | |||
|
|||
Inherited from |
Instance Variables | |
cpu_slices A list of slices describing the CPU-side storage locations for the block's elements. |
|
el_number_map A dictionary mapping hedge.mesh.Element instances to their number within this block. |
|
el_offsets_list A lsit containing the offsets of the elements in this block, in order. |
|
local_discretization The hedge.element.Element instance used for elements in this block. |
|
microblocks A list of lists of hedge.mesh.Element instances, each representing the elements in one block, and together representing one block. |
|
number The global number of this block. |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Jul 3 21:03:57 2008 | http://epydoc.sourceforge.net |