Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 465 Bytes

Gmsh.jl

Gmsh.jl contains the Julia API for Gmsh: a three-dimensional finite element mesh generator. Using Gmsh.jl, it is possible to construct parametric solid models and/or perform automatic mesh generation.

The official Gmsh API can be accessed by first adding the package:

pkg> add Gmsh

and then loading it in Julia:

julia> import Gmsh: gmsh