Home | Trees | Indices | Help |
---|
|
Describes what data is local to each thread block on the GPU.
|
|||
|
|||
Inherited from |
|
|||
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. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 29 14:33:14 2009 | http://epydoc.sourceforge.net |