From d9306d81a74f1720156babba48348ac4436b2db6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Mar 2013 12:24:08 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29064 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/trilinos_vector_ghosts_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mpi/trilinos_vector_ghosts_01.cc b/tests/mpi/trilinos_vector_ghosts_01.cc index d5a39eb601..52b878f916 100644 --- a/tests/mpi/trilinos_vector_ghosts_01.cc +++ b/tests/mpi/trilinos_vector_ghosts_01.cc @@ -12,9 +12,9 @@ //--------------------------------------------------------------------------- -// Test VectorTools::trilinos_vector_ghosts_01 for parallel computations. we -// interpolate a linear function onto the grid with a symmetric mesh. the mean -// value of the interpolation must be the mean of the linear function +// During the conversion to 64-bit indices in Trilinos, we started to end up +// with vectors on the locally_owned subset that returned true on +// has_ghost_elements(). this shouldn't happen. #include "../tests.h" #include "coarse_grid_common.h" -- 2.39.5