Ignore:
Timestamp:
06/28/16 15:51:32 (9 years ago)
Author:
agscott1
Message:

CHG: Alphabetized all function names under classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/Inputs.h

    r19725 r20827  
    2323                /*numerics*/
    2424                int         AddInput(Input* in_input);
     25                void        AXPY(int inputy_enum, IssmDouble scalar, int inputx_enum);
    2526                void        ChangeEnum(int enumtype,int new_enumtype);
     27                void        Configure(Parameters* parameters);
    2628                void        ConstrainMin(int constrain_enum, IssmDouble minimum);
    2729                int         DeleteInput(int enum_type);
    2830                void        DuplicateInput(int original_enum,int new_enum);
    2931                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);
    3537                IssmDouble  InfinityNorm(int enumtype);
    3638                IssmDouble  Max(int enumtype);
     
    3840                IssmDouble  Min(int enumtype);
    3941                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);
    4646
    4747};
Note: See TracChangeset for help on using the changeset viewer.