Francesc Verdugo
Francesc Verdugo
We have always used msh format instead of med. Are they equivalent?
OK. Thanks for reporting!
@jesusbonilla if your fork fixes this issue for general quad and hex meshes, we definitively want to merge it. Does it fix the MWE of @AndiMD ?
@AndiMD @jesusbonilla Do you think we want `renumber=true` by default?
Hi @eahenle! one can add new functionality sure. You are welcome to open a PR. One feature at a time please.
QhullMiniWrapper_jll is a C wrapper to QHULL that exposes functions that are easier to call from Julia.
Hi @LeoXXVII, from the info you tell it is difficult to know what is going on. In any case, try to use the latest versions of Gridap (v0.17.7) and GridapGmsh...
Try to build the package with `]` ``` pkg> build ```
The issue about GridapFSI seems to be independent. I would try to install GridapGmsh in a CLEAN environment. That is, create a new folder and launch Julia as `julia --project=path_of_the_new_folder`...
@LeoXXVII it seems that the file gmsh.jl is missing. Have you installed the gmsh sdk? You can also remove the environment variable `GMSHROOT` and try again to see if the...