![]() |
|
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... | |
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.
Exact solution of the problem as a scalar.
References Eigen::bfloat16_impl::exp(), I, lambda, Eigen::internal::omega(), BiharmonicTestFunctions2::Pi, Global_Parameters::ReSt, sqrt(), plotPSD::t, and y.
Exact solution of the problem as a vector.
References Eigen::bfloat16_impl::exp(), I, lambda, Eigen::internal::omega(), BiharmonicTestFunctions2::Pi, Global_Parameters::ReSt, sqrt(), plotPSD::t, plotDoE::x, and y.
Referenced by RayleighProblem< ELEMENT, TIMESTEPPER >::actions_before_implicit_timestep(), RayleighProblem< ELEMENT, TIMESTEPPER >::doc_solution(), RayleighTractionProblem< ELEMENT, TIMESTEPPER >::doc_solution(), RayleighProblem< ELEMENT, TIMESTEPPER >::set_initial_condition(), 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.
References Eigen::bfloat16_impl::exp(), I, lambda, Eigen::internal::omega(), BiharmonicTestFunctions2::Pi, Global_Parameters::ReSt, sqrt(), plotPSD::t, plotDoE::x, and y.
Referenced by RayleighTractionProblem< ELEMENT, TIMESTEPPER >::RayleighTractionProblem().