Skip to content

Commit

Permalink
export PeriodicUpwindOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Mar 15, 2024
1 parent 65aa3cd commit cb0dcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.56"
version = "0.5.57"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
2 changes: 1 addition & 1 deletion src/SummationByPartsOperators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export PeriodicDerivativeOperator, PeriodicDissipationOperator,
FourierDerivativeOperator2D,
LegendreDerivativeOperator, LegendreSecondDerivativeOperator,
MatrixDerivativeOperator,
UpwindOperators
UpwindOperators, PeriodicUpwindOperators
export FilterCallback, ConstantFilter, ExponentialFilter
export SafeMode, FastMode, ThreadedMode
export derivative_order, accuracy_order, source_of_coefficients, grid, semidiscretize
Expand Down

0 comments on commit cb0dcac

Please sign in to comment.