Classes | Namespaces | Functions | Variables
two_d_unsteady_heat.cc File Reference

Go to the source code of this file.

Classes

class  UnsteadyHeatProblem< ELEMENT >
 UnsteadyHeat problem. More...
 

Namespaces

 ExactSolnForUnsteadyHeat
 Namespace for unforced exact solution for UnsteadyHeat equation.
 

Functions

void ExactSolnForUnsteadyHeat::get_exact_u (const double &time, const Vector< double > &x, Vector< double > &u)
 Exact solution as a Vector. More...
 
void ExactSolnForUnsteadyHeat::get_exact_u (const double &time, const Vector< double > &x, double &u)
 Exact solution as a scalar. More...
 
void ExactSolnForUnsteadyHeat::get_source (const double &time, const Vector< double > &x, double &source)
 Source function to make it an exact solution. More...
 
int main ()
 Driver code for unsteady heat equation. More...
 

Variables

double ExactSolnForUnsteadyHeat::K =10
 Decay factor. More...
 
double ExactSolnForUnsteadyHeat::Phi =1.0
 Angle of bump. More...
 

Function Documentation

◆ main()

int main ( )