Justin Gray

Results 13 issues of Justin Gray

needed to convert a random number to string, before the test-app would work.

### Summary of Issue User reported process termination due to high memory usage from a large, but not massive model. running on a machine with 8 gigs of memory. One...

### Issue Type - [x] Bug - [ ] Enhancement - [ ] Docs - [ ] Miscellaneous ### Description In response to [this SO question](https://stackoverflow.com/questions/70278846/how-to-set-the-state-control-and-parameter-options-in-a-dimensioned-dymos-prob) we tested out providing...

bug

### Summary of Issue users have reported value from the "debugging you newton solver" doc. We could benefit from one for optimization too. ### Issue Type - [ ] Bug...

docs

### Summary of Issue remove side effects from _iter_get_norm ### Issue Type - [x] Bug - [ ] Enhancement POEM #___ ### Description The _iter_get_norm method of BlockLinearSolver has a...

bug

### Summary of Issue jupyter offers the ability to export a python script from a notebook. Some of our widgets will need to be able to export their net effects...

### Summary of Issue Remove transfers from `apply_` methods ### Issue Type - [x] Bug - [ ] Enhancement POEM #___ ### Description In theory there is no reason why...

enhancement
performance

### Summary of Issue Confused user on stack overflow posted a [question](https://stackoverflow.com/questions/69110573/optimizing-distributed-i-o-with-serial-output), which couldn't be answered by the docs. We're missing an example of using the matrix free api in...

docs

The goal of this story is just to work on pure python functions and JAX. integration into OpenMDAO can come later. For now, lets just make sure we can use...

Turn direct local variable to variable transfers (without src_indices or unit conversions) into no-ops by having the inputs share the same memory as their connected outputs.