Andrew Lamkin

Results 26 comments of Andrew Lamkin

I think my draft PR #224 should fix this issue. The solution is to remove the mpi barrier in the `totalSubsonicInlet` routine and add an `allreduce` call in the python...

I fixed a bug that involves error checking for inflow boundary conditions. Previously, if there was a mesh failure near an inflow boundary condition that caused the normal vector on...

I made optview a cli tool and it should work by just typing `optview` in the command line. There is no flag for adding history files on the command line...

Thanks for the feedback and detailed bug reports. Some notes from your feedback: - I'm planning to add a way to select individual variables when a DV/function is vectorized. -...

Just pushed new commits with the following updates and features: - Data is now loaded when the file is loaded. This takes slightly more time up front but makes most...

Lates commit update: - Added legend configuration tab to the matplotlib toolbar figure options. - Legend can be made `draggable` in the configuration options. - Refactored the `File` and `Variable`...

New Additions: - Keyboard shortcuts - `ctrl+f`: Figure parameters dialog - `ctrl+s`: Save figure dialog - `ctrl+o`: Load file dialog - `ctrl+p`: Add plot - `ctrl+t`: Format figure with a...

This is resolved with PR #224 .

I looked over `BCData` and I think the only spot where we might want to add a `returnFail` is here: https://github.com/mdolab/adflow/blob/bbfaa706629005da6a44d1bcd6bdacd0a5efb31b/src/bcdata/BCData.F90#L1119. It seems that for a supersonic inflow BC we...

> Just a few minor detail comments. One general comment: Have you tried the MPhys examples with this change? Is the behavior the same when we dont specify a custom...