From dae28a97ac2345b750e2a3b7635ddcfba3b96055 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 28 Oct 2006 19:27:54 +0000 Subject: [PATCH] Comment on one more point. git-svn-id: https://svn.dealii.org/trunk@14120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 981b069468..a06617e83d 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -795,6 +795,13 @@ void TwoPhaseFlowProblem::make_grid_and_dofs () // stationary problems since there we use // each matrix object only once and it is // empty at the beginning anyway). + // + // Note that in its present form, the + // function uses the permeability implemented + // in the RandomMedium::KInverse + // class. Switching to the single curved + // crack permeability function is as simple + // as just changing the namespace name. template void TwoPhaseFlowProblem::assemble_system () { -- 2.39.5