Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
concepts::SharedJacobianDet Class Reference

Shared data for bilinear forms on vectorial spaces, like Identity. More...

#include <sharedJacobian.hh>

Inheritance diagram for concepts::SharedJacobianDet:
Inheritance graph
[legend]
Collaboration diagram for concepts::SharedJacobianDet:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual SharedJacobianDetclone () const
 Virtual constructor.
 SharedJacobianDet ()
virtual ~SharedJacobianDet ()

Public Attributes

Array< RealdetJacobian
 Inverse of the determinant of the Jacobian matrix.
const CelllastCell
 Cell for which at last the Jacobian has been evaluated.

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.

Author:
Kersten Schmidt, 2010

Definition at line 40 of file sharedJacobian.hh.


Constructor & Destructor Documentation

concepts::SharedJacobianDet::SharedJacobianDet ( ) [inline]

Definition at line 42 of file sharedJacobian.hh.

virtual concepts::SharedJacobianDet::~SharedJacobianDet ( ) [virtual]

Member Function Documentation

virtual SharedJacobianDet* concepts::SharedJacobianDet::clone ( ) const [inline, virtual]

Virtual constructor.

Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::Cloneable.

Definition at line 44 of file sharedJacobian.hh.

Here is the call graph for this function:


Member Data Documentation

Inverse of the determinant of the Jacobian matrix.

Definition at line 47 of file sharedJacobian.hh.

Cell for which at last the Jacobian has been evaluated.

Definition at line 49 of file sharedJacobian.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)