Changeset 4546 for issm/trunk/src/c/objects/Inputs/BeamVertexInput.cpp
- Timestamp:
- 07/13/10 08:46:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/BeamVertexInput.cpp
r4248 r4546 200 200 void BeamVertexInput::GetParameterValue(double* pvalue,double* gauss,double defaultvalue){ISSMERROR(" not supported yet!");} 201 201 /*}}}*/ 202 /*FUNCTION BeamVertexInput::GetParameterValues (double* values,double* gauss_pointers, int numgauss){{{1*/202 /*FUNCTION BeamVertexInput::GetParameterValues{{{1*/ 203 203 void BeamVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){ 204 204 /*It is assumed that output has been correctly allocated*/ … … 216 216 } 217 217 /*}}}*/ 218 /*FUNCTION BeamVertexInput::GetParameterDerivativeValue (double* derivativevalues, double* xyz_list, double* gauss){{{1*/218 /*FUNCTION BeamVertexInput::GetParameterDerivativeValue{{{1*/ 219 219 void BeamVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){ISSMERROR(" not supported yet!");} 220 220 /*}}}*/ 221 /*FUNCTION BeamVertexInput::ChangeEnum (int newenumtype){{{1*/221 /*FUNCTION BeamVertexInput::ChangeEnum{{{1*/ 222 222 void BeamVertexInput::ChangeEnum(int newenumtype){ 223 223 this->enum_type=newenumtype; 224 224 } 225 225 /*}}}*/ 226 /*FUNCTION BeamVertexInput::GetParameterAverage (double* pvalue){{{1*/226 /*FUNCTION BeamVertexInput::GetParameterAverage{{{1*/ 227 227 void BeamVertexInput::GetParameterAverage(double* pvalue){ 228 228 *pvalue=1./2.*(values[0]+values[1]); 229 229 } 230 230 /*}}}*/ 231 /*FUNCTION BeamVertexInput::SquareMin (double* psquaremin, bool process_units){{{1*/231 /*FUNCTION BeamVertexInput::SquareMin{{{1*/ 232 232 void BeamVertexInput::SquareMin(double* psquaremin, bool process_units,Parameters* parameters){ 233 233 … … 252 252 } 253 253 /*}}}*/ 254 /*FUNCTION BeamVertexInput::Scale (double scale_factor){{{1*/254 /*FUNCTION BeamVertexInput::Scale{{{1*/ 255 255 void BeamVertexInput::Scale(double scale_factor){ 256 256 … … 261 261 } 262 262 /*}}}*/ 263 /*FUNCTION BeamVertexInput::AXPY (Input* xinput,double scalar);{{{1*/263 /*FUNCTION BeamVertexInput::AXPY{{{1*/ 264 264 void BeamVertexInput::AXPY(Input* xinput,double scalar){ 265 265 … … 284 284 } 285 285 /*}}}*/ 286 /*FUNCTION BeamVertexInput::Constrain (double cm_min, double cm_max){{{1*/286 /*FUNCTION BeamVertexInput::Constrain{{{1*/ 287 287 void BeamVertexInput::Constrain(double cm_min, double cm_max){ 288 288 … … 295 295 } 296 296 /*}}}*/ 297 /*FUNCTION BeamVertexInput::GetVectorFromInputs (Vec vector,int* doflist){{{1*/297 /*FUNCTION BeamVertexInput::GetVectorFromInputs{{{1*/ 298 298 void BeamVertexInput::GetVectorFromInputs(Vec vector,int* doflist){ 299 299 … … 304 304 } 305 305 /*}}}*/ 306 /*FUNCTION BeamVertexInput::GetValuesPtr (double* pvalues,int* pnum_values);{{{1*/306 /*FUNCTION BeamVertexInput::GetValuesPtr{{{1*/ 307 307 void BeamVertexInput::GetValuesPtr(double** pvalues,int* pnum_values){ 308 308
Note:
See TracChangeset
for help on using the changeset viewer.