NGSolve
4.9
|
Identity. More...
#include <bdbequations.hpp>
Public Types | |
enum | { DIM = SYSDIM } |
enum | { DIM_SPACE = D } |
enum | { DIM_ELEMENT = D-1 } |
enum | { DIM_DMAT = SYSDIM } |
enum | { DIFFORDER = 0 } |
Static Public Member Functions | |
template<typename FEL , typename MIP , typename MAT > | |
static void | GenerateMatrix (const FEL &fel, const MIP &mip, MAT &mat, LocalHeap &lh) |
Computes the B-matrix. |
Identity.
static void ngfem::DiffOpIdBoundarySys< D, SYSDIM >::GenerateMatrix | ( | const FEL & | fel, |
const MIP & | mip, | ||
MAT & | mat, | ||
LocalHeap & | lh | ||
) | [inline, static] |
Computes the B-matrix.
The height is DIM_DMAT, the width is fel.GetNDof(). FEL is the FiniteElement type specified in the BDB-Integrator mip is the mapped integration point containing the Jacobi-Matrix MAT is the resulting matrix (usually a FixedHeightMatrix)
Reimplemented from ngfem::DiffOp< DiffOpIdBoundarySys< D, SYSDIM > >.