Package SALOME_MED


Data Structures

interface  MESH
interface  SUPPORT
interface  FAMILY
interface  GROUP
interface  FIELD
interface  FIELDDOUBLE
interface  FIELDDOUBLENO
interface  FIELDDOUBLEFULL
interface  FIELDINT
interface  FIELDINTNO
interface  FIELDINTFULL
interface  MED
interface  MED_Gen

Typedefs

typedef sequence< long > long_array
typedef sequence< double > double_array
typedef sequence< string > string_array
typedef sequence< boolean > boolean_array
typedef long medGeometryElement
typedef long medEntityMesh
typedef long medModeSwitch
typedef long medConnectivity
typedef long medDriverTypes
typedef sequence< medGeometryElementmedGeometryElement_array
typedef sequence< FAMILYFamily_array
typedef sequence< GROUPGroup_array

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 medConnectivity MED_NODAL = 0
const medConnectivity MED_DESCENDING = 1
const medDriverTypes MED_DRIVER = 0
const medDriverTypes VTK_DRIVER = 1
const medDriverTypes NO_DRIVER = 2


Typedef Documentation

typedef sequence<long> SALOME_MED.long_array
 

An array of long

typedef sequence<double> SALOME_MED.double_array
 

An array of double

typedef sequence<string> SALOME_MED.string_array
 

An array of string

typedef sequence<boolean> SALOME_MED.boolean_array
 

An array of boolean

typedef long SALOME_MED.medGeometryElement
 

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

typedef long SALOME_MED.medEntityMesh
 

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

typedef long SALOME_MED.medModeSwitch
 

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

typedef long SALOME_MED.medConnectivity
 

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

typedef long SALOME_MED.medDriverTypes
 

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.

typedef sequence<medGeometryElement> SALOME_MED.medGeometryElement_array
 

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

const medGeometryElement SALOME_MED.MED_NONE = 0
 

const medGeometryElement SALOME_MED.MED_POINT1 = 1
 

const medGeometryElement SALOME_MED.MED_SEG2 = 102
 

const medGeometryElement SALOME_MED.MED_SEG3 = 103
 

const medGeometryElement SALOME_MED.MED_TRIA3 = 203
 

const medGeometryElement SALOME_MED.MED_QUAD4 = 204
 

const medGeometryElement SALOME_MED.MED_TRIA6 = 206
 

const medGeometryElement SALOME_MED.MED_QUAD8 = 208
 

const medGeometryElement SALOME_MED.MED_TETRA4 = 304
 

const medGeometryElement SALOME_MED.MED_PYRA5 = 305
 

const medGeometryElement SALOME_MED.MED_PENTA6 = 306
 

const medGeometryElement SALOME_MED.MED_HEXA8 = 308
 

const medGeometryElement SALOME_MED.MED_TETRA10 = 310
 

const medGeometryElement SALOME_MED.MED_PYRA13 = 313
 

const medGeometryElement SALOME_MED.MED_PENTA15 = 315
 

const medGeometryElement SALOME_MED.MED_HEXA20 = 320
 

const medGeometryElement SALOME_MED.MED_POLYGON = 400
 

const medGeometryElement SALOME_MED.MED_POLYHEDRA = 500
 

const medGeometryElement SALOME_MED.MED_ALL_ELEMENTS = 999
 

const medEntityMesh SALOME_MED.MED_CELL = 0
 

const medEntityMesh SALOME_MED.MED_FACE = 1
 

const medEntityMesh SALOME_MED.MED_EDGE = 2
 

const medEntityMesh SALOME_MED.MED_NODE = 3
 

const medEntityMesh SALOME_MED.MED_ALL_ENTITIES = 4
 

const medModeSwitch SALOME_MED.MED_FULL_INTERLACE = 0
 

const medModeSwitch SALOME_MED.MED_NO_INTERLACE = 1
 

const medConnectivity SALOME_MED.MED_NODAL = 0
 

const medConnectivity SALOME_MED.MED_DESCENDING = 1
 

const medDriverTypes SALOME_MED.MED_DRIVER = 0
 

const medDriverTypes SALOME_MED.VTK_DRIVER = 1
 

const medDriverTypes SALOME_MED.NO_DRIVER = 2