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

#include <terms.h>

Inheritance diagram for BilinearTerm< T1, T2 >:
Collaboration diagram for BilinearTerm< T1, T2 >:

Public Member Functions

 BilinearTerm (FunctionSpace< T1 > &space1_, FunctionSpace< T2 > &space2_)
 
virtual ~BilinearTerm ()
 
- Public Member Functions inherited from BilinearTermBase
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 BilinearTermBaseclone () const =0
 

Protected Attributes

FunctionSpace< T1 > & space1
 
FunctionSpace< T2 > & space2
 

Detailed Description

template<class T1, class T2>
class BilinearTerm< T1, T2 >

Definition at line 159 of file terms.h.

Constructor & Destructor Documentation

◆ BilinearTerm()

template<class T1 , class T2 >
BilinearTerm< T1, T2 >::BilinearTerm ( FunctionSpace< T1 > &  space1_,
FunctionSpace< T2 > &  space2_ 
)
inline

Definition at line 165 of file terms.h.

◆ ~BilinearTerm()

template<class T1 , class T2 >
virtual BilinearTerm< T1, T2 >::~BilinearTerm ( )
inlinevirtual

Definition at line 169 of file terms.h.

Member Data Documentation

◆ space1

template<class T1 , class T2 >
FunctionSpace<T1>& BilinearTerm< T1, T2 >::space1
protected

Definition at line 161 of file terms.h.

◆ space2

template<class T1 , class T2 >
FunctionSpace<T2>& BilinearTerm< T1, T2 >::space2
protected

Definition at line 162 of file terms.h.


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