Namespace for exact solution. More...
Functions | |
void | get_exact_u (const double &t, const Vector< double > &x, Vector< double > &u) |
Exact solution of the problem as a vector. More... | |
void | get_exact_u (const double &t, const double &y, double &u) |
Exact solution of the problem as a scalar. More... | |
Namespace for exact solution.
void ExactSoln::get_exact_u | ( | const double & | t, |
const double & | y, | ||
double & | u | ||
) |
Exact solution of the problem as a scalar.
Definition at line 92 of file rayleigh_channel.cc.
References Global_Parameters::ReSt.
void ExactSoln::get_exact_u | ( | const double & | t, |
const Vector< double > & | x, | ||
Vector< double > & | u | ||
) |
Exact solution of the problem as a vector.
Definition at line 68 of file rayleigh_channel.cc.
References Global_Parameters::ReSt.
Referenced by RayleighProblem< ELEMENT, TIMESTEPPER >::actions_before_implicit_timestep(), RayleighProblem< ELEMENT, TIMESTEPPER >::doc_solution(), and RayleighProblem< ELEMENT, TIMESTEPPER >::set_initial_condition().