|
MAIA bb96820c
Multiphysics at AIA
|
#include <fvstructuredzonalbc.h>
Public Member Functions | |
| StructuredZonalComm (const MInt, const MInt, const MInt) | |
Public Attributes | |
| const MInt | bufferSize |
| const MInt | localId |
| const MInt | noVars |
| MFloat * | buffer = nullptr |
| MInt * | mapCellId = nullptr |
Definition at line 14 of file fvstructuredzonalbc.h.
| StructuredZonalComm::StructuredZonalComm | ( | const MInt | _noCells, |
| const MInt | _localId, | ||
| const MInt | _noVars | ||
| ) |
Definition at line 10 of file fvstructuredzonalbc.cpp.
| MFloat* StructuredZonalComm::buffer = nullptr |
Definition at line 21 of file fvstructuredzonalbc.h.
| const MInt StructuredZonalComm::bufferSize |
Definition at line 18 of file fvstructuredzonalbc.h.
| const MInt StructuredZonalComm::localId |
Definition at line 19 of file fvstructuredzonalbc.h.
| MInt* StructuredZonalComm::mapCellId = nullptr |
Definition at line 22 of file fvstructuredzonalbc.h.
| const MInt StructuredZonalComm::noVars |
Definition at line 20 of file fvstructuredzonalbc.h.