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

    r17981 r18055  
    779779void EnthalpyAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/
    780780        element->GetSolutionFromInputsOneDof(solution,EnthalpyEnum);
     781}/*}}}*/
     782void EnthalpyAnalysis::GradientJ(Vector<IssmDouble>* gradient,int control_index){/*{{{*/
     783        _error_("Not implemented yet");
    781784}/*}}}*/
    782785void EnthalpyAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/
Note: See TracChangeset for help on using the changeset viewer.