Changeset 950


Ignore:
Timestamp:
06/12/09 12:34:45 (16 years ago)
Author:
seroussi
Message:

wrong GetJacobian

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Penta.cpp

    r945 r950  
    34473447                                }
    34483448                        }
    3449                        
    34503449                }
    34513450        }
  • issm/trunk/src/c/objects/Tria.cpp

    r803 r950  
    30643064               
    30653065                //Get the Jacobian determinant
    3066                 GetJacobianDeterminant2d(&Jdet, &xyz_list[0][0], gauss_coord);
     3066                GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord);
    30673067               
    30683068                /*Get nodal functions values: */
     
    32663266
    32673267                //Get the Jacobian determinant
    3268                 GetJacobianDeterminant2d(&Jdet, &xyz_list[0][0], gauss_coord);
     3268                GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord);
    32693269
    32703270                /*Get nodal functions values: */
Note: See TracChangeset for help on using the changeset viewer.