Skip to content

Commit 8bddd33

Browse files
authored
Revert "Fix docs link" (#674)
1 parent 814b63b commit 8bddd33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/documentation/case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ The value of `dt` needs to be sufficiently small such that the Courant-Friedrich
452452

453453
`t_step_save` is the time step interval for data output during simulation.
454454
To newly start the simulation, set `t_step_start = 0`.
455-
To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](md_running.html#restarting_cases).
455+
To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](running.md#restarting-cases).
456456

457457
##### Adaptive Time-Stepping
458458

@@ -469,7 +469,7 @@ To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restar
469469
- `t_stop` specifies at what time the simulation should stop
470470

471471
To newly start the simulation, set `n_start = 0`.
472-
To restart simulation from $k$-th time step, see [Restarting Cases](md_running.html#restarting_cases).).
472+
To restart simulation from $k$-th time step, see [Restarting Cases](running.md#restarting-cases).
473473

474474
### 7. Formatted Output
475475

docs/documentation/running.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ When used, `--omni` will output profiling information for all subroutines, inclu
108108
Adding this argument will moderately slow down the simulation and run the MFC executable several times.
109109
For this reason, it should only be used with case files with few timesteps.
110110

111-
### Restarting Cases {#restarting_cases}
111+
<a name="restarting-cases"></a>
112+
### Restarting Cases
112113

113114
When running a simulation, MFC generates a `./restart_data` folder in the case directory that contains `lustre_*.dat` files that can be used to restart a simulation from saved timesteps.
114115
This allows a user to simulate some timestep $X$, then continue it to run to another timestep $Y$, where $Y > X$.

0 commit comments

Comments
 (0)