this question is probably due to my lack of knowledge of python, nonetheless here it is: is it possible to import a gmsh mesh file.geo instead of writing it entirely on the fipy script as is it done in this tutorial ?
a procedure like this: open file; read/store the content in data_var; mesh = Gmsh2D(data_var) # generate the mesh with gmsh
Thanks