From 8f7e3feb03199aa3b06135bc7d328e5d53a6cb42 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:54:37 +0000 Subject: [PATCH] Use proper formulas. git-svn-id: https://svn.dealii.org/trunk@12631 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index ce6c778c1d..d97555384e 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -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; -- 2.39.5