Changeset 26001


Ignore:
Timestamp:
02/19/21 10:12:26 (4 years ago)
Author:
bulthuis
Message:

CHG: Update GradientJ in SamplingAnalysis

Location:
issm/trunk-jpl/src/c/analyses
Files:
2 edited

Legend:

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

    r26000 r26001  
    261261        element->GetSolutionFromInputsOneDof(solution,SampleEnum);
    262262}/*}}}*/
    263 void           SamplingAnalysis::GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index){/*{{{*/
     263void           SamplingAnalysis::GradientJ(Vector<IssmDouble>* gradient,Element*  element,int control_type,int control_interp,int control_index){/*{{{*/
    264264        _error_("not supported");
    265265}/*}}}*/
  • issm/trunk-jpl/src/c/analyses/SamplingAnalysis.h

    r26000 r26001  
    3030    ElementVector* CreatePVector(Element* element);
    3131                void           GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
    32                 void           GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);
     32                void           GradientJ(Vector<IssmDouble>* gradient,Element*  element,int control_type,int control_interp,int control_index);
    3333                void           InputUpdateFromSolution(IssmDouble* solution,Element* element);
    3434                void           UpdateConstraints(FemModel* femmodel);
Note: See TracChangeset for help on using the changeset viewer.