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

#include <terms.h>

Inheritance diagram for LaplaceTerm< T1, T1 >:
Collaboration diagram for LaplaceTerm< T1, T1 >:

Public Member Functions

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

Protected Attributes

double diffusivity
 
- Protected Attributes inherited from BilinearTerm< T1, T1 >
FunctionSpace< T1 > & space1
 
FunctionSpace< T1 > & space2
 

Detailed Description

template<class T1>
class LaplaceTerm< T1, T1 >

Definition at line 267 of file terms.h.

Constructor & Destructor Documentation

◆ LaplaceTerm()

template<class T1 >
LaplaceTerm< T1, T1 >::LaplaceTerm ( FunctionSpace< T1 > &  space1_,
double  diff = 1 
)
inline

Definition at line 274 of file terms.h.

◆ ~LaplaceTerm()

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

Definition at line 278 of file terms.h.

Member Function Documentation

◆ clone()

template<class T1 >
virtual BilinearTermBase* LaplaceTerm< T1, T1 >::clone ( ) const
inlinevirtual

Implements BilinearTermBase.

Definition at line 283 of file terms.h.

◆ get() [1/2]

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

Reimplemented from BilinearTermBase.

Definition at line 67 of file terms.hpp.

Here is the call graph for this function:

◆ get() [2/2]

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

Implements BilinearTermBase.

Definition at line 281 of file terms.h.

Member Data Documentation

◆ diffusivity

template<class T1 >
double LaplaceTerm< T1, T1 >::diffusivity
protected

Definition at line 271 of file terms.h.


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