From df81f5be87bd34dcb49c7a57329d9e7c91f438c8 Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Wed, 5 Jun 2019 22:38:37 +0200 Subject: [PATCH] Added more detailed explanation about the output of the test --- tests/dofs/dof_tools_12a.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5