From: bangerth Date: Fri, 12 Aug 2011 23:26:02 +0000 (+0000) Subject: Add a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d9ea182399ed0670834bac1a202af8928ce348;p=dealii-svn.git Add a comment. git-svn-id: https://svn.dealii.org/trunk@24060 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 }