ConformTransformationP1TetrahedronJacobian Class Reference

#include <ConformTransformation.hpp>

Collaboration diagram for ConformTransformationP1TetrahedronJacobian:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
ConformTransformationP1Tetrahedron 
AssociatedTransformation

Public Member Functions

const TinyMatrix< 3, 3, real_t > & invJacobian () const
const real_t & invJacobian (const size_t i, const size_t j) const
 Returns the value of the invert of the jacobian.
const real_t & jacobianDet () const
 returns the jacobian of the transformation
 ConformTransformationP1TetrahedronJacobian (ConformTransformationP1Tetrahedron &T)

Private Attributes

ConformTransformationP1Tetrahedron__T
TinyMatrix< 3, 3 > & __invJacobian
real_t __det


Detailed Description

Definition at line 889 of file ConformTransformation.hpp.


Member Typedef Documentation

Definition at line 892 of file ConformTransformation.hpp.


Constructor & Destructor Documentation

ConformTransformationP1TetrahedronJacobian::ConformTransformationP1TetrahedronJacobian ( ConformTransformationP1Tetrahedron T  )  [inline]

Definition at line 922 of file ConformTransformation.hpp.

References ConformTransformationP1Tetrahedron::__A, and __det.

00923     : __T(T),
00924       __invJacobian(T.__A_1),
00925       __det(0)
00926   {
00927     __det = det(T.__A);
00928   }


Member Function Documentation

const TinyMatrix<3,3,real_t>& ConformTransformationP1TetrahedronJacobian::invJacobian (  )  const [inline]

return the invert of the transposed of the jacobian of the transformation.

Definition at line 905 of file ConformTransformation.hpp.

References __invJacobian.

00906   {
00907     return __invJacobian;
00908   }

const real_t& ConformTransformationP1TetrahedronJacobian::invJacobian ( const size_t  i,
const size_t  j 
) const [inline]

Returns the value of the invert of the jacobian.

Definition at line 911 of file ConformTransformation.hpp.

References __invJacobian.

00912   {
00913     return __invJacobian(i,j);
00914   }

const real_t& ConformTransformationP1TetrahedronJacobian::jacobianDet (  )  const [inline]

returns the jacobian of the transformation

Definition at line 917 of file ConformTransformation.hpp.

References __det.

00918   {
00919     return __det;
00920   }


Member Data Documentation

Definition at line 895 of file ConformTransformation.hpp.

Definition at line 897 of file ConformTransformation.hpp.

Referenced by invJacobian().


The documentation for this class was generated from the following file:

Generated on Wed Nov 19 00:05:03 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6