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.

oomph::OneDimensionalLegendreShape< NNODE_1D > Class Template Reference

#include <shape.h>

Inheritance diagram for oomph::OneDimensionalLegendreShape< NNODE_1D >:

oomph::Shape List of all members.

Detailed Description

template<unsigned NNODE_1D>
class oomph::OneDimensionalLegendreShape< NNODE_1D >

Class that returns the shape functions associated with legendre.

Definition at line 671 of file shape.h.


Public Member Functions

 OneDimensionalLegendreShape (const double &s)
 Constructor.

Static Public Member Functions

static void calculate_nodal_positions ()
 Static function used to populate the stored positions.
static double nodal_position (const unsigned &n)

Static Public Attributes

static Vector< double > z

Static Private Attributes

static bool Nodes_calculated = false

Constructor & Destructor Documentation

template<unsigned NNODE_1D>
oomph::OneDimensionalLegendreShape< NNODE_1D >::OneDimensionalLegendreShape ( const double &  s  )  [inline]

Constructor.

Definition at line 692 of file shape.h.

References oomph::Orthpoly::dlegendre(), oomph::Orthpoly::eps, oomph::Orthpoly::legendre(), and oomph::OneDimensionalLegendreShape< NNODE_1D >::z.


Member Function Documentation

template<unsigned NNODE_1D>
static void oomph::OneDimensionalLegendreShape< NNODE_1D >::calculate_nodal_positions (  )  [inline, static]

Static function used to populate the stored positions.

Definition at line 679 of file shape.h.

References oomph::Orthpoly::gll_nodes(), oomph::OneDimensionalLegendreShape< NNODE_1D >::Nodes_calculated, and oomph::OneDimensionalLegendreShape< NNODE_1D >::z.

template<unsigned NNODE_1D>
static double oomph::OneDimensionalLegendreShape< NNODE_1D >::nodal_position ( const unsigned &  n  )  [inline, static]

Definition at line 688 of file shape.h.

References oomph::OneDimensionalLegendreShape< NNODE_1D >::z.


Member Data Documentation

template<unsigned NNODE_1D>
bool oomph::OneDimensionalLegendreShape< NNODE_1D >::Nodes_calculated = false [static, private]

Definition at line 673 of file shape.h.

Referenced by oomph::OneDimensionalLegendreShape< NNODE_1D >::calculate_nodal_positions().

template<unsigned NNODE_1D>
Vector< double > oomph::OneDimensionalLegendreShape< NNODE_1D >::z [static]

Definition at line 676 of file shape.h.

Referenced by oomph::OneDimensionalLegendreShape< NNODE_1D >::calculate_nodal_positions(), oomph::OneDimensionalLegendreShape< NNODE_1D >::nodal_position(), and oomph::OneDimensionalLegendreShape< NNODE_1D >::OneDimensionalLegendreShape().


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