Changeset 22758 for issm/trunk/src/c/classes/Inputs/TransientInput.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
-
TabularUnified
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
-
TabularUnified issm/trunk/src/c/classes/Inputs/TransientInput.h ¶
r21341 r22758 45 45 int GetResultNumberOfNodes(void); 46 46 int InstanceEnum(); 47 Input* PointwiseDivide(Input* input_in){_error_("not implemented yet");};48 Input* PointwiseMax(Input* input_in){_error_("not implemented yet");};49 Input* PointwiseMin(Input* input_in){_error_("not implemented yet");};50 47 void ResultToPatch(IssmDouble* values,int nodesperelement,int sid){_error_("not supported yet");}; 51 48 Input* SpawnSegInput(int index1,int index2); … … 55 52 void AXPY(Input* xforcing,IssmDouble scalar){_error_("not implemented yet");}; 56 53 void ChangeEnum(int newenumtype); 57 void Constrain(IssmDouble cm_min, IssmDouble cm_max){_error_("not implemented yet");};58 void ConstrainMin(IssmDouble minimum){_error_("not implemented yet");};59 54 void Extrude(int start); 60 55 void GetInputAllTimeAverages(IssmDouble** pvalues,IssmDouble** ptimes, int* pnumtimes); … … 69 64 void GetInputValue(IssmDouble* pvalue,Gauss* gauss ,int index){_error_("not implemented yet");}; 70 65 void GetInputUpToCurrentTimeAverages(IssmDouble** pvalues, IssmDouble** ptimes, int* pnumtimes, IssmDouble currenttime); 66 void GetInputAverageOnTimes(IssmDouble** pvalues, IssmDouble init_time); 67 int GetInputInterpolationType(){_error_("not implemented yet!");}; 68 IssmDouble GetTimeByOffset(int offset); 71 69 Input* GetTimeInput(IssmDouble time); 70 int GetTimeInputOffset(IssmDouble time); 72 71 void GetTimeValues(IssmDouble* values,IssmDouble time){_error_("not implemented yet");}; 73 72 void GetVectorFromInputs(Vector<IssmDouble>* vector,int* doflist); 74 IssmDouble InfinityNorm(void);75 73 IssmDouble Max(void); 76 74 IssmDouble MaxAbs(void); … … 79 77 void Scale(IssmDouble scale_factor){_error_("not implemented yet");}; 80 78 void Set(IssmDouble setvalue){_error_("Set not implemented yet");}; 81 void SquareMin(IssmDouble* psquaremin,Parameters* parameters);82 void VerticallyIntegrate(Input* thickness_forcing){_error_("not supported yet");};83 79 /*}}}*/ 84 80
Note:
See TracChangeset
for help on using the changeset viewer.