|
NGSolve
4.9
|
This bilinearform stores the element-matrices. More...
#include <bilinearform.hpp>
Public Member Functions | |
| ElementByElement_BilinearForm (const FESpace &afespace, const string &aname, const Flags &flags) | |
| virtual void | AllocateMatrix () |
| allocates (sparse) matrix data-structure | |
| virtual BaseVector * | CreateVector () const |
| creates a compatible vector | |
| virtual void | AddElementMatrix (const Array< int > &dnums1, const Array< int > &dnums2, const FlatMatrix< SCAL > &elmat, bool inner_element, int elnr, LocalHeap &lh) |
This bilinearform stores the element-matrices.
1.7.6.1