Changeset 23084


Ignore:
Timestamp:
08/10/18 16:16:47 (7 years ago)
Author:
Mathieu Morlighem
Message:

BUG: gauss point has to be at the base to pick up drag since drag is 0 on all layers except base

File:
1 edited

Legend:

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

    r22576 r23084  
    475475                /*Deal with basal velocities*/
    476476                if(element->IsOnBase()){
     477                        /*Make sure to now push the gauss point to the base*/
     478                        delete gauss; gauss=element->NewGauss();
     479                        gauss->GaussVertex(nodedown);
    477480                        switch(frictionlaw){
    478481                                case 1:
Note: See TracChangeset for help on using the changeset viewer.