From 066840551d2ed892d87d46b173482642965684cb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 4 May 2020 10:56:25 -0600 Subject: [PATCH] Add a reference to the code gallery. deal.II recently acquired a parallel N-S solver. --- examples/step-57/doc/results.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/step-57/doc/results.dox b/examples/step-57/doc/results.dox index 6dbb68d388..dd1492d465 100644 --- a/examples/step-57/doc/results.dox +++ b/examples/step-57/doc/results.dox @@ -401,4 +401,6 @@ multigrid is needed. See below. For larger computations, especially in 3d, it is necessary to implement MPI parallel solvers and preconditioners. A good starting point would be step-55, which uses algebraic multigrid for the velocity block for the Stokes -equations. +equations. Another option would be to take a look at the list of codes +in the deal.II code +gallery, which already contains parallel Navier-Stokes solvers. -- 2.39.5