gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>
Public Member Functions | |
LoadTerm (FunctionSpace< T1 > &space1_, simpleFunction< typename TensorialTraits< T1 >::ValType > *Load_) | |
virtual | ~LoadTerm () |
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) |
Protected Attributes | |
simpleFunction< typename TensorialTraits< T1 >::ValType > * | Load |
Protected Attributes inherited from LinearTerm< T1 > | |
FunctionSpace< T1 > & | space1 |
|
inline |
|
inlinevirtual |
|
virtual |
Reimplemented from LinearTermBase< double >.
Definition at line 90 of file terms.hpp.
|
inlinevirtual |
Implements LinearTermBase< double >.
|
protected |
Definition at line 319 of file terms.h.
Referenced by LoadTerm< T1 >::clone().