trixi-framework/Trixi.jl
Vedi su GitHubProvide function that loads an HDF5 file and returns the solution interpolated to equidistant points
Open
Aperta il 1 ott 2020
good first issuevisualization
Descrizione
Quoting @ranocha:
One feature I would like to have in 1D concerns visualization: Instead of using
trixi2txtfromutils/trixi2txt.jlto write a.txtfile and read that again in Julia to plot something, could we just have a function returning the respectivexanduarrays directly? Then, users can just create their own plots in Julia directly without having to deal with another set of files.