]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use proper formulas.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Mar 2006 16:54:37 +0000 (16:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Mar 2006 16:54:37 +0000 (16:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@12631 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-18/step-18.cc

index ce6c778c1da1e616172d6384d8acecfcf2f86bee..d97555384eed7eb949b3681dbe46478ad4165497 100644 (file)
@@ -118,9 +118,9 @@ namespace QuasiStaticElasticity
                                    // between the stress and the strain in
                                    // elasticity. It is given by a tensor of
                                    // rank 4 that is usually written in the
-                                   // form ``C_{ijkl} = \mu (\delta_{ik}
+                                   // form $C_{ijkl} = \mu (\delta_{ik}
                                    // \delta_{jl} + \delta_{il} \delta_{jk}) +
-                                   // \lambda \delta_{ij} \delta_{kl}''. This
+                                   // \lambda \delta_{ij} \delta_{kl}$. This
                                    // tensor maps symmetric tensor of rank 2
                                    // to symmetric tensors of rank 2. A
                                    // function implementing its creation for
@@ -2166,7 +2166,7 @@ namespace QuasiStaticElasticity
     pcout << "Timestep " << timestep_no << " at time " << present_time
          << std::endl;
   
-    for (unsigned int cycle=0; cycle<2; ++cycle)
+    for (unsigned int cycle=0; cycle<3; ++cycle)
       {
        pcout << "  Cycle " << cycle << ':' << std::endl;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.