Functions | |
| def | readmesh |
| def | bail |
| def | initialise_file |
| def | writeln |
| def | stamp |
| def | info |
| def | writeucd |
Variables | |
| string | VERSION = "0.1" |
| def gmshtoucd::bail | ( | message = "Sorry, |
||
| I, | ||||
| don, | ||||
| t, | ||||
| understand, | ||||
| Bailing, | ||||
| out | ||||
| ) |
A 'get-out' clause
Definition at line 172 of file gmshtoucd.py.
| def gmshtoucd::info | ( | ) |
Output GPL details
Definition at line 202 of file gmshtoucd.py.
Referenced by barycent(), InitInfo(), myLLGJacobian(), PrintMatInfo(), and PrintMatInfoAll().

| def gmshtoucd::initialise_file | ( | file | ) |
Attempt to remove the file first to avoid append issues
Definition at line 177 of file gmshtoucd.py.
| def gmshtoucd::readmesh | ( | filename | ) |
This will read the Gmsh mesh 'filename' and return points, tetrahedra and triangles
Definition at line 33 of file gmshtoucd.py.
| def gmshtoucd::stamp | ( | ) |
Format a time and a date for stdout feedback
Definition at line 191 of file gmshtoucd.py.
| def gmshtoucd::writeln | ( | line, | ||
| file | ||||
| ) |
One-shot file line append; this keeps the code terse
Definition at line 185 of file gmshtoucd.py.
| def gmshtoucd::writeucd | ( | ) |
Call readmesh to read the Gmsh mesh, then convert and write the UCD mesh
Definition at line 209 of file gmshtoucd.py.
| string gmshtoucd::VERSION = "0.1" |
Definition at line 29 of file gmshtoucd.py.