Changeset 13975 for issm/trunk/src/c/classes/objects/Loads/Riftfront.h
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/classes/objects/Loads/Riftfront.h
r13395 r13975 25 25 Hook* helements; 26 26 Hook* hmatpar; 27 27 28 28 /*Corresponding fields*/ 29 29 Matpar *matpar; … … 32 32 33 33 /*computational: */ 34 int penalty_lock; 35 bool active; 36 bool frozen; 37 int counter; 38 bool prestable; 39 bool material_converged; 40 IssmDouble normal[2]; 41 IssmDouble length; 42 IssmDouble fraction; 43 int state; 44 45 Parameters* parameters; //pointer to solution parameters 46 Inputs* inputs; 34 int penalty_lock; 35 bool active; 36 bool frozen; 37 int counter; 38 bool prestable; 39 bool material_converged; 40 IssmDouble normal[2]; 41 IssmDouble length; 42 IssmDouble fraction; 43 int state; 47 44 45 Parameters *parameters; //pointer to solution parameters 46 Inputs *inputs; 48 47 49 48 /*Riftfrontconstructors,destructors: {{{*/ … … 56 55 void DeepEcho(); 57 56 int Id(); 58 int MyRank();59 57 int ObjectEnum(); 60 58 Object* copy(); … … 80 78 void CreatePVector(Vector<IssmDouble>* pf); 81 79 void CreateJacobianMatrix(Matrix<IssmDouble>* Jff){_error_("Not implemented yet");}; 80 void GetNodesSidList(int* sidlist); 81 int GetNumberOfNodes(void); 82 bool IsPenalty(void); 82 83 void PenaltyCreateJacobianMatrix(Matrix<IssmDouble>* Jff,IssmDouble kmax){_error_("Not implemented yet");}; 83 84 void PenaltyCreateKMatrix(Matrix<IssmDouble>* Kff, Matrix<IssmDouble>* kfs, IssmDouble kmax); 84 85 void PenaltyCreatePVector(Vector<IssmDouble>* pf, IssmDouble kmax); 86 void SetwiseNodeConnectivity(int* d_nz,int* o_nz,Node* node,bool* flags,int set1_enum,int set2_enum); 85 87 bool InAnalysis(int analysis_type); 86 88 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.