-
### Summary of Issue
All of the guess_nonlinear docs show a direct setting of the guess, with not checking of values or residuals. This is pretty inefficient, and probably not how we should show th…
-
### Summary of Issue
Add the optimizer 'ParOpt' as one of the available optimizers in pyOptSparseDriver
### Issue Type
- [ ] Bug
- [x] Enhancement
POEM N/A
### Description
The…
-
### Summary of Issue
Cannot perform a full install of OpenDMAO using the [all] suffix.
### Issue Type
- [ X] Bug
- [ ] Enhancement
POEM #___
### Description
I'm attempting to i…
-
Python already provides a clear way of using namespaces through modules.
As a result the `mphys_` prefix for files, classes, and methods used in the mphys module is redundant.
I propose removing…
-
## Type of issue
What types of issue is it?
- Documentation update
## Description
I am currently working on bench-marking different solvers in multiple frameworks. I need to get my solution to r…
-
## Type of issue
What types of issue is it?
_Select the appropriate type(s) that describe this issue_
- New feature (non-breaking change which adds functionality)
## Description
Provide a w…
-
## Type of issue
What types of issue is it?
_Select the appropriate type(s) that describe this issue_
- Bugfix (non-breaking change which fixes an issue)
## Description
The wrapper for PSQP…
-
## Type of issue
What types of issue is it?
- Other (please describe)
Installer update
## Description
### Steps to reproduce issue
1. Install pyoptsparse per the documentation
2. Installation…
-
### Summary of Issue
compute_totals is returning incorrect derivatives in some circumstances involving distributed I/O.
### Issue Type
- [x] Bug
- [ ] Enhancement
### Description
The…
-
### Summary of Issue
A user tired to inherit from IndepVarComp and add some custom options that would determine what outputs got added. however, the kwargs are not passed down into the super comman…