Changeset 6052


Ignore:
Timestamp:
09/28/10 11:16:44 (14 years ago)
Author:
seroussi
Message:

as usual StokesApproximationEnum too restrictive in Pengrid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Pengrid.cpp

    r5989 r6052  
    544544        /*Initialize Element vector and return if necessary*/
    545545        penta->inputs->GetParameterValue(&approximation,ApproximationEnum);
    546         if(approximation!=StokesApproximationEnum) return NULL;
     546        if(approximation!=StokesApproximationEnum &&  approximation!=PattynStokesApproximationEnum) return NULL;
    547547        ElementMatrix* Ke=new ElementMatrix(&node,1,this->parameters,StokesApproximationEnum);
    548548
Note: See TracChangeset for help on using the changeset viewer.