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

Public Member Functions | |
| elasticField () | |
Public Attributes | |
| int | _tag |
| groupOfElements * | g |
| double | _e |
| double | _nu |
Definition at line 31 of file elasticitySolver.h.
|
inline |
Definition at line 35 of file elasticitySolver.h.
| double elasticField::_e |
Definition at line 34 of file elasticitySolver.h.
Referenced by elasticitySolver::addElasticDomain(), elasticitySolver::readInputFile(), and elasticitySolver::setElasticDomain().
| double elasticField::_nu |
Definition at line 34 of file elasticitySolver.h.
Referenced by elasticitySolver::addElasticDomain(), elasticitySolver::readInputFile(), and elasticitySolver::setElasticDomain().
| int elasticField::_tag |
Definition at line 32 of file elasticitySolver.h.
Referenced by elasticitySolver::addElasticDomain(), elasticitySolver::readInputFile(), and elasticitySolver::setElasticDomain().
| groupOfElements* elasticField::g |
Definition at line 33 of file elasticitySolver.h.
Referenced by elasticitySolver::addElasticDomain(), elasticitySolver::readInputFile(), and elasticitySolver::setElasticDomain().