Periodic boundary conditions in Newton's method

49 views
Skip to first unread message

Jimmy Ho

unread,
Sep 7, 2020, 8:40:43 PM9/7/20
to deal.II User Group
Hi All,

I have a general question regarding the application of periodic boundary conditions in Newton's method when solving nonlinear equations. Should the periodic constraint be applied to the incremental Newton update, or directly to the total solution vector?

Thanks in advance for any suggestions!

Best,
Jimmy

Wolfgang Bangerth

unread,
Sep 8, 2020, 12:01:53 AM9/8/20
to dea...@googlegroups.com
On 9/7/20 6:40 PM, Jimmy Ho wrote:
>
> I have a general question regarding the application of periodic boundary
> conditions in Newton's method when solving nonlinear equations. Should the
> periodic constraint be applied to the incremental Newton update, or directly
> to the total solution vector?

Periodicity constraints are not too different from the way you would deal with
Dirichlet boundary conditions. step-15 discusses this in great length, and the
solution is to make sure that your first iteration satisfies the periodicity
constraints and that all updates do as well -- which ensures that all iterates
do so, too.

Best
W.


--
------------------------------------------------------------------------
Wolfgang Bangerth email: bang...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/

Jimmy Ho

unread,
Sep 8, 2020, 7:42:48 PM9/8/20
to deal.II User Group
Hi Dr. Bangerth,

Thanks so much for the suggestion! My code works after applying the constraint on the Newton update!

Best,
Jimmy
Reply all
Reply to author
Forward
0 new messages