From 96d9ea182399ed0670834bac1a202af8928ce348 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 12 Aug 2011 23:26:02 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@24060 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index fd3acf49f3..399f3cfae0 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1765,6 +1765,11 @@ void BoussinesqFlowProblem::project_temperature_field () // old_temperature_solution = solution; old_temperature_solution.reinit(solution, false, true); + // this is good enough: no need to set + // current temperature since we need this + // field only for computing the next stokes + // system, which depends on the temperature + // of the *previous* time step } -- 2.39.5