Changeset 16647


Ignore:
Timestamp:
11/06/13 16:05:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: forgot to condense matrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r16640 r16647  
    178178        if(Ke){
    179179                /*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){
    181185                        int size   = nodes[3]->GetNumberOfDofs(NoneApproximationEnum,GsetEnum);
    182186                        int offset = 0;
Note: See TracChangeset for help on using the changeset viewer.