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

[more]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
[more]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
[more]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
[more]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

[more]enum is coefficient tensor symmetric ?

oenum is coefficient tensor symmetric ?
is coefficient tensor symmetric ?

otemplate<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

otemplate<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

otemplate<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

otemplate<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++.