Changeset 3869 for issm/trunk/src/c/DataSet/DataSet.h
- Timestamp:
- 05/20/10 16:22:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/DataSet/DataSet.h
r3855 r3869 93 93 void FieldAverageOntoVertices(Vec fieldsum,Vec connectivity,double* field); 94 94 void FieldDepthAverageAtBase(Vec field,double* field_serial,char* fieldname); 95 void DepthAverageInputAtBase(int enum_type); 96 void InputExtrude(int enum_type); 95 97 int DeleteObject(Object* object); 96 98 void ComputeBasalStress(Vec sigma_b,int analysis_type,int sub_analysis_type); … … 99 101 int FindResult(void* pvalue, char* name); 100 102 void FieldExtrude(Vec field,double* field_serial,char* field_name, int collapse); 103 void InputToResult(Mat* psolution,int enum_type); 101 104 void UpdateVertexPositions(double* thickness,double* bed); 102 105 void OutputRifts(Vec riftproperties); … … 128 131 /*numerics: {{{1*/ 129 132 int AddInput(Input* in_input); 133 Input* GetInput(int enum_name); 130 134 Inputs* SpawnTriaInputs(int* indices); 131 135
Note:
See TracChangeset
for help on using the changeset viewer.