Changeset 22758 for issm/trunk/src/c/classes/Inputs/TetraInput.h
- Timestamp:
- 05/10/18 10:24:27 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 20 20 kriging 21 21 issm_slr 22 issm_ocean 23 lnb_param.mod 24 lovenb_sub.mod 25 model.mod 26 util.mod
-
- Property svn:ignore
-
issm/trunk/src/c/classes/Inputs/TetraInput.h
r21341 r22758 41 41 int GetResultNumberOfNodes(void); 42 42 int InstanceEnum(); 43 Input* PointwiseDivide(Input* inputB);44 Input* PointwiseMax(Input* inputB);45 Input* PointwiseMin(Input* inputB);46 43 void ResultToPatch(IssmDouble* values,int nodesperelement,int sid); 47 44 Input* SpawnSegInput(int index1,int index2){_error_("not supported yet");}; … … 51 48 void AXPY(Input* xinput,IssmDouble scalar); 52 49 void ChangeEnum(int newenumtype); 53 void Constrain(IssmDouble cm_min, IssmDouble cm_max);54 void ConstrainMin(IssmDouble minimum);55 50 void Extrude(int start){_error_("not supported yet");}; 56 51 void GetInputAllTimeAverages(IssmDouble** pvalues,IssmDouble** ptimes, int* pnumtimes); … … 66 61 void GetInputUpToCurrentTimeAverages(IssmDouble** pvalues, IssmDouble** ptimes, int* pnumtimes, IssmDouble currenttime); 67 62 void GetVectorFromInputs(Vector<IssmDouble>* vector,int* doflist); 68 IssmDouble InfinityNorm(void);63 int GetInputInterpolationType(){_error_("not implemented yet!");}; 69 64 IssmDouble Max(void); 70 65 IssmDouble MaxAbs(void); … … 73 68 void Scale(IssmDouble scale_factor); 74 69 void Set(IssmDouble setvalue); 75 void SquareMin(IssmDouble* psquaremin,Parameters* parameters);76 void VerticallyIntegrate(Input* thickness_input){_error_("not supported yet");};77 70 78 71 };
Note:
See TracChangeset
for help on using the changeset viewer.