gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
348 stars 131 forks source link

Gmsh to pygimli #711

Closed nbillybgkv closed 1 month ago

nbillybgkv commented 1 month ago

Problem description

I am solving a problem example in which geometry was define on free cad then mesh it on gmsh and then import it into pygimli for modeling and inversion.

msh_nm= 'Dike_ERT_mod' bert_file= 'BERT.dat' bb= 'Dike_ERT_mod.msh' mesh_mod=mt.readGmsh(msh_nm+ bb, verbose=true)

I want to know what is the extension of the msh_nm (Dike_ERT_mod)??.is it .brep or .FCStd

Operating system: e.g. Windows Python version: 3.11.8 pyGIMLi version: 1.5.0 Way of installation: Conda package,