-
## Description
If I provide a constraint defined by `y = m*x + b`, and set linear=True for the ConGroup, it is treated as if it were `y - m*x`.
### Steps to reproduce issue
I've put together…
-
With DVConstraints, and possibly with DVGeometry wrapper as well, we compute and store a full Jacobian internally using complex step or parallel finite differences. However, we have been using the mat…
-
After PR #51 is merged, most of the code will be using shape by connection to size the inputs to components. The convention originally followed was to explicitly size all outputs and have as many inpu…
-
### Summary of Issue
The dictionary jacobian (which is used by default when solvers don't want assembled jacobians, such as BlockLinearSolver) seems to be doing a full product, instead of respecti…
-
-
The add_input within pygeo should be standardized so that the initial values default to the correct values. For example, "local" shape change parameters should be set to 0 by default. More details can…
-
### Summary of Issue
Currently OpenMDAO will not allow multiple constraints to be applied to the same variable name.
While this is desirable behavior for scalars, for array-valued outputs we may w…
-
**Describe the bug**
If a problem has an input with variable shape, the problem cannot be run.
**To Reproduce**
With files in this [archive](https://github.com/fast-aircraft-design/FAST-OAD/files…
-
To ensure functionality of the code doesn't silently break, we should be using CI. This is especially import for projects with many collaborators as it is unlikely that one person will understand how …
-
Hello.
Thank you for reading my request.
I know that WISDEM is a steady state analysis program for wind turbine. So I want to analysis the aeroelasticity with repect to optimized wind turbine for …