Changeset 16893


Ignore:
Timestamp:
11/22/13 12:12:08 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing problem with L1L2 friction

File:
1 edited

Legend:

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

    r16892 r16893  
    14491449        ElementMatrix* Ke2=CreateKMatrixL1L2Friction(element);
    14501450        ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
     1451        //if(element->Id()==62){
     1452        //Ke->Echo();
     1453        //Ke=element->CreateKMatrix();
     1454        //Ke->Echo();
     1455        //_error_("S");
     1456        //}
    14511457
    14521458        /*clean-up and return*/
     
    14571463ElementMatrix* StressbalanceAnalysis::CreateKMatrixL1L2Friction(Element* element){/*{{{*/
    14581464
    1459         if(!element->IsOnBed() || !element->IsFloating()) return NULL;
     1465        if(!element->IsOnBed() || element->IsFloating()) return NULL;
    14601466        Element* basalelement = element->SpawnBasalElement();
    14611467        ElementMatrix* Ke = CreateKMatrixSSAFriction(basalelement);
Note: See TracChangeset for help on using the changeset viewer.