Changeset 20500 for issm/trunk/src/c/classes/Inputs/TransientInput.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/TransientInput.h
r19105 r20500 37 37 int ObjectEnum(); 38 38 Object* copy(); 39 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction); 39 40 /*}}}*/ 40 41 /*TransientInput management: {{{*/ … … 47 48 int GetResultInterpolation(void); 48 49 int GetResultNumberOfNodes(void); 50 int GetResultArraySize(void); 49 51 void ResultToPatch(IssmDouble* values,int nodesperelement,int sid){_error_("not supported yet");}; 50 52 void Configure(Parameters* parameters); … … 59 61 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list,Gauss* gauss); 60 62 void GetInputAverage(IssmDouble* pvalue); 63 void GetInputDerivativeAverageValue(IssmDouble* derivativevalues, IssmDouble* xyz_list){_error_("not implemented yet");}; 61 64 void GetInputAllTimeAverages(IssmDouble** pvalues,IssmDouble** ptimes, int* pnumtimes); 62 65 void GetInputUpToCurrentTimeAverages(IssmDouble** pvalues, IssmDouble** ptimes, int* pnumtimes, IssmDouble currenttime);
Note:
See TracChangeset
for help on using the changeset viewer.