Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VtuOutputSolver.F90 change DGIndexes #442

Open
fgillet opened this issue Jan 29, 2024 · 0 comments
Open

VtuOutputSolver.F90 change DGIndexes #442

fgillet opened this issue Jan 29, 2024 · 0 comments

Comments

@fgillet
Copy link
Contributor

fgillet commented Jan 29, 2024

setting "Discontinuous Galerkin = Logical True" in the vtu output solver change the solution; see e.g. the elmerice test elmerice/Tests/DGsolver/density.sif comment/uncomment the vtu output file.

Tracking what's happening, VtuOutputSolver calls CheckAndCreateDGIndexes in MainUtils; and as I understand this routine overwrite the previously existing DGIndexes (created by CreateDGPerm in MainUtils during initialisation).

DGIndexes in CheckAndCreateDGIndexes should be updated only if not previously existing?
I think this was the intetion with the boolean Failed; but it is never used in the second part of the routine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant