Namespace for exact solution for Poisson equation with "sharp step". More...
Functions | |
void | get_exact_u (const Vector< double > &x, Vector< double > &u) |
Exact solution as a Vector. | |
void | get_source (const Vector< double > &x, double &source) |
Source function required to make the solution above an exact solution. | |
Variables | |
double | Alpha =5.0 |
Parameter for steepness of "step". | |
double | TanPhi =0.0 |
Parameter for angle Phi of "step". | |
Namespace for exact solution for Poisson equation with "sharp step".
Exact solution as a Vector.
Definition at line 98 of file two_d_poisson_adapt.cc.
Referenced by RefineablePoissonProblem< ELEMENT >::actions_before_newton_solve(), and RefineablePoissonProblem< ELEMENT >::doc_solution().
Source function required to make the solution above an exact solution.
Definition at line 104 of file two_d_poisson_adapt.cc.
Referenced by main().
double TanhSolnForPoisson::Alpha =5.0 |
Parameter for steepness of "step".
Definition at line 92 of file two_d_poisson_adapt.cc.
Referenced by get_exact_u(), get_source(), and main().
double TanhSolnForPoisson::TanPhi =0.0 |
Parameter for angle Phi of "step".
Definition at line 95 of file two_d_poisson_adapt.cc.
Referenced by get_exact_u(), get_source(), and main().