Skip to content

Commit

Permalink
correct some spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Oct 15, 2024
1 parent e21e199 commit c0e0ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ end
Parameters:
- `num_stages` (`Int`): Number of stages in the paired explicit Runge-Kutta (P-ERK) method.
- `base_path_coeffs` (`AbstractString`): Path to a file containing some coefficients in the A-matrix and a file constaining
- `base_path_coeffs` (`AbstractString`): Path to a file containing some coefficients in the A-matrix and a file containing
in some coefficients in the b vector of the Butcher tableau of the Runge Kutta method.
The matrix should be stored in a text file at `joinpath(base_path_a_coeffs, "a_$(num_stages).txt")` and separated by line breaks.
- `dt_opt` (`Float64`): Optimal time step size for the simulation setup.
Expand Down

0 comments on commit c0e0ded

Please sign in to comment.