source: issm/oecreview/Archive/24684-25833/ISSM-24821-24822.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 627 bytes
  • ../trunk-jpl/src/c/classes/Elements/Tria.cpp

     
    57045704                ::GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES);
    57055705
    57065706                phi=this->GetGroundedPortion(&xyz_list[0][0]); //watch out, this only works because of the Thales theorem! We are in 3D, but this routine is inherently for 2D trias
    5707                 area*=phi;
     5707                area*=phi; //scale our load by the fraction of grounded area.
    57085708        }
    57095709
    57105710        /*Compute ice thickness: */
Note: See TracBrowser for help on using the repository browser.