gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>
Public Member Functions | |
PlusTerm (const LinearTermBase< T2 > &a_, const LinearTermBase< T2 > &b_) | |
virtual | ~PlusTerm () |
virtual void | get (MElement *ele, int npts, IntPt *GP, fullVector< T2 > &v) const |
virtual void | get (MElement *ele, int npts, IntPt *GP, std::vector< fullVector< T2 > > &vv) const |
virtual LinearTermBase< T2 > * | clone () const |
Private Attributes | |
const LinearTermBase< T2 > * | a |
const LinearTermBase< T2 > * | b |
|
inline |
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
private |
Definition at line 183 of file terms.h.
Referenced by PlusTerm< T2 >::clone(), and PlusTerm< T2 >::~PlusTerm().
|
private |
Definition at line 184 of file terms.h.
Referenced by PlusTerm< T2 >::clone(), and PlusTerm< T2 >::~PlusTerm().