Version: 6.3.1
Functions | Variables

Package TestMedCorba5

Functions

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()
tuple n1 = mLocal.getNumberOfTypes(i)
tuple n2 = mDistant.getNumberOfTypes(i)
tuple T1 = mLocal.getTypes(i)
tuple T2 = mDistant.getTypes(i)
tuple c1
tuple c2

Function Documentation

def TestMedCorba5.compare (   x,
  y 
)

Variable Documentation

tuple TestMedCorba5::BASE = os.environ["MED_ROOT_DIR"]
tuple TestMedCorba5::fileName = os.path.join( BASE, 'pointe.med' )
tuple TestMedCorba5.md = MED()
tuple TestMedCorba5.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md)
tuple TestMedCorba5.mLocal = md.getMesh(md.getMeshName(0))
tuple TestMedCorba5.orb = CORBA.ORB_init([''], CORBA.ORB_ID)
tuple TestMedCorba5.lcc = LifeCycleCORBA(orb)
tuple TestMedCorba5.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py")
tuple TestMedCorba5.mDistant = C.Calcul1()
tuple TestMedCorba5.n1 = mLocal.getNumberOfTypes(i)
tuple TestMedCorba5.n2 = mDistant.getNumberOfTypes(i)
tuple TestMedCorba5.T1 = mLocal.getTypes(i)
tuple TestMedCorba5.T2 = mDistant.getTypes(i)
Initial value:
00001 mLocal.getConnectivity(MED_FULL_INTERLACE, MED_NODAL, \
00002                                         i, T1[j])
Initial value:
00001 mDistant.getConnectivity(MED_FULL_INTERLACE, MED_NODAL, \
00002                                         i, T2[j])
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