cr_trig_parse_gmsh module¶
Parse a GMSH mesh and produce a FEM grid for CRMod/CRTomo. This script should not be called directly, as it requires the input and output files from “cr_trig_create.py”.
- cr_trig_parse_gmsh.get_adj_bound_v1(mesh)[source]¶
Determine triangular elements adjacent to the boundary elements
- cr_trig_parse_gmsh.get_adj_bound_v2(mesh)[source]¶
Determine triangular elements adjacent to the boundary elements
- cr_trig_parse_gmsh.get_header(mesh)[source]¶
For now we only know Element types 1 (line) and 2 (triangle)