Changeset 2585
- Timestamp:
- 11/02/09 13:22:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Tria.cpp
r2572 r2585 2217 2217 const int numdof=NDOF2*numgrids; 2218 2218 double xyz_list[numgrids][3]; 2219 int doflist[numdof];2220 2219 int doflist1[numgrids]; 2221 int numberofdofspernode;2222 2220 double dh1dh2dh3_basic[NDOF2][numgrids]; 2223 2221 … … 2277 2275 /* Get node coordinates and dof list: */ 2278 2276 GetElementNodeData( &xyz_list[0][0], nodes, numgrids); 2279 GetDofList(&doflist[0],&numberofdofspernode);2280 2277 GetDofList1(&doflist1[0]); 2281 2278 … … 2438 2435 double xyz_list[numgrids][3]; 2439 2436 int doflist1[numgrids]; 2440 int numberofdofspernode;2441 2437 double dh1dh2dh3_basic[NDOF2][numgrids]; 2442 2438 … … 2700 2696 const int numdof=NDOF2*numgrids; 2701 2697 double xyz_list[numgrids][3]; 2702 int doflist[numdof];2703 2698 int doflist1[numgrids]; 2704 int numberofdofspernode;2705 2699 double dh1dh2dh3_basic[NDOF2][numgrids]; 2706 2700 … … 2759 2753 /* Get node coordinates and dof list: */ 2760 2754 GetElementNodeData( &xyz_list[0][0], nodes, numgrids); 2761 GetDofList(&doflist[0],&numberofdofspernode);2762 2755 GetDofList1(&doflist1[0]); 2763 2756 … … 2883 2876 int dofs2[2]={0,1}; 2884 2877 double xyz_list[numgrids][3]; 2885 int doflist[numdof];2886 int numberofdofspernode;2887 2878 2888 2879 /* grid data: */ … … 2933 2924 /* Get node coordinates and dof list: */ 2934 2925 GetElementNodeData( &xyz_list[0][0], nodes, numgrids); 2935 GetDofList(&doflist[0],&numberofdofspernode);2936 2926 2937 2927 /* Recover input data: */
Note:
See TracChangeset
for help on using the changeset viewer.