Changeset 16560 for issm/trunk/src/c/classes/Inputs/PentaInput.h
- Timestamp:
- 10/28/13 14:43:03 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16138-16453,16455-16554
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/classes/Inputs/PentaInput.h
r16137 r16560 35 35 int InstanceEnum(); 36 36 Input* SpawnTriaInput(int location); 37 Input* SpawnSegInput(int index1,int index2); 37 38 Input* PointwiseDivide(Input* inputB); 38 39 Input* PointwiseMin(Input* inputB); 39 40 Input* PointwiseMax(Input* inputB); 40 ElementResult* SpawnResult(int step, IssmDouble time);41 int GetResultInterpolation(void); 41 42 void AddTimeValues(IssmDouble* values,int step,IssmDouble time){_error_("not supported yet");}; 42 43 void Configure(Parameters* parameters); … … 45 46 void GetInputValue(int* pvalue){_error_("not implemented yet");}; 46 47 void GetInputValue(IssmDouble* pvalue){_error_("not implemented yet");}; 48 void GetInputValue(IssmDouble* pvalue,GaussSeg* gauss){_error_("not implemented yet");}; 47 49 void GetInputValue(IssmDouble* pvalue,GaussTria* gauss){_error_("not implemented yet");}; 48 50 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss); … … 51 53 void GetInputValue(IssmDouble* pvalue,GaussTria* gauss ,int index){_error_("not implemented yet");}; 52 54 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss ,int index){_error_("not implemented yet");}; 55 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussSeg* gauss){_error_("not implemented yet");}; 53 56 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussTria* gauss){_error_("not implemented yet");}; 54 57 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussPenta* gauss); … … 68 71 void SquareMin(IssmDouble* psquaremin,Parameters* parameters); 69 72 void ConstrainMin(IssmDouble minimum); 73 void Set(IssmDouble setvalue){_error_("Set not implemented yet");}; 70 74 void Scale(IssmDouble scale_factor); 71 void ArtificialNoise(IssmDouble min,IssmDouble max){_error_("not implemented yet");};72 75 void AXPY(Input* xinput,IssmDouble scalar); 73 76 void Constrain(IssmDouble cm_min, IssmDouble cm_max);
Note:
See TracChangeset
for help on using the changeset viewer.