Go to the source code of this file.
Classes | |
class | RefineableFishPoissonProblem< ELEMENT > |
Refineable Poisson problem in deformable fish-shaped domain. Template parameter identify the elements. More... | |
Namespaces | |
namespace | ConstSourceForPoisson |
Namespace for const source term in Poisson equation. | |
Functions | |
void | ConstSourceForPoisson::get_source (const Vector< double > &x, double &source) |
Const source function. | |
template<class ELEMENT > | |
void | demo_fish_poisson (const string &directory_name) |
Demonstrate how to solve 2D Poisson problem in deformable fish-shaped domain with mesh adaptation. | |
template<class ELEMENT > | |
void | demo_elastic_fish_poisson (const string &directory_name) |
Demonstrate how to solve coupled "elastic" 2D Poisson problem in deformable fish-shaped domain with mesh adaptation. | |
int | main (int argc, char *argv[]) |
Driver for "elastic" fish poisson solver with adaptation. If there are any command line arguments, we regard this as a validation run and reduce the targets for the mesh adaptation. | |
Demonstrate how to solve coupled "elastic" 2D Poisson problem in deformable fish-shaped domain with mesh adaptation.
Definition at line 446 of file old_for_doc.cc.
References demo_fish_poisson().
void demo_fish_poisson | ( | const string & | directory_name | ) |
Demonstrate how to solve 2D Poisson problem in deformable fish-shaped domain with mesh adaptation.
Definition at line 383 of file old_for_doc.cc.
References demo_fish_poisson().
Referenced by demo_elastic_fish_poisson(), demo_fish_poisson(), main(), RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem(), and RefineableFishPoissonProblem< ELEMENT >::y_c().
Driver for "elastic" fish poisson solver with adaptation. If there are any command line arguments, we regard this as a validation run and reduce the targets for the mesh adaptation.
Definition at line 485 of file old_for_doc.cc.
References demo_fish_poisson().