Go to the source code of this file.
Classes | |
class | oomph::FpPreconditionerAssemblyHandler |
///////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////// More... | |
class | oomph::FpPressureAdvectionDiffusionProblem< ELEMENT > |
//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// More... | |
class | oomph::NavierStokesSchurComplementPreconditioner |
///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// More... | |
class | oomph::NavierStokesExactPreconditioner< MATRIX > |
//////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
namespace | oomph |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
namespace | oomph::PressureAdvectionDiffusionValidation |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
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. | |