trixi-framework / trixi-framework/Trixi.jl
Plotting a mesh without setting up a semidiscretization
Open
visualization
- Dominant language
- Julia
- Stars
- 731
- Forks
- 167
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 25
Description
It would be nice to be able to plot a mesh without setting up a semidiscretization first, so that something like
`plot(mesh)` would work, instead of having to use
```
pd = PlotData2D(sol)
plot!(getmesh(pd))
```
Contributor guide
Research direction
Start by tracing the existing PlotData2D(sol) and getmesh(pd) plotting path to find the mesh plotting entry point. The change is complete when plot(mesh) works without first creating a semidiscretization, with coverage for plotting a mesh directly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100