Go to the source code of this file.
Classes | |
class | RefineableFishPoissonProblem< ELEMENT > |
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
ConstSourceForPoisson | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Functions | |
void | ConstSourceForPoisson::get_source (const Vector< double > &x, double &source) |
Const source function. More... | |
template<class ELEMENT > | |
void | demo_fish_poisson (const string &directory_name) |
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
template<class ELEMENT > | |
void | demo_elastic_fish_poisson (const string &directory_name) |
Demonstrate how to solve "elastic" 2D Poisson problem in deformable fish-shaped domain with mesh adaptation. More... | |
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 perform only a single step. More... | |
Variables | |
double | ConstSourceForPoisson::Strength =1.0 |
Strength of source function: default value 1.0. More... | |
void demo_elastic_fish_poisson | ( | const string & | directory_name | ) |
Demonstrate how to solve "elastic" 2D Poisson problem in deformable fish-shaped domain with mesh adaptation.
Definition at line 511 of file algebraic_free_boundary_poisson.cc.
References RefineableFishPoissonProblem< ELEMENT >::doc_solution(), RefineableFishPoissonProblem< ELEMENT >::fish_mesh_pt(), and RefineableFishPoissonProblem< ELEMENT >::load().
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 460 of file algebraic_free_boundary_poisson.cc.
References RefineableFishPoissonProblem< ELEMENT >::doc_info(), RefineableFishPoissonProblem< ELEMENT >::doc_solution(), RefineableFishPoissonProblem< ELEMENT >::fish_mesh_pt(), and RefineableFishPoissonProblem< ELEMENT >::y_c().
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 perform only a single step.
Definition at line 558 of file algebraic_free_boundary_poisson.cc.