From 6027c1530d95b0dcef27b7f73c995e65c9b1cb8e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Feb 2022 19:39:58 -0700 Subject: [PATCH] Remove an outdated comment. --- MCMC-Laplace/Readme.md | 4 ---- 1 file changed, 4 deletions(-) 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 --------------- -- 2.39.5