Changeset 4546 for issm/trunk/src/c/objects/Inputs/SingVertexInput.cpp
- Timestamp:
- 07/13/10 08:46:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/SingVertexInput.cpp
r4248 r4546 191 191 void SingVertexInput::GetParameterValue(double* pvalue,double* gauss,double defaultvalue){ISSMERROR(" not supported yet!");} 192 192 /*}}}*/ 193 /*FUNCTION SingVertexInput::GetParameterValues (double* values,double* gauss_pointers, int numgauss){{{1*/193 /*FUNCTION SingVertexInput::GetParameterValues{{{1*/ 194 194 void SingVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){ISSMERROR(" not supported yet!");} 195 195 /*}}}*/ 196 /*FUNCTION SingVertexInput::GetParameterDerivativeValue (double* derivativevalues, double* xyz_list, double* gauss){{{1*/196 /*FUNCTION SingVertexInput::GetParameterDerivativeValue{{{1*/ 197 197 void SingVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){ISSMERROR(" not supported yet!");} 198 198 /*}}}*/ 199 /*FUNCTION SingVertexInput::ChangeEnum (int newenumtype){{{1*/199 /*FUNCTION SingVertexInput::ChangeEnum{{{1*/ 200 200 void SingVertexInput::ChangeEnum(int newenumtype){ 201 201 this->enum_type=newenumtype; 202 202 } 203 203 /*}}}*/ 204 /*FUNCTION SingVertexInput::GetParameterAverage (double* pvalue){{{1*/204 /*FUNCTION SingVertexInput::GetParameterAverage{{{1*/ 205 205 void SingVertexInput::GetParameterAverage(double* pvalue){ 206 206 *pvalue=value; 207 207 } 208 208 /*}}}*/ 209 /*FUNCTION SingVertexInput::SquareMin (double* psquaremin, bool process_units){{{1*/209 /*FUNCTION SingVertexInput::SquareMin{{{1*/ 210 210 void SingVertexInput::SquareMin(double* psquaremin, bool process_units,Parameters* parameters){ 211 211 … … 226 226 } 227 227 /*}}}*/ 228 /*FUNCTION SingVertexInput::Scale (double scale_factor){{{1*/228 /*FUNCTION SingVertexInput::Scale{{{1*/ 229 229 void SingVertexInput::Scale(double scale_factor){ 230 230 value=value*scale_factor; 231 231 } 232 232 /*}}}*/ 233 /*FUNCTION SingVertexInput::AXPY (Input* xinput,double scalar);{{{1*/233 /*FUNCTION SingVertexInput::AXPY{{{1*/ 234 234 void SingVertexInput::AXPY(Input* xinput,double scalar){ 235 235 … … 252 252 } 253 253 /*}}}*/ 254 /*FUNCTION SingVertexInput::Constrain (double cm_min, double cm_max){{{1*/254 /*FUNCTION SingVertexInput::Constrain{{{1*/ 255 255 void SingVertexInput::Constrain(double cm_min, double cm_max){ 256 256 … … 260 260 } 261 261 /*}}}*/ 262 /*FUNCTION SingVertexInput::GetVectorFromInputs (Vec vector,int* doflist){{{1*/262 /*FUNCTION SingVertexInput::GetVectorFromInputs{{{1*/ 263 263 void SingVertexInput::GetVectorFromInputs(Vec vector,int* doflist){ 264 264 … … 269 269 } 270 270 /*}}}*/ 271 /*FUNCTION SingVertexInput::GetValuesPtr (double** pvalues,int* pnum_values);{{{1*/271 /*FUNCTION SingVertexInput::GetValuesPtr{{{1*/ 272 272 void SingVertexInput::GetValuesPtr(double** pvalues,int* pnum_values){ 273 273
Note:
See TracChangeset
for help on using the changeset viewer.