![]() |
|
Functions | |
| void | get_pressure (const Vector< double > &x, double &pressure) |
| void | get_airy_forcing (const Vector< double > &x, double &airy_forcing) |
| void | zero (const Vector< double > &x, Vector< double > &u) |
Variables | |
| double | A = 1.0 |
| double | B = 2.0 |
| double | eta = 1 |
| double | r_b = 0.1 |
| Data * | p_b_pt = 0 |
| Data * | p_0_pt = 0 |
| double | prescribed_volume = 0.01 |
References p_0_pt, p_b_pt, UniformPSDSelfTest::r, r_b, sqrt(), oomph::Data::value(), and plotDoE::x.
Referenced by UnstructuredFvKProblem< ELEMENT >::doc_solution().
| double TestSoln::A = 1.0 |
| double TestSoln::B = 2.0 |
| double TestSoln::eta = 1 |
Referenced by oomph::PolarNavierStokesTractionElement< ELEMENT >::fill_in_generic_residual_contribution(), main(), oomph::jh_mesh< ELEMENT >::make_traction_elements(), Eigen::internal::minres(), Eigen::internal::psqrt_complex(), BaseStateProblem< BASE_ELEMENT >::set_boundary_conditions(), and oomph::PolarNavierStokesTractionElement< ELEMENT >::set_eta().
| Data* TestSoln::p_0_pt = 0 |
Referenced by UnstructuredFvKProblem< ELEMENT >::doc_solution(), and get_pressure().
| Data* TestSoln::p_b_pt = 0 |
| double TestSoln::prescribed_volume = 0.01 |
Referenced by UnstructuredFvKProblem< ELEMENT >::actions_after_adapt().
| double TestSoln::r_b = 0.1 |
Referenced by get_pressure().