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/Loads/Numericalflux.h

    r19254 r20827  
    4444                void    Echo();
    4545                int     Id();
     46                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);
    4647                int     ObjectEnum();
    47                 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);
    4848                /*}}}*/
    4949                /*Update virtual functions resolution: {{{*/
     
    7070                void PenaltyCreatePVector(Vector<IssmDouble>* pf, IssmDouble kmax);
    7171                void ResetHooks();
     72                void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters);
    7273                void SetwiseNodeConnectivity(int* d_nz,int* o_nz,Node* node,bool* flags,int* flagsindices,int set1_enum,int set2_enum);
    73                 void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters);
    7474                /*}}}*/
    7575                /*Numericalflux management:{{{*/
Note: See TracChangeset for help on using the changeset viewer.