Changeset 15535 for issm/trunk-jpl/src/c/classes/Node.h
- Timestamp:
- 07/22/13 11:18:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Node.h
r15464 r15535 65 65 /*}}}*/ 66 66 /*Node numerical routines {{{*/ 67 void 68 void 69 int 67 void CreateNodalConstraints(Vector<IssmDouble>* ys); 68 void SetCurrentConfiguration(DataSet* nodes,Vertices* vertices); 69 int Sid(void); 70 70 #ifdef _HAVE_DIAGNOSTIC_ 71 void 71 void GetCoordinateSystem(IssmDouble* coord_system_out); 72 72 #endif 73 bool 74 int 75 int 76 int 77 void 78 void 79 void 80 void 81 int 82 void 83 void 84 void 85 void 86 bool 87 void 88 void 89 int IsFloating();90 int IsGrounded();91 void UpdateSpcs(IssmDouble* ys);92 void 93 void 73 bool InAnalysis(int analysis_type); 74 int GetApproximation(); 75 int GetNumberOfDofs(int approximation_enum,int setenum); 76 int IsClone(); 77 void ApplyConstraint(int dof,IssmDouble value); 78 void RelaxConstraint(int dof); 79 void DofInSSet(int dof); 80 void DofInFSet(int dof); 81 int GetDof(int dofindex,int setenum); 82 void CreateVecSets(Vector<IssmDouble>* pv_g,Vector<IssmDouble>* pv_f,Vector<IssmDouble>* pv_s); 83 void GetDofList(int* poutdoflist,int approximation_enum,int setenum); 84 void GetLocalDofList(int* poutdoflist,int approximation_enum,int setenum); 85 void FreezeDof(int dof); 86 bool IsActive(void); 87 void Activate(void); 88 void Deactivate(void); 89 void UpdateSpcs(IssmDouble* ys); 90 int IsFloating(); 91 int IsGrounded(); 92 void VecMerge(Vector<IssmDouble>* ug, IssmDouble* vector_serial,int setenum); 93 void VecReduce(Vector<IssmDouble>* vector, IssmDouble* ug_serial,int setnum); 94 94 void DistributeDofs(int* pdofcount,int setenum); 95 95 void OffsetDofs(int dofcount,int setenum);
Note:
See TracChangeset
for help on using the changeset viewer.