Changeset 15042
- Timestamp:
- 05/17/13 11:31:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15041 r15042 6064 6064 /*Intermediaries */ 6065 6065 int i,j,analysis_type; 6066 IssmDouble Jdet2d, slope_magnitude,alpha2;6066 IssmDouble Jdet2d,alpha2; 6067 6067 IssmDouble xyz_list[NUMVERTICES][3]; 6068 6068 IssmDouble xyz_list_tria[NUMVERTICES2D][3]={0.0}; … … 6890 6890 IssmDouble xyz_list[NUMVERTICES][3]; 6891 6891 IssmDouble xyz_list_tria[NUMVERTICES2D][3]={0.0}; 6892 IssmDouble slope_magnitude,alpha2,Jdet;6892 IssmDouble alpha2,Jdet; 6893 6893 IssmDouble phi=1.0; 6894 6894 IssmDouble L[2][numdof];
Note:
See TracChangeset
for help on using the changeset viewer.