Changeset 20500 for issm/trunk/src/c/classes/Inputs/DoubleInput.h
- Timestamp:
- 04/12/16 21:32:01 (9 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 build-js 2 build-esmf 3 build-gcm 1 4 build-fw 2 5 build-ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 19104,19106-19126,19128-19134,19136-19170,19172-19299,19302,19306-19405,19407-19604,19606-19668,19670-20496
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/classes/Inputs/DoubleInput.h
r19105 r20500 30 30 int ObjectEnum(); 31 31 Object* copy(); 32 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction); 32 33 /*}}}*/ 33 34 /*DoubleInput management: {{{*/ … … 40 41 int GetResultInterpolation(void){return P0Enum;}; 41 42 int GetResultNumberOfNodes(void){return 1;}; 43 int GetResultArraySize(void){return 1;}; 42 44 void ResultToPatch(IssmDouble* values,int nodesperelement,int sid){_error_("not supported yet");}; 43 45 void AddTimeValues(IssmDouble* values,int step,IssmDouble time){_error_("not supported yet");}; … … 53 55 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list,Gauss* gauss){_error_("not implemented yet");}; 54 56 void GetInputAverage(IssmDouble* pvalue); 57 void GetInputDerivativeAverageValue(IssmDouble* derivativevalues, IssmDouble* xyz_list){_error_("not implemented yet");}; 55 58 void GetInputAllTimeAverages(IssmDouble** pvalues,IssmDouble** ptimes, int* pnumtimes){_error_("not implemented yet");}; 56 59 void GetInputUpToCurrentTimeAverages(IssmDouble** pvalues, IssmDouble** ptimes, int* pnumtimes, IssmDouble currenttime){_error_("not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.