Package test_gibi


Variables

list filePath = os.environ["MED_ROOT_DIR"]
string filePath = "/share/salome/resources/med/"
string gibiFile = "elle_2D_QT_2x2.sauve"
tuple mesh1Name = string.split(gibiFile,".")
 gibiFile = filePath+gibiFile
tuple medFile = string.split(gibiFile,".")
tuple vtkFile = string.split(gibiFile,".")
int mesh2Name = 1
tuple mesh = MESH()
tuple meshDriver = GIBI_MESH_RDONLY_DRIVER(gibiFile,mesh)
tuple meshName = mesh.getName()
tuple spaceDim = mesh.getSpaceDimension()
tuple meshDim = mesh.getMeshDimension()
tuple nbNodes = mesh.getNumberOfNodes()
tuple coordSyst = mesh.getCoordinatesSystem()
list coordNames = []
list coordUnits = []
tuple coordinates = mesh.getCoordinates(MED_FULL_INTERLACE)
int kp1 = 1
list coords = []
int isdp1 = 1
tuple nbTypesCell = mesh.getNumberOfTypes(MED_CELL)
tuple types = mesh.getTypes(MED_CELL)
list type = types[k]
tuple nbElemType = mesh.getNumberOfElements(MED_CELL,type)
tuple connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_NODAL,MED_CELL,type)
int nbNodesPerCell = 100
tuple ReverseConnectivity = mesh.getReverseConnectivity(MED_NODAL)
tuple ReverseConnectivityIndex = mesh.getReverseConnectivityIndex(MED_NODAL)
list begin = ReverseConnectivityIndex[j]
list end = ReverseConnectivityIndex[j+1]
tuple nbElemts = mesh.getNumberOfElements(MED_CELL,MED_ALL_ELEMENTS)
tuple Connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_DESCENDING,MED_CELL,MED_ALL_ELEMENTS)
tuple ConnectivityIndex = mesh.getConnectivityIndex(MED_DESCENDING,MED_CELL)
list begin = ConnectivityIndex[j]
list end = ConnectivityIndex[j+1]
tuple nbFam = mesh.getNumberOfFamilies(entity)
tuple nbGrp = mesh.getNumberOfGroups(entity)
tuple nbFam = mesh.getNumberOfFamilies(entity)
tuple nbGrp = mesh.getNumberOfGroups(entity)
tuple family = mesh.getFamily(entity,j+1)
tuple familyName = family.getName()
tuple familyDescription = family.getDescription()
tuple familyEntity = family.getEntity()
tuple familyBool = family.isOnAllElements()
tuple familyIdentifier = family.getIdentifier()
tuple nbOfAtt = family.getNumberOfAttributes()
tuple attributesids = family.getAttributesIdentifiers()
tuple attributesvals = family.getAttributesValues()
tuple nbOfGrp = family.getNumberOfGroups()
tuple nbOfTypes = family.getNumberOfTypes()
tuple types = family.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = family.getNumberOfElements(type)
tuple number = family.getNumber(type)
tuple group = mesh.getGroup(entity,j+1)
tuple groupName = group.getName()
tuple groupDescription = group.getDescription()
tuple groupEntity = group.getEntity()
tuple groupBool = group.isOnAllElements()
tuple nbOfFam = group.getNumberOfFamilies()
tuple nbOfTypes = group.getNumberOfTypes()
tuple types = group.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = group.getNumberOfElements(type)
tuple number = group.getNumber(type)
tuple idMed = mesh.addDriver(MED_DRIVER,medFile,mesh1Name)
tuple idVtk = mesh.addDriver(VTK_DRIVER,vtkFile,mesh2Name)
tuple mesh1 = MESH()
tuple mesh1Driver = MED_MESH_RDONLY_DRIVER(medFile,mesh1)
int mesh_name = 1
int meshName = 1
int spaceDim = 1
int meshDim = 1
int nbNodes = 1
int coordSyst = 1
list coordNames = []
list coordUnits = []
int coordinates = 1
int kp1 = 1
list coords = []
int isdp1 = 1
int nbTypesCell = 1
int types = 1
list type = types[k]
int nbElemType = 1
int connectivity = 1
int nbNodesPerCell = 100
int ReverseConnectivity = 1
int ReverseConnectivityIndex = 1
list begin = ReverseConnectivityIndex[j]
list end = ReverseConnectivityIndex[j+1]
int nbElemts = 1
int Connectivity = 1
int ConnectivityIndex = 1
list begin = ConnectivityIndex[j]
list end = ConnectivityIndex[j+1]
int nbFam = 1
int nbGrp = 1
int nbFam = 1
int nbGrp = 1
int family = 1
tuple familyName = family.getName()
tuple familyDescription = family.getDescription()
tuple familyEntity = family.getEntity()
tuple familyBool = family.isOnAllElements()
tuple familyIdentifier = family.getIdentifier()
tuple nbOfAtt = family.getNumberOfAttributes()
tuple attributesids = family.getAttributesIdentifiers()
tuple attributesvals = family.getAttributesValues()
tuple nbOfGrp = family.getNumberOfGroups()
tuple nbOfTypes = family.getNumberOfTypes()
tuple types = family.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = family.getNumberOfElements(type)
tuple number = family.getNumber(type)
int group = 1
tuple groupName = group.getName()
tuple groupDescription = group.getDescription()
tuple groupEntity = group.getEntity()
tuple groupBool = group.isOnAllElements()
tuple nbOfFam = group.getNumberOfFamilies()
tuple nbOfTypes = group.getNumberOfTypes()
tuple types = group.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = group.getNumberOfElements(type)
tuple number = group.getNumber(type)
list filePath = os.environ["MED_ROOT_DIR"]
string filePath = "/share/salome/resources/med/"
string gibiFile = "elle_2D_QT_2x2.sauve"
tuple mesh1Name = string.split(gibiFile,".")
 gibiFile = filePath+gibiFile
tuple medFile = string.split(gibiFile,".")
tuple vtkFile = string.split(gibiFile,".")
int mesh2Name = 1
tuple mesh = MESH()
tuple meshDriver = GIBI_MESH_RDONLY_DRIVER(gibiFile,mesh)
tuple meshName = mesh.getName()
tuple spaceDim = mesh.getSpaceDimension()
tuple meshDim = mesh.getMeshDimension()
tuple nbNodes = mesh.getNumberOfNodes()
tuple coordSyst = mesh.getCoordinatesSystem()
list coordNames = []
list coordUnits = []
tuple coordinates = mesh.getCoordinates(MED_FULL_INTERLACE)
int kp1 = 1
list coords = []
int isdp1 = 1
tuple nbTypesCell = mesh.getNumberOfTypes(MED_CELL)
tuple types = mesh.getTypes(MED_CELL)
list type = types[k]
tuple nbElemType = mesh.getNumberOfElements(MED_CELL,type)
tuple connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_NODAL,MED_CELL,type)
int nbNodesPerCell = 100
tuple ReverseConnectivity = mesh.getReverseConnectivity(MED_NODAL)
tuple ReverseConnectivityIndex = mesh.getReverseConnectivityIndex(MED_NODAL)
list begin = ReverseConnectivityIndex[j]
list end = ReverseConnectivityIndex[j+1]
tuple nbElemts = mesh.getNumberOfElements(MED_CELL,MED_ALL_ELEMENTS)
tuple Connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_DESCENDING,MED_CELL,MED_ALL_ELEMENTS)
tuple ConnectivityIndex = mesh.getConnectivityIndex(MED_DESCENDING,MED_CELL)
list begin = ConnectivityIndex[j]
list end = ConnectivityIndex[j+1]
tuple nbFam = mesh.getNumberOfFamilies(entity)
tuple nbGrp = mesh.getNumberOfGroups(entity)
tuple nbFam = mesh.getNumberOfFamilies(entity)
tuple nbGrp = mesh.getNumberOfGroups(entity)
tuple family = mesh.getFamily(entity,j+1)
tuple familyName = family.getName()
tuple familyDescription = family.getDescription()
tuple familyEntity = family.getEntity()
tuple familyBool = family.isOnAllElements()
tuple familyIdentifier = family.getIdentifier()
tuple nbOfAtt = family.getNumberOfAttributes()
tuple attributesids = family.getAttributesIdentifiers()
tuple attributesvals = family.getAttributesValues()
tuple nbOfGrp = family.getNumberOfGroups()
tuple nbOfTypes = family.getNumberOfTypes()
tuple types = family.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = family.getNumberOfElements(type)
tuple number = family.getNumber(type)
tuple group = mesh.getGroup(entity,j+1)
tuple groupName = group.getName()
tuple groupDescription = group.getDescription()
tuple groupEntity = group.getEntity()
tuple groupBool = group.isOnAllElements()
tuple nbOfFam = group.getNumberOfFamilies()
tuple nbOfTypes = group.getNumberOfTypes()
tuple types = group.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = group.getNumberOfElements(type)
tuple number = group.getNumber(type)
tuple idMed = mesh.addDriver(MED_DRIVER,medFile,mesh1Name)
tuple idVtk = mesh.addDriver(VTK_DRIVER,vtkFile,mesh2Name)
tuple mesh1 = MESH()
tuple mesh1Driver = MED_MESH_RDONLY_DRIVER(medFile,mesh1)
int mesh_name = 1
int meshName = 1
int spaceDim = 1
int meshDim = 1
int nbNodes = 1
int coordSyst = 1
list coordNames = []
list coordUnits = []
int coordinates = 1
int kp1 = 1
list coords = []
int isdp1 = 1
int nbTypesCell = 1
int types = 1
list type = types[k]
int nbElemType = 1
int connectivity = 1
int nbNodesPerCell = 100
int ReverseConnectivity = 1
int ReverseConnectivityIndex = 1
list begin = ReverseConnectivityIndex[j]
list end = ReverseConnectivityIndex[j+1]
int nbElemts = 1
int Connectivity = 1
int ConnectivityIndex = 1
list begin = ConnectivityIndex[j]
list end = ConnectivityIndex[j+1]
int nbFam = 1
int nbGrp = 1
int nbFam = 1
int nbGrp = 1
int family = 1
tuple familyName = family.getName()
tuple familyDescription = family.getDescription()
tuple familyEntity = family.getEntity()
tuple familyBool = family.isOnAllElements()
tuple familyIdentifier = family.getIdentifier()
tuple nbOfAtt = family.getNumberOfAttributes()
tuple attributesids = family.getAttributesIdentifiers()
tuple attributesvals = family.getAttributesValues()
tuple nbOfGrp = family.getNumberOfGroups()
tuple nbOfTypes = family.getNumberOfTypes()
tuple types = family.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = family.getNumberOfElements(type)
tuple number = family.getNumber(type)
int group = 1
tuple groupName = group.getName()
tuple groupDescription = group.getDescription()
tuple groupEntity = group.getEntity()
tuple groupBool = group.isOnAllElements()
tuple nbOfFam = group.getNumberOfFamilies()
tuple nbOfTypes = group.getNumberOfTypes()
tuple types = group.getTypes()
list type = types[k]
tuple nbOfElmtsOfType = group.getNumberOfElements(type)
tuple number = group.getNumber(type)


Variable Documentation

list test_gibi.filePath = os.environ["MED_ROOT_DIR"] [static]
 

string test_gibi.filePath = "/share/salome/resources/med/" [static]
 

string test_gibi.gibiFile = "elle_2D_QT_2x2.sauve" [static]
 

tuple test_gibi.mesh1Name = string.split(gibiFile,".") [static]
 

test_gibi.gibiFile = filePath+gibiFile [static]
 

tuple test_gibi.medFile = string.split(gibiFile,".") [static]
 

tuple test_gibi.vtkFile = string.split(gibiFile,".") [static]
 

int test_gibi.mesh2Name = 1 [static]
 

tuple test_gibi.mesh = MESH() [static]
 

tuple test_gibi.meshDriver = GIBI_MESH_RDONLY_DRIVER(gibiFile,mesh) [static]
 

tuple test_gibi.meshName = mesh.getName() [static]
 

tuple test_gibi.spaceDim = mesh.getSpaceDimension() [static]
 

tuple test_gibi.meshDim = mesh.getMeshDimension() [static]
 

tuple test_gibi.nbNodes = mesh.getNumberOfNodes() [static]
 

tuple test_gibi.coordSyst = mesh.getCoordinatesSystem() [static]
 

list test_gibi.coordNames = [] [static]
 

list test_gibi.coordUnits = [] [static]
 

tuple test_gibi.coordinates = mesh.getCoordinates(MED_FULL_INTERLACE) [static]
 

int test_gibi.kp1 = 1 [static]
 

list test_gibi.coords = [] [static]
 

int test_gibi.isdp1 = 1 [static]
 

tuple test_gibi.nbTypesCell = mesh.getNumberOfTypes(MED_CELL) [static]
 

tuple test_gibi.types = mesh.getTypes(MED_CELL) [static]
 

list test_gibi.type = types[k] [static]
 

tuple test_gibi.nbElemType = mesh.getNumberOfElements(MED_CELL,type) [static]
 

tuple test_gibi.connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_NODAL,MED_CELL,type) [static]
 

int test_gibi.nbNodesPerCell = 100 [static]
 

tuple test_gibi.ReverseConnectivity = mesh.getReverseConnectivity(MED_NODAL) [static]
 

tuple test_gibi.ReverseConnectivityIndex = mesh.getReverseConnectivityIndex(MED_NODAL) [static]
 

list test_gibi.begin = ReverseConnectivityIndex[j] [static]
 

list test_gibi.end = ReverseConnectivityIndex[j+1] [static]
 

tuple test_gibi.nbElemts = mesh.getNumberOfElements(MED_CELL,MED_ALL_ELEMENTS) [static]
 

tuple test_gibi.Connectivity = mesh.getConnectivity(MED_FULL_INTERLACE,MED_DESCENDING,MED_CELL,MED_ALL_ELEMENTS) [static]
 

tuple test_gibi.ConnectivityIndex = mesh.getConnectivityIndex(MED_DESCENDING,MED_CELL) [static]
 

list test_gibi.begin = ConnectivityIndex[j] [static]
 

list test_gibi.end = ConnectivityIndex[j+1] [static]
 

tuple test_gibi.nbFam = mesh.getNumberOfFamilies(entity) [static]
 

tuple test_gibi.nbGrp = mesh.getNumberOfGroups(entity) [static]
 

tuple test_gibi.nbFam = mesh.getNumberOfFamilies(entity) [static]
 

tuple test_gibi.nbGrp = mesh.getNumberOfGroups(entity) [static]
 

tuple test_gibi.family = mesh.getFamily(entity,j+1) [static]
 

tuple test_gibi.familyName = family.getName() [static]
 

tuple test_gibi.familyDescription = family.getDescription() [static]
 

tuple test_gibi.familyEntity = family.getEntity() [static]
 

tuple test_gibi.familyBool = family.isOnAllElements() [static]
 

tuple test_gibi.familyIdentifier = family.getIdentifier() [static]
 

tuple test_gibi.nbOfAtt = family.getNumberOfAttributes() [static]
 

tuple test_gibi.attributesids = family.getAttributesIdentifiers() [static]
 

tuple test_gibi.attributesvals = family.getAttributesValues() [static]
 

tuple test_gibi.nbOfGrp = family.getNumberOfGroups() [static]
 

tuple test_gibi.nbOfTypes = family.getNumberOfTypes() [static]
 

tuple test_gibi.types = family.getTypes() [static]
 

list test_gibi.type = types[k] [static]
 

tuple test_gibi.nbOfElmtsOfType = family.getNumberOfElements(type) [static]
 

tuple test_gibi.number = family.getNumber(type) [static]
 

tuple test_gibi.group = mesh.getGroup(entity,j+1) [static]
 

tuple test_gibi.groupName = group.getName() [static]
 

tuple test_gibi.groupDescription = group.getDescription() [static]
 

tuple test_gibi.groupEntity = group.getEntity() [static]
 

tuple test_gibi.groupBool = group.isOnAllElements() [static]
 

tuple test_gibi.nbOfFam = group.getNumberOfFamilies() [static]
 

tuple test_gibi.nbOfTypes = group.getNumberOfTypes() [static]
 

tuple test_gibi.types = group.getTypes() [static]
 

list test_gibi.type = types[k] [static]
 

tuple test_gibi.nbOfElmtsOfType = group.getNumberOfElements(type) [static]
 

tuple test_gibi.number = group.getNumber(type) [static]
 

tuple test_gibi.idMed = mesh.addDriver(MED_DRIVER,medFile,mesh1Name) [static]
 

tuple test_gibi.idVtk = mesh.addDriver(VTK_DRIVER,vtkFile,mesh2Name) [static]
 

tuple test_gibi.mesh1 = MESH() [static] </