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

32 views
Skip to first unread message

Matthias Maier

unread,
May 6, 2019, 1:48:23 AM5/6/19
to dea...@googlegroups.com

On Sun, May 5, 2019, at 22:47 CDT, Bruno Blais <blais...@gmail.com> 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 AffineConstraints<double> (or another type)

> Is this a current issue or it is better to stick with ConstraintsMatrix for
> the time being?

You have probably looked at different release versions for both
classes. We have renamed ConstraintMatrix to AffineConstraints (and made
ConstraintMatrix a type alias for AffineConstraints<double>).

The function make_periodicity_constraints will thus of course work with
AffineConstraints<double>.

Best,
Matthias

Bruno Blais

unread,
May 7, 2019, 10:06:20 AM5/7/19
to deal.II User Group
Indeed it was my mistake, sorry :)
Reply all
Reply to author
Forward
0 new messages