Fluid structure interaction suite
PDEs::Serial Namespace Reference

Classes

class  Poisson
 Poisson problem, serial version. More...
 
class  PoissonNitscheInterface
 Imposing an interaface condition in Poisson problem, serial version. More...
 
class  ReducedLagrange
 
class  Stokes
 

Typedefs

template<int dim, int spacedim = dim>
using LinearElasticity = PDEs::LinearElasticity< dim, spacedim, LAC::LAdealii >
 
template<int dim, int spacedim = dim>
using LinearViscoElasticity = PDEs::LinearViscoElasticity< dim, spacedim, LAC::LAdealii >
 
template<int dim>
using Stokes = PDEs::Stokes< dim, LAC::LAdealii >
 

Typedef Documentation

◆ LinearElasticity

template<int dim, int spacedim = dim>
using PDEs::Serial::LinearElasticity = typedef PDEs::LinearElasticity<dim, spacedim, LAC::LAdealii>

Definition at line 209 of file linear_elasticity.h.

◆ LinearViscoElasticity

template<int dim, int spacedim = dim>
using PDEs::Serial::LinearViscoElasticity = typedef PDEs::LinearViscoElasticity<dim, spacedim, LAC::LAdealii>

Definition at line 149 of file linear_visco_elasticity.h.

◆ Stokes

template<int dim>
using PDEs::Serial::Stokes = typedef PDEs::Stokes<dim, LAC::LAdealii>

Definition at line 86 of file stokes.h.