![]() |
v0.16.0 |
#include "tutorials/adv-2_thermo_elasticity/src/ThermalConvection.hpp"
Public Types | |
| using | OpBase = OpBaseImpl< A, EleOp > |
| using | OpBase = OpBaseImpl< A, EleOp > |
Public Member Functions | |
| OpFluxRhsImpl (MoFEM::Interface &m_field, int ms_id, std::string field_name, boost::shared_ptr< VectorDouble > t_ptr, std::vector< boost::shared_ptr< ScalingMethod > > smv) | |
| OpFluxRhsImpl (MoFEM::Interface &m_field, int ms_id, std::string field_name, boost::shared_ptr< VectorDouble > t_ptr) | |
Public Member Functions inherited from OpBaseImpl | |
| MoFEM::OpBaseImpl< PETSC, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_MAT, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_SCHUR, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_PRECONDITIONER_SCHUR, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< AT, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< AT, DomainEleOpStab >::MatSetValuesHook | matSetValuesHook |
| Specialise assembly for Stabilised matrix. | |
Protected Member Functions | |
| MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
| MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Protected Attributes | |
| double | heatTransferCoefficient |
| double | ambientTemperature |
| boost::shared_ptr< VectorDouble > | tPtr |
| std::vector< boost::shared_ptr< ScalingMethod > > | vecOfTimeScalingMethods |
Definition at line 61 of file ThermalConvection.hpp.
| using OpFluxRhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpBase = OpBaseImpl<A, EleOp> |
Definition at line 64 of file ThermalConvection.hpp.
| using OpFluxRhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpBase = OpBaseImpl<A, EleOp> |
Definition at line 64 of file ThermalConvection.hpp.
| OpFluxRhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpFluxRhsImpl | ( | MoFEM::Interface & | m_field, |
| int | ms_id, | ||
| std::string | field_name, | ||
| boost::shared_ptr< VectorDouble > | t_ptr, | ||
| std::vector< boost::shared_ptr< ScalingMethod > > | smv | ||
| ) |
Definition at line 97 of file ThermalConvection.hpp.
| OpFluxRhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpFluxRhsImpl | ( | MoFEM::Interface & | m_field, |
| int | ms_id, | ||
| std::string | field_name, | ||
| boost::shared_ptr< VectorDouble > | t_ptr | ||
| ) |
Definition at line 94 of file ThermalConvection.hpp.
|
protected |
|
protected |
|
protected |
Definition at line 72 of file ThermalConvection.hpp.
|
protected |
Definition at line 71 of file ThermalConvection.hpp.
|
protected |
Definition at line 73 of file ThermalConvection.hpp.
|
protected |
Definition at line 74 of file ThermalConvection.hpp.