MAIA bb96820c
Multiphysics at AIA
|
#include <structuredpartition.h>
Public Member Functions | |
PartitionInfo () | |
~PartitionInfo () | |
Public Attributes | |
MInt | blockId = -1 |
MInt | partitionId = -1 |
MInt | cpu = -1 |
std::unique_ptr< MInt[]> | size {} |
std::unique_ptr< MInt[]> | offset {} |
MLong | totalSize = 0 |
MFloat | weight = 1.0 |
Definition at line 26 of file structuredpartition.h.
|
inline |
Definition at line 28 of file structuredpartition.h.
|
inline |
Definition at line 32 of file structuredpartition.h.
MInt PartitionInfo< nDim >::blockId = -1 |
Definition at line 34 of file structuredpartition.h.
MInt PartitionInfo< nDim >::cpu = -1 |
Definition at line 36 of file structuredpartition.h.
std::unique_ptr<MInt[]> PartitionInfo< nDim >::offset {} |
Definition at line 38 of file structuredpartition.h.
MInt PartitionInfo< nDim >::partitionId = -1 |
Definition at line 35 of file structuredpartition.h.
std::unique_ptr<MInt[]> PartitionInfo< nDim >::size {} |
Definition at line 37 of file structuredpartition.h.
MLong PartitionInfo< nDim >::totalSize = 0 |
Definition at line 39 of file structuredpartition.h.
MFloat PartitionInfo< nDim >::weight = 1.0 |
Definition at line 40 of file structuredpartition.h.