Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Dec 15, 2023
1 parent 8156231 commit 5950a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Examples/PDEs/Poisson.dox
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ components:
@endcode

This piece of code creates a CG object in place, while setting some
parameters, and finally calling the @ref Rodin::Solver::CG.solve() "solve()"
method on the problem.
parameters, and finally calling the solve method on the problem.

Ultimately, with the problem solved, we will want to visualize our solution.
We can do this by saving both the solution and mesh objects to file, and then
Expand Down

0 comments on commit 5950a86

Please sign in to comment.