Classes | Namespaces
advection_diffusion_elements.h File Reference

Go to the source code of this file.

Classes

class  oomph::AdvectionDiffusionEquations< DIM >
 A class for all elements that solve the Advection Diffusion equations using isoparametric elements.

\[ \frac{\partial^2 u}{\partial x_i^2} = Pe w_i(x_k) \frac{\partial u}{\partial x_i} + f(x_j) \]

This contains the generic maths. Shape functions, geometric mapping etc. must get implemented in derived class. More...

 
class  oomph::QAdvectionDiffusionElement< DIM, NNODE_1D >
 QAdvectionDiffusionElement elements are linear/quadrilateral/brick-shaped Advection Diffusion elements with isoparametric interpolation for the function. More...
 
class  oomph::FaceGeometry< QAdvectionDiffusionElement< DIM, NNODE_1D > >
 Face geometry for the QAdvectionDiffusionElement elements: The spatial dimension of the face elements is one lower than that of the bulk element but they have the same number of points along their 1D edges. More...
 
class  oomph::FaceGeometry< QAdvectionDiffusionElement< 1, NNODE_1D > >
 Face geometry for the 1D QAdvectionDiffusion elements: Point elements. More...
 

Namespaces

 oomph