Skip to content

Commit

Permalink
Fix a missed hyperlink broken by newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Mar 4, 2024
1 parent abcf2ef commit a79d79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guide/parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ which selects the most appropriate backend for the given value of
[`config["Solver"]["Device"]`](../config/solver.md#config%5B%22Solver%22%5D).

In order to take full advantage of the performance benefits made available by GPU-
acceleration, it is recommended to make use of [operator partial assembly]
(https://mfem.org/performance/), activated when the value of
acceleration, it is recommended to make use of
[operator partial assembly](https://mfem.org/performance/), activated when the value of
[`config["Solver"]["PartialAssemblyOrder"]`](../config/solver.md#config%5B%22Solver%22%5D)
is less than [`config["Solver"]["Order"]`](../config/solver.md#config%5B%22Solver%22%5D).
This feature avoids assembling a global sparse matrix and instead makes use of data
Expand Down

0 comments on commit a79d79e

Please sign in to comment.