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)
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)