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 | mDistantCopy = MESHClient(mDistant) |
| tuple | C2 = Compo2() |
| tuple | s = C2.Calcul(mDistantCopy) |
| def TestMedCorba7.compare | ( | x, | |
| y | |||
| ) |
| tuple TestMedCorba7::BASE = os.environ["MED_ROOT_DIR"] |
| tuple TestMedCorba7::fileName = os.path.join( BASE, 'pointe.med' ) |
| tuple TestMedCorba7.md = MED() |
| tuple TestMedCorba7.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md) |
| tuple TestMedCorba7.mLocal = md.getMesh(md.getMeshName(0)) |
| tuple TestMedCorba7.orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| tuple TestMedCorba7.lcc = LifeCycleCORBA(orb) |
| tuple TestMedCorba7.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") |
| tuple TestMedCorba7.mDistant = C.Calcul1() |
| tuple TestMedCorba7.mDistantCopy = MESHClient(mDistant) |
| tuple TestMedCorba7.C2 = Compo2() |
| tuple TestMedCorba7.s = C2.Calcul(mDistantCopy) |