Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Nov 25, 2024
1 parent 1676eb6 commit 112d2f9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
namespace amrex {

/**
* \brief Solve using GMRES with multigrid as preconditioner
*
* The linear system to solve is provided by MLMG, which is also being used
* as the preconditioner.
*
* \brief Solve Poisson's equation using unpreconditioned GMRES
*/
template <typename MF>
class GMRESPOISSONT
Expand Down

0 comments on commit 112d2f9

Please sign in to comment.