Refineable Poisson problem in fish-shaped domain. Template parameter identifies the element type. More...
Public Member Functions | |
RefineableFishPoissonProblem () | |
Constructor. More... | |
virtual | ~RefineableFishPoissonProblem () |
Destructor: Empty. 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 (empty) More... | |
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. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. Output directory and labels are specified by DocInfo object. More... | |
RefineableFishPoissonProblem () | |
Constructor. More... | |
virtual | ~RefineableFishPoissonProblem () |
Destructor: Empty. 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 (empty) More... | |
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. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. Output directory and labels are specified by DocInfo object. More... | |
Refineable Poisson problem in fish-shaped domain. Template parameter identifies the element type.
Definition at line 67 of file fish_poisson_adapt.cc.
RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem |
Constructor.
Constructor for adaptive Poisson problem in fish-shaped domain.
Definition at line 107 of file fish_poisson_adapt.cc.
References ConstSourceForPoisson::get_source().
|
inlinevirtual |
Destructor: Empty.
Definition at line 76 of file fish_poisson_adapt.cc.
RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem | ( | ) |
Constructor.
|
inlinevirtual |
Destructor: Empty.
Definition at line 76 of file fish_poisson_node_update.cc.
|
inline |
Update the problem specs after solve (empty)
Definition at line 79 of file fish_poisson_adapt.cc.
|
inline |
Update the problem specs after solve (empty)
Definition at line 79 of file fish_poisson_node_update.cc.
|
inline |
Update the problem specs before solve (empty)
Definition at line 82 of file fish_poisson_adapt.cc.
|
inline |
Update the problem specs before solve (empty)
Definition at line 82 of file fish_poisson_node_update.cc.
void RefineableFishPoissonProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution. Output directory and labels are specified by DocInfo object.
Doc the solution in tecplot format.
Definition at line 160 of file fish_poisson_adapt.cc.
Referenced by main(), and solve_with_incremental_adaptation().
void RefineableFishPoissonProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution. Output directory and labels are specified by DocInfo object.
|
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 87 of file fish_poisson_adapt.cc.
Referenced by main(), and solve_with_incremental_adaptation().
|
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 87 of file fish_poisson_node_update.cc.