Merge branch vinayak into master
Bug was found in dG3DMaterialLaw from commit (5933f993) in July 2024. Bug fixed and tests using LinearElecMagThermMech law now work well.
Perturbation tests also work fine.
Merge request reports
Activity
11186 11190 double &dw_TdV = ipvcur->getRefTodThermalSourcedV(); 11187 11191 STensor3& dw_TdF = ipvcur->getRefTodThermalSourcedF(); 11188 11192 11189 double &w_V = ipvcur->getRefToThermalSource(); 11190 double &dw_VdT = ipvcur->getRefTodThermalSourcedT(); 11191 double &dw_VdV = ipvcur->getRefTodThermalSourcedV(); 11192 STensor3& dw_VdF = ipvcur->getRefTodThermalSourcedF(); 11193 double &w_V = ipvcur->getRefToVoltageSource(); requested review from @noels
assigned to @vinugholap
mentioned in commit f665f33f
Please register or sign in to reply