Changelog
TrixiShallowWater.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.
Changes when updating to v0.2 from v0.1.x
Added
- New equation
ShallowWaterEquationsQuasi1D
and functionsFluxHydrostaticReconstruction
,flux_nonconservative_audusse_etal
, andhydrostatic_reconstruction_audusse_etal
are now available through TrixiShallowWater.jl instead of Trixi.jl. (#96)
Changed
ShallowWaterEquationsWetDry
have been renamed toShallowWaterEquations
. The source code for these equations is now implemented directly in TrixiShallowWater.jl (#96).
Deprecated
Removed
Changes in the v0.1 lifecycle
Added
- Experimental support for well-balanced mortars together with AMR #45
- New boundary conditions
BoundaryConditionWaterHeight
andBoundaryConditionMomentum
now available for theShallowWaterEquationsWetDry
to impose either the water height or the momentum at the boundary. #91