[This is preliminary documentation and is subject to change.]
Returns a recommended configuration for a new Cartesian grid.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public static int Map( Intracommunicator oldcomm, int ndims, int[] dims, bool[] periods ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Map ( _ oldcomm As Intracommunicator, _ ndims As Integer, _ dims As Integer(), _ periods As Boolean() _ ) As Integer |
| Visual C++ |
|---|
public: static int Map( Intracommunicator^ oldcomm, int ndims, array<int>^ dims, array<bool>^ periods ) |
Parameters
- oldcomm
- Type: MPI..::.Intracommunicator
The existing communicator.
- ndims
- Type: System..::.Int32
The number of dimensions for the Cartesian grid.
- dims
- Type: array<
System..::.Int32
>[]()[]
An array of length ndims indicating the size of the grid in each dimension.
- periods
- Type: array<
System..::.Boolean
>[]()[]
A logical array of length ndims indicating whether the grid is periodic in any given dimension.