Public Member Functions | |
FishPoissonProblem () | |
Constructor. More... | |
virtual | ~FishPoissonProblem () |
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... | |
FishMesh< 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... | |
Poisson problem in fish-shaped domain. Template parameter identifies the element type.
Definition at line 71 of file fish_poisson_no_adapt.cc.
FishPoissonProblem< ELEMENT >::FishPoissonProblem | ( | ) |
Constructor.
Constructor for Poisson problem in fish-shaped domain.
Definition at line 111 of file fish_poisson_no_adapt.cc.
References ConstSourceForPoisson::source_function().
|
inlinevirtual |
Destructor: Empty.
Definition at line 80 of file fish_poisson_no_adapt.cc.
|
inline |
Update the problem specs after solve (empty)
Definition at line 83 of file fish_poisson_no_adapt.cc.
|
inline |
Update the problem specs before solve (empty)
Definition at line 86 of file fish_poisson_no_adapt.cc.
void FishPoissonProblem< 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_no_adapt.cc.
Referenced by main().
|
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_no_adapt.cc.