trixi-framework/Trixi.jl
GitHub で見るProvide interpolation function `f(x, y)` for user-driven postprocessing of results
Open
#1,291 opened on 2022年12月10日
enhancementgood first issuepossible student projectvisualization
Repository metrics
- Stars
- (686 stars)
- PR merge metrics
- (平均マージ 19d 17h) (30d で 36 merged PRs)
説明
@torrilhon pointed out that it would be nice for us to provide some sort of universal interpolation function that accepts a coordinate tuple and returns the solution state at that point, e.g., f(x, y) or f(x, y, z). This would allow users to do their own postprocessing of the results in an interactive way, i.e., create plots over line, do surface plots or contour plots etc. Based on his own experience, he suggested to use triangulation for this purpose, i.e., internally store the solution on triangles for fast interpolation.