![]() |
|
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 () |
void | solve_with_selected_refinement_pattern () |
Solve 2D fish Poisson problem with a selected refinement pattern. More... | |
int | main (int argc, char **argv) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with mesh adaptation.
References solve_with_fully_automatic_adaptation(), solve_with_incremental_adaptation(), and solve_with_selected_refinement_pattern().
void solve_with_fully_automatic_adaptation | ( | ) |
Demonstrate how to solve 2D Poisson problem in fish-shaped domain with fully automatic mesh adaptation
References e(), MergeRestartFiles::filename, oomph::DocInfo::number(), oomph::oomph_info, problem, oomph::DocInfo::set_directory(), and oomph::Global_string_for_annotation::string().
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 e(), MergeRestartFiles::filename, oomph::DocInfo::label(), oomph::DocInfo::number(), oomph::oomph_info, problem, oomph::DocInfo::set_directory(), and oomph::Global_string_for_annotation::string().
Referenced by main().
void solve_with_selected_refinement_pattern | ( | ) |
Solve 2D fish Poisson problem with a selected refinement pattern.
References e(), MergeRestartFiles::filename, oomph::FiniteElement::node_pt(), oomph::DocInfo::number(), oomph::oomph_info, problem, oomph::DocInfo::set_directory(), oomph::Global_string_for_annotation::string(), and oomph::Node::x().
Referenced by main().