Changeset 16893
- Timestamp:
- 11/22/13 12:12:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r16892 r16893 1449 1449 ElementMatrix* Ke2=CreateKMatrixL1L2Friction(element); 1450 1450 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 //} 1451 1457 1452 1458 /*clean-up and return*/ … … 1457 1463 ElementMatrix* StressbalanceAnalysis::CreateKMatrixL1L2Friction(Element* element){/*{{{*/ 1458 1464 1459 if(!element->IsOnBed() || !element->IsFloating()) return NULL;1465 if(!element->IsOnBed() || element->IsFloating()) return NULL; 1460 1466 Element* basalelement = element->SpawnBasalElement(); 1461 1467 ElementMatrix* Ke = CreateKMatrixSSAFriction(basalelement);
Note:
See TracChangeset
for help on using the changeset viewer.