Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Dec 23, 2024
1 parent 614d8a7 commit cf42f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/abbreviations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ᶠfct_zalesak = Operators.FCTZalesak(
const ᶠlin_vanleer = Operators.LinVanLeerC2F(
bottom = Operators.FirstOrderOneSided(),
top = Operators.FirstOrderOneSided(),
method = Operators.Mono5(),
method = Operators.MonotoneLocalExtrema(), # (Mono5)
)

const ᶜinterp_matrix = MatrixFields.operator_matrix(ᶜinterp)
Expand Down

0 comments on commit cf42f28

Please sign in to comment.