]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add necessary .prm file. Update docs. 3301/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Oct 2016 02:42:11 +0000 (20:42 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Oct 2016 02:42:23 +0000 (20:42 -0600)
In the olden times, the .prm file was created automatically when it was
not found, but this is no longer the case following #3122.

examples/step-28/doc/intro.dox
examples/step-28/doc/results.dox
examples/step-28/project.prm [new file with mode: 0644]

index a9969b3e400074ebe61d1d6d86593194b135385a..cd8506b765d411f3779835cdf04bdcd6c4e477a3 100644 (file)
@@ -638,7 +638,7 @@ iterations on the next set of meshes.
 
 The program is controlled by a parameter file, using the ParameterHandler
 class already mentioned in the step-19 example program. We will show a
-parameter file in the results section of this section. For the moment suffice
+parameter file in the results section of this tutorial. For the moment suffice
 it to say that it controls the polynomial degree of the finite elements used,
 the number of energy groups (even though all that is presently implemented are
 the coefficients for a 2-group problem), the tolerance where to stop the
index 728763f23a06994ac34f0a70bb41b81230aa68c5..63c6f6f6603d5ac0d8d425dbb9d2c1980c54bc24 100644 (file)
@@ -1,11 +1,27 @@
 <h1>Results</h1>
 
+We can run the program with the following input file:
+@code
+# Listing of Parameters
+# ---------------------
+# Polynomial degree of the finite element to be used
+set Finite element degree     = 2
+
+# The number of energy different groups considered
+set Number of energy groups   = 2
 
-The output of this program consist of the console output, a file 
+# Inner power iterations are stopped when the change in k_eff falls below this
+# tolerance
+set Power iteration tolerance = 1e-12
+
+# Number of refinement cycles to be performed
+set Refinement cycles         = 5
+@endcode
+The output of this program then consists of the console output, a file 
 named ``convergence_table'' to record main results of mesh iteration, 
 and the graphical output in vtu format.
 
-When we set Polynomial_Order to 2, we got following console output:
+The console output looks like this:
 @code
 Cycle 0:
    Numbers of active cells:       1156 1156 
diff --git a/examples/step-28/project.prm b/examples/step-28/project.prm
new file mode 100644 (file)
index 0000000..aaf9c3d
--- /dev/null
@@ -0,0 +1,14 @@
+# Listing of Parameters
+# ---------------------
+# Polynomial degree of the finite element to be used
+set Finite element degree     = 2
+
+# The number of energy different groups considered
+set Number of energy groups   = 2
+
+# Inner power iterations are stopped when the change in k_eff falls below this
+# tolerance
+set Power iteration tolerance = 1e-12
+
+# Number of refinement cycles to be performed
+set Refinement cycles         = 5

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.