Ignore:
Timestamp:
05/23/14 15:16:45 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added new method for gradient calculation

File:
1 edited

Legend:

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

    r17886 r18055  
    363363void FreeSurfaceBaseAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/
    364364           _error_("not implemented yet");
     365}/*}}}*/
     366void FreeSurfaceBaseAnalysis::GradientJ(Vector<IssmDouble>* gradient,int control_index){/*{{{*/
     367        _error_("Not implemented yet");
    365368}/*}}}*/
    366369void FreeSurfaceBaseAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/
Note: See TracChangeset for help on using the changeset viewer.