Package TestMedCorba2


Functions

def ecart
def compare
def transpose

Variables

list BASE = os.environ["MED_ROOT_DIR"]
string fileName = 'pointe.med'
string fileName = 'carre_en_quad4_seg2.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")
int mDistant = 1
tuple m = mDistant.getSpaceDimension()
tuple n = mDistant.getNumberOfNodes()
tuple x1 = mDistant.getCoordinates(MED_FULL_INTERLACE)
tuple x2 = mDistant.getCoordinates(MED_NO_INTERLACE)
tuple x3 = mDistant.getCoordinates(MED_FULL_INTERLACE)
tuple x4 = transpose(x1, n, m)


Function Documentation

def TestMedCorba2.ecart   x,
  y
 

def TestMedCorba2.compare   x,
  y
 

def TestMedCorba2.transpose   x,
  n,
  m
 


Variable Documentation

list TestMedCorba2.BASE = os.environ["MED_ROOT_DIR"] [static]
 

string TestMedCorba2.fileName = 'pointe.med' [static]
 

string TestMedCorba2.fileName = 'carre_en_quad4_seg2.med' [static]
 

tuple TestMedCorba2.md = MED() [static]
 

tuple TestMedCorba2.mdDriver = MED_MED_RDONLY_DRIVER(fileName, md) [static]
 

tuple TestMedCorba2.mLocal = md.getMesh(md.getMeshName(0)) [static]
 

tuple TestMedCorba2.orb = CORBA.ORB_init([''], CORBA.ORB_ID) [static]
 

tuple TestMedCorba2.lcc = LifeCycleCORBA(orb) [static]
 

tuple TestMedCorba2.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") [static]
 

int TestMedCorba2.mDistant = 1 [static]
 

tuple TestMedCorba2.m = mDistant.getSpaceDimension() [static]
 

tuple TestMedCorba2.n = mDistant.getNumberOfNodes() [static]
 

tuple TestMedCorba2.x1 = mDistant.getCoordinates(MED_FULL_INTERLACE) [static]
 

tuple TestMedCorba2.x2 = mDistant.getCoordinates(MED_NO_INTERLACE) [static]
 

tuple TestMedCorba2.x3 = mDistant.getCoordinates(MED_FULL_INTERLACE) [static]
 

tuple TestMedCorba2.x4 = transpose(x1, n, m) [static]