Go to the source code of this file.
Classes | |
| class | RefineableFishPoissonProblem< ELEMENT > |
| Refineable 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::get_source (const Vector< double > &x, double &source) |
| Const source function. More... | |
| int | main () |
| Demonstrate how to solve 2D Poisson problem in fish-shaped domain with black-box mesh adaptation and domain updates in response to changes in the domain shape. More... | |
| int main | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with black-box mesh adaptation and domain updates in response to changes in the domain shape.
Definition at line 197 of file fish_poisson_node_update.cc.
References RefineableFishPoissonProblem< ELEMENT >::doc_solution(), and RefineableFishPoissonProblem< ELEMENT >::mesh_pt().