![]() |
|
#include "../generic/matrices.h"#include "../generic/assembly_handler.h"#include "../generic/problem.h"#include "../generic/block_preconditioner.h"#include "../generic/preconditioner.h"#include "../generic/SuperLU_preconditioner.h"#include "../generic/matrix_vector_product.h"#include "navier_stokes_elements.h"#include "refineable_navier_stokes_elements.h"Go to the source code of this file.
Namespaces | |
| oomph | |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
| oomph::PressureAdvectionDiffusionValidation | |
Functions | |
| void | oomph::PressureAdvectionDiffusionValidation::wind_function (const Vector< double > &x, Vector< double > &wind) |
| Wind. More... | |
| void | oomph::PressureAdvectionDiffusionValidation::get_exact_u (const Vector< double > &x, Vector< double > &u) |
| Exact solution as a Vector. More... | |
| void | oomph::PressureAdvectionDiffusionValidation::get_exact_u (const Vector< double > &x, double &u) |
| Exact solution as a scalar. More... | |
| double | oomph::PressureAdvectionDiffusionValidation::source_function (const Vector< double > &x_vect) |
| Source function required to make the solution above an exact solution. More... | |