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

#include <terms.h>

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

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 BilinearTermBaseclone () 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
 

Detailed Description

template<class T2>
class BilinearTermContractWithLaw< T2 >

Definition at line 130 of file terms.h.

Constructor & Destructor Documentation

◆ BilinearTermContractWithLaw()

template<class T2 >
BilinearTermContractWithLaw< T2 >::BilinearTermContractWithLaw ( const LinearTermBase< T2 > &  a_,
const ScalarTermBase< typename TensorialTraits< T2 >::TensProdType > &  c_,
const LinearTermBase< T2 > &  b_ 
)
inline

Definition at line 136 of file terms.h.

◆ ~BilinearTermContractWithLaw()

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

Definition at line 143 of file terms.h.

Member Function Documentation

◆ clone()

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

Reimplemented from BilinearTermContract< T2 >.

Definition at line 148 of file terms.h.

◆ get() [1/2]

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

Reimplemented from BilinearTermContract< T2 >.

Definition at line 131 of file terms.hpp.

Here is the call graph for this function:

◆ get() [2/2]

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

Reimplemented from BilinearTermContract< T2 >.

Definition at line 136 of file terms.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ c

template<class T2 >
const ScalarTermBase<typename TensorialTraits<T2>::TensProdType>* BilinearTermContractWithLaw< T2 >::c
protected

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