Get the derivative of the dXpt/dDV and the DVConstraint. #217
Replies: 1 comment 2 replies
-
Hello Kapil, If you need to convert that matrix to dense format, you could try with this Scipy function. I hope this helps and does not make you more confused. Tagging @hajdik since she has worked on the MPhys wrapper - which as far as I understand does not explicitly return |
Beta Was this translation helpful? Give feedback.
-
Hi, I am new to pygeo. The provided jacobian from pygeo is in CSR format for TACS. How can I just get the jacobian matrices for each of the pointset and the DVs and DVconstraint. The tutorial for this is lacking compared to others.
Context: To pass the DXpt/dDV to openMDAO in the compute_partial method.
Beta Was this translation helpful? Give feedback.
All reactions