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 93 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 156 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 105 of file mesh_from_geompack_poisson.cc.
|
inline |
Update the problem specs before solve (empty)
Definition at line 130 of file mesh_from_geompack_poisson.cc.
|
inline |
Update the problem specs before solve: (Re)set boundary conditions.
Definition at line 108 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 215 of file mesh_from_geompack_poisson.cc.
References TanhSolnForPoisson::get_exact_u().
Referenced by main().
|
inline |
Definition at line 135 of file mesh_from_geompack_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().
|
private |
Pointer to source function.
Definition at line 146 of file mesh_from_geompack_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().