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. More... | |
| void | source_function (const Vector< double > &x, double &source) |
| Source function required to make the solution above an exact solution. More... | |
| void | get_source (const Vector< double > &x, double &source) |
| Source function required to make the solution above an exact solution. More... | |
Variables | |
| double | Alpha =1.0 |
| Parameter for steepness of "step". More... | |
| double | TanPhi =0.0 |
| Parameter for angle Phi of "step". More... | |
Namespace for exact solution for Poisson equation with "sharp step".
| void TanhSolnForPoisson::get_exact_u | ( | const Vector< double > & | x, |
| Vector< double > & | u | ||
| ) |
Exact solution as a Vector.
Definition at line 59 of file two_d_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::actions_after_newton_solve(), PoissonProblem< ELEMENT >::actions_before_newton_solve(), PoissonProblem< ELEMENT >::doc_solution(), and PoissonProblem< ELEMENT >::PoissonProblem().
| void TanhSolnForPoisson::get_source | ( | const Vector< double > & | x, |
| double & | source | ||
| ) |
Source function required to make the solution above an exact solution.
Definition at line 67 of file two_d_poisson2.cc.
| void TanhSolnForPoisson::source_function | ( | const Vector< double > & | x, |
| double & | source | ||
| ) |
Source function required to make the solution above an exact solution.
Definition at line 65 of file two_d_poisson.cc.
Referenced by main().
| double TanhSolnForPoisson::Alpha =1.0 |
Parameter for steepness of "step".
Definition at line 53 of file two_d_poisson.cc.
| double TanhSolnForPoisson::TanPhi =0.0 |
Parameter for angle Phi of "step".
Definition at line 56 of file two_d_poisson.cc.