In file bdbintegrator.hpp:template<class DMO> class DMatOp
Coefficient tensor.
Documentation
Coefficient tensor.
Base-class for template-polymorphismus.
Provides application and transpose-application
Inheritance:
Public Methods
-
template<typename FEL, typename SIP, typename VEC, typename MAT> void GenerateLinearizedMatrix(const FEL & fel, const SIP & sip, VEC & vec, MAT & mat, LocalHeap & lh) const
- generate linearized matrix in linearization point vec
-
template<typename FEL, typename SIP, class TVX, class TVY> void Apply(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh) const
- apply coefficient matrix
-
template<typename FEL, typename SIP, class TVX, class TVY> void ApplyTrans(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh) const
- apply transpose coefficient tensor
-
template<typename FEL, typename SIP, class TVX> double Energy(const FEL & fel, const SIP & sip, const TVX & x, LocalHeap & lh) const
- computes energy
Public Members
-
enum is coefficient tensor symmetric ?
enum is coefficient tensor symmetric ?
- is coefficient tensor symmetric ?
template<typename FEL, typename SIP, typename VEC, typename MAT> void GenerateLinearizedMatrix(const FEL & fel, const SIP & sip, VEC & vec, MAT & mat, LocalHeap & lh) const
- generate linearized matrix in linearization point vec
template<typename FEL, typename SIP, class TVX, class TVY> void Apply(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh) const
- apply coefficient matrix
template<typename FEL, typename SIP, class TVX, class TVY> void ApplyTrans(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh) const
- apply transpose coefficient tensor
template<typename FEL, typename SIP, class TVX> double Energy(const FEL & fel, const SIP & sip, const TVX & x, LocalHeap & lh) const
- computes energy
- Direct child classes:
- SymDMat
RotSymLaplaceDMat
PlaneStressDMat
OrthotropicElasticityDMat
OrthotropicCylElasticityDMat
NormalDMat
ElasticityDMat
DiagDMat
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.