gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>
Public Member Functions | |
BilinearTermContractWithLaw (const LinearTermBase< T2 > &a_, const ScalarTermBase< typename TensorialTraits< T2 >::TensProdType > &c_, const LinearTermBase< T2 > &b_) | |
virtual | ~BilinearTermContractWithLaw () |
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 |
virtual BilinearTermBase * | clone () const |
Public Member Functions inherited from BilinearTermContract< T2 > | |
BilinearTermContract (const LinearTermBase< T2 > &a_, const LinearTermBase< T2 > &b_) | |
virtual | ~BilinearTermContract () |
Public Member Functions inherited from BilinearTermBase | |
virtual | ~BilinearTermBase () |
Protected Attributes | |
const ScalarTermBase< typename TensorialTraits< T2 >::TensProdType > * | c |
Protected Attributes inherited from BilinearTermContract< T2 > | |
const LinearTermBase< T2 > * | a |
const LinearTermBase< T2 > * | b |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from BilinearTermContract< T2 >.
|
virtual |
Reimplemented from BilinearTermContract< T2 >.
Definition at line 131 of file terms.hpp.
|
virtual |
Reimplemented from BilinearTermContract< T2 >.
Definition at line 136 of file terms.hpp.
|
protected |
Definition at line 133 of file terms.h.
Referenced by BilinearTermContractWithLaw< T2 >::clone(), and BilinearTermContractWithLaw< T2 >::~BilinearTermContractWithLaw().