[ANN] Gridap.jl: A feature-rich Finite Element ecosystem 100% in Julia

Thanks for the interest! Try this:

using Gridap
using Gridap.Io
using GridapGmsh

model = GmshDiscreteModel(“model.msh”)

fn = “model.json”
to_json_file(model,fn)

2 Likes