Go to the source code of this file.
Classes | |
class | oomph::FpPreconditionerAssemblyHandler |
A class that is used to define the functions used to assemble the elemental contributions to the pressure advection diffusion problem used by the Fp preconditioner. More... | |
class | oomph::FpPressureAdvectionDiffusionProblem< ELEMENT > |
Auxiliary Problem that can be used to assemble the pressure advection diffusion matrix needed by the FpPreconditoner. More... | |
class | oomph::NavierStokesSchurComplementPreconditioner |
The least-squares commutator (LSC; formerly BFBT) Navier Stokes preconditioner. It uses blocks corresponding to the velocity and pressure unknowns, i.e. there are a total of 2x2 blocks, and all velocity components are treated as a single block of unknowns. More... | |
class | oomph::NavierStokesExactPreconditioner< MATRIX > |
The exact Navier Stokes preconditioner. This extracts 2x2 blocks (corresponding to the velocity and pressure unknowns) and uses these to build a single preconditioner matrix for testing purposes. Iterative solvers should converge in a single step if this is used. If it doesn't something is wrong in the setup of the block matrices. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
namespace | oomph::PressureAdvectionDiffusionValidation |
Namespace for exact solution for pressure advection diffusion problem. | |
Functions | |
void | oomph::PressureAdvectionDiffusionValidation::wind_function (const Vector< double > &x, Vector< double > &wind) |
Wind. | |
void | oomph::PressureAdvectionDiffusionValidation::get_exact_u (const Vector< double > &x, Vector< double > &u) |
Exact solution as a Vector. | |
void | oomph::PressureAdvectionDiffusionValidation::get_exact_u (const Vector< double > &x, double &u) |
Exact solution as a scalar. | |
double | oomph::PressureAdvectionDiffusionValidation::source_function (const Vector< double > &x_vect) |
Source function required to make the solution above an exact solution. | |