Skip to content

Commit 84d65a0

Browse files
committed
update comments
1 parent 4b25cdf commit 84d65a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/mfem_amgx/ex1_amgx.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ int main(int argc, char *argv[])
152152
a->FormLinearSystem(ess_tdof_list, x, *b, A, X, B);
153153

154154
// 13. Solve the linear system A X = B.
155-
// * With full assembly, use the BoomerAMG preconditioner from hypre.
156-
// * With partial assembly, use Jacobi smoothing, for now.
155+
// * With full assembly, use the preconditioner from AmgX.
157156
bool amgx_verbose = false;
158157
Solver *prec = new AmgXSolver(MPI_COMM_WORLD, AmgXSolver::PRECONDITIONER,
159158
amgx_verbose);

0 commit comments

Comments
 (0)