Fluid structure interaction suite
stokes.h File Reference
Include dependency graph for stokes.h:
This graph shows which files directly or indirectly include this file:

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 >