|
void | Global_Parameters::boundary_traction (const double &time, const Vector< double > &x, const Vector< double > &n, Vector< double > &result) |
| The traction function at r=Rmin: (t_r, t_z, t_theta) More...
|
|
void | Global_Parameters::body_force (const double &time, const Vector< double > &x, Vector< double > &result) |
| The body force function; returns vector of doubles in the order (b_r, b_z, b_theta) More...
|
|
void | Global_Parameters::exact_solution_th (const Vector< double > &x, Vector< double > &u) |
| Helper function - spatial components of the exact solution in a vector. This is necessary because we need to multiply this by different things to obtain the velocity and acceleration 0: u_r, 1: u_z, 2: u_theta. More...
|
|
double | Global_Parameters::u_r (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the r-component of displacement. More...
|
|
double | Global_Parameters::u_z (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the z-component of displacement. More...
|
|
double | Global_Parameters::u_theta (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the theta-component of displacement. More...
|
|
double | Global_Parameters::d_u_r_dt (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the r-component of velocity. More...
|
|
double | Global_Parameters::d_u_z_dt (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the z-component of velocity. More...
|
|
double | Global_Parameters::d_u_theta_dt (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the theta-component of velocity. More...
|
|
double | Global_Parameters::d2_u_r_dt2 (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the r-component of acceleration. More...
|
|
double | Global_Parameters::d2_u_z_dt2 (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the z-component of acceleration. More...
|
|
double | Global_Parameters::d2_u_theta_dt2 (const double &time, const Vector< double > &x) |
| Calculate the time dependent form of the theta-component of acceleration. More...
|
|
void | Global_Parameters::exact_solution (const double &time, const Vector< double > &x, Vector< double > &u) |
| The exact solution in a vector: 0: u_r, 1: u_z, 2: u_theta and their 1st and 2nd derivs. More...
|
|
int | main (int argc, char *argv[]) |
| Driver code. More...
|
|