Package esys :: Package escript :: Module datamanager
[hide private]
[frames] | no frames]

Module datamanager


Author: Lutz Gross, Cihan Altinay

Copyright: Copyright (c) 2003-2010 by University of Queensland Earth Systems Science Computational Center (ESSCC) http://www.uq.edu.au/esscc Primary Business: Queensland, Australia

License: Licensed under the Open Software License version 3.0 http://www.opensource.org/licenses/osl-3.0.php

Classes [hide private]
  DataManager
Escript data import/export manager.
Functions [hide private]
None :
MPIBarrierWorld()
Wait until all MPI processes have reached this point.
int :
getMPIRankWorld()
Return the rank of this process in the MPI World.
 
load(...)
reads Data on domain from file in netCDF format
Variables [hide private]
  __package__ = 'esys.escript'
  __url__ = 'https://launchpad.net/escript-finley'
Function Details [hide private]

load(...)

 
load( (str)fileName, (Domain)domain) -> Data :

reads Data on domain from file in netCDF format

Parameters:
  • fileName (string)
  • domain (Domain)