Indeed it was my mistake, sorry :)
On Monday, 6 May 2019 01:48:23 UTC-4, Matthias Maier wrote:
>
>
> 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_periodi
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