Changeset 12365 for issm/trunk-jpl/src/c/objects/Loads/Numericalflux.h
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Loads/Numericalflux.h
r12014 r12365 7 7 8 8 /*Headers:*/ 9 /*{{{ 1*/9 /*{{{*/ 10 10 #include "./Load.h" 11 11 class Hook; … … 35 35 36 36 37 /*Numericalflux constructors,destructors {{{ 1*/37 /*Numericalflux constructors,destructors {{{*/ 38 38 Numericalflux(); 39 39 Numericalflux(int numericalflux_id,int i, IoModel* iomodel,int analysis_type); 40 40 ~Numericalflux(); 41 41 /*}}}*/ 42 /*Object virtual functions definitions:{{{ 1*/42 /*Object virtual functions definitions:{{{ */ 43 43 void Echo(); 44 44 void DeepEcho(); … … 48 48 Object* copy(); 49 49 /*}}}*/ 50 /*Update virtual functions resolution: {{{ 1*/50 /*Update virtual functions resolution: {{{*/ 51 51 void InputUpdateFromVector(double* vector, int name, int type){/*Do nothing*/} 52 52 void InputUpdateFromVector(int* vector, int name, int type){_error_("Not implemented yet!");} … … 62 62 void InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented yet");}; 63 63 /*}}}*/ 64 /*Load virtual functions definitions: {{{ 1*/64 /*Load virtual functions definitions: {{{*/ 65 65 void Configure(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); 66 66 void SetCurrentConfiguration(Elements* elements,Loads* loads,Nodes* nodes,Vertices* vertices,Materials* materials,Parameters* parameters); … … 73 73 bool InAnalysis(int analysis_type); 74 74 /*}}}*/ 75 /*Numericalflux management:{{{ 1*/75 /*Numericalflux management:{{{*/ 76 76 void GetNormal(double* normal,double xyz_list[4][3]); 77 77 ElementMatrix* CreateKMatrixPrognostic(void);
Note:
See TracChangeset
for help on using the changeset viewer.