Micky mouse Poisson problem. More...
  
 Public Member Functions | |
| PoissonProblem (PoissonEquations< 3 >::PoissonSourceFctPt source_fct_pt, const string &node_file_name, const string &element_file_name, const string &face_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... | |
| TetgenMesh< ELEMENT > * | mesh_pt () | 
| void | doc_solution (const unsigned &nplot, DocInfo &doc_info) | 
| Doc the solution.  More... | |
Private Attributes | |
| PoissonEquations< 3 >::PoissonSourceFctPt | Source_fct_pt | 
| Pointer to source function.  More... | |
Micky mouse Poisson problem.
Definition at line 132 of file mesh_from_tetgen_poisson.cc.
| PoissonProblem< ELEMENT >::PoissonProblem | ( | PoissonEquations< 3 >::PoissonSourceFctPt | source_fct_pt, | 
| const string & | node_file_name, | ||
| const string & | element_file_name, | ||
| const string & | face_file_name | ||
| ) | 
Constructor.
Constructor for Poisson problem.
Definition at line 198 of file mesh_from_tetgen_poisson.cc.
References TanhSolnForPoisson::Alpha, PoissonProblem< ELEMENT >::mesh_pt(), and PoissonProblem< ELEMENT >::Source_fct_pt.
      
  | 
  inline | 
Destructor (empty)
Definition at line 145 of file mesh_from_tetgen_poisson.cc.
      
  | 
  inline | 
Update the problem specs before solve (empty)
Definition at line 172 of file mesh_from_tetgen_poisson.cc.
      
  | 
  inline | 
Update the problem specs before solve: (Re)set boundary conditions.
Definition at line 149 of file mesh_from_tetgen_poisson.cc.
References TanhSolnForPoisson::get_exact_u().
| void PoissonProblem< ELEMENT >::doc_solution | ( | const unsigned & | nplot, | 
| DocInfo & | doc_info | ||
| ) | 
Doc the solution.
Definition at line 256 of file mesh_from_tetgen_poisson.cc.
References TanhSolnForPoisson::get_exact_u(), and PoissonProblem< ELEMENT >::mesh_pt().
Referenced by main().
      
  | 
  inline | 
Definition at line 176 of file mesh_from_tetgen_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::doc_solution(), and PoissonProblem< ELEMENT >::PoissonProblem().
      
  | 
  private | 
Pointer to source function.
Definition at line 187 of file mesh_from_tetgen_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().