![]() |
|
Classes | |
class | RefineableFishPoissonProblem< ELEMENT > |
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... | |
void | solve_with_incremental_adaptation () |
void | solve_with_fully_automatic_adaptation () |
int | main () |
int main | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with mesh adaptation.
References solve_with_fully_automatic_adaptation(), and solve_with_incremental_adaptation().
void solve_with_fully_automatic_adaptation | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with fully automatic mesh adaptation
References oomph::DocInfo::number(), problem, and oomph::DocInfo::set_directory().
Referenced by main().
void solve_with_incremental_adaptation | ( | ) |
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 re-solve. Finally, we enter into an automatic adapation loop.
References oomph::DocInfo::number(), problem, and oomph::DocInfo::set_directory().
Referenced by main().