Changeset 11995 for issm/trunk/src/c/objects/Node.h
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/objects/Node.h
r10576 r11995 16 16 class DataSet; 17 17 class Vertices; 18 class Vector; 19 class Matrix; 18 20 #include "./Update.h" 19 21 /*}}}*/ … … 67 69 /*Node numerical routines {{{1*/ 68 70 void Configure(DataSet* nodes,Vertices* vertices); 69 void CreateNodalConstraints(Vec ys);71 void CreateNodalConstraints(Vector* ys); 70 72 void SetCurrentConfiguration(DataSet* nodes,Vertices* vertices); 71 73 int Sid(void); … … 85 87 void DofInFSet(int dof); 86 88 int GetDof(int dofindex,int setenum); 87 void CreateVecSets(Vec pv_g,Vec pv_f,Vecpv_s);89 void CreateVecSets(Vector* pv_g,Vector* pv_f,Vector* pv_s); 88 90 int GetConnectivity(); 89 91 void GetDofList(int* poutdoflist,int approximation_enum,int setenum); … … 101 103 int IsGrounded(); 102 104 void UpdateSpcs(double* ys); 103 void VecMerge(Vec ug, double* vector_serial,int setnum);104 void VecReduce(Vec vector, double* ug_serial,int setnum);105 void VecMerge(Vector* ug, double* vector_serial,int setenum); 106 void VecReduce(Vector* vector, double* ug_serial,int setnum); 105 107 106 108 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.