Poisson problem in refineable eighth of a sphere mesh. More...
  
 Public Member Functions | |
| EighthSpherePoissonProblem (PoissonEquations< 3 >::PoissonSourceFctPt source_fct_pt) | |
| Constructor: Pass pointer to source function.  More... | |
| ~EighthSpherePoissonProblem () | |
| Destructor: Empty.  More... | |
| RefineableEighthSphereMesh< ELEMENT > * | mesh_pt () | 
| Overload generic access function by one that returns a pointer to the specific mesh.  More... | |
| void | actions_after_newton_solve () | 
| Update the problem specs after solve (empty)  More... | |
| void | actions_before_newton_solve () | 
| Update the problem specs before solve: Set Dirchlet boundary conditions from exact solution.  More... | |
| void | doc_solution (DocInfo &doc_info) | 
| Doc the solution.  More... | |
Private Attributes | |
| PoissonEquations< 3 >::PoissonSourceFctPt | Source_fct_pt | 
| Pointer to source function.  More... | |
Poisson problem in refineable eighth of a sphere mesh.
Definition at line 135 of file eighth_sphere_poisson.cc.
| EighthSpherePoissonProblem< ELEMENT >::EighthSpherePoissonProblem | ( | PoissonEquations< 3 >::PoissonSourceFctPt | source_fct_pt | ) | 
Constructor: Pass pointer to source function.
Constructor for Poisson problem on eighth of a sphere mesh.
Create mesh for sphere of radius 5
Definition at line 199 of file eighth_sphere_poisson.cc.
References TanhSolnForPoisson::Alpha, EighthSpherePoissonProblem< ELEMENT >::mesh_pt(), and EighthSpherePoissonProblem< ELEMENT >::Source_fct_pt.
      
  | 
  inline | 
Destructor: Empty.
Definition at line 145 of file eighth_sphere_poisson.cc.
      
  | 
  inline | 
Update the problem specs after solve (empty)
Definition at line 155 of file eighth_sphere_poisson.cc.
      
  | 
  inline | 
Update the problem specs before solve: Set Dirchlet boundary conditions from exact solution.
Definition at line 159 of file eighth_sphere_poisson.cc.
References TanhSolnForPoisson::get_exact_u().
| void EighthSpherePoissonProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) | 
Doc the solution.
Definition at line 275 of file eighth_sphere_poisson.cc.
References TanhSolnForPoisson::get_exact_u(), and EighthSpherePoissonProblem< ELEMENT >::mesh_pt().
Referenced by main().
      
  | 
  inline | 
Overload generic access function by one that returns a pointer to the specific mesh.
Definition at line 149 of file eighth_sphere_poisson.cc.
Referenced by EighthSpherePoissonProblem< ELEMENT >::doc_solution(), EighthSpherePoissonProblem< ELEMENT >::EighthSpherePoissonProblem(), and main().
      
  | 
  private | 
Pointer to source function.
Definition at line 187 of file eighth_sphere_poisson.cc.
Referenced by EighthSpherePoissonProblem< ELEMENT >::EighthSpherePoissonProblem().