MAIA bb96820c
Multiphysics at AIA
|
#include <lbbndcnd.h>
Public Attributes | |
MInt | noBndCells = 0 |
this is number of non-halo (!) boundary cells -> stored for restart More... | |
MInt | noBndCellsWithHalos = 0 |
number of boundary cells represented in data More... | |
MInt | noVars = 0 |
number of variables that are stored for BC More... | |
ParallelIo::size_type | globalOffset = 0 |
global offset for writing restart file More... | |
MFloat * | data = nullptr |
pointer the relevant data More... | |
Definition at line 27 of file lbbndcnd.h.
MFloat* LbBndCndData::data = nullptr |
Definition at line 32 of file lbbndcnd.h.
ParallelIo::size_type LbBndCndData::globalOffset = 0 |
Definition at line 31 of file lbbndcnd.h.
MInt LbBndCndData::noBndCells = 0 |
Definition at line 28 of file lbbndcnd.h.
MInt LbBndCndData::noBndCellsWithHalos = 0 |
Definition at line 29 of file lbbndcnd.h.
MInt LbBndCndData::noVars = 0 |
Definition at line 30 of file lbbndcnd.h.