In
numerical analysis
Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
, the mixed finite element method, is a type of
finite element method
The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
in which extra fields to be solved are introduced during the posing a
partial differential equation
In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function.
The function is often thought of as an "unknown" to be sol ...
problem. Somewhat related is the hybrid finite element method. The extra fields are constrained by using
Lagrange multiplier
In mathematical optimization, the method of Lagrange multipliers is a strategy for finding the local maxima and minima of a function subject to equality constraints (i.e., subject to the condition that one or more equations have to be satisfied ex ...
fields. To be distinguished from the mixed finite element method, usual
finite element methods
The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
that do not introduce such extra fields are also called irreducible or primal finite element methods. The mixed finite element method is efficient for some problems that would be numerically ill-posed if discretized by using the irreducible
finite element method
The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
; one example of such problems is to compute the
stress and strain fields in an almost incompressible
elastic
Elastic is a word often used to describe or identify certain types of elastomer, elastic used in garments or stretchable fabrics.
Elastic may also refer to:
Alternative name
* Rubber band, ring-shaped band of rubber used to hold objects togeth ...
body.
In mixed methods, the Lagrange multiplier fields inside the elements, usually enforcing the applicable partial differential equations. This results in a saddle point system having negative pivots and eigenvalues, rendering the system matrix to be non-definite which results in complications in solving for it. In sparse direct solvers, pivoting may be needed, where ultimately the resulting matrix has 2x2 blocks on the diagonal, rather than a working towards a completely pure LL
H Cholesky decomposition for positive definite symmetric or Hermitian systems. Pivoting may result in unpredictable memory usage increase
For iterative solvers, only
Gmres, GMRES based solvers work, rather than slightly "cheaper"
MINRES
The Minimal Residual Method or MINRES is a Krylov subspace method for the iterative solution of symmetric linear equation systems. It was proposed by mathematicians Christopher Conway Paige and Michael Alan Saunders in 1975.
In contrast to the ...
based solvers.
In hybrid methods, the Lagrange fields are for jumps of fields between elements, living on the boundary of the elements, weakly enforcing continuity; continuity from fields in the elements does not need to be enforced through shared degrees of freedom between elements anymore. Both mixing and hybridization can be applied simultaneously.
These enforcements are "
weak
Weak may refer to:
Songs
* "Weak" (AJR song), 2016
* "Weak" (Melanie C song), 2011
* "Weak" (SWV song), 1993
* "Weak" (Skunk Anansie song), 1995
* "Weak", a song by Seether from '' Seether: 2002-2013''
Television episodes
* "Weak" (''Fear t ...
", i.e. occur upon having the solutions and possibly only at some points or e.g. matching moment integral conditions, rather than "strong" in which case the conditions are fulfilled directly in the type of solutions sought. Apart from the harmonics (usually semi-trivial local solution to the homogeneous equations at zero loads), hybridization allows for static Guyan condensation of the discontinuous fields internal to the elements, reducing the number of degrees of freedom, and moreover reducing or eliminating the number of negative eigenvalues and pivots resulting from application of the mixed method.
References
Finite element method
{{Numerical PDE