Version: 6.3.1
Functions | Variables

Package TestMedCorba1

Functions

def ecart
def compare

Variables

list BASE = os.environ["MED_ROOT_DIR"]
tuple fileName = os.path.join( BASE, 'pointe.med' )
tuple md = MED()
tuple mdDriver = MED_MED_RDONLY_DRIVER(fileName, md)
tuple mLocal = md.getMesh(md.getMeshName(0))
tuple orb = CORBA.ORB_init([''], CORBA.ORB_ID)
tuple lcc = LifeCycleCORBA(orb)
tuple C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py")
tuple mDistant = C.Calcul1()

Function Documentation

def TestMedCorba1.ecart (   x,
  y 
)
def TestMedCorba1.compare (   x,
  y 
)

Variable Documentation

tuple TestMedCorba1::BASE = os.environ["MED_ROOT_DIR"]
tuple TestMedCorba1::fileName = os.path.join( BASE, 'pointe.med' )
tuple TestMedCorba1.md = MED()
tuple TestMedCorba1.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md)
tuple TestMedCorba1.mLocal = md.getMesh(md.getMeshName(0))
tuple TestMedCorba1.orb = CORBA.ORB_init([''], CORBA.ORB_ID)
tuple TestMedCorba1.lcc = LifeCycleCORBA(orb)
tuple TestMedCorba1.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py")
tuple TestMedCorba1.mDistant = C.Calcul1()
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS