Bernardo Pacini
Bernardo Pacini
To add to this, I have used HDF5 + CGNS in the past on Ubuntu with the following installation process (this comes from the code "DUST"): ``` HDF5 can be...
Thank you for the guidance! As you suggest, I ended up having it work with the following call: ``` f90wrap -m $(PYTHON_MODN) $(wrap_files) --only $(wrap_subroutines) -k $(KIND_MAP) -P -v --py-max-line-length...
Hi again, Changing the subroutine to be `intent(inout)` rather than `intent(out)` solves this issue, but I am not sure if this is a complete fix. One could argue that for...
Hi, Thank you for looking into this. I tried out the fix but I still run into the same segmentation fault. I am not sure if there is an issue...
Got it -- thank you! Please let me know how I can help.
I didn't add the `addIntersection()` method to the MPhys wrapper. Let me know if you think it should be here or if it should be left as a direct reference...
Additional note: when adding a global DV the input was being added twice to OpenMDAO. This bug is fixed here too.
It turns out PR #201 broke the naming convention for child FFDs by prepending the child name by default. This meant that MPhys would not connect the OM variable to...
There is some weird behavior in the derivatives: the first check totals is fine, but a second check totals after a design perturbation makes the second function derivative wrong. This...
This is good to go. The issues with derivatives are coming from other code components, not DVGeo, and they are not unique to this PR. We should merge this in...