Classes | Namespaces
gen_advection_diffusion_elements.h File Reference

Go to the source code of this file.

Classes

class  oomph::GeneralisedAdvectionDiffusionEquations< DIM >
 A class for all elements that solve the Advection Diffusion equations in conservative form using isoparametric elements.

\[ \frac{\partial}{\partial x_{i}}\left( Pe w_{i}(x_{k}) u - D_{ij}(x_{k})\frac{\partial u}{\partial x_{j}}\right) = f(x_{j}) \]

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

 
class  oomph::QGeneralisedAdvectionDiffusionElement< DIM, NNODE_1D >
 QGeneralisedAdvectionDiffusionElement elements are linear/quadrilateral/brick-shaped Advection Diffusion elements with isoparametric interpolation for the function. More...
 
class  oomph::FaceGeometry< QGeneralisedAdvectionDiffusionElement< DIM, NNODE_1D > >
 Face geometry for the QGeneralisedAdvectionDiffusionElement 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< QGeneralisedAdvectionDiffusionElement< 1, NNODE_1D > >
 Face geometry for the 1D QGeneralisedAdvectionDiffusion elements: Point elements. More...
 

Namespaces

 oomph