Ignore:
Timestamp:
02/21/14 14:53:55 (11 years ago)
Author:
seroussi
Message:

BUG: fixed Reset for real stokes

File:
1 edited

Legend:

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

    r17338 r17339  
    21622162                        xz_plane[1]=0.;       xz_plane[4]=-slopey; 
    21632163                        xz_plane[2]=slopex;   xz_plane[5]=1.;         
    2164                         if(this->nodes[indices[i]]->GetApproximation()==FSApproximationEnum){
     2164                        if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){
    21652165                                this->nodes[indices[i]]->DofInSSet(2); //vz
    21662166                        }
     
    21682168                                this->nodes[indices[i]]->DofInSSet(4); //vz
    21692169                        }
    2170                         else _error_("approximation not implemented");
     2170                        else _error_("Flow equation approximation"<<EnumToStringx(this->nodes[indices[i]]->GetApproximation())<<" not supported yet");
    21712171                }
    21722172                else{
     
    21752175                        xz_plane[1]=0.;       xz_plane[4]=0; 
    21762176                        xz_plane[2]=0;        xz_plane[5]=1.;         
    2177                         if(this->nodes[indices[i]]->GetApproximation()==FSApproximationEnum){
     2177                        if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){
    21782178                                this->nodes[indices[i]]->DofInFSet(2); //vz
    21792179                        }
     
    21812181                                this->nodes[indices[i]]->DofInFSet(4); //vz
    21822182                        }
    2183                         else _error_("approximation not implemented");
     2183                        else _error_("Flow equation approximation"<<EnumToStringx(this->nodes[indices[i]]->GetApproximation())<<" not supported yet");
    21842184                }
    21852185
Note: See TracChangeset for help on using the changeset viewer.