From: Wolfgang Bangerth Date: Wed, 27 Mar 2013 12:24:08 +0000 (+0000) Subject: Add comment. X-Git-Tag: v8.0.0~316^2~81 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b2be38c0d20f1d5da9cd30278a95cb0a940bc4;p=dealii.git Add comment. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29064 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"