Josh Anibal
Josh Anibal
### Summary This is the corresponding API sketch for POEM 069, "Declare residual names for implicit components".~ This will certainly not pass the tests.
## Description As discussed in the maintenance meeting, adding doc strings to the Fortran subroutines would greatly improve the readability of the low-level code. The comments will use Doxygen formatting...
## Type of issue What types of issue is it? - Optimization ## Description It takes an order of magnitude longer to compile ADflow after updating to the newest PETSC....
## Description When the tests are run on Intel with `testflo -v .` or with `testflo -v -n 5 (or greater)` the tests encounter a bus error >Caught signal number...
As it is, master_b doesn't do a forward pass so some other routine that sets the variables must be called first. Otherwise, `computeJacobianVectorProductBwd() ` will return garbage. We should add...
## Description The code incorrectly assumes that `isMajor` is only defined at major iterations. The code makes the check for the `isMajor` flag as part of the check [here](https://github.com/mdolab/pyoptsparse/blob/9506f3e3d40d60d8c1d7ca2382a358080962de23/pyoptsparse/pyOpt_history.py#L597-L602) Possibly...
I would like use MachUpX with an existing tool chain developed for other aerodynamics solvers. It would be much easier to do that if I could simply pip install the...
Previously known issue written here for documentation. # The Problem When working with a child FFD embed in a parent FFD, a sub set of the points embedded in the...
## Purpose Adds a new type of constraint, distance constraints. These constraints have one end that is embedded in the geometry and another end that is fixed. I've found these...
This is a quick fix of the python f-strings for older versions of python3. Prior to python 3.12 f-strings could not contain backslashes. As a result I was getting errors...