Go to the source code of this file.
Classes | |
| class | PoissonProblem< ELEMENT > |
| Micky mouse Poisson problem. More... | |
Namespaces | |
| namespace | TanhSolnForPoisson |
| Namespace for exact solution for Poisson equation with sharp step. | |
Functions | |
| void | TanhSolnForPoisson::get_exact_u (const Vector< double > &x, Vector< double > &u) |
| Exact solution as a Vector. | |
| void | TanhSolnForPoisson::get_exact_u (const Vector< double > &x, double &u) |
| Exact solution as a scalar. | |
| void | TanhSolnForPoisson::get_source (const Vector< double > &x, double &source) |
| Source function to make it an exact solution. | |
| int | main (int argc, char *argv[]) |
| Demonstrate how to solve Poisson problem. | |
Variables | |
| double | TanhSolnForPoisson::Alpha |
| Parameter for steepness of step. | |
| double | TanhSolnForPoisson::Beta |
| Parameter for angle of step. | |
Demonstrate how to solve Poisson problem.
Label for output
Definition at line 283 of file mesh_from_geompack_poisson.cc.
References TanhSolnForPoisson::get_source().