Functions | |
| read_msh2 (str path) | |
Minimal msh2 ASCII reader used by the cap and assembler stages (the final export still goes through the mesh/ package).
| read_msh2 | ( | str | path | ) |
Returns (nodes, elements): nodes is {id: (x, y, z)}, elements is a
list of (etype, phys, geo, [node ids]).