/////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
ThermalProblem () | |
Constructor. More... | |
~ThermalProblem () | |
Destructor. Empty. More... | |
void | actions_before_newton_solve () |
Update the problem specs before solve (empty) More... | |
void | actions_after_newton_solve () |
Update the problem after solve (empty) More... | |
void | actions_before_adapt () |
Actions before adapt:(empty) More... | |
void | doc_solution () |
Doc the solution. More... | |
ElasticRectangularQuadMesh< ELEMENT > * | mesh_pt () |
Overloaded version of the problem's access function to the mesh. Recasts the pointer to the base Mesh object to the actual mesh type. More... | |
Private Attributes | |
DocInfo | Doc_info |
DocInfo object. More... | |
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
2D Thermoelasticity problem on rectangular domain, discretised with refineable elements. The specific type of element is specified via the template parameter.
ThermalProblem< ELEMENT >::ThermalProblem |
Constructor.
Constructor for Convection problem.
Definition at line 293 of file thermo.cc.
References Global_Physical_Variables::Alpha, and Global_Physical_Variables::Constitutive_law_pt.
|
inline |
|
inline |
|
inline |
|
inline |
void ThermalProblem< ELEMENT >::doc_solution |
|
inline |
|
private |