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


Public Member Functions | |
| LinearTerm (FunctionSpace< T1 > &space1_) | |
| virtual | ~LinearTerm () |
Public Member Functions inherited from LinearTermBase< double > | |
| virtual | ~LinearTermBase () |
| virtual void | get (MElement *ele, int npts, IntPt *GP, fullVector< double > &v) const |
| virtual void | get (MElement *ele, int npts, IntPt *GP, std::vector< fullVector< double > > &vv) const=0 |
| virtual LinearTermBase< double > * | clone () const=0 |
| PlusTerm< double > | operator+ (const LinearTermBase< double > &other) |
Protected Attributes | |
| FunctionSpace< T1 > & | space1 |
|
inline |
|
inlinevirtual |
|
protected |