From: Krishnakumar Gopalakrishnan Date: Sat, 11 Jan 2020 23:00:24 +0000 (+0000) Subject: Update constraints documentation module to reflect recent updates to step-6 X-Git-Tag: v9.2.0-rc1~666^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8474990cb61789084e25e58da510cfb4a3823b;p=dealii.git Update constraints documentation module to reflect recent updates to step-6 Removes a stale sentence that incorrectly stated that the step-6 tutorial uses the condense->distribute method for constraint-handling. It now appears that step-6 has been updated to use the distribute_local_to_global() approach. --- diff --git a/doc/doxygen/headers/constraints.h b/doc/doxygen/headers/constraints.h index 539dbb1383..3d5790388b 100644 --- a/doc/doxygen/headers/constraints.h +++ b/doc/doxygen/headers/constraints.h @@ -94,8 +94,7 @@ * AffineConstraints::distribute() function. Note that the * AffineConstraints::condense() function is applied to matrix and right hand * side of the linear system, while the AffineConstraints::distribute() - * function is applied to the solution vector. This is the method used in - * the first few tutorial programs, see for example step-6. + * function is applied to the solution vector. * * This scheme of first building a linear system and then eliminating * constrained degrees of freedom is inefficient, and a bottleneck if there