From efdbadfceddfb80a6d114fad0215680bf06152c8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 27 Oct 2006 23:24:33 +0000 Subject: [PATCH] More text git-svn-id: https://svn.dealii.org/trunk@14109 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 448 +++++++++++++++++----------- 1 file changed, 272 insertions(+), 176 deletions(-) diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 13daa5ae1d..55aa57d565 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -70,9 +70,37 @@ using namespace dealii; - // @sect3{The ``TwoPhaseFlowProblem'' class template} + // @sect3{The ``TwoPhaseFlowProblem'' class} - // This is the main class of the program. It is close to the one of step-20, but with + // This is the main class of the program. It + // is close to the one of step-20, but with a + // few additional functions: + // + //