Changeset 3943
- Timestamp:
- 05/25/10 14:52:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Beam.cpp
r3938 r3943 676 676 677 677 /*First nodal function: */ 678 l1l2[0]= .5*gauss_coord+.5;678 l1l2[0]=-0.5*gauss_coord+0.5; 679 679 680 680 /*Second nodal function: */ 681 l1l2[1]= -.5*gauss_coord+.5;681 l1l2[1]=+0.5*gauss_coord+0.5; 682 682 } 683 683 /*}}}*/ … … 762 762 } 763 763 /*}}}*/ 764 / /*FUNCTION Beam::SetClone {{{1*/764 /*FUNCTION Beam::SetClone {{{1*/ 765 765 void Beam::SetClone(int* minranks){ 766 766
Note:
See TracChangeset
for help on using the changeset viewer.