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

Detailed Description

template<class ELEMENT>
class PoissonProblem< ELEMENT >

Micky mouse Poisson problem.

Definition at line 93 of file mesh_from_geompack_poisson.cc.

Constructor & Destructor Documentation

◆ PoissonProblem()

template<class ELEMENT >
PoissonProblem< ELEMENT >::PoissonProblem ( PoissonEquations< 2 >::PoissonSourceFctPt  source_fct_pt,
const string &  mesh_file_name,
const string &  curve_file_name 
)

◆ ~PoissonProblem()

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

Destructor (empty)

Definition at line 105 of file mesh_from_geompack_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 130 of file mesh_from_geompack_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 108 of file mesh_from_geompack_poisson.cc.

References TanhSolnForPoisson::get_exact_u().

◆ doc_solution()

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

◆ mesh_pt()

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

Member Data Documentation

◆ Source_fct_pt

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

Pointer to source function.

Definition at line 146 of file mesh_from_geompack_poisson.cc.

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


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