NGSolve
4.9
|
Identity for boundary-normal elements. More...
#include <hdiv_equations.hpp>
Public Types | |
enum | { DIM = 1 } |
enum | { DIM_SPACE = D } |
enum | { DIM_ELEMENT = D-1 } |
enum | { DIM_DMAT = 1 } |
enum | { DIFFORDER = 0 } |
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 , 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) |
Identity for boundary-normal elements.