concepts::SharedJacobianDet Class Reference
Shared data for bilinear forms on vectorial spaces, like Identity. More...
#include <sharedJacobian.hh>
Public Member Functions | |
virtual SharedJacobianDet * | clone () const |
Virtual constructor. More... | |
SharedJacobianDet () | |
virtual | ~SharedJacobianDet () |
Public Attributes | |
Array< Real > | detJacobian |
Inverse of the determinant of the Jacobian matrix. More... | |
const Cell * | lastCell |
Cell for which at last the Jacobian has been evaluated. More... | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ SharedJacobianDet()
|
inline |
Definition at line 39 of file sharedJacobian.hh.
◆ ~SharedJacobianDet()
|
virtual |
Member Function Documentation
◆ clone()
|
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.
Member Data Documentation
◆ detJacobian
Inverse of the determinant of the Jacobian matrix.
Definition at line 44 of file sharedJacobian.hh.
◆ lastCell
const Cell* concepts::SharedJacobianDet::lastCell |
Cell for which at last the Jacobian has been evaluated.
Definition at line 46 of file sharedJacobian.hh.
The documentation for this class was generated from the following file:
- geometry/sharedJacobian.hh