]> https://gitweb.dealii.org/ - dealii.git/commitdiff
address comments 6254/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 4 May 2018 13:57:26 +0000 (09:57 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 4 May 2018 13:57:26 +0000 (09:57 -0400)
include/deal.II/lac/constraint_matrix.h

index 64106c4a72930d2a623191d546bd7ddacdbef030..6e5a3a771f20f96bf04062839018ce99f0e87916 100644 (file)
@@ -1218,10 +1218,10 @@ public:
    * in a distributed computation.
    *
    * This method checks if all processors agree on the constraints for their
-   * local lines as returned by get_local_lines(). This method is a collective
+   * local lines as given by @p locally_active_dofs. This method is a collective
    * operation and will return @p true only if all processors are consistent.
    *
-   * Please supply the owned DoFs per processor as return by
+   * Please supply the owned DoFs per processor as returned by
    * DoFHandler::locally_owned_dofs_per_processor() as @p locally_owned_dofs
    * and the result of DoFTools::extract_locally_active_dofs() as
    * @p locally_active_dofs. The
@@ -1233,7 +1233,9 @@ public:
    *
    * @note This method exchanges all constraint information of locally active
    * lines and is as such slow for large computations and should probably
-   * only be used in debug mode.
+   * only be used in debug mode. We do not check all lines returned by
+   * get_local_lines() but only the locally active ones, as we allow processors
+   * to not know about some locally relevant rows.
    *
    * @return Whether all ConstraintMatrix objects are consistent. Returns the
    * same value on all processors.

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.