Changeset 6412 for issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
- Timestamp:
- 10/25/10 08:57:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
r5743 r6412 40 40 int EnumType(); 41 41 Input* SpawnTriaInput(int* indices); 42 Input* PointwiseDivide(Input* inputB){ ISSMERROR("not implemented yet");};42 Input* PointwiseDivide(Input* inputB){_error_("not implemented yet");}; 43 43 ElementResult* SpawnResult(int step, double time); 44 44 /*}}}*/ 45 45 /*numerics: {{{1*/ 46 void GetParameterValue(bool* pvalue){ ISSMERROR("not implemented yet");}47 void GetParameterValue(int* pvalue){ ISSMERROR("not implemented yet");}48 void GetParameterValue(double* pvalue){ ISSMERROR("not implemented yet");}46 void GetParameterValue(bool* pvalue){_error_("not implemented yet");} 47 void GetParameterValue(int* pvalue){_error_("not implemented yet");} 48 void GetParameterValue(double* pvalue){_error_("not implemented yet");} 49 49 void GetParameterValue(double* pvalue,GaussTria* gauss); 50 void GetParameterValue(double* pvalue,GaussPenta* gauss){ ISSMERROR("not implemented yet");};50 void GetParameterValue(double* pvalue,GaussPenta* gauss){_error_("not implemented yet");}; 51 51 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussTria* gauss); 52 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};52 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 53 53 void GetParameterAverage(double* pvalue); 54 54 void GetVxStrainRate2d(double* epsilonvx,double* xyz_list, GaussTria* gauss); 55 55 void GetVyStrainRate2d(double* epsilonvy,double* xyz_list, GaussTria* gauss); 56 void GetVxStrainRate3d(double* epsilonvx,double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};57 void GetVyStrainRate3d(double* epsilonvy,double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};58 void GetVzStrainRate3d(double* epsilonvz,double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};59 void GetVxStrainRate3dPattyn(double* epsilonvx,double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};60 void GetVyStrainRate3dPattyn(double* epsilonvy,double* xyz_list, GaussPenta* gauss){ ISSMERROR("not implemented yet");};56 void GetVxStrainRate3d(double* epsilonvx,double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 57 void GetVyStrainRate3d(double* epsilonvy,double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 58 void GetVzStrainRate3d(double* epsilonvz,double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 59 void GetVxStrainRate3dPattyn(double* epsilonvx,double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 60 void GetVyStrainRate3dPattyn(double* epsilonvy,double* xyz_list, GaussPenta* gauss){_error_("not implemented yet");}; 61 61 void ChangeEnum(int newenumtype); 62 62 … … 72 72 double Min(void); 73 73 double MinAbs(void); 74 void Extrude(void){ ISSMERROR("not supported yet");};75 void VerticallyIntegrate(Input* thickness_input){ ISSMERROR("not supported yet");};74 void Extrude(void){_error_("not supported yet");}; 75 void VerticallyIntegrate(Input* thickness_input){_error_("not supported yet");}; 76 76 void GetVectorFromInputs(Vec vector,int* doflist); 77 77 void GetValuesPtr(double** pvalues,int* pnum_values);
Note:
See TracChangeset
for help on using the changeset viewer.