migrate wiki for release 1.0 authored by Calvin Eiber's avatar Calvin Eiber
## Overview
the `+mesh` package contains code for interacting with GMSH, including generating GMSH .geo files from array and nerve geometry, as well as a couple of other utilities. See also [+models](Models/Overview), [+plots](Plots/Overview), and [+tools](Tools/Overview).
## Contents
Core:
- [mesh.insert_gmsh_electrodes](insert_gmsh_electrodes.m)
- [mesh.insert_gmsh_fascicles](insert_gmsh_fascicles.m)
- [mesh.gmsh_read_mesh](gmsh_read_mesh.m)
- [mesh.make_gmsh_thinLayer](make_gmsh_thinLayer.m)
Utilities:
- [mesh.get_perineurium_thickness](get_perineurium_thickness.m)
- [mesh.read_dat_file](read_dat_file.m)
- [mesh.mesh_quality](mesh_quality.m)
## Used by
- [models.nerve_anatomy](Models/nerve_anatomy.m)