sblauth / cashocs

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

Make the inner optimal control problem silent in topology optimization #515

Closed sblauth closed 2 weeks ago

sblauth commented 2 weeks ago

This PR fixes a bug with the new logging, see #513

This is fixed by adding _silent attributes to the output manager and the (inner) optimal control problem which are set to True only if the problem is used as inner one for topology optimization.

Closes #513