]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
Rewrap some text.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 14 May 2018 19:54:03 +0000 (15:54 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 14 May 2018 19:56:36 +0000 (15:56 -0400)
The previous version spilled into the margins.

9.0/paper.tex

index 556e6c3e0322f0c0ea7c86f4f60f9a0c71c8d1e4..305e52cd88e7d5f4651df3849d18a5b4a61b604d 100644 (file)
@@ -217,17 +217,18 @@ are mainly used in Boundary Element Methods.
   updates to step-37. In addition, the separate code
   gallery of \dealii has gained a number of new entries.
 
-\item Improved support for user-defined run-time parameters: a new \texttt{ParameterAcceptor}
-  class has been added to the library. The class is intended to be used as a
-  base for any class that wants to handle parameters using the
-  \texttt{ParameterHandler} class. If you derive all your classes from
-  \texttt{ParameterAcceptor}, and declare your parameters either with
-  \texttt{parse/declare\_parameters} methods or via the
-  \texttt{ParameterAcceptor::add\_parameter} method, then both the
-  declaration and the
-  parsing of parameter files are automatically managed by
-  \texttt{ParameterAcceptor::initialize}, greatly simplifying
-  dealing with parameters in user codes.
+\item Improved support for user-defined run-time parameters: A new class
+  \texttt{ParameterAcceptor} has been added to the library. Users should write
+  classes inheriting from that class to manage parameters stored by a
+  \texttt{ParameterHandler}. If the managing class is derived from
+  \texttt{ParameterAcceptor} and all parameters are declared by either
+  \texttt{parse\_parameters} and \texttt{declare\_parameters} or
+  \texttt{ParameterAcceptor::add\_parameter}, then both the declaration and
+  parsing of parameter files will be (instead of using ad-hoc calls to
+  \texttt{ParameterHandler} methods) automatically managed by the
+  \texttt{ParameterAcceptor::initialize} method, which greatly simplifies
+  parameter management in user codes.
+
 
 \item A new caching mechanism for expensive grid computations: this version introduces a new
   class \texttt{GridTools::Cache} that caches computationally intensive

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.