-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
check_this(const DoFHandler<dim, spacedim> &dof_handler)
{
* Print out all face DoFs and support points as well as the actual
* matching via make_periodicity_constraints
*/
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
print_matching(DoFHandler<dim, spacedim> &dof_handler,
bool constrain_only_velocity = false)
* Print out all face DoFs and support points as well as the actual
* matching via make_periodicity_constraints
*/
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
print_matching(DoFHandler<dim, spacedim> &dof_handler)
{
* Print out all face DoFs and support points as well as the actual
* matching via make_periodicity_constraints
*/
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
print_matching(DoFHandler<dim, spacedim> &dof_handler)
{
* Print out all face DoFs and support points as well as the actual
* matching via make_periodicity_constraints
*/
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
print_matching(DoFHandler<dim, spacedim> &dof_handler)
{
* Print out all face DoFs and support points as well as the actual
* matching via make_periodicity_constraints
*/
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
print_matching(DoFHandler<dim, spacedim> &dof_handler,
bool constrain_only_velocity = false)
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
check_this(const DoFHandler<dim, spacedim> &dof_handler)
{
// forward declaration of the function that must be provided in the
// .cc files
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
void
check_this(const DoFHandler<dim, spacedim> &dof_handler);