Changeset 9110 for issm/trunk/src/c/objects/Elements/Penta.h
- Timestamp:
- 07/25/11 13:12:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/Elements/Penta.h ¶
r9012 r9110 75 75 /*Element virtual functions definitions: {{{1*/ 76 76 void AverageOntoPartition(Vec partition_contributions,Vec partition_areas,double* vertex_response,double* qmu_part); 77 void BasalFrictionCreateInput(void); 77 78 void ComputeBasalStress(Vec sigma_b); 78 79 void ComputeStrainRate(Vec eps); … … 120 121 void ShelfSync(); 121 122 double RheologyBbarAbsGradient(bool process_units,int weight_index); 123 void RequestedOutput(int output_enum,int step,double time); 122 124 double ThicknessAbsGradient(bool process_units,int weight_index); 123 125 void MigrateGroundingLine(); … … 143 145 int* GetHorizontalNeighboorSids(void); 144 146 double RheologyBbarx(void); 147 void ViscousHeatingCreateInput(void); 145 148 /*}}}*/ 146 149 /*Penta specific routines:{{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.