Changeset 20827 for issm/trunk-jpl/src/c/classes/Loads/Numericalflux.h
- Timestamp:
- 06/28/16 15:51:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Numericalflux.h
r19254 r20827 44 44 void Echo(); 45 45 int Id(); 46 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction); 46 47 int ObjectEnum(); 47 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);48 48 /*}}}*/ 49 49 /*Update virtual functions resolution: {{{*/ … … 70 70 void PenaltyCreatePVector(Vector<IssmDouble>* pf, IssmDouble kmax); 71 71 void ResetHooks(); 72 void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); 72 73 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);74 74 /*}}}*/ 75 75 /*Numericalflux management:{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.