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 | prescribed_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Traction required at the top boundary. More... | |
Namespace for exact solution.
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 67 of file rayleigh_traction_channel.cc.
References Global_Parameters::ReSt.
Referenced by RayleighTractionProblem< ELEMENT, TIMESTEPPER >::doc_solution(), and RayleighTractionProblem< ELEMENT, TIMESTEPPER >::set_initial_condition().
void ExactSoln::prescribed_traction | ( | const double & | t, |
const Vector< double > & | x, | ||
const Vector< double > & | n, | ||
Vector< double > & | traction | ||
) |
Traction required at the top boundary.
Definition at line 92 of file rayleigh_traction_channel.cc.
References Global_Parameters::ReSt.
Referenced by RayleighTractionProblem< ELEMENT, TIMESTEPPER >::RayleighTractionProblem().