In file bdbequations.hpp:

template<class DOP> class DiffOp

Differential Operator.

Documentation

Differential Operator. Base-class for template-polymorphismus. Provides application and transpose-application

Inheritance:


Public Methods

[more]template<typename FEL, typename SIP, class TVX, class TVY>static void Apply(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh)
[more]template<typename FEL, typename SIP, class TVX, class TVY>static void ApplyTrans(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh)

otemplate<typename FEL, typename SIP, class TVX, class TVY>static void Apply(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh)

otemplate<typename FEL, typename SIP, class TVX, class TVY>static void ApplyTrans(const FEL & fel, const SIP & sip, const TVX & x, TVY & y, LocalHeap & lh)


Direct child classes:
DiffOpStrain
DiffOpIdBoundaryEdge
DiffOpIdBoundary
DiffOpId
DiffOpGradientRotSym
DiffOpGradient
DiffOpCurlEdge
DiffOpCurlBoundaryEdge

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.