Re: [deal.II] Periodic boundary conditions and the AffineConstraints class

2019-05-05 Thread Matthias Maier
On Sun, May 5, 2019, at 22:47 CDT, Bruno Blais wrote: > I am trying to implement periodic boundary conditions in my CFD solver. > When looking at the documentation for the make_periodicity_constraints I > see that the contraints have to be of type ConstraintsMatrix instead of > type

[deal.II] Periodic boundary conditions and the AffineConstraints class

2019-05-05 Thread Bruno Blais
Hello everyone, I am trying to implement periodic boundary conditions in my CFD solver. When looking at the documentation for the make_periodicity_constraints I see that the contraints have to be of type ConstraintsMatrix instead of type AffineConstraints (or another type) Is this a current