2.9 KiB
type, title, complexity, domain, aliases, created, updated, address, tags, status, related, sources
| type | title | complexity | domain | aliases | created | updated | address | tags | status | related | sources | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| concept | Mixed Finite Element Formulations | advanced | computational-mechanics |
|
2026-05-28 | 2026-05-28 | c-000010 |
|
current |
|
Mixed Finite Element Formulations
Definition
Mixed finite element formulations approximate more than one primary field, such as displacement and pressure, instead of relying only on displacement unknowns.
How It Works
Additional field variables are introduced to represent constraints or stress-like quantities directly. For incompressible or nearly incompressible media, displacement/pressure formulations separate volumetric constraint behavior from deviatoric deformation. Stability depends on compatible interpolation choices, often summarized by the inf-sup condition.
The four-node shell paper is not simply a displacement/pressure mixed formulation, but it uses the same reliability idea: a constrained or separately assumed field can remove locking when direct displacement interpolation is too restrictive.
On-the-Finite-Element-Analysis-of-Shell-Structures adds the shell-specific stability view: MITC-style mixed interpolation is useful because it can reduce locking, but the chosen strain field still has to retain consistency, ellipticity, and thickness-uniform convergence.
Solid Element Notes adds another local enrichment pattern: incompatible mode solid elements introduce internal deformation modes and statically condense them, improving element flexibility without adding global nodal unknowns.
Why It Matters
Mixed formulations are needed when displacement-only elements lock, produce spurious pressure modes, or fail to represent constrained fields accurately. The source treats the inf-sup condition as a central test of whether the chosen interpolation spaces are stable.
Connections
- Isoparametric Finite Elements supplies the element construction machinery.
- Nonlinear Finite Element Analysis uses mixed formulations for large deformation incompressible behavior.
- Finite Element Heat Transfer and Field Problems uses analogous ideas when multiple fields interact.