Changeset 24097 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 07/17/19 01:18:19 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r24089 r24097 1808 1808 /*Fetch dof list and allocate solution vector*/ 1809 1809 GetDofListLocal(&doflist,NoneApproximationEnum,GsetEnum); 1810 IssmDouble* values 1810 IssmDouble* values = xNew<IssmDouble>(numnodes); 1811 1811 1812 1812 /*Use the dof list to index into the solution vector: */
Note:
See TracChangeset
for help on using the changeset viewer.