Changeset 950
- Timestamp:
- 06/12/09 12:34:45 (16 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Penta.cpp
r945 r950 3447 3447 } 3448 3448 } 3449 3450 3449 } 3451 3450 } -
issm/trunk/src/c/objects/Tria.cpp
r803 r950 3064 3064 3065 3065 //Get the Jacobian determinant 3066 GetJacobianDeterminant 2d(&Jdet, &xyz_list[0][0], gauss_coord);3066 GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord); 3067 3067 3068 3068 /*Get nodal functions values: */ … … 3266 3266 3267 3267 //Get the Jacobian determinant 3268 GetJacobianDeterminant 2d(&Jdet, &xyz_list[0][0], gauss_coord);3268 GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord); 3269 3269 3270 3270 /*Get nodal functions values: */
Note:
See TracChangeset
for help on using the changeset viewer.