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/L2ProjectionEPLAnalysis.cpp

    r17030 r17212  
    7373        _error_("not implemented");
    7474}/*}}}*/
    75 
    7675ElementVector* L2ProjectionEPLAnalysis::CreateDVector(Element* element){/*{{{*/
    7776        /*Default, return NULL*/
    7877        return NULL;
    7978}/*}}}*/
    80 
    8179ElementMatrix* L2ProjectionEPLAnalysis::CreateJacobianMatrix(Element* element){/*{{{*/
    8280_error_("Not implemented");
    8381}/*}}}*/
    84 
    8582ElementMatrix* L2ProjectionEPLAnalysis::CreateKMatrix(Element* element){/*{{{*/
    8683
     
    232229        return pe;
    233230}/*}}}*/
    234 
    235231void L2ProjectionEPLAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/
    236232           _error_("not implemented yet");
    237233}/*}}}*/
    238 
    239234void L2ProjectionEPLAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/
    240235        int inputenum,meshtype;
     
    255250        }
    256251}/*}}}*/
    257 
     252void L2ProjectionEPLAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/
     253        /*Default, do nothing*/
     254        return;
     255}/*}}}*/
     256
Note: See TracChangeset for help on using the changeset viewer.