|
METHOD
|
#include <serialEnv.h>


Public Member Functions | |
| SerialEnv (int *argcP, char **argvP[], int nxRanks, int nyRanks, int nzRanks, int testing=0) | |
| virtual | ~SerialEnv () |
Public Member Functions inherited from PlatformEnv | |
| PlatformEnv (int testing=0) | |
| virtual | ~PlatformEnv () |
Additional Inherited Members | |
Public Attributes inherited from PlatformEnv | |
| int | nProc |
| int | rank |
| int | testing |
| int | nxRanks |
| int | nyRanks |
| int | nzRanks |
| int | xRankId |
| int | yRankId |
| int | zRankId |
| int | leftXNeighbourRank |
| int | rightXNeighbourRank |
| int | leftYNeighbourRank |
| int | rightYNeighbourRank |
| int | leftZNeighbourRank |
| int | rightZNeighbourRank |
For a 2D problem, specify nzRanks = 1 For a 1D problem, specify nzRanks = 1, nyRanks = 1
The number of ranks in each dimension must be a factor of the number of cells in the dimension
Definition at line 18 of file serialEnv.h.
| SerialEnv::SerialEnv | ( | int * | argcP, |
| char ** | argvP[], | ||
| int | nxRanks, | ||
| int | nyRanks, | ||
| int | nzRanks, | ||
| int | testing = 0 |
||
| ) |
Constructor – record that we are running on only a single process.
|
virtual |
Destructor.