-
It would be a more clean if we detached all GUI related plotting from the actual OpenMDAO components and instead made a series of plot_xx functions that returned simple dictionaries with e.g. plot typ…
-
Hello
My name is Dae Young Lee and Ph.D student of University of Michigan.
I am trying to add new discipline in CADRE mdo.
Currently, John Hwang's CADRE code is working with pyopt and snopt environme…
-
I would like to have a go using FUSED-Wind but am finding it impossible to install OpenMDAO 0.10.3.2 (which seems to now be a rather ancient version). On Ubuntu 18.04 if I follow the instructions, i.e…
-
# Changes
- [ ] Follow the [Four kinds of documentation](https://www.writethedocs.org/videos/eu/2017/the-four-kinds-of-documentation-and-why-you-need-to-understand-what-they-are-daniele-procida/) a…
-
### Desired capability or behavior.
A major issue facing both users and developers is difficulty determining where options are used, and determining what options are used by a component. It is desire…
-
In the MAP file provided by PYCYCLE, there are five dimensional variables. How can we draw the image like this? If possible, it is best to provide a specific example. Looking forward to your help.
t…
-
### Task Description
Test OpenMDAO and related projects (Dymos, etc.) via GitHub workflows and/or benchmark/integration tests.
https://github.com/numpy/numpy/issues/24300
Initial testing show…
-
Big fan of PythonCall.jl, JuliaCall.jl, etc.. Thanks so much for these packages.
In my application, I have a chain of tools like this:
* OpenMDAOCore.jl is a pure-Julia package, with no dependen…
-
This cell is generating an error:
``` python
Loading all the input data
In [4]:
datadir = './'
dat = loadtxt(datadir+'WaterDepth1.dat')
X, Y = meshgrid(linspace(0., 1000., 50), linspace(0., 1000., 50…
-
the fused_autodoc functionality just added appears to work fine on openmdao 0.9.7 but is crashing on openmdao 0.10.2
(I haven't seen this myself so I don't have the error code but our grad student he…