NGSolve
4.9
|
Identity operator, Piola transformation. More...
#include <hdiv_equations.hpp>
Public Types | |
enum | { DIM = 1 } |
enum | { DIM_SPACE = D } |
enum | { DIM_ELEMENT = D } |
enum | { DIM_DMAT = D } |
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 , class MIR > | |
static void | ApplyIR (const AFEL &fel, const MIR &mir, const FlatVector< double > &x, FlatMatrix< double > &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 operator, Piola transformation.