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


Public Member Functions | |
| LoadTermOnBorder (FunctionSpace< T1 > &space1_, simpleFunction< typename TensorialTraits< T1 >::ValType > *Load_, double eqfac=1.0) | |
| virtual | ~LoadTermOnBorder () |
| virtual LinearTermBase< double > * | clone () const |
| virtual void | get (MElement *ele, int npts, IntPt *GP, fullVector< double > &m) const |
| virtual void | get (MElement *ele, int npts, IntPt *GP, std::vector< fullVector< double > > &vv) const |
Public Member Functions inherited from LinearTerm< T1 > | |
| LinearTerm (FunctionSpace< T1 > &space1_) | |
| virtual | ~LinearTerm () |
Public Member Functions inherited from LinearTermBase< double > | |
| virtual | ~LinearTermBase () |
| virtual LinearTermBase< double > * | clone () const=0 |
| PlusTerm< double > | operator+ (const LinearTermBase< double > &other) |
Private Attributes | |
| double | _eqfac |
| simpleFunction< typename TensorialTraits< T1 >::ValType > * | Load |
Additional Inherited Members | |
Protected Attributes inherited from LinearTerm< T1 > | |
| FunctionSpace< T1 > & | space1 |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented from LinearTermBase< double >.
Definition at line 219 of file terms.hpp.

|
inlinevirtual |
Implements LinearTermBase< double >.
|
private |
Definition at line 385 of file terms.h.
Referenced by LoadTermOnBorder< T1 >::clone().
|
private |
Definition at line 386 of file terms.h.
Referenced by LoadTermOnBorder< T1 >::clone().