virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual ~Hook()
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
concepts::Array< Real > & jacobian_
Intermediate data for element matrix computation Jacobian (determinant)
Definition: hook.hh:51
concepts::Array< concepts::Array< concepts::MapReal3d > > & jacobianInv_
matrix with all matrices a_*a_j' build from inverse of jacobian matrix
Definition: hook.hh:54
Abstract function class to evaluate a bilinear form.
Definition: bilinearForm.hh:33
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.
Definition: hook.hh:30
A function class to calculate element matrices for the Bilinearform of linear Elasticity.
Definition: hook.hh:27