You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, saveProject does not run automatically when generate_mesh is called, and saveProject(p, ::String) doesn't seem to work (only a saveProject(p) signature appears to be exported). This is with v0.2.1 on @MarkLopat's Windows machine.
The text was updated successfully, but these errors were encountered:
There is no saveProject(p, ::String) method, so that should be fixed. However, saveProject is called when generate_mesh is invoked at L31. (If it wasn't, then HOHQMesh.f90 wouldn't have a control file to generate a mesh.) So I am asking for more details here as to why you don't think it is.
When we tried it again yesterday, @MarkLopat was copying and pasting the code into the REPL. For some reason, the last two commands were getting transformed into strings and not being run. I don't think this issue is related to HOHQMesh or HOHQMesh.jl, though.
I will update the docs in a forthcoming PR to address this issue. I found that the "Guided tour" (and possibly other places) indicates the wrong call signature for the saveProject function as shown in this screenshot from the current docs (the last part of the "Guided tour" page):
https://trixi-framework.github.io/HOHQMesh.jl/dev/guided-tour/#Build-a-mesh-from-scratch
In particular,
saveProject
does not run automatically whengenerate_mesh
is called, andsaveProject(p, ::String)
doesn't seem to work (only asaveProject(p)
signature appears to be exported). This is with v0.2.1 on @MarkLopat's Windows machine.The text was updated successfully, but these errors were encountered: