Changeset 2923
- Timestamp:
- 01/27/10 12:10:02 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Mesh/ComputeHessian.m
r2922 r2923 43 43 grad_elx=sum(field(index).*alpha,2); 44 44 grad_ely=sum(field(index).*beta,2); 45 grad_elx(1)46 grad_ely(1)47 45 48 46 %Compute gradient for each grid (average of the elements around)
Note:
See TracChangeset
for help on using the changeset viewer.