Ignore:
Timestamp:
05/20/10 16:22:15 (15 years ago)
Author:
Mathieu Morlighem
Message:

prepared InputToResultx/InputToResultx.cpp, to be completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Beam.h

    r3821 r3869  
    5252                Object* copy();
    5353                void  SetClone(int* minranks);
    54                 void    UpdateInputsFromVector(double* vector, int name, int type);
    55                 void    UpdateInputsFromVector(int* vector, int name, int type);
    56                 void    UpdateInputsFromVector(bool* vector, int name, int type);
    57                 void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    58                 void    UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
    59                 void    UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
     54                void  UpdateInputsFromVector(double* vector, int name, int type);
     55                void  UpdateInputsFromVector(int* vector, int name, int type);
     56                void  UpdateInputsFromVector(bool* vector, int name, int type);
     57                void  UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
     58                void  UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
     59                void  UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
    6060
    61                 void    UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type);
     61                void  UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type);
    6262
    63 
     63                void   DepthAverageInputAtBase(int enum_type){ISSMERROR("not implemented yet");};
    6464                /*}}}*/
    6565                /*numerics: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.