Packages | |
| package | TestMedCorba1 |
Functions | |
| def | TestMedCorba1.ecart |
| def | TestMedCorba1.compare |
Variables | |
| list | 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() |