Functions | |
| def | _showNodalConnectivity |
| def | _showSupport |
| def | ShowFamily |
| Dump i-th family of given entity in mesh. | |
| def | ShowFamilies |
| Dump all families in mesh. | |
| def | ShowGroup |
| Dump a GROUP. | |
| def | ShowGroups |
| Dump all GROUP's in mesh. | |
| def | ShowMesh |
| Dump mesh general information. | |
| def | ShowFields |
| Dump all FIELD's in MED. | |
| def | ReadFields |
| Read all fields in MED. | |
| def | supprimer |
| def | deleteFile |
Variables | |
| dictionary | theEntityName |
| dictionary | theTypeName |
| dictionary | medModeSwitch |
| dictionary | med_type_champ |
| string | tab = " " |
| debugShowConn = True | |
| int | SHOW_ALL = 1 |
| def dumpMEDMEM._showNodalConnectivity | ( | mesh, | |
| entity, | |||
| type, | |||
| elems, | |||
| tablevel, | |||
showOnly = SHOW_ALL |
|||
| ) | [private] |
| def dumpMEDMEM._showSupport | ( | support, | |
| tablevel, | |||
showElems = 0 |
|||
| ) | [private] |
| def dumpMEDMEM.ShowFamily | ( | mesh, | |
| entity, | |||
| i, | |||
showElems = 0 |
|||
| ) |
Dump i-th family of given entity in mesh.
Optionally dump nodal connectivity of <showElems> first elements. Use showElems=SHOW_ALL to dump connectivity of all elements.
| def dumpMEDMEM.ShowFamilies | ( | mesh, | |
showElems = 0 |
|||
| ) |
Dump all families in mesh.
Optionally dump nodal connectivity of <showElems> first elements of each family. Use showElems=SHOW_ALL to dump connectivity of all elements.
| def dumpMEDMEM.ShowGroup | ( | group, | |
| showElems | |||
| ) |
Dump a GROUP.
Optionally dump nodal connectivity of <showElems> first elements of the group. Use showElems=SHOW_ALL to dump connectivity of all elements.
| def dumpMEDMEM.ShowGroups | ( | mesh, | |
showElems = 0 |
|||
| ) |
Dump all GROUP's in mesh.
Optionally dump nodal connectivity of <showElems> first elements of each group. Use showElems=SHOW_ALL to dump connectivity of all elements.
| def dumpMEDMEM.ShowMesh | ( | mesh, | |
nodes2Show = 0, |
|||
entity2Show = [0 |
|||
| ) |
Dump mesh general information.
Optionally dump node coordinates of first <nodes2Show> nodes. <entity2Show> gives number of elements to dump nodal connectivity by entities: [<nb cells="" to="" show>="">, <nb faces>="">, <nb edges>=""> ]. Use SHOW_ALL to dump all elements or node coordinates.
| def dumpMEDMEM.ShowFields | ( | fields, | |
showValues = 0 |
|||
| ) |
Dump all FIELD's in MED.
Optionally dump <showValues> first values. Use showValues=SHOW_ALL to dump all values.
| def dumpMEDMEM.ReadFields | ( | med | ) |
Read all fields in MED.
| def dumpMEDMEM.supprimer | ( | f | ) |
| def dumpMEDMEM.deleteFile | ( | f | ) |
| dictionary dumpMEDMEM.theEntityName |
00001 { MED_CELL :"CELL", 00002 MED_FACE :"FACE", 00003 MED_EDGE :"EDGE", 00004 MED_NODE :"NODE", 00005 MED_ALL_ENTITIES:"ALL_ENTITIES" }
| dictionary dumpMEDMEM.theTypeName |
00001 {MED_NONE :"NONE", 00002 MED_POINT1 :"POINT1", 00003 MED_SEG2 :"SEG2", 00004 MED_SEG3 :"SEG3", 00005 MED_TRIA3 :"TRIA3", 00006 MED_QUAD4 :"QUAD4", 00007 MED_TRIA6 :"TRIA6", 00008 MED_QUAD8 :"QUAD8", 00009 MED_TETRA4 :"TETRA4", 00010 MED_PYRA5 :"PYRA5", 00011 MED_PENTA6 :"PENTA6", 00012 MED_HEXA8 :"HEXA8", 00013 MED_TETRA10 :"TETRA10", 00014 MED_PYRA13 :"PYRA13", 00015 MED_PENTA15 :"PENTA15", 00016 MED_HEXA20 :"HEXA20", 00017 MED_POLYGON :"POLYGON", 00018 MED_POLYHEDRA :"POLYHEDRA", 00019 MED_ALL_ELEMENTS:"ALL_ELEMENTS"}
| dictionary dumpMEDMEM.medModeSwitch |
00001 { 0:"FULL_INTERLACE", 00002 1:"NO_INTERLACE", 00003 3:"UNDEFINED_INTERLACE" }
| dictionary dumpMEDMEM.med_type_champ |
00001 { 6 : "REEL64", 00002 24: "INT32", 00003 26: "INT64", 00004 0 : "UNDEFINED_TYPE" }
| string dumpMEDMEM.tab = " " |
| dumpMEDMEM.debugShowConn = True |