-
Notifications
You must be signed in to change notification settings - Fork 1
Fix errors in macOS and windows runs #134
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
base: t8codemesh-fv
Are you sure you want to change the base?
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
| # l2=[0.08551397247817498], | ||
| # linf=[0.12087467695430498]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| # l2=[0.08551397247817498], | |
| # linf=[0.12087467695430498]) | |
| # l2=[0.08551397247817498], | |
| # linf=[0.12087467695430498]) |
| # l2=[0.008142380494734171], | ||
| # linf=[0.018687916234976898]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| # l2=[0.008142380494734171], | |
| # linf=[0.018687916234976898]) | |
| # l2=[0.008142380494734171], | |
| # linf=[0.018687916234976898]) |
| # l2=[0.5598148317954682], | ||
| # linf=[0.6301130236005371]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| # l2=[0.5598148317954682], | |
| # linf=[0.6301130236005371]) | |
| # l2=[0.5598148317954682], | |
| # linf=[0.6301130236005371]) |
| # l2=[0.5899077806567905], | ||
| # linf=[0.8972489222157533]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| # l2=[0.5899077806567905], | |
| # linf=[0.8972489222157533]) | |
| # l2=[0.5899077806567905], | |
| # linf=[0.8972489222157533]) |
| stepsize_callback = StepsizeCallback(cfl = 0.5) | ||
|
|
||
| callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, | ||
| callbacks = CallbackSet(#=summary_callback, analysis_callback,=# alive_callback, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| callbacks = CallbackSet(#=summary_callback, analysis_callback,=# alive_callback, | |
| callbacks = CallbackSet(alive_callback, #=summary_callback, analysis_callback,=# |
It is also a problem in serial runs. It seems to be a problem in the save solution callback.
On Windows, the error occurs in t8_forest_write_vtk_ext.
Shortened message:
One problem could be in
get_cmesh_info!used insave_mesh_file. There are always used 2*ndims faces. Check, if examples with only quads/hex work.But after disabling this routine for FV schemes in 1216115, the errors still occur.
Things I learned:
rhs!(Tested by disablingsummay_callback(),solve())t_end=0(sincerhs!is still called)analysis_callbackseems to work properlystepsize_callbackseems to work properlysave_solution_callbackI just noticed those warnings even for die DG runs on mpi windows:
[t8] WARNING: Trying to use shared memory but intranode and internode communicators are not set. You should call t8_shmem_init before initializing a shared memory array.