Skip to content
Snippets Groups Projects

Merge branch vinayak into master

Merged Vinayak Gholap requested to merge 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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();
  • Vinayak Gholap requested review from @noels

    requested review from @noels

  • merged

  • Ludovic Noels mentioned in commit f665f33f

    mentioned in commit f665f33f

  • Please register or sign in to reply
    Loading