List of all members.
Public Types |
|
typedef mat_traits< TM >::TSCAL | TSCAL |
|
typedef TV | TV_COL |
|
typedef SparseMatrix< TM, TV, TV > | TMATRIX |
Public Member Functions |
|
| T_BilinearForm (const FESpace &afespace, const string &aname, const Flags &flags) |
|
| T_BilinearForm (const FESpace &afespace, const FESpace &afespace2, const string &aname, const Flags &flags) |
|
virtual void | AllocateMatrix () |
| | allocates (sparse) matrix data-structure
|
|
virtual BaseVector * | CreateVector () const |
| | creates a compatible vector
|
|
virtual void | CleanUpLevel () |
| | frees matrix
|
|
virtual void | AddElementMatrix (const Array< int > &dnums1, const Array< int > &dnums2, const FlatMatrix< TSCAL > &elmat, bool inner_element, int elnr, LocalHeap &lh) |
|
virtual void | ApplyElementMatrix (const BaseVector &x, BaseVector &y, const TSCAL &val, const Array< int > &dnums, const ElementTransformation &eltrans, const int elnum, const int type, int &cnt, LocalHeap &lh, const FiniteElement *fel, const SpecialElement *sel=NULL) const |
|
virtual void | LapackEigenSystem (FlatMatrix< TSCAL > &elmat, LocalHeap &lh) const |
template<class TM, class TV = typename mat_traits<TM>::TV_COL>
class ngcomp::T_BilinearForm< TM, TV >
The documentation for this class was generated from the following file: