Skip to content
Snippets Groups Projects

Vinayak

Closed Vinayak Gholap requested to merge vinayak into master

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
1590 if (getConstitutiveCurlAccountMecaSource())
1591 {
1592 dMechFieldSourcedB += ipv->getConstRefTodMechanicalFieldSourcedVectorCurl()[curlField][curlField2];
1593 }
1594
1595 for (unsigned int j = 0; j < numEdgeShapeFunc; ++j)
1596 for (unsigned int k = 0; k < numEdgeShapeFunc; ++k)
1597 {
1598 const unsigned int IndexCurl = 3+getNumNonLocalVariable()+getNumConstitutiveExtraDofDiffusionVariable()+curlField;
1599 const unsigned int IndexCurl2 = 3+getNumNonLocalVariable()+getNumConstitutiveExtraDofDiffusionVariable()+curlField2;
1600
1601 //mStiff;
1602 }
1603 }
1604
1605 // make curl-disp term
  • Please register or sign in to reply
    Loading