From b070a2b3166f9368f48214145a9ee13f1e01be6c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Apr 2004 16:11:50 +0000 Subject: [PATCH] Document one more function. git-svn-id: https://svn.dealii.org/trunk@9028 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/step-15.cc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index ee84e31fce..ad5167a691 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -1057,7 +1057,21 @@ MinimizationProblem::energy (const DoFHandler &dof_handler, } - + // So here is the driver function, + // ``run()''. It generate a coarse mesh, + // refines it a couple of times, and + // initializes the starting values. It then + // goes into a loop in which we first set up + // the member variables for the new mesh, and + // then do a fixed number of five gradient + // steps. If after this the energy has not + // significantly decreased compares to the + // last time we checked, we assume that we + // have converged and exit, otherwise we + // refine the mesh and start over. Once we + // have determined that the computations have + // converged somewhere, we output the + // results. template void MinimizationProblem::run () { -- 2.39.5