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/Materials/Matpar.h

    r20608 r20827  
    7979
    8080                /*Object virtual functions definitions:{{{ */
     81                Object *copy();
     82                void    DeepEcho();
    8183                void    Echo();
    82                 void    DeepEcho();
    8384                int     Id();
     85                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);
    8486                int     ObjectEnum();
    85                 Object *copy();
    86                 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);
    8787                /*}}}*/
    8888                /*Update virtual functions resolution: {{{*/
    89                 void   InputUpdateFromVector(IssmDouble* vector, int name, int type);
    90                 void   InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type);
    91                 void   InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type);
    9289                void   InputUpdateFromConstant(IssmDouble constant, int name);
    9390                void   InputUpdateFromConstant(int constant, int name);
    9491                void   InputUpdateFromConstant(bool constant, int name);
    9592                void   InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented");};
     93                void   InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type);
     94                void   InputUpdateFromVector(IssmDouble* vector, int name, int type);
     95                void   InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type);
    9696                /*}}}*/
    9797                /*Material virtual functions resolution: {{{*/
     
    9999                void       Configure(Elements* elements);
    100100                void       GetViscosity(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
    101                 void       GetViscosity_B(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
    102                 void       GetViscosity_D(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
    103101                void       GetViscosityBar(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
    104102                void       GetViscosityComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");};
    105103                void       GetViscosityDComplement(IssmDouble* pviscosity_complement, IssmDouble* pepsilon){_error_("not supported");};
    106104                void       GetViscosityDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");};
     105                void       GetViscosity_B(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
     106                void       GetViscosity_D(IssmDouble* pviscosity,IssmDouble eps_eff){_error_("not supported");};
    107107                void       GetViscosity2dDerivativeEpsSquare(IssmDouble* pmu_prime, IssmDouble* pepsilon){_error_("not supported");};
    108108                IssmDouble GetA(){_error_("not supported");};
     
    110110                IssmDouble GetB(){_error_("not supported");};
    111111                IssmDouble GetBbar(){_error_("not supported");};
    112                 IssmDouble GetN(){_error_("not supported");};
    113112                IssmDouble GetD(){_error_("not supported");};
    114113                IssmDouble GetDbar(){_error_("not supported");};
     114                IssmDouble GetN(){_error_("not supported");};
    115115                bool       IsDamage(){_error_("not supported");};
    116116                void       ResetHooks();
Note: See TracChangeset for help on using the changeset viewer.