Public Member Functions | Private Attributes | List of all members
PoissonProblem< ELEMENT > Class Template Reference

Micky mouse Poisson problem. More...

Inheritance diagram for PoissonProblem< ELEMENT >:

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...
 

Detailed Description

template<class ELEMENT>
class PoissonProblem< ELEMENT >

Micky mouse Poisson problem.

Definition at line 128 of file mesh_from_tetgen_poisson.cc.

Constructor & Destructor Documentation

◆ PoissonProblem()

template<class ELEMENT >
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.

◆ ~PoissonProblem()

template<class ELEMENT >
PoissonProblem< ELEMENT >::~PoissonProblem ( )
inline

Destructor (empty)

Definition at line 141 of file mesh_from_tetgen_poisson.cc.

Member Function Documentation

◆ actions_after_newton_solve()

template<class ELEMENT >
void PoissonProblem< ELEMENT >::actions_after_newton_solve ( )
inline

Update the problem specs before solve (empty)

Definition at line 168 of file mesh_from_tetgen_poisson.cc.

◆ actions_before_newton_solve()

template<class ELEMENT >
void PoissonProblem< ELEMENT >::actions_before_newton_solve ( )
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().

◆ doc_solution()

template<class ELEMENT >
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().

◆ mesh_pt()

template<class ELEMENT >
TetgenMesh<ELEMENT>* PoissonProblem< ELEMENT >::mesh_pt ( )
inline

Member Data Documentation

◆ Source_fct_pt

template<class ELEMENT >
PoissonEquations<3>::PoissonSourceFctPt PoissonProblem< ELEMENT >::Source_fct_pt
private

Pointer to source function.

Definition at line 183 of file mesh_from_tetgen_poisson.cc.

Referenced by PoissonProblem< ELEMENT >::PoissonProblem().


The documentation for this class was generated from the following file: