#include <mechanics_stress.hh>
Public Member Functions | |
Stress3D (const F lambda, const F mu) | |
virtual Stress3D< F, G > * | clone () const |
virtual uint | n () const |
Number of components. | |
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const uint *i) const |
virtual void | operator() (const concepts::Element< G > &elm, const uint *j, concepts::Array< F > &val, const uint *i) const |
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const Real p, const Real t=0.0) const |
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const Real2d &p, const Real t=0.0) const |
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const Real3d &p, const Real t=0.0) const |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real p, const Real t=0.0) const =0 |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real2d &p, const Real t=0.0) const =0 |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real3d &p, const Real t=0.0) const =0 |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Element function for the stress in 3D. The stress is given via Hooke's Law.
Definition at line 26 of file mechanics_stress.hh.
|
inlinevirtual |
Definition at line 31 of file mechanics_stress.hh.
|
inlinevirtual |
Implements concepts::ElementFunction< F, G >.
Definition at line 33 of file mechanics_stress.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::ElementFunction< F, G >.
Definition at line 62 of file mechanics_stress.hh.
|
inlinevirtual |
Number of components.
Implements concepts::ElementFunction< F, G >.
Definition at line 38 of file mechanics_stress.hh.
|
virtual |
Evaluates the function on precalculated quadrature points.
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
i | multi-index of the quadrature point |
Implements concepts::ElementFunction< F, G >.
|
virtual |
Evaluates the given function on a specific shape function j
(on precalculated quadrature points).
elm | Element |
j | multi-index of a shapefunction |
val | Function value |
i | multi-index of the quadrature point |
Implements concepts::ElementFunction< F, G >.
|
pure virtualinherited |
Evaluates the function value in an arbitrary point p
of physical space
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
p | Point in space in local element coordinates |
t | Point in time |
Implemented in hp3D::Laplacian< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, and concepts::Absolute< F, G >.
|
pure virtualinherited |
Implemented in hp3D::Laplacian< F, G >.