Go to the source code of this file.
Classes | |
class | SimpleRefineableFishMesh< ELEMENT > |
Fish shaped mesh with simple adaptivity (no macro elements). More... | |
class | SimpleRefineableFishPoissonProblem< 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::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 mesh adaptation. First we solve on the original coarse mesh. Next we do a few uniform refinement steps and resolve. Finally, we enter into an automatic adapation loop. More... | |
int main | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with mesh adaptation. First we solve on the original coarse mesh. Next we do a few uniform refinement steps and resolve. Finally, we enter into an automatic adapation loop.
Definition at line 232 of file fish_poisson_simple_adapt.cc.
References SimpleRefineableFishPoissonProblem< ELEMENT >::doc_solution(), and SimpleRefineableFishPoissonProblem< ELEMENT >::mesh_pt().