List of all members.
Public Types |
| enum | { DIM_DMAT = 2
} |
Public Member Functions |
|
| OrthoDMat (CoefficientFunction *acoef1, CoefficientFunction *acoef2) |
|
| OrthoDMat (CoefficientFunction *acoef1, CoefficientFunction *acoef2, CoefficientFunction *acoef3) |
|
template<typename FEL , typename MIP , typename MAT > |
| void | GenerateMatrix (const FEL &fel, const MIP &mip, MAT &mat, LocalHeap &lh) const |
|
template<typename FEL , typename MIP > |
| void | GetEigensystem (const FEL &fel, const MIP &mip, Array< double > &eigenvalues, Array< double > &eigenvectors, LocalHeap &lh) const |
|
template<typename FEL , typename MIP , class VECX , class VECY > |
| void | Apply (const FEL &fel, const MIP &mip, const VECX &x, VECY &y, LocalHeap &lh) const |
|
template<typename FEL , typename MIP , class VECX , class VECY > |
| void | ApplyTrans (const FEL &fel, const MIP &mip, const VECX &x, VECY &y, LocalHeap &lh) const |
template<>
class ngfem::OrthoDMat< 2 >
The documentation for this class was generated from the following file: