Changeset 21420


Ignore:
Timestamp:
11/23/16 09:27:15 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/ExtrapolationAnalysis.cpp

    r21419 r21420  
    128128        workelement->GetVerticesCoordinates(&xyz_list);
    129129
     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         */
    130134        if(element->ObjectEnum()==PentaEnum){
    131135                for(i=0;i<3;i++) xyz_list[3*i+2] = 0.;
Note: See TracChangeset for help on using the changeset viewer.