Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::VBlockImpl::Internal Struct Reference

Internal structure for variable block offset computation tool. More...

Collaboration diagram for Alien::VBlockImpl::Internal:

Public Member Functions

 Internal (const VBlock &blocks)

Static Public Member Functions

static VBlockImpl::InternalnewVariableSizeBlock (const VBlock &blocks)
 Compute offsets for variable block size algebraic element.

Public Attributes

const VBlockm_blocks
 Variable blocks information.
VBlock::ValuePerBlock m_all_offsets
 All offsets array.
UniqueArray< Integer > m_local_sizes
 Local sizes array.
UniqueArray< Integer > m_local_offsets
 Local sizes offset.

Detailed Description

Internal structure for variable block offset computation tool.

Definition at line 43 of file VBlockOffsets.cc.

Constructor & Destructor Documentation

◆ Internal()

Alien::VBlockImpl::Internal::Internal ( const VBlock & blocks)
inline

Definition at line 46 of file VBlockOffsets.cc.

Member Function Documentation

◆ newVariableSizeBlock()

VBlockImpl::Internal * Alien::VBlockImpl::Internal::newVariableSizeBlock ( const VBlock & blocks)
static

Compute offsets for variable block size algebraic element.

Parameters
[in]blocksVariable blocks size information
Returns
Variable block size computed offsets

Definition at line 71 of file VBlockOffsets.cc.

Member Data Documentation

◆ m_all_offsets

VBlock::ValuePerBlock Alien::VBlockImpl::Internal::m_all_offsets

All offsets array.

Definition at line 53 of file VBlockOffsets.cc.

◆ m_blocks

const VBlock& Alien::VBlockImpl::Internal::m_blocks

Variable blocks information.

Definition at line 51 of file VBlockOffsets.cc.

◆ m_local_offsets

UniqueArray<Integer> Alien::VBlockImpl::Internal::m_local_offsets

Local sizes offset.

Definition at line 57 of file VBlockOffsets.cc.

◆ m_local_sizes

UniqueArray<Integer> Alien::VBlockImpl::Internal::m_local_sizes

Local sizes array.

Definition at line 55 of file VBlockOffsets.cc.


The documentation for this struct was generated from the following file: