* @param filename Input file name
* @param output_filename Output file name
* @param output_style_for_prm_format How to write the output file if format is `prm`
+ * @param prm The ParameterHandler to use
*/
static void initialize(const std::string &filename="",
const std::string &output_filename="",
* the second argument. The first dim components of this function will be
* interpreted as the displacement we use in defining the mapping, relative
* to the location of cells of the underlying triangulation.
- * @param[in] level. Is the multi-grid level at which the mapping will
+ * @param[in] level The multi-grid level at which the mapping will
* be used. It is mainly used to check if the size of the @p euler_vector
* is consistent with the @p euler_dof_handler .
*/
* material id has no meaning, and the @p material_id field is reused
* to store a @p boundary_id instead to designate which part of the boundary
* the face or edge belongs to (see
- * @ref GlossBoundaryId "the glossary entry on boundary ids").
+ * @ref GlossBoundaryIndicator "the glossary entry on boundary ids").
*
* An example showing how this class can be used is in the
* <code>create_coarse_grid()</code> function of step-14. There are also
* By default, Triangulation::create_triangulation() simply assigns
* default boundary indicators and manifold indicators to edges and
* quads at the boundary of the mesh. (See the glossary entries on
- * @ref GlossBoundaryId "boundary ids"
+ * @ref GlossBoundaryIndicator "boundary ids"
* and
* @ref GlossManifoldIndicator "manifold ids"
* for more information on what they represent.) As a consequence,