Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junyixu committed Aug 24, 2024
1 parent 7afd0bb commit 2ec6377
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rhs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
upwind!(du, u, cache)
vanilla upwind scheme
"""
function upwind!(du::Vector, u::Vector, cache)
C = 0.2
cache.numerical_flux .= u .* cache.v
Expand Down

0 comments on commit 2ec6377

Please sign in to comment.