Skip to content

Commit 1c75bdc

Browse files
committed
Changed formatting for Reflecting Wave example
1 parent 36ce56e commit 1c75bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Models/linear-shallow-water-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ call mesh%StructuredMesh(nxPerTile=5,nyPerTile=5,&
223223

224224
For examples, see any of the following
225225

226-
* [Gravity waves in closed square domain](../Tutorials/LinearShallowWater/LinearShallowWater.md)
226+
* [Gravity waves in closed square domain](../Tutorials/LinearShallowWater/ReflectingWave.md)
227227
* [Kelvin waves in a closed circular rotating domain (f-plane)](../Tutorials/LinearShallowWater/KelvinWaves.md)
228228
* [Planetary Rossby waves in an open square domain (beta-plane)](../Tutorials/LinearShallowWater/PlanetaryRossbyWave.md)

docs/Tutorials/LinearShallowWater/LinearShallowWater.md renamed to docs/Tutorials/LinearShallowWater/ReflectingWave.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Linear Shallow Water No Normal Flow Tutorial
1+
# Reflecting Wave
22

33
This tutorial will walk you through using an example program that uses the `LinearShallowWater2D` class to run a simulation with the linear shallow water equations in 2-D. This example is configured using the built in structured mesh generator with no normal flow boundary conditions on all domain boundaries.
44

0 commit comments

Comments
 (0)