]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Apr 1998 14:18:36 +0000 (14:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Apr 1998 14:18:36 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@182 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function.h
deal.II/base/include/base/parameter_handler.h
deal.II/deal.II/include/numerics/data_io.h

index 37f9c941a8b2668c999a95b5587e9df3977bbe0a..fbdcd3189191af61724f11619ff41022754b2c79 100644 (file)
@@ -6,7 +6,7 @@
 
 
 #include <base/exceptions.h>
-#include <vector.h>
+#include <vector>
 #include <grid/point.h>
 
 
index 086e5a5760d9d15e54386d6e62f90fbfdb375585..20ff371172166d56818df4e601af94dad05f2a98 100644 (file)
@@ -10,8 +10,8 @@ class ParameterHandler;
 class MultipleParameterLoop;
 
 
-#include <map.h>
-#include <vector.h>
+#include <map>
+#include <vector>
 #include <base/exceptions.h>
 
 
@@ -214,7 +214,7 @@ enum OutputStyle {
     It is guaranteed that only entries matching the given regular expression are returned,
     i.e. an input entry value which does not match the regular expression is not stored.
 
-    You can use #get# to retreive the parameter in text form, #get_integer# to get an integer
+    You can use #get# to retrieve the parameter in text form, #get_integer# to get an integer
     or #get_double# to get a double. It will cause an internal error if
     the string could not be converted to an integer or a double. This should, though, not
     happen if you correctly specified the regular expression for this entry; you should not
@@ -222,6 +222,15 @@ enum OutputStyle {
     expression was set. The internal error is raised through the #Assert()# macro family
     which only works in debug mode.
 
+    If you want to print out all user selectable features, use the
+    #print_parameters# function. It is generally a good idea to print all parameters
+    at the beginning of a log file, since this way input and output are together in
+    one file which makes matching at a later time easier. Additionally, the function
+    also print those entries which have not been modified in the input file und are
+    thus set to default values; since default values may change in the process of
+    program development, you cannot know the values of parameters not specified in the
+    input file.
+    
     
     {\bf Style guide for data retrieval}
     
index 1a31d95efcd82652876e96e318d2d1d4bcfb87e1..4cb4f8ed84569f6786515474edc86f89b470dce5 100644 (file)
@@ -5,7 +5,7 @@
 /*----------------------------   io.h     ---------------------------*/
 
 #include <base/exceptions.h>
-#include <vector.h>
+#include <vector>
 #include <string>
 
 template <int dim> class Triangulation;

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.