Ignore:
Timestamp:
02/04/14 20:00:58 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added UpdateConstraints method to all analyses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp

    r17210 r17212  
    268268        }
    269269}/*}}}*/
     270void LevelsetAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/
     271        /*Default, do nothing*/
     272        return;
     273}/*}}}*/
    270274void LevelsetAnalysis::GetB(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss){/*{{{*/
    271275        /*Compute B  matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2.
Note: See TracChangeset for help on using the changeset viewer.