]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #8730 from tcclevenger/custom-mg-constraints
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 17 Sep 2019 06:19:20 +0000 (08:19 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:19:20 +0000 (08:19 +0200)
add interface for user defined GMG constraints

1  2 
source/lac/affine_constraints.inst.in

index 27006ee16442303edf6889a321f2db2605b6f78d,e3877ee611d95fe0f4e23180eb1d74584e47e555..c5635d230bde436fe0990452efb07136899e1454
@@@ -329,17 -344,8 +329,21 @@@ for (T : DEAL_II_VEC_TEMPLATES
        T<float> &) const;
      template void dealii::AffineConstraints<double>::distribute<T<float>>(
        T<float> &) const;
+     template void dealii::AffineConstraints<double>::distribute<
+       LinearAlgebra::distributed::T<float>>(
+       LinearAlgebra::distributed::T<float> &) const;
    }
 +
 +
 +for (T : VECTOR_TYPES)
 +  {
 +    namespace internal
 +    {
 +      namespace AffineConstraintsImplementation
 +      {
 +        template void
 +        set_zero_all(const std::vector<types::global_dof_index> &, T &vec);
 +      \}
 +    \}
 +  }

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.