Version: 6.3.1
Data Structures | Typedefs | Variables

Package SALOME_MED

Data Structures

interface  GMESH
interface  MESH
interface  SUPPORT
interface  FAMILY
interface  GROUP
interface  FIELD
interface  FIELDDOUBLE
interface  FIELDDOUBLENO
interface  FIELDDOUBLENOBYTYPE
interface  FIELDDOUBLEFULL
interface  FIELDINT
interface  FIELDINTNO
interface  FIELDINTNOBYTYPE
interface  FIELDINTFULL
interface  MED
struct  MedFileInfo
 A structure containing information about MED file. More...
interface  MED_Gen_Driver
interface  MED_Gen
interface  MEDCouplingTimeLabelCorbaInterface
interface  MEDCouplingRefCountCorbaInterface
interface  DataArrayDoubleCorbaInterface
interface  DataArrayIntCorbaInterface
interface  MEDCouplingMeshCorbaInterface
interface  MEDCouplingPointSetCorbaInterface
interface  MEDCouplingUMeshCorbaInterface
interface  MEDCouplingExtrudedMeshCorbaInterface
interface  MEDCouplingCMeshCorbaInterface
interface  MEDCouplingFieldCorbaInterface
interface  MEDCouplingFieldTemplateCorbaInterface
interface  MEDCouplingFieldDoubleCorbaInterface
interface  MEDCouplingMultiFieldsCorbaInterface
interface  MEDCouplingFieldOverTimeCorbaInterface
interface  ParaMEDCouplingUMeshCorbaInterface
interface  ParaMEDCouplingFieldDoubleCorbaInterface
interface  MPIMEDCouplingFieldDoubleCorbaInterface
interface  ParaMEDMEMComponent

Typedefs

typedef long medGeometryElement
typedef long medEntityMesh
typedef long medModeSwitch
typedef long medConnectivity
typedef long medDriverTypes
typedef sequence
< medGeometryElement
medGeometryElement_array
typedef sequence< FAMILYFamily_array
typedef sequence< GROUPGroup_array
typedef sequence
< MEDCouplingMeshCorbaInterface
MEDCouplingMeshesCorbaInterface

Variables

const medGeometryElement MED_NONE = 0
const medGeometryElement MED_POINT1 = 1
const medGeometryElement MED_SEG2 = 102
const medGeometryElement MED_SEG3 = 103
const medGeometryElement MED_TRIA3 = 203
const medGeometryElement MED_QUAD4 = 204
const medGeometryElement MED_TRIA6 = 206
const medGeometryElement MED_QUAD8 = 208
const medGeometryElement MED_TETRA4 = 304
const medGeometryElement MED_PYRA5 = 305
const medGeometryElement MED_PENTA6 = 306
const medGeometryElement MED_HEXA8 = 308
const medGeometryElement MED_TETRA10 = 310
const medGeometryElement MED_PYRA13 = 313
const medGeometryElement MED_PENTA15 = 315
const medGeometryElement MED_HEXA20 = 320
const medGeometryElement MED_POLYGON = 400
const medGeometryElement MED_POLYHEDRA = 500
const medGeometryElement MED_ALL_ELEMENTS = 999
const medEntityMesh MED_CELL = 0
const medEntityMesh MED_FACE = 1
const medEntityMesh MED_EDGE = 2
const medEntityMesh MED_NODE = 3
const medEntityMesh MED_ALL_ENTITIES = 4
const medModeSwitch MED_FULL_INTERLACE = 0
const medModeSwitch MED_NO_INTERLACE = 1
const medModeSwitch MED_NO_INTERLACE_BY_TYPE = 2
const medConnectivity MED_NODAL = 0
const medConnectivity MED_DESCENDING = 1
const medDriverTypes MED_DRIVER = 0
const medDriverTypes VTK_DRIVER = 1
const medDriverTypes NO_DRIVER = 2

Detailed Description

This file contains the IDL definitions of the ParaMEDMEM component in SALOME application.


Typedef Documentation

This enumeration contains a set of elements defining the type of geometrical elements which constitue a Mesh.

This enumeration contains a set of elements defining the structural elements (entities) which constitue a Mesh.

This enumeration contains a set of modes to store data in an array. For example an array of coordinates in 3D; tow storage may be considered:

  • X1,Y1,Z1,X2,Y2,Z2,...,Xn,Yn,Zn if MED_FULL_INTERLACE
  • X1,X2,...,Xn,Y1,Y2,...,Yn,Z1,Z2,...,Zn if MED_NO_INTERLACE

This enumeration contains a set of elements defining the type of connectivity.

enumeration contains a set of elements defining the type of driver.This driver is used for reading into memory of the mesh from MED file.

An array of medGeometryElement

typedef sequence<FAMILY> SALOME_MED.Family_array

An array of FAMILY

typedef sequence<GROUP> SALOME_MED.Group_array

An array of GROUP


Variable Documentation

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS