gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <elasticitySolver.h>
Public Member Functions | |
dirichletBC () | |
Public Member Functions inherited from BoundaryCondition | |
BoundaryCondition () | |
Public Attributes | |
int | _comp |
simpleFunction< double > * | _f |
Public Attributes inherited from BoundaryCondition | |
int | _tag |
location | onWhat |
groupOfElements * | g |
Additional Inherited Members | |
Public Types inherited from BoundaryCondition | |
enum | location { UNDEF, ON_VERTEX, ON_EDGE, ON_FACE, ON_VOLUME } |
Definition at line 46 of file elasticitySolver.h.
|
inline |
Definition at line 49 of file elasticitySolver.h.
int dirichletBC::_comp |
Definition at line 47 of file elasticitySolver.h.
Referenced by elasticitySolver::addDirichletBC(), elasticitySolver::readInputFile(), and elasticitySolver::setEdgeDisp().
simpleFunction<double>* dirichletBC::_f |
Definition at line 48 of file elasticitySolver.h.
Referenced by elasticitySolver::addDirichletBC(), elasticitySolver::readInputFile(), and elasticitySolver::setEdgeDisp().