Ignore:
Timestamp:
10/07/11 08:25:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

Changed GetParameterValue to GetInputValue because it is actually a method of inputs not parameters which is confusing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/BoolInput.h

    r9883 r10135  
    5050                /*}}}*/
    5151                /*numerics: {{{1*/
    52                 void GetParameterValue(bool* pvalue);
    53                 void GetParameterValue(int* pvalue);
    54                 void GetParameterValue(double* pvalue);
    55                 void GetParameterValue(double* pvalue,GaussTria* gauss);
    56                 void GetParameterValue(double* pvalue,GaussPenta* gauss);
    57                 void GetParameterValue(double* pvalue,GaussTria* gauss ,int index){_error_("not implemented yet");};
    58                 void GetParameterValue(double* pvalue,GaussPenta* gauss ,int index){_error_("not implemented yet");};
    59                 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussTria* gauss);
    60                 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussPenta* gauss);
    61                 void GetParameterAverage(double* pvalue){_error_("not implemented yet");};
     52                void GetInputValue(bool* pvalue);
     53                void GetInputValue(int* pvalue);
     54                void GetInputValue(double* pvalue);
     55                void GetInputValue(double* pvalue,GaussTria* gauss);
     56                void GetInputValue(double* pvalue,GaussPenta* gauss);
     57                void GetInputValue(double* pvalue,GaussTria* gauss ,int index){_error_("not implemented yet");};
     58                void GetInputValue(double* pvalue,GaussPenta* gauss ,int index){_error_("not implemented yet");};
     59                void GetInputDerivativeValue(double* derivativevalues, double* xyz_list, GaussTria* gauss);
     60                void GetInputDerivativeValue(double* derivativevalues, double* xyz_list, GaussPenta* gauss);
     61                void GetInputAverage(double* pvalue){_error_("not implemented yet");};
    6262                void GetVxStrainRate2d(double* epsilonvx,double* xyz_list, GaussTria* gauss){_error_("not implemented yet");};
    6363                void GetVyStrainRate2d(double* epsilonvy,double* xyz_list, GaussTria* gauss){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.