Changeset 21420
- Timestamp:
- 11/23/16 09:27:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/ExtrapolationAnalysis.cpp
r21419 r21420 128 128 workelement->GetVerticesCoordinates(&xyz_list); 129 129 130 /* In 3d we are going to extrude using horizontal diffusion. Since the layers are 3d, 131 * we change the geometry of the element to make it flat. That way, the diffusion is 132 * handled along the layers 133 */ 130 134 if(element->ObjectEnum()==PentaEnum){ 131 135 for(i=0;i<3;i++) xyz_list[3*i+2] = 0.;
Note:
See TracChangeset
for help on using the changeset viewer.