Definition at line 27 of file SimpleRodElement.cpp.
◆ DataAtIntegrationPtsSimpleRods()
DataAtIntegrationPtsSimpleRods::DataAtIntegrationPtsSimpleRods |
( |
MoFEM::Interface & |
m_field | ) |
|
|
inline |
◆ getBlockData()
◆ getParameters()
◆ setBlocks()
Definition at line 67 of file SimpleRodElement.cpp.
71 if (
bit->getName().compare(0, 3,
"ROD") == 0) {
73 const int id =
bit->getMeshsetId();
78 std::vector<double> attributes;
79 bit->getAttributes(attributes);
80 if (attributes.size() < 3) {
83 "Input mesh for ROD should have 3 attributes but there is %d",
92 CHKERR PetscPrintf(PETSC_COMM_WORLD,
"\nSimple rod block %d\n",
id);
93 CHKERR PetscPrintf(PETSC_COMM_WORLD,
"\tYoung's modulus %3.4g\n",
95 CHKERR PetscPrintf(PETSC_COMM_WORLD,
"\tCross-section area %3.4g\n",
97 CHKERR PetscPrintf(PETSC_COMM_WORLD,
"\tPrestress %3.4g\n",
◆ gradDispPtr
boost::shared_ptr<MatrixDouble> DataAtIntegrationPtsSimpleRods::gradDispPtr |
◆ mapSimpleRod
◆ mField
◆ simpleRodPreStress
double DataAtIntegrationPtsSimpleRods::simpleRodPreStress |
◆ simpleRodSectionArea
double DataAtIntegrationPtsSimpleRods::simpleRodSectionArea |
◆ simpleRodYoungModulus
double DataAtIntegrationPtsSimpleRods::simpleRodYoungModulus |
◆ xAtPts
boost::shared_ptr<MatrixDouble> DataAtIntegrationPtsSimpleRods::xAtPts |
◆ xInitAtPts
boost::shared_ptr<MatrixDouble> DataAtIntegrationPtsSimpleRods::xInitAtPts |
The documentation for this struct was generated from the following file: