sblauth / cashocs

computational adjoint-based shape optimization and optimal control software for python
https://cashocs.readthedocs.io/
GNU General Public License v3.0
50 stars 10 forks source link

Enhance treatment of inhomogeneous Dirirchlet bcs in the Newton solver #385

Closed sblauth closed 8 months ago

sblauth commented 8 months ago

This change allows one to correctly use the Newton solver with inhomogeneous Dirichlet boundary conditions. This update makes cashocs Newton solver way more robust for highly nonlinear problems.

Closes #384