trixi-framework/Trixi.jl

Provide function that loads an HDF5 file and returns the solution interpolated to equidistant points

Open

#199 opened on Oct 1, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (153 forks)batch import
good first issuevisualization

Repository metrics

Stars
 (686 stars)
PR merge metrics
 (Avg merge 9d 1h) (37 merged PRs in 30d)

Description

Quoting @ranocha:

One feature I would like to have in 1D concerns visualization: Instead of using trixi2txt from utils/trixi2txt.jl to write a .txt file and read that again in Julia to plot something, could we just have a function returning the respective x and u arrays directly? Then, users can just create their own plots in Julia directly without having to deal with another set of files.

Contributor guide