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 > |
using PDEs::MPI::DistributedLagrange = typedef PDEs::DistributedLagrange<dim, spacedim, LAC::LATrilinos> |
Definition at line 110 of file distributed_lagrange.h.
using PDEs::MPI::LinearElasticity = typedef PDEs::LinearElasticity<dim, spacedim, LAC::LATrilinos> |
Definition at line 202 of file linear_elasticity.h.
using PDEs::MPI::LinearViscoElasticity = typedef PDEs::LinearViscoElasticity<dim, spacedim, LAC::LATrilinos> |
Definition at line 142 of file linear_visco_elasticity.h.
using PDEs::MPI::Stokes = typedef PDEs::Stokes<dim, LAC::LAPETSc> |