concepts::SharedJacobianDet Class Reference

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

#include <sharedJacobian.hh>

Inheritance diagram for concepts::SharedJacobianDet:
concepts::Cloneable

Public Member Functions

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

Public Attributes

Array< RealdetJacobian
 Inverse of the determinant of the Jacobian matrix. More...
 
const CelllastCell
 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.

Author
Kersten Schmidt, 2010

Definition at line 37 of file sharedJacobian.hh.

Constructor & Destructor Documentation

◆ SharedJacobianDet()

concepts::SharedJacobianDet::SharedJacobianDet ( )
inline

Definition at line 39 of file sharedJacobian.hh.

◆ ~SharedJacobianDet()

virtual concepts::SharedJacobianDet::~SharedJacobianDet ( )
virtual

Member Function Documentation

◆ clone()

virtual SharedJacobianDet* concepts::SharedJacobianDet::clone ( ) const
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

Array<Real> concepts::SharedJacobianDet::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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich