|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <terms.h>


Public Member Functions | |
| IsotropicElasticTerm (FunctionSpace< SVector3 > &space1_, FunctionSpace< SVector3 > &space2_, double E_, double nu_) | |
| IsotropicElasticTerm (FunctionSpace< SVector3 > &space1_, double E_, double nu_) | |
| virtual | ~IsotropicElasticTerm () |
| 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 BilinearTermBase * | clone () const |
Public Member Functions inherited from BilinearTerm< SVector3, SVector3 > | |
| BilinearTerm (FunctionSpace< SVector3 > &space1_, FunctionSpace< SVector3 > &space2_) | |
| virtual | ~BilinearTerm () |
Public Member Functions inherited from BilinearTermBase | |
| virtual | ~BilinearTermBase () |
Protected Attributes | |
| double | E |
| double | nu |
| bool | sym |
| fullMatrix< double > | H |
Protected Attributes inherited from BilinearTerm< SVector3, SVector3 > | |
| FunctionSpace< SVector3 > & | space1 |
| FunctionSpace< SVector3 > & | space2 |
| IsotropicElasticTerm::IsotropicElasticTerm | ( | FunctionSpace< SVector3 > & | space1_, |
| FunctionSpace< SVector3 > & | space2_, | ||
| double | E_, | ||
| double | nu_ | ||
| ) |
| IsotropicElasticTerm::IsotropicElasticTerm | ( | FunctionSpace< SVector3 > & | space1_, |
| double | E_, | ||
| double | nu_ | ||
| ) |
|
inlinevirtual |
|
inlinevirtual |
Implements BilinearTermBase.
Definition at line 309 of file terms.h.

|
virtual |
Reimplemented from BilinearTermBase.
Definition at line 78 of file terms.cpp.

|
inlinevirtual |
Implements BilinearTermBase.
|
protected |
Definition at line 291 of file terms.h.
Referenced by clone(), and IsotropicElasticTerm().
|
protected |
Definition at line 293 of file terms.h.
Referenced by get(), and IsotropicElasticTerm().
|
protected |
Definition at line 291 of file terms.h.
Referenced by clone(), and IsotropicElasticTerm().
|
protected |
Definition at line 292 of file terms.h.
Referenced by get(), and IsotropicElasticTerm().