MASTmultiphysics / mast-multiphysics

Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST) - Sensitivity-enabled multiphysics FEA for design
https://www.mast-multiphysics.com
GNU Lesser General Public License v2.1
43 stars 24 forks source link

Eigenproblem Sensitivity Fix #109

Open manavbhatia opened 3 years ago

manavbhatia commented 3 years ago

fixed issue with sensitivity analysis of eigenproblem, where the get_eigenpair method needed the B matrix, which was overwritten by the B_sens matrix. Now, we are creating two separate matrices for A_sens and B_sens