Functions | |
| def | compare |
Variables | |
| list | BASE = os.environ["MED_ROOT_DIR"] |
| ne fonctionne pas ? import salome | |
| 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() |
| int | testDistant = 0 |
| def TestMedCorba6.compare | ( | x, | |
| y | |||
| ) |
| tuple TestMedCorba6::BASE = os.environ["MED_ROOT_DIR"] |
ne fonctionne pas ? import salome
| tuple TestMedCorba6::fileName = os.path.join( BASE, 'pointe.med' ) |
| tuple TestMedCorba6.md = MED() |
| tuple TestMedCorba6.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md) |
| tuple TestMedCorba6.mLocal = md.getMesh(md.getMeshName(0)) |
| tuple TestMedCorba6.orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| tuple TestMedCorba6.lcc = LifeCycleCORBA(orb) |
| tuple TestMedCorba6.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") |
| tuple TestMedCorba6.mDistant = C.Calcul1() |
| tuple TestMedCorba6.mDistantCopy = MESHClient(mDistant) |
| tuple TestMedCorba6.C2 = Compo2() |