diff --git a/examples/tutorial_coupled.input b/examples/tutorial_coupled.input deleted file mode 100644 index f804e6689..000000000 --- a/examples/tutorial_coupled.input +++ /dev/null @@ -1,6 +0,0 @@ -EndTime = 100e3 # duration of the simulation [s] -InitialTimeStepSize = 50 # initial time step size [s] -DomainSizeX = 300 # x-coordinate of the upper-right corner of the physical domain [m] -DomainSizeY = 60 # y-coordinate of the upper-right corner of the physical domain [m] -CellsX = 100 # x-resolution of the grid -CellsY = 1 # y-resolution of the grid diff --git a/examples/tutorial_decoupled.input b/examples/tutorial_decoupled.input deleted file mode 100644 index c6730e06f..000000000 --- a/examples/tutorial_decoupled.input +++ /dev/null @@ -1,6 +0,0 @@ -EndTime = 100000 # duration of the simulation [s] -InitialTimeStepSize = 10 # initial time step size [s] -DomainSizeX = 300 # x-coordinate of the upper-right corner of the physical domain [m] -DomainSizeY = 60 # y-coordinate of the upper-right corner of the physical domain [m] -CellsX = 100 # x-resolution of the grid -CellsY = 1 # y-resolution of the grid