Go to the source code of this file.
Classes | |
class | FishPoissonProblem< ELEMENT > |
Poisson problem in fish-shaped domain. Template parameter identifies the element type. More... | |
Namespaces | |
ConstSourceForPoisson | |
Namespace for const source term in Poisson equation. | |
Functions | |
void | ConstSourceForPoisson::source_function (const Vector< double > &x, double &source) |
Const source function. More... | |
int | main () |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain. More... | |
int main | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain.
Definition at line 209 of file fish_poisson_no_adapt.cc.
References FishPoissonProblem< ELEMENT >::doc_solution().