Ignore:
Timestamp:
06/25/10 17:37:18 (15 years ago)
Author:
Eric.Larour
Message:

New class Update, just to update object properties, relevant only to Elements, Loads, Nodes and Materials. Simplifies greatly all the other objects that don't need updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/DoubleVecParam.h

    r4160 r4244  
    5151                int   MarshallSize();
    5252                int   MyRank();
    53                 void  InputUpdateFromVector(double* vector, int name, int type);
    54                 void  InputUpdateFromVector(int* vector, int name, int type);
    55                 void  InputUpdateFromVector(bool* vector, int name, int type);
    56                 void  InputUpdateFromConstant(double constant, int name);
    57                 void  InputUpdateFromConstant(int constant, int name);
    58                 void  InputUpdateFromConstant(bool constant, int name);
    59 
    60                 void  InputUpdateFromSolution(double* solution){ISSMERROR("Not implemented yet!");}
    6153                /*}}}*/
    6254                /*Param methods: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.