Changeset 17580
- Timestamp:
- 03/27/14 16:04:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/Tria.cpp ΒΆ
r17555 r17580 4263 4263 oldfloating = this->IsFloating(); //figure out if element is floating before we start to change everything 4264 4264 4265 if(migration_style==ContactEnum){ 4266 this->inputs->AddInput(new TriaInput(MaskGroundediceLevelsetEnum,&phi[0],P1Enum)); 4267 return; 4268 } 4269 4270 this->inputs->AddInput(new TriaInput(MaskGroundediceLevelsetEnum,&phi[0],P1Enum)); 4271 4265 4272 /*go through vertices, and update inputs, considering them to be TriaVertex type: */ 4266 4273 for(i=0;i<NUMVERTICES;i++){
Note:
See TracChangeset
for help on using the changeset viewer.