trixi-framework/Trixi.jl

Missing documentation of source_terms

Open

#1,925 opened on Apr 30, 2024

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Julia (153 forks)batch import
documentationgood first issue

Repository metrics

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

Description

The source_terms parameter of the SemidiscretizationHyperbolic is not really documented anywhere outside of the full Trixi.jl API page (briefly mentioned on the Behind the scenes of a simulation setup page), so how to add source terms to a simulation can be seen only from various examples relying on the method of manufactured solutions. I feel like some explicit example of how source terms work would be helpful (and would also show up in various related searches, e.g. googling for "trixi.jl" "source term" mostly points to the full API reference page).

Contributor guide