Mixed Finite Element Method
   HOME

TheInfoList



OR:

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 ...
, a mixed finite element method, is a variant of the
finite element method 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 tran ...
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 involves a multivariable function and one or more of its partial derivatives. The function is often thought of as an "unknown" that solves the equation, similar to ho ...
problem. Somewhat related is the hybrid finite element method. The extra fields may be 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 (mathematics), function subject to constraint (mathematics), equation constraints (i.e., subject to the conditio ...
fields. To be distinguished from the mixed finite element method, the more typical finite element methods 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 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 tran ...
; 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 (notion), elastic used in garments or stretch fabric, stretchable fabrics. Elastic may also refer to: Alternative name * Rubber band, ring-shaped band of rub ...
body.


Variations


Constraints

In constrained 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 LLH 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 based solvers.


Hybrid Methods

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), "Weak" (AJR song), 2016 * Weak (Melanie C song), "Weak" (Melanie C song), 2011 * Weak (SWV song), "Weak" (SWV song), 1993 * Weak (Skunk Anansie song), "Weak" (Skunk Anansie song), 1995 * "Weak", a son ...
", 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