Frederik Zahle

Results 5 issues of Frederik Zahle

the current Unknowns metadata passed to recorders only contain the entry `is_desvar` or `is_constraint`, but doesn't allow the user to check whether the constraint is violated or not, since bounds...

### Description When using the `NonlinearBlockGS` class to solve an aero-elastic steady state, we observe that when under FD (approx_totals on the full problem, and yes I know it's a...

bug

I also ran into the no sleep condition reported in #46, and adding the validity check at the top of the loop over elements seems to fix the issue.

### Description We came across what seems to be a bug in the Akima spline derivatives when using the `x_cp_val` argument to `SplineComp`. The below example shows the issue, and...

bug

The GPX surrogate doesn't seem to support outputs with `ny`>1, which works for the other surrogates. It runs, but seems to return the response for the first element only. I...