Micky mouse Poisson problem. More...
  
 Public Member Functions | |
| PoissonProblem (PoissonEquations< 2 >::PoissonSourceFctPt source_fct_pt, const string &mesh_file_name, const string &curve_file_name) | |
| Constructor.  More... | |
| ~PoissonProblem () | |
| Destructor (empty)  More... | |
| void | actions_before_newton_solve () | 
| Update the problem specs before solve: (Re)set boundary conditions.  More... | |
| void | actions_after_newton_solve () | 
| Update the problem specs before solve (empty)  More... | |
| GeompackQuadMesh< ELEMENT > * | mesh_pt () | 
| void | doc_solution (DocInfo &doc_info) | 
| Doc the solution.  More... | |
Private Attributes | |
| PoissonEquations< 2 >::PoissonSourceFctPt | Source_fct_pt | 
| Pointer to source function.  More... | |
Micky mouse Poisson problem.
Definition at line 97 of file mesh_from_geompack_poisson.cc.
| PoissonProblem< ELEMENT >::PoissonProblem | ( | PoissonEquations< 2 >::PoissonSourceFctPt | source_fct_pt, | 
| const string & | mesh_file_name, | ||
| const string & | curve_file_name | ||
| ) | 
Constructor.
Constructor for Poisson problem.
Definition at line 161 of file mesh_from_geompack_poisson.cc.
References TanhSolnForPoisson::Alpha, TanhSolnForPoisson::Beta, PoissonProblem< ELEMENT >::mesh_pt(), and PoissonProblem< ELEMENT >::Source_fct_pt.
      
  | 
  inline | 
Destructor (empty)
Definition at line 109 of file mesh_from_geompack_poisson.cc.
      
  | 
  inline | 
Update the problem specs before solve (empty)
Definition at line 134 of file mesh_from_geompack_poisson.cc.
      
  | 
  inline | 
Update the problem specs before solve: (Re)set boundary conditions.
Definition at line 112 of file mesh_from_geompack_poisson.cc.
References TanhSolnForPoisson::get_exact_u().
| void PoissonProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) | 
Doc the solution.
Definition at line 219 of file mesh_from_geompack_poisson.cc.
References TanhSolnForPoisson::get_exact_u(), and PoissonProblem< ELEMENT >::mesh_pt().
Referenced by main().
      
  | 
  inline | 
Definition at line 139 of file mesh_from_geompack_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::doc_solution(), and PoissonProblem< ELEMENT >::PoissonProblem().
      
  | 
  private | 
Pointer to source function.
Definition at line 150 of file mesh_from_geompack_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().