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... | |
We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems.
|
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.