Example codes
and tutorials
The (Not-so) Quick Guide
List of tutorials/demo codes
Single-Physics Problems
Poisson
Adaptivity illustrated for Poisson
Advection-Diffusion
Unsteady heat equation
Linear wave equation
The Young-Laplace equation
Navier-Stokes
Free-surface Navier-Stokes
Axisymmetric Navier-Stokes
Solid mechanics
Beam structures
Shell structures
Multi-physics Problems
Fluid-structure interaction
Boussinesq convection
Steady thermoelasticity
Methods-based example codes and tutorials
Mesh generation
Linear solvers and preconditioners
Visualisation of the results
Parallel processing
How to write a new element
How to write a new refineable element
Default nonlinear solvers -- the sequence of action functions
...
Documentation
FE theory and top-down discussion of the data structure
The (Not-so) Quick Guide
Comprehensive bottom-up discussion of the data structure
List of available structured and unstructured meshes
Linear solvers and preconditioners
Visualisation of the results
Parallel processing
Coding conventions and C++ style
Creating documentation
Optimisation - robustness vs. "raw speed"
Linear vs. nonlinear problems
Storing shape functions
Changing the default "full" integration scheme
Disabling the ALE formulation of unsteady equations
C vs. C++ output
Different sparse assembly techniques and the STL memory pool
Publications
Publications
Talks
Journal publications
Theses
Picture show
Download
Copyright
Download/installation instructions
Download page
FAQ & Contact
FAQ
Change log
Bugs and other known problems
Completeness of the library & our "To-Do List"
Contact the developers
Get involved

 


Beta release!

Please note that the library has not been "officially" released. While we continue to work on the documentation, these web pages are likely to contain broken links and documents in draft form. Please send an email to

oomph-lib AT maths DOT man DOT ac DOT uk

if you wish to be informed of the library's "official" release.

RefineableFishPoissonProblem< ELEMENT > Class Template Reference

List of all members.

Detailed Description

template<class ELEMENT>
class RefineableFishPoissonProblem< ELEMENT >

Refineable Poisson problem in fish-shaped domain. Template parameter identifies the element type.

Definition at line 71 of file fish_poisson.cc.


Public Member Functions

 RefineableFishPoissonProblem ()
 Constructor.
virtual ~RefineableFishPoissonProblem ()
 Destructor: Empty.
void actions_after_newton_solve ()
 Update the problem specs after solve (empty).
void actions_before_newton_solve ()
 Update the problem specs before solve (empty).
RefineableFishMesh< 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.
void doc_solution (DocInfo &doc_info)
 Doc the solution. Output directory and labels are specified by DocInfo object.

Constructor & Destructor Documentation

template<class ELEMENT>
RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem (  ) 

Constructor.

Constructor for adaptive Poisson problem in fish-shaped domain.

Definition at line 111 of file fish_poisson.cc.

References RefineableFishPoissonProblem< ELEMENT >::mesh_pt(), and ConstSourceForPoisson::source_function().

template<class ELEMENT>
virtual RefineableFishPoissonProblem< ELEMENT >::~RefineableFishPoissonProblem (  )  [inline, virtual]

Destructor: Empty.

Definition at line 80 of file fish_poisson.cc.


Member Function Documentation

template<class ELEMENT>
void RefineableFishPoissonProblem< ELEMENT >::actions_after_newton_solve (  )  [inline]

Update the problem specs after solve (empty).

Definition at line 83 of file fish_poisson.cc.

template<class ELEMENT>
void RefineableFishPoissonProblem< ELEMENT >::actions_before_newton_solve (  )  [inline]

Update the problem specs before solve (empty).

Definition at line 86 of file fish_poisson.cc.

template<class ELEMENT>
void RefineableFishPoissonProblem< ELEMENT >::doc_solution ( DocInfo &  doc_info  ) 

Doc the solution. Output directory and labels are specified by DocInfo object.

Definition at line 163 of file fish_poisson.cc.

References RefineableFishPoissonProblem< ELEMENT >::mesh_pt().

Referenced by solve_with_fully_automatic_adaptation(), and solve_with_incremental_adaptation().

template<class ELEMENT>
RefineableFishMesh<ELEMENT>* RefineableFishPoissonProblem< ELEMENT >::mesh_pt (  )  [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.cc.

Referenced by RefineableFishPoissonProblem< ELEMENT >::doc_solution(), RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem(), solve_with_fully_automatic_adaptation(), and solve_with_incremental_adaptation().


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 11:31:02 2009 by  doxygen 1.4.7