Ignore:
Timestamp:
12/09/18 19:45:10 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up inputupdate, removing Update class, now that inputs are always in element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matestar.h

    r22105 r23524  
    4444                int   ObjectEnum();
    4545                /*}}}*/
    46                 /*Update virtual funictions definitions: {{{*/
    47                 void  InputUpdateFromConstant(IssmDouble constant, int name);
    48                 void  InputUpdateFromConstant(int constant, int name);
    49                 void  InputUpdateFromConstant(bool constant, int name);
    50                 void  InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented");};
    51                 void  InputUpdateFromMatrixDakota(IssmDouble* matrix, int nrow, int ncols, int name, int type);
    52                 void  InputUpdateFromVector(IssmDouble* vector, int name, int type);
    53                 void  InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type);
    54                 /*}}}*/
    5546                /*Material virtual functions resolution: {{{*/
    5647                void   Configure(Elements* elements);
Note: See TracChangeset for help on using the changeset viewer.