#include <sharedJacobian.hh>
Public Member Functions | |
virtual SharedJacobianAdj * | clone () const |
Public Attributes | |
Array< Real > | detJacobianInv |
Inverse of the determinant of the Jacobian matrix. | |
Array< Mapping< Real, dim > > | adjJacobian |
Adjunct 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 hp2D::RotRot and hp2D::DivDiv. The different components of the vector valued bilinear form for the rot-rot or div-div term need 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.
RotRot::setup and setupDivDiv take care of setting all up correctly. It uses the function hp2D::RotRot::data(Cloneable*) and hp2D::DivDiv::data(Cloneable*) to set the shared data of the components.
Definition at line 73 of file sharedJacobian.hh.
|
inline |
Definition at line 75 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 77 of file sharedJacobian.hh.
Array<Mapping<Real, dim> > concepts::SharedJacobianAdj< dim >::adjJacobian |
Adjunct of the Jacobian matrix.
Definition at line 82 of file sharedJacobian.hh.
Array<Real> concepts::SharedJacobianAdj< dim >::detJacobianInv |
Inverse of the determinant of the Jacobian matrix.
Definition at line 80 of file sharedJacobian.hh.
const Cell* concepts::SharedJacobianAdj< dim >::lastCell |
Cell for which at last the Jacobian has been evaluated.
Definition at line 84 of file sharedJacobian.hh.