From 89deaa2fdf4d3d3a60c2755a48632f8378562e1d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 24 May 2005 03:58:15 +0000 Subject: [PATCH] Add a little more docs. git-svn-id: https://svn.dealii.org/trunk@10714 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index e1a757a807..0ec59d744a 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1096,7 +1096,12 @@ namespace QuasiStaticElasticity // ``run()''. It initializes the variables // that describe where in time we presently // are, then runs the first time step, then - // loops over all the other time steps: + // loops over all the other time + // steps. Note that for simplicity we use a + // fixed time step, whereas a more + // sophisticated program would of course + // have to chose it in some more reasonable + // way adaptively: template void TopLevel::run () { -- 2.39.5