Public Member Functions | |
| __init__ (self, str path) | |
| __init__ (self, str path) | |
| Public Member Functions inherited from mesh.AsciiFile.AsciiFile | |
| __init__ (self, Path="") | |
| save (self, Path='') | |
| __del__ (self) | |
| clean_buffer (self) | |
| __init__ (self, Path="") | |
| save (self, Path='') | |
| __del__ (self) | |
| clean_buffer (self) | |
Public Attributes | |
| mesh = Mesh() | |
| Public Attributes inherited from mesh.AsciiFile.AsciiFile | |
| Path = Path | |
| The path that is associated with this file. | |
| list | Buffer = [] |
| The buffer contains all lines in this ascii file. | |
Protected Member Functions | |
| _read_flags (self) | |
| _read_nodes (self) | |
| _read_elements (self) | |
| _read_periodic (self) | |
| _create_element (self, int type) | |
| _read_flags (self) | |
| _read_nodes (self) | |
| _read_elements (self) | |
| _read_periodic (self) | |
| _create_element (self, int type) | |
Protected Attributes | |
| int | _nodeOffset = 0 |
| int | _elemOffset = 0 |
| int | _periodicOffset = -1 |
| dict | _nodeMap = {} |
| mesh.GmshReader.GmshReader.__init__ | ( | self, | |
| str | path ) |
| mesh.GmshReader.GmshReader.__init__ | ( | self, | |
| str | path ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| mesh.GmshReader.GmshReader.mesh = Mesh() |