![]() |
|
Classes | |
class | PoissonProblem< ELEMENT > |
Micky mouse Poisson problem. More... | |
Namespaces | |
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. More... | |
void | TanhSolnForPoisson::get_exact_u (const Vector< double > &x, double &u) |
Exact solution as a scalar. More... | |
void | TanhSolnForPoisson::get_source (const Vector< double > &x, double &source) |
Source function to make it an exact solution. More... | |
int | main (int argc, char *argv[]) |
Demonstrate how to solve Poisson problem. More... | |
Demonstrate how to solve Poisson problem.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Label for output
References oomph::CommandLineArgs::Argc, TanhSolnForPoisson::Beta, TanhSolnForPoisson::get_source(), oomph::DocInfo::number(), problem, oomph::DocInfo::set_directory(), and Flag_definition::setup().