|
| | HMHHencky (MoFEM::Interface &m_field, const double E, const double nu) |
| |
| MoFEMErrorCode | recordTape (const int tag, DTensor2Ptr *t_h) |
| |
| virtual UserDataOperator * | returnOpJacobian (const int tag, const bool eval_rhs, const bool eval_lhs, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) |
| |
| virtual VolUserDataOperator * | returnOpSpatialPhysical (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const double alpha_u) |
| |
| virtual VolUserDataOperator * | returnOpSpatialPhysicalExternalStrain (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< ExternalStrainVec > external_strain_vec_ptr, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv) |
| |
| VolUserDataOperator * | returnOpSpatialPhysical_du_du (std::string row_field, std::string col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const double alpha) |
| |
| VolUserDataOperator * | returnOpCalculateEnergy (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< double > total_energy_ptr) |
| |
| VolUserDataOperator * | returnOpCalculateStretchFromStress (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) |
| |
| VolUserDataOperator * | returnOpCalculateVarStretchFromStress (boost::shared_ptr< DataAtIntegrationPts > data_ptr, boost::shared_ptr< PhysicalEquations > physics_ptr) |
| |
| MoFEMErrorCode | getOptions (boost::shared_ptr< DataAtIntegrationPts > data_ptr) |
| |
| MoFEMErrorCode | extractBlockData (Sev sev) |
| |
| MoFEMErrorCode | extractBlockData (std::vector< const CubitMeshSets * > meshset_vec_ptr, Sev sev) |
| |
| MoFEMErrorCode | getMatDPtr (boost::shared_ptr< MatrixDouble > mat_D_ptr, boost::shared_ptr< MatrixDouble > mat_axiator_D_ptr, boost::shared_ptr< MatrixDouble > mat_deviator_D_ptr, double bulk_modulus_K, double shear_modulus_G) |
| |
| MoFEMErrorCode | getInvMatDPtr (boost::shared_ptr< MatrixDouble > mat_inv_D_ptr, double bulk_modulus_K, double shear_modulus_G) |
| |
| | PhysicalEquations ()=delete |
| |
| | PhysicalEquations (const int size_active, const int size_dependent) |
| |
| virtual | ~PhysicalEquations ()=default |
| |
| virtual VolUserDataOperator * | returnOpSetScale (boost::shared_ptr< double > scale_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) |
| |
| std::vector< double > | activeVariables |
| |
| std::vector< double > | dependentVariablesPiola |
| |
| std::vector< double > | dependentVariablesPiolaDirevatives |
| |
Definition at line 12 of file HMHHencky.cpp.