From 64f92ebcd0c3ae31417aa2be09a4459ff517a53d Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 5 Oct 2010 17:11:18 +0000 Subject: [PATCH] adjust documentation to Baerbel's changes git-svn-id: https://svn.dealii.org/trunk@22253 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/algorithms/theta_timestepping.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/algorithms/theta_timestepping.h b/deal.II/lac/include/algorithms/theta_timestepping.h index 787ff9df0e..a3a4226d71 100644 --- a/deal.II/lac/include/algorithms/theta_timestepping.h +++ b/deal.II/lac/include/algorithms/theta_timestepping.h @@ -85,7 +85,7 @@ namespace Algorithms * operators. * * The explicit Operator #op_explicit receives in its input in first - * place the vector "Previous time", which is the solution + * place the vector "Previous iterate", which is the solution * value after the previous timestep. It is followed by all vectors * provided to ThetaTimestepping::operator() as input * argument. #op_explicit is supposed to write its result into the @@ -307,8 +307,7 @@ namespace Algorithms * implicit part of the * scheme. It will receive in * its input data the vector - * "Previous time - * data". Information on the + * "Previous time". Information on the * timestep should be obtained * from implicit_data(). * -- 2.39.5