From: bangerth Date: Thu, 12 Jun 2014 05:20:01 +0000 (+0000) Subject: Provide a function with the documentation it was previously missing. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a7d5f48395daa2bbbdc3e49c6eb91d8355e533d;p=dealii-svn.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);