|
| | HMHStVenantKirchhoff (const double lambda, const double mu) |
| |
| MoFEMErrorCode | getOptions () |
| |
| virtual OpJacobian * | returnOpJacobian (const int tag, const bool eval_rhs, const bool eval_lhs, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) |
| |
| MoFEMErrorCode | recordTape (const int tape, DTensor2Ptr *t_h_ptr) |
| |
| | PhysicalEquations ()=delete |
| |
| | PhysicalEquations (const int size_active, const int size_dependent) |
| |
| virtual | ~PhysicalEquations ()=default |
| |
| virtual VolUserDataOperator * | returnOpSpatialPhysical (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const double alpha_u) |
| |
| virtual VolUserDataOperator * | returnOpSpatialPhysical_du_du (std::string row_field, std::string col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const double alpha) |
| |
| virtual VolUserDataOperator * | returnOpCalculateEnergy (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< double > total_energy_ptr) |
| |
| virtual VolUserDataOperator * | returnOpCalculateStretchFromStress (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) |
| |
| DTensor2Ptr | get_P () |
| |
| DTensor3Ptr | get_P_dh0 () |
| |
| DTensor3Ptr | get_P_dh1 () |
| |
| DTensor3Ptr | get_P_dh2 () |
| |
| DTensor2Ptr | get_h () |
| |
|
| typedef FTensor::Tensor1< adouble, 3 > | ATensor1 |
| |
| typedef FTensor::Tensor2< adouble, 3, 3 > | ATensor2 |
| |
| typedef FTensor::Tensor3< adouble, 3, 3, 3 > | ATensor3 |
| |
| typedef FTensor::Tensor1< double, 3 > | DTensor1 |
| |
| typedef FTensor::Tensor2< double, 3, 3 > | DTensor2 |
| |
| typedef FTensor::Tensor3< double, 3, 3, 3 > | DTensor3 |
| |
| typedef FTensor::Tensor0< FTensor::PackPtr< double *, 1 > > | DTensor0Ptr |
| |
| typedef FTensor::Tensor2< FTensor::PackPtr< double *, 1 >, 3, 3 > | DTensor2Ptr |
| |
| typedef FTensor::Tensor3< FTensor::PackPtr< double *, 1 >, 3, 3, 3 > | DTensor3Ptr |
| |
| template<int S> |
| static DTensor2Ptr | get_VecTensor2 (std::vector< double > &v) |
| |
| template<int S> |
| static DTensor0Ptr | get_VecTensor0 (std::vector< double > &v) |
| |
| template<int S0> |
| static DTensor3Ptr | get_vecTensor3 (std::vector< double > &v, const int nba) |
| |
Definition at line 13 of file HMHHStVenantKirchhoff.cpp.
◆ HMHStVenantKirchhoff()
| EshelbianPlasticity::HMHStVenantKirchhoff::HMHStVenantKirchhoff |
( |
const double |
lambda, |
|
|
const double |
mu |
|
) |
| |
|
inline |
◆ getOptions()
| MoFEMErrorCode EshelbianPlasticity::HMHStVenantKirchhoff::getOptions |
( |
| ) |
|
|
inline |
Definition at line 22 of file HMHHStVenantKirchhoff.cpp.
28 CHKERR PetscOptionsBegin(PETSC_COMM_WORLD,
"stvenant_",
"",
"none");
30 CHKERR PetscOptionsScalar(
"-young_modulus",
"Young modulus",
"",
E, &
E,
32 CHKERR PetscOptionsScalar(
"-poisson_ratio",
"poisson ratio",
"", nu, &nu,
35 ierr = PetscOptionsEnd();
38 MOFEM_LOG(
"EP", Sev::inform) <<
"St Venant Kirchhoff model parameters: "
39 <<
"E = " <<
E <<
", nu = " << nu;
◆ recordTape()
| MoFEMErrorCode EshelbianPlasticity::HMHStVenantKirchhoff::recordTape |
( |
const int |
tape, |
|
|
DTensor2Ptr * |
t_h_ptr |
|
) |
| |
|
inlinevirtual |
◆ returnOpJacobian()
◆ detF
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::detF |
◆ detH
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::detH |
◆ energy
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::energy |
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::f |
◆ lambda
| double EshelbianPlasticity::HMHStVenantKirchhoff::lambda |
◆ mu
| double EshelbianPlasticity::HMHStVenantKirchhoff::mu |
◆ numberOfActiveVariables
| constexpr int EshelbianPlasticity::HMHStVenantKirchhoff::numberOfActiveVariables = 9 |
|
staticconstexpr |
◆ numberOfDependentVariables
| constexpr int EshelbianPlasticity::HMHStVenantKirchhoff::numberOfDependentVariables = 9 |
|
staticconstexpr |
◆ phi
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::phi |
◆ s2
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::s2 |
◆ sigmaY
| double EshelbianPlasticity::HMHStVenantKirchhoff::sigmaY |
◆ tC
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tC |
◆ tE
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tE |
◆ tF
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tF |
◆ th
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::th |
◆ tH
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tH |
◆ tInvF
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tInvF |
◆ tInvH
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tInvH |
◆ tP
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tP |
◆ tPulledP
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tPulledP |
◆ trE
| adouble EshelbianPlasticity::HMHStVenantKirchhoff::trE |
◆ tS
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tS |
◆ tSigma
| ATensor2 EshelbianPlasticity::HMHStVenantKirchhoff::tSigma |
The documentation for this struct was generated from the following file:
MoFEMErrorCode invertTensor3by3(ublas::matrix< T, L, A > &jac_data, ublas::vector< T, A > &det_data, ublas::matrix< T, L, A > &inv_jac_data)
Calculate inverse of tensor rank 2 at integration points.