mdolab / pygeo

pyGeo provides geometric design variables and constraints suitable for gradient-based optimization.
https://mdolab-pygeo.readthedocs-hosted.com/en/latest/?badge=latest
Apache License 2.0
122 stars 54 forks source link

Replace kwargs for ESP and VSP functions in the MPhys interface #249

Open lamkina opened 2 months ago

lamkina commented 2 months ago

Description of feature

Following PR #248 we should update the ESP and VSP calls in the MPhys wrapper to remove the **kwargs and replace them with the full keyword argument list.

Potential solution

Follow the same format as PR #248