v0.15.0
Loading...
Searching...
No Matches
ThermoElasticProblem::BlockedThermoElasticParameters Struct Reference
Inheritance diagram for ThermoElasticProblem::BlockedThermoElasticParameters:
[legend]
Collaboration diagram for ThermoElasticProblem::BlockedThermoElasticParameters:
[legend]

Public Member Functions

auto getCoeffExpansionPtr ()
 
auto getRefTempPtr ()
 

Public Attributes

VectorDouble coeffExpansion
 
double refTemp
 

Detailed Description

Definition at line 171 of file thermo_elastic.cpp.

Member Function Documentation

◆ getCoeffExpansionPtr()

auto ThermoElasticProblem::BlockedThermoElasticParameters::getCoeffExpansionPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 176 of file thermo_elastic.cpp.

176 {
177 return boost::shared_ptr<VectorDouble>(shared_from_this(),
179 }

◆ getRefTempPtr()

auto ThermoElasticProblem::BlockedThermoElasticParameters::getRefTempPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 181 of file thermo_elastic.cpp.

181 {
182 return boost::shared_ptr<double>(shared_from_this(), &refTemp);
183 }

Member Data Documentation

◆ coeffExpansion

VectorDouble ThermoElasticProblem::BlockedThermoElasticParameters::coeffExpansion
Examples
thermo_elastic.cpp.

Definition at line 173 of file thermo_elastic.cpp.

◆ refTemp

double ThermoElasticProblem::BlockedThermoElasticParameters::refTemp
Examples
thermo_elastic.cpp.

Definition at line 174 of file thermo_elastic.cpp.


The documentation for this struct was generated from the following file: