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


Public Types | |
| enum | location { UNDEF, ON_VERTEX, ON_EDGE, ON_FACE, ON_VOLUME } |
Public Member Functions | |
| BoundaryConditionT () | |
Public Attributes | |
| int | _tag |
| location | onWhat |
| groupOfElements * | g |
Definition at line 37 of file thermicSolver.h.
| Enumerator | |
|---|---|
| UNDEF | |
| ON_VERTEX | |
| ON_EDGE | |
| ON_FACE | |
| ON_VOLUME | |
Definition at line 39 of file thermicSolver.h.
|
inline |
Definition at line 42 of file thermicSolver.h.
| int BoundaryConditionT::_tag |
Definition at line 38 of file thermicSolver.h.
Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().
| groupOfElements* BoundaryConditionT::g |
Definition at line 41 of file thermicSolver.h.
Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().
| location BoundaryConditionT::onWhat |
Definition at line 40 of file thermicSolver.h.
Referenced by thermicSolver::setEdgeTemp(), and thermicSolver::setFaceTemp().