gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>
Public Member Functions | |
virtual | ~BilinearTermBase () |
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 =0 |
virtual BilinearTermBase * | clone () const =0 |
|
inlinevirtual |
|
pure virtual |
|
virtual |
Reimplemented in LagMultTerm, LagrangeMultiplierTerm< T1 >, IsotropicElasticTerm, LaplaceTerm< T1, T1 >, LaplaceTerm< T1, T2 >, BilinearTermContractWithLaw< T2 >, and BilinearTermContract< T2 >.
Definition at line 20 of file terms.cpp.
Referenced by Assemble(), BilinearTermToScalarTerm::get(), and BilinearTermContractWithLaw< T2 >::get().
|
pure virtual |