Changeset 16680
- Timestamp:
- 11/08/13 10:54:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r16678 r16680 894 894 895 895 IssmDouble vx,vy; 896 int approximation; 896 897 int* doflist = NULL; 897 898 … … 899 900 int numnodes = element->GetNumberOfNodes(); 900 901 int numdof = numnodes*2; 902 element->GetInputValue(&approximation,ApproximationEnum); 901 903 902 904 /*Fetch dof list and allocate solution vector*/ 903 element->GetDofList(&doflist, NoneApproximationEnum,GsetEnum);905 element->GetDofList(&doflist,approximation,GsetEnum); 904 906 IssmDouble* values = xNew<IssmDouble>(numdof); 905 907
Note:
See TracChangeset
for help on using the changeset viewer.