Fluid structure interaction suite
PDEs::MPI Namespace Reference

Classes

class  Poisson
 Solve the Poisson problem, in parallel. More...
 

Typedefs

template<int dim, int spacedim = dim>
using DistributedLagrange = PDEs::DistributedLagrange< dim, spacedim, LAC::LATrilinos >
 
template<int dim, int spacedim = dim>
using LinearElasticity = PDEs::LinearElasticity< dim, spacedim, LAC::LATrilinos >
 
template<int dim, int spacedim = dim>
using LinearViscoElasticity = PDEs::LinearViscoElasticity< dim, spacedim, LAC::LATrilinos >
 
template<int dim>
using Stokes = PDEs::Stokes< dim, LAC::LAPETSc >
 

Typedef Documentation

◆ DistributedLagrange

template<int dim, int spacedim = dim>
using PDEs::MPI::DistributedLagrange = typedef PDEs::DistributedLagrange<dim, spacedim, LAC::LATrilinos>

Definition at line 110 of file distributed_lagrange.h.

◆ LinearElasticity

template<int dim, int spacedim = dim>
using PDEs::MPI::LinearElasticity = typedef PDEs::LinearElasticity<dim, spacedim, LAC::LATrilinos>

Definition at line 202 of file linear_elasticity.h.

◆ LinearViscoElasticity

template<int dim, int spacedim = dim>
using PDEs::MPI::LinearViscoElasticity = typedef PDEs::LinearViscoElasticity<dim, spacedim, LAC::LATrilinos>

Definition at line 142 of file linear_visco_elasticity.h.

◆ Stokes

template<int dim>
using PDEs::MPI::Stokes = typedef PDEs::Stokes<dim, LAC::LAPETSc>

Definition at line 80 of file stokes.h.