Changeset 16647
- Timestamp:
- 11/06/13 16:05:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16640 r16647 178 178 if(Ke){ 179 179 /*Static condensation if requested*/ 180 if(this->element_type==P1bubblecondensedEnum){ 180 if(this->element_type==MINIcondensedEnum){ 181 int indices[2]={6,7}; 182 Ke->StaticCondensation(2,&indices[0]); 183 } 184 else if(this->element_type==P1bubblecondensedEnum){ 181 185 int size = nodes[3]->GetNumberOfDofs(NoneApproximationEnum,GsetEnum); 182 186 int offset = 0;
Note:
See TracChangeset
for help on using the changeset viewer.