Fluid structure interaction suite
PDEs Namespace Reference

We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems. More...

Namespaces

 MPI
 
 Serial
 

Classes

class  DistributedLagrange
 
class  LinearElasticity
 
class  LinearProblem
 Construct a LinearProblem. More...
 
class  LinearViscoElasticity
 
class  Stokes
 Solve the Stokes problem, in parallel. More...
 

Enumerations

enum class  EvolutionType { steady_state = 1 << 0 , quasi_static = 1 << 1 , transient = 1 << 2 }
 Describe the dependencies of the linear problem w.r.t. More...
 

Detailed Description

We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems.

Relationship between PDEs

Relationship between PDEs

Enumeration Type Documentation

◆ EvolutionType

enum PDEs::EvolutionType
strong

Describe the dependencies of the linear problem w.r.t.

time.

Enumerator
steady_state 
quasi_static 
transient 

Definition at line 85 of file linear_problem.h.