]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Link to step-37 18360/head
authorMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Tue, 22 Apr 2025 12:13:01 +0000 (14:13 +0200)
committerMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Tue, 22 Apr 2025 12:13:01 +0000 (14:13 +0200)
include/deal.II/matrix_free/fe_evaluation.h

index ae0d8c33d1dfc9831fcf31964d2f4a4777e126dc..c1431ff116bd39a71ede546c5af0bd4430883fbd 100644 (file)
@@ -134,7 +134,9 @@ public:
    * with useful data also in constrained positions by calling
    * AffineConstraints::distribute(). When accessing vector entries during the
    * solution of linear systems, the temporary solution should always have
-   * homogeneous constraints and this method is the correct one.
+   * homogeneous constraints and this method is the correct one. Further
+   * information on how to apply inhomogeneous constraints with matrix-free
+   * operators can be found in the respective section of step-37.
    *
    * If the given vector template class is a block vector (determined through
    * the template function 'IsBlockVector<VectorType>::value', which checks
@@ -168,8 +170,11 @@ public:
    * This way of access is appropriate when the constraints have been
    * distributed on the vector by a call to AffineConstraints::distribute()
    * previously. This function is also necessary when inhomogeneous constraints
-   * are to be used, as MatrixFree can only handle homogeneous constraints. Note
-   * that if vectorization is enabled, the DoF values for several cells are set.
+   * are to be used, as MatrixFree can only handle homogeneous constraints.
+   * Further information on how to apply inhomogeneous constraints with
+   * matrix-free operators can be found in the respective section of step-37.
+   * Note that if vectorization is enabled, the DoF values for several cells are
+   * set.
    *
    * If the given vector template class is a block vector (determined through
    * the template function 'IsBlockVector<VectorType>::value', which checks

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.