In file bdbequations.hpp:

template<int D> class DiffOpGradient

Gradient operator of dimension D

Documentation

Gradient operator of dimension D

Inheritance:


Public Methods

[more]template<typename FEL, typename SIP, typename MAT>static void GenerateMatrix(const FEL & fel, const SIP & sip, MAT & mat, LocalHeap & lh)
[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)


Inherited from DiffOp:

otemplate<typename FEL, typename SIP, typename MAT>static void GenerateMatrix(const FEL & fel, const SIP & sip, MAT & mat, 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)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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