From: Wolfgang Bangerth Date: Thu, 12 Jun 2014 05:20:01 +0000 (+0000) Subject: Provide a function with the documentation it was previously missing. X-Git-Tag: v8.2.0-rc1~402 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87ba70ebe244d3e8742615dba6ef5ade9492f68;p=dealii.git Provide a function with the documentation it was previously missing. git-svn-id: https://svn.dealii.org/trunk@33036 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/solution_transfer.h b/deal.II/include/deal.II/distributed/solution_transfer.h index 8b1fa0019b..c82adf5dce 100644 --- a/deal.II/include/deal.II/distributed/solution_transfer.h +++ b/deal.II/include/deal.II/distributed/solution_transfer.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2009 - 2013 by the deal.II authors +// Copyright (C) 2009 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -136,7 +136,11 @@ namespace parallel void prepare_for_coarsening_and_refinement (const VECTOR &in); /** - * + * Interpolate the data previously stored in this object before + * the mesh was refined or coarsened onto the current set of + * cells. Do so for each of the vectors provided to + * prepare_for_coarsening_and_refinement() and write the result into + * the given set of vectors. */ void interpolate (std::vector &all_out);