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 128 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 193 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 141 of file mesh_from_tetgen_poisson.cc.
|
inline |
Update the problem specs before solve (empty)
Definition at line 168 of file mesh_from_tetgen_poisson.cc.
|
inline |
Update the problem specs before solve: (Re)set boundary conditions.
Definition at line 145 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 252 of file mesh_from_tetgen_poisson.cc.
References TanhSolnForPoisson::get_exact_u().
Referenced by main().
|
inline |
Definition at line 172 of file mesh_from_tetgen_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().
|
private |
Pointer to source function.
Definition at line 183 of file mesh_from_tetgen_poisson.cc.
Referenced by PoissonProblem< ELEMENT >::PoissonProblem().