trixi-framework / trixi-framework/Trixi.jl

Plotting a mesh without setting up a semidiscretization

Open
#2,100 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.