Brandon
Brandon
## Purpose A few lines of code were added to account for the direction of the projection in projectNode (projection.py) when nsol>2. The use of overset surface meshes can lead...
Hey, I think some of the examples (notably in `mphys/examples/aero_only/mach_tutorial_wing/adflow/` need to be updated for connecting the surface mesh: `self.connect("mesh.x_aero0", "geometry.x_aero_in")`
https://github.com/mdolab/pygeo/blob/e2cdcbd567d4ebe4f22f64281a23da4dc0fa7a3c/pygeo/mphys/mphys_dvgeo.py#L1012 When running a hot start through openMDAO/MPhys, it may be possible that OM_DVGEOCOMP's compute_jacvec_product() is called before compute(), in which case the boolean update_jac isn't defined yet.