Changeset 24313 for issm/trunk/src/c/classes/Loads/Riftfront.h
- Timestamp:
- 11/01/19 12:01:57 (5 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/Riftfront.h
r21341 r24313 18 18 public: 19 19 int id; 20 int analysis_type;21 20 22 21 /*properties*/ … … 29 28 /*hooks: */ 30 29 Hook* hnodes; 30 Hook* hvertices; 31 31 Hook* helements; 32 Hook* hmatpar;33 32 34 33 /*Corresponding fields*/ 35 Matpar *matpar;36 34 Node **nodes; 35 Vertex **vertices; 37 36 Element **elements; 38 37 … … 53 52 /*Riftfrontconstructors,destructors: {{{*/ 54 53 Riftfront(); 55 Riftfront(int riftfront_id,int i, IoModel* iomodel ,int analysis_type);54 Riftfront(int riftfront_id,int i, IoModel* iomodel); 56 55 ~Riftfront(); 57 56 /*}}}*/ … … 81 80 void GetNodesSidList(int* sidlist); 82 81 int GetNumberOfNodes(void); 83 bool InAnalysis(int analysis_type);84 82 bool IsPenalty(void); 85 83 void PenaltyCreateJacobianMatrix(Matrix<IssmDouble>* Jff,IssmDouble kmax){_error_("Not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.