Alasdair Gray

Results 9 issues of Alasdair Gray

**Describe the bug** I have a repo in which I use the following rule to ignore all files without extensions (e.g all compiled executables) ```gitignore # To ignore compiled binaries...

T: bug
C: file collection

# Description of feature ParOpt has seen some recent updates that have changed it's API and added support for general sparse constraints that pyOptSparse could take advantage of. See [here](https://smdogroup.github.io/paropt/notebooks/sparse.html)...

enhancement

# Description of feature # Potential solution - fix some docstrings (e.g. math rendering etc.) and sphinx linking to other functions - add a bit more text to explain the...

good first issue
documentation

## Purpose - Changes the hard-coded lower bound for the triangulated surface constraint from a dummy value of `-1e10` to `None` which is the correct way to represent that there...

## Description When running testflo, the fortran function `verifyWarpDeriv`. In the `inflate_cube` test, the output from this test appears to show large errors in some of the derivative terms. However,...

bug

## Description A handful of the complex ADflow regression tests are failing on the latest docker PR that uses the new intel `ifx` and `mpiifx` compilers. Most likely we need...

## Purpose ParOpt now supports sparse constraints which should help some of the performance issues I've run into with it for problems with a lot of constraints. To use this...

## Description pyspline tests are failing on the latest intel docker images that use the `ifx` compiler, see test outputs [here](https://github.com/mdolab/docker/actions/runs/9069190501/job/25147882941#step:13:215) Copied here for archiving ``` pyspline ------------------------------------------------------------------------------------------------------------------------ /home/***/repos/pyspline/tests/reg_tests/test_curves.py:Test.test ......

bug

## Purpose The `evalFunctionsSens` method of the projected area constraint currently fails if it is called when there are no geometric design variables because only the creation of the dAp0/1/2...