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
There is a silent error happening where vectors aren't being output correctly when Darcy's equation is being solved on 2nd-order meshes. From the obtained pressure, one can find the velocity vectors by computing the gradient.
However, something with the vtk output save is making these vectors not display at all when loaded into e.g. VisIt.
I believe the issue can be solved by looking at src/eFEM/vtkExport.jl
The text was updated successfully, but these errors were encountered:
There is a silent error happening where vectors aren't being output correctly when Darcy's equation is being solved on 2nd-order meshes. From the obtained pressure, one can find the velocity vectors by computing the gradient.
However, something with the vtk output save is making these vectors not display at all when loaded into e.g. VisIt.
I believe the issue can be solved by looking at src/eFEM/vtkExport.jl
The text was updated successfully, but these errors were encountered: