|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>


Public Member Functions | |
| BilinearTerm (FunctionSpace< T1 > &space1_, FunctionSpace< T2 > &space2_) | |
| virtual | ~BilinearTerm () |
Public Member Functions inherited from BilinearTermBase | |
| virtual | ~BilinearTermBase () |
| virtual void | get (MElement *ele, int npts, IntPt *GP, fullMatrix< double > &m) const |
| virtual void | get (MElement *ele, int npts, IntPt *GP, std::vector< fullMatrix< double > > &mv) const =0 |
| virtual BilinearTermBase * | clone () const =0 |
Protected Attributes | |
| FunctionSpace< T1 > & | space1 |
| FunctionSpace< T2 > & | space2 |
|
inline |
|
inlinevirtual |
|
protected |
|
protected |