We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To summarize the discussions in #1629 I list some open points:
Outer datastructures for non-internal variables in ViscousContainers:
ViscousContainer
Trixi.jl/src/solvers/dgsem_tree/container_viscous_2d.jl
Lines 3 to 15 in 4744105
Tuple
Different reinitialize_containers! for parabolic cache (?) to avoid the if in
reinitialize_containers!
Trixi.jl/src/solvers/dgsem_tree/containers.jl
Lines 31 to 35 in 4744105
Alternative to specialization via flux_viscous?
flux_viscous
Trixi.jl/src/solvers/dgsem_tree/dg_2d_parabolic.jl
Lines 518 to 523 in dc0dc1d
The text was updated successfully, but these errors were encountered:
Corresponding PR: #1754
Sorry, something went wrong.
jlchan
DanielDoehring
No branches or pull requests
To summarize the discussions in #1629 I list some open points:
Outer datastructures for non-internal variables in
ViscousContainer
s:Trixi.jl/src/solvers/dgsem_tree/container_viscous_2d.jl
Lines 3 to 15 in 4744105
Usage of
Tuple
also for noninternal datastructures?Different
reinitialize_containers!
for parabolic cache (?) to avoid the if inTrixi.jl/src/solvers/dgsem_tree/containers.jl
Lines 31 to 35 in 4744105
Alternative to specialization via
flux_viscous
?Trixi.jl/src/solvers/dgsem_tree/dg_2d_parabolic.jl
Lines 518 to 523 in dc0dc1d
The text was updated successfully, but these errors were encountered: