Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parallel computing is needed, such as how to launch a multi-process
instance of Julia using MPI, or launching Julia with multiple threads.
See [MPI.jl](https://juliaparallel.org/MPI.jl/stable/) and
[Multi-threading](https://docs.julialang.org/en/v1/base/multi-threading/)
for refernence.
for reference.

```@contents
Pages = ["start.md", "configuration.md", "mesh.md", "entities.md", "conditions.md", "equation.md", "solution.md", "datatypes.md", "reorder.md", "misc.md"]
Expand Down