gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>
Public Member Functions | |
LaplaceTerm (FunctionSpace< T1 > &space1_, double diff=1) | |
virtual | ~LaplaceTerm () |
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 > > &vm) const |
virtual BilinearTermBase * | clone () const |
Public Member Functions inherited from BilinearTerm< T1, T1 > | |
BilinearTerm (FunctionSpace< T1 > &space1_, FunctionSpace< T1 > &space2_) | |
virtual | ~BilinearTerm () |
Public Member Functions inherited from BilinearTermBase | |
virtual | ~BilinearTermBase () |
Protected Attributes | |
double | diffusivity |
Protected Attributes inherited from BilinearTerm< T1, T1 > | |
FunctionSpace< T1 > & | space1 |
FunctionSpace< T1 > & | space2 |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements BilinearTermBase.
|
virtual |
Reimplemented from BilinearTermBase.
Definition at line 67 of file terms.hpp.
|
inlinevirtual |
Implements BilinearTermBase.
|
protected |