Packages | |
| package | TestMedCorba2 |
Functions | |
| def | TestMedCorba2.ecart |
| def | TestMedCorba2.compare |
| def | TestMedCorba2.transpose |
Variables | |
| list | TestMedCorba2.BASE = os.environ["MED_ROOT_DIR"] |
| tuple | TestMedCorba2.fileName = os.path.join( BASE, 'pointe.med' ) |
| tuple | TestMedCorba2.md = MED() |
| tuple | TestMedCorba2.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md) |
| tuple | TestMedCorba2.mLocal = md.getMesh(md.getMeshName(0)) |
| tuple | TestMedCorba2.orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| tuple | TestMedCorba2.lcc = LifeCycleCORBA(orb) |
| tuple | TestMedCorba2.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") |
| tuple | TestMedCorba2.mDistant = C.Calcul1() |
| tuple | TestMedCorba2.m = mDistant.getSpaceDimension() |
| tuple | TestMedCorba2.n = mDistant.getNumberOfNodes() |
| tuple | TestMedCorba2.x1 = mDistant.getCoordinates(MED_FULL_INTERLACE) |
| tuple | TestMedCorba2.x2 = mDistant.getCoordinates(MED_NO_INTERLACE) |
| tuple | TestMedCorba2.x3 = mDistant.getCoordinates(MED_FULL_INTERLACE) |
| tuple | TestMedCorba2.x4 = transpose(x1, n, m) |