Changeset 11260
- Timestamp:
- 01/30/12 16:10:26 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/objects/Elements
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Elements/Element.h
r10990 r11260 69 69 virtual int UpdatePotentialSheetUngrounding(double* potential_sheet_ungrounding,Vec vec_nodes_on_iceshelf,double* nodes_on_iceshelf)=0; 70 70 virtual void ResetCoordinateSystem()=0; 71 virtual void SmearFunction(Vec smearedvector,double (*WeightFunction)(double distance,double radius),double radius)=0; 71 72 72 73 #ifdef _HAVE_RESPONSES_ -
issm/trunk-jpl/src/c/objects/Elements/Penta.cpp
r11253 r11260 2924 2924 } 2925 2925 /*}}}*/ 2926 /*FUNCTION Penta::SmearFunction {{{1*/ 2927 void Penta::SmearFunction(Vec smearedvector,double (*WeightFunction)(double distance,double radius),double radius){ 2928 _error_("not implemented yet"); 2929 } 2930 /*}}}1*/ 2926 2931 2927 2932 #ifdef _HAVE_RESPONSES_ -
issm/trunk-jpl/src/c/objects/Elements/Penta.h
r11229 r11260 119 119 int* GetHorizontalNeighboorSids(void); 120 120 void ViscousHeatingCreateInput(void); 121 void SmearFunction(Vec smearedvector,double (*WeightFunction)(double distance,double radius),double radius); 121 122 122 123 #ifdef _HAVE_RESPONSES_ -
issm/trunk-jpl/src/c/objects/Elements/Tria.cpp
r11229 r11260 2207 2207 2208 2208 _error_("not implemented yet"); 2209 } 2210 /*}}}1*/ 2211 /*FUNCTION Tria::SmearFunction {{{1*/ 2212 void Tria::SmearFunction(Vec smearedvector,double (*WeightFunction)(double distance,double radius),double radius){ 2213 _error_("not implemented yet"); 2214 2209 2215 } 2210 2216 /*}}}1*/ -
issm/trunk-jpl/src/c/objects/Elements/Tria.h
r11229 r11260 117 117 double TimeAdapt(); 118 118 int* GetHorizontalNeighboorSids(void); 119 void SmearFunction(Vec smearedvector,double (*WeightFunction)(double distance,double radius),double radius); 119 120 120 121 #ifdef _HAVE_RESPONSES_
Note:
See TracChangeset
for help on using the changeset viewer.