Closed szaghi closed 7 years ago
It can also be useful if you're trying to come up with non-linear optimizations (i.e., adaptation limiters etc.) Martin has a paper on this (Martin & Wu I think... should be somewhere here: http://croccolab.umd.edu/publications/journals.html) where the adaptation (smoothness indicators) are visualized for shock wave/BL interactions.
@zbeekman
It can also be useful if you're trying to come up with non-linear optimizations
Sure, non-linear optimizations will be investigated.
where the adaptation (smoothness indicators) are visualized for shock wave/BL interactions.
Yep, I want a debug mode just for research/debug on schemes and their possible modification. Wave/boundary-layer is one of my interest (I suspect they play a role in SRM): do you know the work of Pirozzoli?
Cheers
done.
For debugging aims it can be very useful to save the computed values of smoothness indicators. Add it to the interpolate methods, better with dynamic dispatch overloading, e.g.
interpolate
method becomes a generic