From: Wolfgang Bangerth Date: Tue, 1 Mar 2022 02:39:58 +0000 (-0700) Subject: Remove an outdated comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F100%2Fhead;p=code-gallery.git Remove an outdated comment. --- diff --git a/MCMC-Laplace/Readme.md b/MCMC-Laplace/Readme.md index 7fbb436..7a964b5 100644 --- a/MCMC-Laplace/Readme.md +++ b/MCMC-Laplace/Readme.md @@ -180,10 +180,6 @@ these local matrix and right hand side contributions, multiply the local matrix by the coefficient of the current cell, and then copy everything into the global matrix as usual. -When solving the linear system, it turns out that the problems we -consider are small enough that a direct solver (specifically, the -`SparseDirectUMFPACK` class) is the fastest method. - To run the code ---------------