Changeset 1041
- Timestamp:
- 06/22/09 13:36:25 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r1025 r1041 768 768 769 769 int dof; 770 double s;771 770 772 771 dof=this->GetDofList1(); 773 s=this->GetSigma();774 772 775 773 /*sigma remains constant. z=bed+sigma*thickness*/ 776 this->x[2]=bed[dof]+s *thickness[dof];777 778 } 774 this->x[2]=bed[dof]+sigma*thickness[dof]; 775 776 }
Note:
See TracChangeset
for help on using the changeset viewer.