* and the following one for all other
* dimensions.
*/
- MGSmoother (const MGDoFHandler<1> &mg_dof);
+ MGSmoother (const MGDoFHandler<1> &mg_dof,
+ unsigned int steps);
/**
* Constructor. This one collects
* steps to be executed by #smooth#.
*/
template <int dim>
- MGSmoother (const MGDoFHandler<dim> &mg_dof, unsigned int steps);
+ MGSmoother (const MGDoFHandler<dim> &mg_dof,
+ unsigned int steps);
/**
* Reset the values of the degrees of
* and the following one for all other
* dimensions.
*/
- MGSmoother (const MGDoFHandler<1> &mg_dof);
+ MGSmoother (const MGDoFHandler<1> &mg_dof,
+ unsigned int steps);
/**
* Constructor. This one collects
* steps to be executed by #smooth#.
*/
template <int dim>
- MGSmoother (const MGDoFHandler<dim> &mg_dof, unsigned int steps);
+ MGSmoother (const MGDoFHandler<dim> &mg_dof,
+ unsigned int steps);
/**
* Reset the values of the degrees of
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