From: Mathias Anselmann Date: Wed, 5 Jun 2019 20:38:37 +0000 (+0200) Subject: Added more detailed explanation about the output of the test X-Git-Tag: v9.2.0-rc1~1436^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df81f5be87bd34dcb49c7a57329d9e7c91f438c8;p=dealii.git Added more detailed explanation about the output of the test --- diff --git a/tests/dofs/dof_tools_12a.cc b/tests/dofs/dof_tools_12a.cc index 93f779b3aa..39be28d6a9 100644 --- a/tests/dofs/dof_tools_12a.cc +++ b/tests/dofs/dof_tools_12a.cc @@ -39,7 +39,11 @@ #include "../tests.h" // check -// DoFTools::extract_dofs as in dof_tools_12 in parallel for fewer elements +// DoFTools::extract_dofs as in dof_tools_12 in parallel for fewer elements +// The output of this file is for every process the (boolean) vector of +// extracted locally owned DoFs (corresponding to local DoF indices), not the +// extracted vector of the global DoF, which has to be mapped with the locally +// owned IndexSet first. void output_bool_vector(std::vector &v)