files are now under the top-level <code>include/</code>
and <code>source</code> directories. Furthermore, we no longer build a
plethora of libraries but only <code>libdeal_II.g.so</code> (debug
- version) and <code>libdeal_II.so</code> (optimized version).
+ version) and <code>libdeal_II.so</code> (optimized version). In
+ particular, we no longer build different versions of the library for
+ different space dimensions.
</dd>
<dt>
merged a branch on which we have implemented the functionality
necessary to distribute meshes on hundreds, thousands, or more
processors. An overview of the framework
- in which this is implemented is presented in the @ref distributed module,
- the @ref distributed_paper, as well as in step-40.
+ in which this is implemented is presented in a documentation module,
+ an accompanying paper, as well as in the new step-40 tutorial program.
</dd>
<dt>