Ignore:
Timestamp:
05/04/23 11:29:48 (23 months ago)
Author:
Mathieu Morlighem
Message:

CHG: making gradient of param output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Params/Parameters.h ΒΆ

    r27719 r27724  
    7474                void  SetParam(FILE* fid,int enum_type);
    7575                void  SetParam(DataSet* dataset,int enum_type);
    76                 void  SetControlParam(IssmDouble* IssmDoublearray,int M, int enum_type);
     76                void  SetControlFromVector(IssmDouble* array, int enum_type, int M, int N, int offset);
     77                void  SetGradientFromVector(IssmDouble* array, int enum_type, int M, int N, int offset);
    7778                void  ControlParamSetGradient(IssmDouble* IssmDoublearray, int M, int enum_type);
    7879                void  GetVectorFromControl(Vector<IssmDouble>* vector,int control_enum,int control_index,int N,const char* data,int offset);
Note: See TracChangeset for help on using the changeset viewer.