#include <sharedJacobian.hh>
Public Member Functions | |
virtual SharedJacobianDet * | clone () const |
Public Attributes | |
Array< Real > | detJacobian |
Inverse of the determinant of the Jacobian matrix. | |
const Cell * | lastCell |
Cell for which at last the Jacobian has been evaluated. | |
Shared data for bilinear forms on vectorial spaces, like Identity.
The different components of the vector valued bilinear form need the determinant of the Jacobian of the element map in exactly the same points. This is taken care of by the data fields of this class. They are common to all components of the vector valued bilinear form.
Attention: It is assumed that all components are evaluated on the same quadrature points. In the case of different polynomial degrees the quadrature rule has to be unified.
hp2D::setupIdentity take care of setting all up correctly. It uses the function hp2D::Identity::data(Cloneable*) to set the shared data of the components.
Definition at line 37 of file sharedJacobian.hh.
|
inline |
Definition at line 39 of file sharedJacobian.hh.
|
inlinevirtual |
Virtual constructor. Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 41 of file sharedJacobian.hh.
Inverse of the determinant of the Jacobian matrix.
Definition at line 44 of file sharedJacobian.hh.
const Cell* concepts::SharedJacobianDet::lastCell |
Cell for which at last the Jacobian has been evaluated.
Definition at line 46 of file sharedJacobian.hh.