Skip to content

Commit 483d02e

Browse files
committed
fix restart link
1 parent 354dc47 commit 483d02e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/documentation/case.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +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](running.md#restarting-cases).
456-
455+
To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restarting Cases](md_running.html#restarting_cases).
457456
##### Adaptive Time-Stepping
458457

459458
- `cfl_adap_dt` enables adaptive time stepping with a constant CFL when true
@@ -469,7 +468,7 @@ To restart simulation from $k$-th time step, set `t_step_start = k`, see [Restar
469468
- `t_stop` specifies at what time the simulation should stop
470469

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

474473
### 7. Formatted Output
475474

docs/documentation/running.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ 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-
<a name="restarting-cases"></a>
112-
### Restarting Cases
111+
### Restarting Cases {#restarting_cases}
113112

114113
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.
115114
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)