fastwater.otm_gpl.parser_gmsh module¶
@author Sebastien E. Bourban
- @brief
Tools for handling MSH files when created by the mesh generator GMSH
- @details
Contains read/write functions for binary and asci MSH files
- class fastwater.otm_gpl.parser_gmsh.MSH(file_name)[source]¶
Bases:
SelafinIntialisation of the class
@param file_name (string) Name of the file
- frst_keys = re.compile('[$](?P<key>[^\\s]+)\\s*\\Z', re.IGNORECASE)¶
- last_keys = re.compile('[$]End(?P<key>[^\\s]+)\\s*\\Z', re.IGNORECASE)¶
- mshkeys = {'ElementData': '', 'ElementNodeData': '', 'Elements': [], 'InterpolationScheme': '', 'MeshFormat': '', 'NodeData': '', 'Nodes': '', 'Periodic': '', 'PhysicalName': ''}¶