gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
BilinearTermContract< T2 > Class Template Reference

#include <terms.h>

Inheritance diagram for BilinearTermContract< T2 >:
Collaboration diagram for BilinearTermContract< T2 >:

Public Member Functions

 BilinearTermContract (const LinearTermBase< T2 > &a_, const LinearTermBase< T2 > &b_)
 
virtual ~BilinearTermContract ()
 
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 BilinearTermBaseclone () const
 
- Public Member Functions inherited from BilinearTermBase
virtual ~BilinearTermBase ()
 

Protected Attributes

const LinearTermBase< T2 > * a
 
const LinearTermBase< T2 > * b
 

Detailed Description

template<class T2>
class BilinearTermContract< T2 >

Definition at line 103 of file terms.h.

Constructor & Destructor Documentation

◆ BilinearTermContract()

template<class T2 >
BilinearTermContract< T2 >::BilinearTermContract ( const LinearTermBase< T2 > &  a_,
const LinearTermBase< T2 > &  b_ 
)
inline

Definition at line 109 of file terms.h.

◆ ~BilinearTermContract()

template<class T2 >
virtual BilinearTermContract< T2 >::~BilinearTermContract ( )
inlinevirtual

Definition at line 114 of file terms.h.

Member Function Documentation

◆ clone()

template<class T2 >
virtual BilinearTermBase* BilinearTermContract< T2 >::clone ( ) const
inlinevirtual

Implements BilinearTermBase.

Reimplemented in BilinearTermContractWithLaw< T2 >.

Definition at line 123 of file terms.h.

◆ get() [1/2]

template<class T2 >
void BilinearTermContract< T2 >::get ( MElement ele,
int  npts,
IntPt GP,
fullMatrix< double > &  m 
) const
virtual

Reimplemented from BilinearTermBase.

Reimplemented in BilinearTermContractWithLaw< T2 >.

Definition at line 117 of file terms.hpp.

Referenced by BilinearTermContractWithLaw< T2 >::get().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get() [2/2]

template<class T2 >
virtual void BilinearTermContract< T2 >::get ( MElement ele,
int  npts,
IntPt GP,
std::vector< fullMatrix< double > > &  mv 
) const
inlinevirtual

Implements BilinearTermBase.

Reimplemented in BilinearTermContractWithLaw< T2 >.

Definition at line 121 of file terms.h.

Member Data Documentation

◆ a

template<class T2 >
const LinearTermBase<T2>* BilinearTermContract< T2 >::a
protected

◆ b

template<class T2 >
const LinearTermBase<T2>* BilinearTermContract< T2 >::b
protected

The documentation for this class was generated from the following files: