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


Public Types | |
| enum | location { UNDEF, ON_VERTEX, ON_EDGE, ON_FACE, ON_VOLUME } |
Public Member Functions | |
| BoundaryCondition () | |
Public Attributes | |
| int | _tag |
| location | onWhat |
| groupOfElements * | g |
Definition at line 38 of file elasticitySolver.h.
| Enumerator | |
|---|---|
| UNDEF | |
| ON_VERTEX | |
| ON_EDGE | |
| ON_FACE | |
| ON_VOLUME | |
Definition at line 40 of file elasticitySolver.h.
|
inline |
Definition at line 43 of file elasticitySolver.h.
| int BoundaryCondition::_tag |
Definition at line 39 of file elasticitySolver.h.
Referenced by elasticitySolver::addDirichletBC(), elasticitySolver::addNeumannBC(), elasticitySolver::readInputFile(), and elasticitySolver::setEdgeDisp().
| groupOfElements* BoundaryCondition::g |
Definition at line 42 of file elasticitySolver.h.
Referenced by elasticitySolver::addDirichletBC(), elasticitySolver::addNeumannBC(), elasticitySolver::readInputFile(), and elasticitySolver::setEdgeDisp().
| location BoundaryCondition::onWhat |
Definition at line 41 of file elasticitySolver.h.
Referenced by elasticitySolver::addDirichletBC(), elasticitySolver::addNeumannBC(), elasticitySolver::readInputFile(), and elasticitySolver::setEdgeDisp().