- Timestamp:
- 10/29/20 14:32:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2020/src/m/interp/averaging.m
r17686 r25724 61 61 elseif dimension(md.mesh)==2, 62 62 rep=3; 63 areas=GetAreas(index,md.mesh.x,md.mesh.y); 63 if isa(md.mesh,'mesh3dsurface'), 64 areas=GetAreas3DTria(md.mesh.elements,md.mesh.x,md.mesh.y,md.mesh.z); 65 else 66 areas=GetAreas(index,md.mesh.x,md.mesh.y); 67 end 64 68 else 65 69 rep=3;
Note:
See TracChangeset
for help on using the changeset viewer.