action functions
|
Please note that the library has not been "officially" released. While we continue to work on the documentation, these web pages are likely to contain broken links and documents in draft form. Please send an email to if you wish to be informed of the library's "official" release. |
Definition at line 71 of file fish_poisson.cc.
Public Member Functions | |
| RefineableFishPoissonProblem () | |
| Constructor. | |
| virtual | ~RefineableFishPoissonProblem () |
| Destructor: Empty. | |
| void | actions_after_newton_solve () |
| Update the problem specs after solve (empty). | |
| void | actions_before_newton_solve () |
| Update the problem specs before solve (empty). | |
| RefineableFishMesh< ELEMENT > * | mesh_pt () |
| Overloaded version of the problem's access function to the mesh. Recasts the pointer to the base Mesh object to the actual mesh type. | |
| void | doc_solution (DocInfo &doc_info) |
| Doc the solution. Output directory and labels are specified by DocInfo object. | |
| RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem | ( | ) |
Constructor.
Constructor for adaptive Poisson problem in fish-shaped domain.
Definition at line 111 of file fish_poisson.cc.
References RefineableFishPoissonProblem< ELEMENT >::mesh_pt(), and ConstSourceForPoisson::source_function().
| virtual RefineableFishPoissonProblem< ELEMENT >::~RefineableFishPoissonProblem | ( | ) | [inline, virtual] |
| void RefineableFishPoissonProblem< ELEMENT >::actions_after_newton_solve | ( | ) | [inline] |
| void RefineableFishPoissonProblem< ELEMENT >::actions_before_newton_solve | ( | ) | [inline] |
| void RefineableFishPoissonProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution. Output directory and labels are specified by DocInfo object.
Definition at line 163 of file fish_poisson.cc.
References RefineableFishPoissonProblem< ELEMENT >::mesh_pt().
Referenced by solve_with_fully_automatic_adaptation(), and solve_with_incremental_adaptation().
| RefineableFishMesh<ELEMENT>* RefineableFishPoissonProblem< ELEMENT >::mesh_pt | ( | ) | [inline] |
Overloaded version of the problem's access function to the mesh. Recasts the pointer to the base Mesh object to the actual mesh type.
Definition at line 91 of file fish_poisson.cc.
Referenced by RefineableFishPoissonProblem< ELEMENT >::doc_solution(), RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem(), solve_with_fully_automatic_adaptation(), and solve_with_incremental_adaptation().
1.4.7