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 AffineCo
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 issue