|
NGSolve
4.9
|
divergence Operator More...
#include <hdiv_equations.hpp>
Public Types | |
| enum | { DIM = 1 } |
| enum | { DIM_SPACE = D } |
| enum | { DIM_ELEMENT = D } |
| enum | { DIM_DMAT = 1 } |
| enum | { DIFFORDER = 1 } |
Static Public Member Functions | |
| template<typename AFEL , typename SIP , typename MAT > | |
| static void | GenerateMatrix (const AFEL &fel, const SIP &sip, MAT &mat, LocalHeap &lh) |
| template<typename AFEL , typename SIP > | |
| static void | GenerateMatrix (const AFEL &fel, const SIP &sip, FlatVector< double > &mat, LocalHeap &lh) |
| template<typename AFEL , typename SIP , class TVX , class TVY > | |
| static void | Apply (const AFEL &fel, const SIP &sip, const TVX &x, TVY &y, LocalHeap &lh) |
| template<typename AFEL , typename SIP , class TVX , class TVY > | |
| static void | ApplyTrans (const AFEL &fel, const SIP &sip, const TVX &x, TVY &y, LocalHeap &lh) |
divergence Operator
1.7.6.1