You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due the commit firedrakeproject/firedrake@af2c9cc (Firedrake), the default Riesz representation changed from l2 to L2. This breaks the IPOPTSolver in Firedrake, since IPOPT is not prepared for anything other than l2.
One possible solution to this would be to specify the Riesz representation directly in the IPOPTSolver, as:
Due the commit firedrakeproject/firedrake@af2c9cc (Firedrake), the default Riesz representation changed from
l2
toL2
. This breaks theIPOPTSolver
in Firedrake, since IPOPT is not prepared for anything other thanl2
.One possible solution to this would be to specify the Riesz representation directly in the
IPOPTSolver
, as:The text was updated successfully, but these errors were encountered: