COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Attributes | List of all members
BlockArrays::Implementation::BlockLayer Struct Reference

Represents a single layer across the mesh. More...

Public Attributes

Uint segment_size
 Size of a single layer of cells. More...
 
Uint nb_segments
 Number of cell layers for the block layer. More...
 
std::vector< Uintglobal_layer
 Block layer across all original partitions. More...
 
std::vector< Uintlocal_layer
 Block layer filtered to only contain the blocks for the current original partition. More...
 
std::vector< Uintadded_blocks
 Accumulation of all added layers. More...
 
Uint remaining_nb_segments
 Reamaining number of segments when multiple partitions fit in one block layer. More...
 

Detailed Description

Represents a single layer across the mesh.

Definition at line 789 of file BlockData.cpp.

Member Data Documentation

std::vector<Uint> added_blocks

Accumulation of all added layers.

Definition at line 800 of file BlockData.cpp.

std::vector<Uint> global_layer

Block layer across all original partitions.

Definition at line 796 of file BlockData.cpp.

std::vector<Uint> local_layer

Block layer filtered to only contain the blocks for the current original partition.

Definition at line 798 of file BlockData.cpp.

Uint nb_segments

Number of cell layers for the block layer.

Definition at line 794 of file BlockData.cpp.

Uint remaining_nb_segments

Reamaining number of segments when multiple partitions fit in one block layer.

Definition at line 802 of file BlockData.cpp.

Uint segment_size

Size of a single layer of cells.

Definition at line 792 of file BlockData.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin