Class documentation of Concepts

Loading...
Searching...
No Matches

#include <hook.hh>

Inheritance diagram for hp3D::Hook:
concepts::BilinearForm< Real > concepts::Cloneable concepts::OutputOperator

Public Member Functions

 Hook (concepts::Array< Real > &jacobian, concepts::Array< concepts::Array< concepts::MapReal3d > > &jacobianInv, const Hexahedron **oldElm, concepts::Mapping< Real, 6 > &E, const uint i=0, const uint j=0)
 Constructor of the i.th row and j.th column of vectorial Bilinearform.
 
virtual void operator() (const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em) const
 
void operator() (const Hexahedron &elmX, const Hexahedron &elmY, concepts::ElementMatrix< Real > &em) const
 
virtual void operator() (const Element< typename Realtype< Real >::type > &elmX, const Element< typename Realtype< Real >::type > &elmY, ElementMatrix< Real > &em) const=0
 
virtual void operator() (const Element< typename Realtype< Real >::type > &elmX, const Element< typename Realtype< Real >::type > &elmY, ElementMatrix< Real > &em, const ElementPair< typename Realtype< Real >::type > &ep) const
 
virtual BilinearForm * clone () const=0
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

A function class to calculate element matrices for the Bilinearform of linear Elasticity

Author
Kersten Schmidt, 2003

Definition at line 27 of file hook.hh.

Constructor & Destructor Documentation

◆ Hook()

hp3D::Hook::Hook ( concepts::Array< Real > &  jacobian,
concepts::Array< concepts::Array< concepts::MapReal3d > > &  jacobianInv,
const Hexahedron **  oldElm,
concepts::Mapping< Real, 6 > &  E,
const uint  i = 0,
const uint  j = 0 
)
inline

Constructor of the i.th row and j.th column of vectorial Bilinearform.

Definition at line 30 of file hook.hh.

Member Function Documentation

◆ clone()

virtual BilinearForm * concepts::BilinearForm< Real , typename Realtype<Real >::type >::clone ( ) const
pure virtualinherited

◆ info()

virtual std::ostream & hp3D::Hook::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::BilinearForm< Real >.

◆ operator()() [1/2]

virtual void concepts::BilinearForm< Real , typename Realtype<Real >::type >::operator() ( const Element< typename Realtype<Real >::type > &  elmX,
const Element< typename Realtype<Real >::type > &  elmY,
ElementMatrix< Real > &  em 
) const
pure virtualinherited

Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em.

Postcondition
The returned matrix em has the correct size.
Parameters
elmXLeft element (test functions)
elmYRight element (trial functions)
emReturn element matrix

◆ operator()() [2/2]

virtual void concepts::BilinearForm< Real , typename Realtype<Real >::type >::operator() ( const Element< typename Realtype<Real >::type > &  elmX,
const Element< typename Realtype<Real >::type > &  elmY,
ElementMatrix< Real > &  em,
const ElementPair< typename Realtype<Real >::type > &  ep 
) const
inlinevirtualinherited

Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em. If this method is not reimplemented in a derived class, the default behaviour is to call the application operator without ep.

Postcondition
The returned matrix em has the correct size.
Parameters
elmXLeft element
elmYRight element
emReturn element matrix
epElement pair holding more information on the pair elmX and elmY

Definition at line 57 of file bilinearForm.hh.


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