|
NGSolve
4.9
|
Identity on boundary. More...
#include <bdbequations.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 MIP , typename MAT > | |
| static void | GenerateMatrix (const AFEL &fel, const MIP &mip, MAT &mat, LocalHeap &lh) |
| template<typename AFEL , typename MIP , class TVX , class TVY > | |
| static void | Apply (const AFEL &fel, const MIP &mip, const TVX &x, TVY &y, LocalHeap &lh) |
| static void | Apply (const ScalarFiniteElement< D-1 > &fel, const MappedIntegrationPoint< D-1, D > &mip, const FlatVector< double > &x, FlatVector< double > &y, LocalHeap &lh) |
| template<typename AFEL , typename MIP , class TVX , class TVY > | |
| static void | ApplyTrans (const AFEL &fel, const MIP &mip, const TVX &x, TVY &y, LocalHeap &lh) |
| template<typename MIP , class TVX > | |
| static void | Transform (const MIP &mip, TVX &x) |
| old style ??? | |
| template<typename MIP , class TVX > | |
| static void | TransformT (const MIP &mip, TVX &x) |
| old style ??? | |
Identity on boundary.
1.7.6.1