BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
corc.mshio Namespace Reference

Functions

 read_msh2 (str path)

Detailed Description

Minimal msh2 ASCII reader used by the cap and assembler stages (the
final export still goes through the mesh/ package).

Function Documentation

◆ read_msh2()

read_msh2 ( str path)
Returns (nodes, elements): nodes is {id: (x, y, z)}, elements is a
list of (etype, phys, geo, [node ids]).