#include "parsed_lac/amg.h"#include "parsed_lac/ilu.h"#include "parsed_lac/inverse_operator.h"#include "parsed_tools/constants.h"#include "pdes/linear_problem.h"Go to the source code of this file.
Classes | |
| class | PDEs::Stokes< dim, LacType > |
| Solve the Stokes problem, in parallel. More... | |
Namespaces | |
| PDEs | |
| We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems. | |
| PDEs::MPI | |
| PDEs::Serial | |
Typedefs | |
| template<int dim> | |
| using | PDEs::MPI::Stokes = PDEs::Stokes< dim, LAC::LAPETSc > |
| template<int dim> | |
| using | PDEs::Serial::Stokes = PDEs::Stokes< dim, LAC::LAdealii > |