Changeset 6413
- Timestamp:
- 10/25/10 09:02:20 (14 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/include/typedefs.h
r3281 r6413 12 12 #define PI 3.141592653589793238462643383279502884197169399375105820974944592308 13 13 14 #define NDOF1 1 15 #define NDOF2 2 16 #define NDOF3 3 17 #define NDOF4 4 18 14 19 #endif //ifndef _ISSMTYPEDEFS_H_ -
issm/trunk/src/c/objects/Elements/Penta.cpp
r6412 r6413 22 22 #define NUMVERTICES 6 23 23 #define NUMVERTICES2D 3 24 #define NDOF1 125 #define NDOF2 226 #define NDOF3 327 #define NDOF4 428 24 29 25 /*Constructors/destructor/copy*/ -
issm/trunk/src/c/objects/Elements/PentaRef.cpp
r6412 r6413 24 24 #define NUMNODESP1_2d 3 25 25 #define NUMNODESMINI 7 26 #define NDOF1 127 #define NDOF2 228 #define NDOF3 329 #define NDOF4 430 26 31 27 /*Object constructors and destructor*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r6412 r6413 21 21 /*Element macros*/ 22 22 #define NUMVERTICES 3 23 #define NDOF1 124 #define NDOF2 225 #define NDOF3 326 #define NDOF4 427 23 28 24 /*Constructors/destructor/copy*/ -
issm/trunk/src/c/objects/Elements/TriaRef.cpp
r6412 r6413 22 22 /*Element macros*/ 23 23 #define NUMNODES 3 24 #define NDOF1 125 #define NDOF2 226 #define NDOF3 327 #define NDOF4 428 24 29 25 /*Object constructors and destructor*/ -
issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp
r6412 r6413 332 332 int i; 333 333 const int numgrids=6; 334 const int NDOF2=2;335 334 double B[5][NDOF2*numgrids]; 336 335 double velocity[numgrids][NDOF2]; … … 357 356 int i; 358 357 const int numgrids=6; 359 const int NDOF2=2;360 358 double B[5][NDOF2*numgrids]; 361 359 double velocity[numgrids][NDOF2]; -
issm/trunk/src/c/objects/Inputs/TriaVertexInput.cpp
r6412 r6413 186 186 int i; 187 187 const int numgrids=3; 188 const int NDOF2=2;189 188 double B[3][NDOF2*numgrids]; 190 189 double velocity[3][NDOF2]; … … 210 209 int i; 211 210 const int numgrids=3; 212 const int NDOF2=2;213 211 double B[3][NDOF2*numgrids]; 214 212 double velocity[3][NDOF2]; -
issm/trunk/src/c/objects/Loads/Icefront.cpp
r6412 r6413 22 22 #define NUMVERTICESSEG 2 23 23 #define NUMVERTICESQUA 4 24 #define NDOF1 125 #define NDOF2 226 #define NDOF3 327 #define NDOF4 428 24 29 25 /*Icefront constructors and destructor*/ -
issm/trunk/src/c/objects/Loads/Numericalflux.cpp
r6412 r6413 22 22 #define NUMVERTICES_INTERNAL 4 23 23 #define NUMVERTICES_BOUNDARY 2 24 #define NDOF1 125 24 26 25 /*Numericalflux constructors and destructor*/ -
issm/trunk/src/c/objects/Loads/Pengrid.cpp
r6412 r6413 22 22 /*Element macros*/ 23 23 #define NUMVERTICES 1 24 #define NDOF1 125 #define NDOF2 226 #define NDOF3 327 #define NDOF4 428 24 29 25 /*Pengrid constructors and destructor*/ -
issm/trunk/src/c/objects/Loads/Penpair.cpp
r6412 r6413 21 21 /*Element macros*/ 22 22 #define NUMVERTICES 2 23 #define NDOF1 124 #define NDOF2 225 #define NDOF3 326 #define NDOF4 427 23 28 24 /*Penpair constructors and destructor*/ -
issm/trunk/src/c/objects/Loads/Riftfront.cpp
r6412 r6413 22 22 /*Element macros*/ 23 23 #define NUMVERTICES 2 24 #define NDOF1 125 #define NDOF2 226 #define NDOF3 327 #define NDOF4 428 24 29 25 /*Riftfront constructors and destructor*/
Note:
See TracChangeset
for help on using the changeset viewer.