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 > |
using PDEs::Serial::LinearElasticity = typedef PDEs::LinearElasticity<dim, spacedim, LAC::LAdealii> |
Definition at line 209 of file linear_elasticity.h.
using PDEs::Serial::LinearViscoElasticity = typedef PDEs::LinearViscoElasticity<dim, spacedim, LAC::LAdealii> |
Definition at line 149 of file linear_visco_elasticity.h.
using PDEs::Serial::Stokes = typedef PDEs::Stokes<dim, LAC::LAdealii> |