From 9b5e95014ff4a3015bf5c0cce31e7f526f934d2f Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 May 2008 15:59:00 +0000 Subject: [PATCH] Add theta parameter. git-svn-id: https://svn.dealii.org/trunk@16158 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/input.prm | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/examples/step-33/input.prm b/deal.II/examples/step-33/input.prm index c0ae906b65..b0d869059e 100644 --- a/deal.II/examples/step-33/input.prm +++ b/deal.II/examples/step-33/input.prm @@ -49,6 +49,7 @@ end subsection time stepping set final time = 10.0 # simulation end time set time step = 0.02 # simulation time step + set theta scheme value = 0.5 end subsection linear solver -- 2.39.5