Mixed finite element method (original) (raw)

About DBpedia

In numerical analysis, the mixed finite element method, is a type of finite element method in which extra fields to be solved are introduced during the posing a partial differential equation problem. Somewhat related is the hybrid finite element method. The extra fields are constrained by using Lagrange multiplier fields. To be distinguished from the mixed finite element method, usual 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; one example of such problems is to compute the stress and strain fields in an almost incompressible elastic body.

Property Value
dbo:abstract In numerical analysis, the mixed finite element method, is a type of finite element method in which extra fields to be solved are introduced during the posing a partial differential equation problem. Somewhat related is the hybrid finite element method. The extra fields are constrained by using Lagrange multiplier fields. To be distinguished from the mixed finite element method, usual 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; one example of such problems is to compute the stress and strain fields in an almost incompressible elastic 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 LLH Cholesky decomposition for positive definite symmetric or Hermitian systems. Pivoting may result in unpredictable memory usage increases.[1] For iterative solvers, only GMRES based solvers work, rather than slightly "cheaper" MINRES 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", 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. (en)
dbo:wikiPageExternalLink https://www.eng-tips.com/viewthread.cfm%3Fqid=446658
dbo:wikiPageID 41729317 (xsd:integer)
dbo:wikiPageLength 3799 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1117720256 (xsd:integer)
dbo:wikiPageWikiLink dbr:Elasticity_(physics) dbr:MINRES dbr:Weak_formulation dbr:Cholesky_decomposition dbc:Finite_element_method dbr:Numerical_analysis dbr:Partial_differential_equation dbr:Finite_element_methods dbr:Lagrange_multipliers dbr:Stress–strain_curve dbr:Finite_element_method dbr:Gmres
dbp:wikiPageUsesTemplate dbt:Reflist dbt:Numerical_PDE dbt:Analysis-stub
dct:subject dbc:Finite_element_method
gold:hypernym dbr:Method
rdf:type dbo:Software
rdfs:comment In numerical analysis, the mixed finite element method, is a type of finite element method in which extra fields to be solved are introduced during the posing a partial differential equation problem. Somewhat related is the hybrid finite element method. The extra fields are constrained by using Lagrange multiplier fields. To be distinguished from the mixed finite element method, usual 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; one example of such problems is to compute the stress and strain fields in an almost incompressible elastic body. (en)
rdfs:label Mixed finite element method (en)
owl:sameAs freebase:Mixed finite element method wikidata:Mixed finite element method https://global.dbpedia.org/id/fUGV
prov:wasDerivedFrom wikipedia-en:Mixed_finite_element_method?oldid=1117720256&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Mixed_finite_element_method
is dbo:wikiPageWikiLink of dbr:Gradient_discretisation_method dbr:Ladyzhenskaya–Babuška–Brezzi_condition dbr:MFEM dbr:Finite_element_exterior_calculus
is foaf:primaryTopic of wikipedia-en:Mixed_finite_element_method