Changeset 20827 for issm/trunk-jpl/src/c/classes/Inputs/Inputs.h
- Timestamp:
- 06/28/16 15:51:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/Inputs.h
r19725 r20827 23 23 /*numerics*/ 24 24 int AddInput(Input* in_input); 25 void AXPY(int inputy_enum, IssmDouble scalar, int inputx_enum); 25 26 void ChangeEnum(int enumtype,int new_enumtype); 27 void Configure(Parameters* parameters); 26 28 void ConstrainMin(int constrain_enum, IssmDouble minimum); 27 29 int DeleteInput(int enum_type); 28 30 void DuplicateInput(int original_enum,int new_enum); 29 31 Input* GetInput(int enum_name); 30 Inputs* SpawnTriaInputs(int position);//TO BE REMOVED (replaced by the other one)31 Inputs* SpawnTriaInputs(int index1,int index2,int index3);32 Inputs* SpawnSegInputs(int index1,int index2);33 Inputs* SpawnSegInputs(int position);34 void AXPY(int inputy_enum, IssmDouble scalar, int inputx_enum);32 void GetInputAverage(IssmDouble* pvalue, int enum_type); 33 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list,Gauss* gauss){_error_("not implemented yet");}; 34 void GetInputValue(bool* pvalue,int enum_type); 35 void GetInputValue(int* pvalue,int enum_type); 36 void GetInputValue(IssmDouble* pvalue,int enum_type); 35 37 IssmDouble InfinityNorm(int enumtype); 36 38 IssmDouble Max(int enumtype); … … 38 40 IssmDouble Min(int enumtype); 39 41 IssmDouble MinAbs(int enumtype); 40 void GetInputAverage(IssmDouble* pvalue, int enum_type); 41 void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list,Gauss* gauss){_error_("not implemented yet");}; 42 void GetInputValue(bool* pvalue,int enum_type); 43 void GetInputValue(int* pvalue,int enum_type); 44 void GetInputValue(IssmDouble* pvalue,int enum_type); 45 void Configure(Parameters* parameters); 42 Inputs* SpawnSegInputs(int index1,int index2); 43 Inputs* SpawnSegInputs(int position); 44 Inputs* SpawnTriaInputs(int position);//TO BE REMOVED (replaced by the other one) 45 Inputs* SpawnTriaInputs(int index1,int index2,int index3); 46 46 47 47 };
Note:
See TracChangeset
for help on using the changeset viewer.