ITADN
NumericalMathematics/DispersiveShallowWater.jl

版本发布 8

v0.9.0
? · 2025-12-18

## DispersiveShallowWater v0.9.0 [Diff since v0.8.8](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.8.8...v0.9.0) A list of breaking changes can be found in the [Changelog](https://github.com/JoshuaLampert/DispersiveShallowWater.jl/blob/main/NEWS.md). **Merged pull requests:** - Change default example (#276) (@JoshuaLampert) - Add `plot_analytical` to plot recipes (#277) (@JoshuaLampert)

v0.7.5
? · 2025-07-22

## DispersiveShallowWater v0.7.5 [Diff since v0.7.4](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.7.4...v0.7.5) **Merged pull requests:** - Fix initialization of hyperbolic approximation variable of SGN (#222) (@JoshuaLampert) - Reflecting boundary conditions for the SGN eqs. (#223) (@cwittens) - Bump crate-ci/typos from 1.32.0 to 1.34.0 (#224) (@dependabot[bot]) - add Collin to reference (#225) (@ranocha) **Closed issues:** - Initialization of the hyperbolic approximation parameters of SGN (#221)

v0.7.2
? · 2025-05-26

## DispersiveShallowWater v0.7.2 [Diff since v0.7.1](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.7.1...v0.7.2) **Merged pull requests:** - Mention Collin in README (#204) (@JoshuaLampert) - reflecting wall boundary conditions for Serre-Green-Naghdi (#205) (@ranocha) - Rename source term variables consistently (#206) (@JoshuaLampert) - Use `initial_condition_soliton` in more cases (#209) (@ranocha) - Update NEWS.md (#210) (@ranocha) **Closed issues:** - Names of initial conditions (#140)

v0.7.1
? · 2025-05-20

## DispersiveShallowWater v0.7.1 [Diff since v0.7.0](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.7.0...v0.7.1) **Merged pull requests:** - Implementation of the 1D KdV equation. (#198) (@cwittens) - CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#200) (@github-actions[bot]) - Document `plot_initial = true` (#201) (@JoshuaLampert) - Reducing allocations in relaxation (#203) (@cwittens) **Closed issues:** - Allocations in `RelaxationCallback` (#11) - `plot_initial` may be confusing (#199)

v0.7.0
? · 2025-05-11

## DispersiveShallowWater v0.7.0 [Diff since v0.6.4](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.6.4...v0.7.0) A list of breaking changes can be found in the [Changelog](https://github.com/JoshuaLampert/DispersiveShallowWater.jl/blob/main/NEWS.md). **Merged pull requests:** - change default parameter set for Svärd-Kalisch equations (#196) (@JoshuaLampert) **Closed issues:** - Svärd-Kalisch (#192)

v0.6.4
? · 2025-05-10

## DispersiveShallowWater v0.6.4 [Diff since v0.6.3](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.6.3...v0.6.4) **Merged pull requests:** - Added source terms variable bathymetry (#186) (@cwittens) - CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat) (#188) (@github-actions[bot]) - added warning for odd accuracy_order (#190) (@cwittens) - add tests using JET.jl (#191) (@ranocha) - Add docstring for `SvärdKalischEquations1D` (#193) (@JoshuaLampert) - Use TrixiTest.jl (#195) (@JoshuaLampert) **Closed issues:** - Roadmap for Serre-Green-Naghdi (#129)

v0.6.3
? · 2025-05-02

## DispersiveShallowWater v0.6.3 [Diff since v0.6.2](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.6.2...v0.6.3) **Merged pull requests:** - Add source terms for SGN with BathymetryFlat (#180) (@cwittens) - Made variable names u and v consistent. (#182) (@cwittens) - use `semidiscretize` from SummationByPartsOperators.jl (#183) (@ranocha) - Bump crate-ci/typos from 1.31.1 to 1.31.2 (#184) (@dependabot[bot]) - enable AD via ForwardDiff.jl for hyperbolic SGN (#185) (@ranocha) **Closed issues:** - Error in documentation of Serre-Green-Naghdi? (#181)

v0.6.2
? · 2025-04-29

## DispersiveShallowWater v0.6.2 [Diff since v0.6.1](https://github.com/NumericalMathematics/DispersiveShallowWater.jl/compare/v0.6.1...v0.6.2) **Merged pull requests:** - Avoid adjoint sparse matrix times `Diagonal` (#179) (@JoshuaLampert) **Closed issues:** - Performance Issue in Serre Green Naghdi Matrix Solve (#178)