gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <elasticityTerm.h>
Public Attributes | |
std::vector< fullMatrix< double > > | gradSF |
std::vector< double > | u |
std::vector< double > | v |
std::vector< double > | w |
std::vector< double > | weight |
Definition at line 16 of file elasticityTerm.h.
std::vector<fullMatrix<double> > elasticityDataAtGaussPoint::gradSF |
Definition at line 17 of file elasticityTerm.h.
Referenced by elasticityTerm::createData(), and elasticityTerm::elementMatrix().
std::vector<double> elasticityDataAtGaussPoint::u |
Definition at line 18 of file elasticityTerm.h.
Referenced by elasticityTerm::createData(), and elasticityTerm::elementMatrix().
std::vector<double> elasticityDataAtGaussPoint::v |
Definition at line 18 of file elasticityTerm.h.
Referenced by elasticityTerm::createData().
std::vector<double> elasticityDataAtGaussPoint::w |
Definition at line 18 of file elasticityTerm.h.
Referenced by elasticityTerm::createData().
std::vector<double> elasticityDataAtGaussPoint::weight |
Definition at line 18 of file elasticityTerm.h.
Referenced by elasticityTerm::createData(), and elasticityTerm::elementMatrix().