Changeset 21341 for issm/trunk/src/c/classes/Loads/Numericalflux.h
- Timestamp:
- 11/04/16 13:48:43 (8 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
issm/trunk/src/c/classes/Loads/Numericalflux.h
r20500 r21341 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.