Anil Yildirim
Anil Yildirim
# Description of feature The add_input within pygeo should be standardized so that the initial values default to the correct values. For example, "local" shape change parameters should be set...
# Description of feature With DVConstraints, and possibly with DVGeometry wrapper as well, we compute and store a full Jacobian internally using complex step or parallel finite differences. However, we...
## Description SVD (U \Sigma V^T = A) is used to figure out a local coordinate frame. This is done by looking at the columns of the U matrix. The...
# Description of feature IDWarp can restart from a file and skip the costly full initialization. See: https://github.com/mdolab/idwarp/blob/master/src/warp/initializeWarping.F90#L66-L76 This feature is not widely used, and it is not tested. We...
## Purpose This adds the improved actuator zone model that includes more parameters to control the distribution of the actuator zone terms, as well as adding a swirl term. I...
## Purpose This PR adds the capability to write surface solutions of volume slices. The slices are defined by externally provided surfaces similar to the user integration surfaces. ## Expected...