MPIRegion

class pyR2D2.MPIRegion(data)[source]

Bases: _BaseRemapReader

Class for 3D data at a selected MPI process

Important

pyR2D2.Data class can access this class as pyR2D2.Data.qm

Variables:

Methods Summary

read(ixrt, n)

Reads 3D data at a selected a MPI process in x-direction.

Methods Documentation

read(ixrt, n)[source]

Reads 3D data at a selected a MPI process in x-direction. corrensponding to ixr-th region in remap coordinate

Parameters:
  • ixrt (int) – A selected x-region (0<=ixrt<=ixr-1) .. note:: ixr is the number of MPI process in x-direction

  • n (int) – A selected time step for data

  • verbose (bool) – False suppresses a message of store

__init__(data)