11
Finite element method From Wikipedia, the free encyclopedia In mathematics, the finite element method (FEM) is a numerical technique for finding approximate solutions to boundary value problems for differential equations. It uses variational methods (the calculus of variations) to minimize an error function and produce a stable solution. Analogous to the idea that connecting many tiny straight lines can approximate a larger circle, FEM encompasses all the methods for connecting many simple element equations over many small subdomains, named finite elements, to approximate a more complex equation over a larger domain. Contents 1 History 2 Technical discussion 2.1 General principles 2.2 Illustrative problems P1 and P2 2.3 Weak formulation 2.3.1 The weak form of P1 2.3.2 The weak form of P2 2.3.3 A proof outline of existence and uniqueness of the solution 3 Discretization 3.1 For problem P1 3.2 For problem P2 3.3 Choosing a basis 3.4 Small support of the basis 3.5 Matrix form of the problem 3.6 General form of the finite element method 4 Various types of finite element methods 4.1 AEM 4.2 Generalized finite element method 4.3 Mixed finite element method 4.4 hp-FEM 4.5 hpk-FEM 4.6 XFEM 4.7 S-FEM 4.8 Fiber Beam Method 4.9 Spectral methods 4.10 Meshfree methods 4.11 Discontinuous Galerkin methods 4.12 Finite element limit analysis 4.13 Stretched grid method 5 Comparison to the finite difference method 6 Application 7 See also 8 References 9 Further reading 10 External links History Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method 1 11 0 2 : 23 11/03/ 2 01 4 ﻦﻣ صPDF created with pdfFactory Pro trial version www.pdffactory.com

Finite Element Method

  • Upload
    zidaaan

  • View
    70

  • Download
    3

Embed Size (px)

DESCRIPTION

Finite element method

Citation preview

  • Finite element methodFrom Wikipedia, the free encyclopedia

    In mathematics, the finite element method (FEM) is a numerical technique for finding approximate solutions to boundary value problems for differential equations. It uses variational methods (thecalculus of variations) to minimize an error function and produce a stable solution. Analogous to the idea that connecting many tiny straight lines can approximate a larger circle, FEM encompasses allthe methods for connecting many simple element equations over many small subdomains, named finite elements, to approximate a more complex equation over a larger domain.

    Contents1 History2 Technical discussion

    2.1 General principles2.2 Illustrative problems P1 and P22.3 Weak formulation

    2.3.1 The weak form of P12.3.2 The weak form of P22.3.3 A proof outline of existence and uniqueness of the solution

    3 Discretization3.1 For problem P13.2 For problem P23.3 Choosing a basis3.4 Small support of the basis3.5 Matrix form of the problem3.6 General form of the finite element method

    4 Various types of finite element methods4.1 AEM4.2 Generalized finite element method4.3 Mixed finite element method4.4 hp-FEM4.5 hpk-FEM4.6 XFEM4.7 S-FEM4.8 Fiber Beam Method4.9 Spectral methods4.10 Meshfree methods4.11 Discontinuous Galerkin methods4.12 Finite element limit analysis4.13 Stretched grid method

    5 Comparison to the finite difference method6 Application7 See also8 References9 Further reading10 External links

    History

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    1 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • While it is difficult to quote a date of the invention of the finite element method, the method originated from the need to solve complex elasticity and structural analysis problems in civil and aeronauticalengineering. Its development can be traced back to the work by A. Hrennikoff and R. Courant. In China, in the later 1950s and early 1960s, based on the computations of dam constructions, K. Fengproposed a systematic numerical method for solving partial differential equations. The method was called the finite difference method based on variation principle, which was another independentinvention of finite element method. Although the approaches used by these pioneers are different, they share one essential characteristic: mesh discretization of a continuous domain into a set ofdiscrete sub-domains, usually called elements.

    Hrennikoff's work discretizes the domain by using a lattice analogy, while Courant's approach divides the domain into finite triangular subregions to solve second order elliptic partial differential equations(PDEs) that arise from the problem of torsion of a cylinder. Courant's contribution was evolutionary, drawing on a large body of earlier results for PDEs developed by Rayleigh, Ritz, and Galerkin.

    The finite element method obtained its real impetus in the 1960s and 1970s by the developments of J. H. Argyris with co-workers at the University of Stuttgart, R. W. Clough with co-workers at UCBerkeley, O. C. Zienkiewicz with co-workers at the University of Swansea, Philippe G. Ciarlet at the University of Paris 6 and Richard Gallagher[1] with co-workers at Cornell University. Further impetuswas provided in these years by available open source finite element software programs. NASA sponsored the original version of NASTRAN, and UC Berkeley made the finite element program SAP IV[2]

    widely available. A rigorous mathematical basis to the finite element method was provided in 1973 with the publication by Strang and Fix.[3] The method has since been generalized for the numericalmodeling of physical systems in a wide variety of engineering disciplines, e.g., electromagnetism, heat transfer, and fluid dynamics.[4][5]

    Technical discussion

    General principles

    The subdivision of a whole domain into simpler parts has several advantages:[6]

    Accurate representation of complex geometryInclusion of dissimilar material propertiesEasy representation of the total solutionCapture of local effects.

    A typical work out of the method involves (1) dividing the domain of the problem into a collection of subdomains, with each subdomain represented by a set of element equations to the original problem,followed by (2) systematically recombining all sets of element equations into a global system of equations for the final calculation. The global system of equations has known solution techniques, andcan be calculated from the initial values of the original problem to obtain a numerical answer.

    In the first step above, the element equations are simple equations that locally approximate the original complex equations to be studied, where the original equations are often partial differentialequations (PDE). To explain the approximation in this process, FEM is commonly introduced as a special case of Galerkin method. The process, in mathematics language, is to construct an integral ofthe inner product of the residual and the weight functions and set the integral to zero. In simple terms, it is a procedure that minimizes the error of approximation by fitting trial functions into the PDE. Theresidual is the error caused by the trial functions, and the weight functions are polynomial approximation functions that project the residual. The process eliminates all the spatial derivatives from thePDE, thus approximating the PDE locally with

    a set of algebraic equations for steady state problems,a set of ordinary differential equations for transient problems.

    These equation sets are the element equations. They are linear if the underlying PDE is linear, and vice versa. Algebraic equation sets that arise in the steady state problems are solved using numericallinear algebra methods, while ordinary differential equation sets that arise in the transient problems are solved by numerical integration using standard techniques such as Euler's method or theRunge-Kutta method.

    In step (2) above, a global system of equations is generated from the element equations through a transformation of coordinates from the subdomains' local nodes to the domain's global nodes. Thisspatial transformation includes appropriate orientation adjustments as applied in relation to the reference coordinate system. The process is often carried out by FEM software using coordinate datagenerated from the subdomains.

    FEM is best understood from its practical application, known as finite element analysis (FEA). FEA as applied in engineering is a computational tool for performing engineering analysis. It includes theuse of mesh generation techniques for dividing a complex problem into small elements, as well as the use of software program coded with FEM algorithm. In applying FEA, the complex problem isusually a physical system with the underlying physics such as the Euler-Bernoulli beam equation, the heat equation, or the Navier-Stokes equations expressed in either PDE or integral equations, while

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    2 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • FEM mesh created by an analyst prior tofinding a solution to a magnetic problem usingFEM software. Colours indicate that the analysthas set material properties for each zone, inthis case a conducting wire coil in orange; aferromagnetic component (perhaps iron) in lightblue; and air in grey. Although the geometrymay seem simple, it would be very challengingto calculate the magnetic field for this setupwithout FEM software, using equations alone.

    FEM solution to the problem at left, involving acylindrically shaped magnetic shield. Theferromagnetic cylindrical part is shielding thearea inside the cylinder by diverting themagnetic field created by the coil (rectangulararea on the right). The color represents theamplitude of the magnetic flux density, asindicated by the scale in the inset legend, redbeing high amplitude. The area inside thecylinder is low amplitude (dark blue, with widelyspaced lines of magnetic flux), which suggeststhat the shield is performing as it was designedto.

    the divided small elements of the complex problem represent different areas in the physical system.

    FEA is a good choice for analyzing problems over complicated domains (like cars and oil pipelines), when the domain changes (as during a solid state reaction with a moving boundary), when thedesired precision varies over the entire domain, or when the solution lacks smoothness. For instance, in a frontal crash simulation it is possible to increase prediction accuracy in "important" areas like thefront of the car and reduce it in its rear (thus reducing cost of the simulation). Another example would be in numerical weather prediction, where it is more important to have accurate predictions overdeveloping highly nonlinear phenomena (such as tropical cyclones in the atmosphere, or eddies in the ocean) rather than relatively calm areas.

    Illustrative problems P1 and P2

    We will illustrate the finite element method using two sample problems from which the general method can be extrapolated. It is assumed that the reader is familiar with calculus and linear algebra.

    P1 is a one-dimensional problem

    where is given, is an unknown function of , and is the second derivative of with respect to .

    P2 is a two-dimensional problem (Dirichlet problem)

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    3 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • where is a connected open region in the plane whose boundary is "nice" (e.g., a smooth manifold or a polygon), and and denote the second derivatives with respect to and ,respectively.

    The problem P1 can be solved "directly" by computing antiderivatives. However, this method of solving the boundary value problem works only when there is one spatial dimension and does notgeneralize to higher-dimensional problems or to problems like . For this reason, we will develop the finite element method for P1 and outline its generalization to P2.

    Our explanation will proceed in two steps, which mirror two essential steps one must take to solve a boundary value problem (BVP) using the FEM.

    In the first step, one rephrases the original BVP in its weak form. Little to no computation is usually required for this step. The transformation is done by hand on paper.The second step is the discretization, where the weak form is discretized in a finite-dimensional space.

    After this second step, we have concrete formulae for a large but finite-dimensional linear problem whose solution will approximately solve the original BVP. This finite-dimensional problem is thenimplemented on a computer.

    Weak formulation

    The first step is to convert P1 and P2 into their equivalent weak formulations.

    The weak form of P1

    If solves P1, then for any smooth function that satisfies the displacement boundary conditions, i.e. at and , we have

    (1)

    Conversely, if with satisfies (1) for every smooth function then one may show that this will solve P1. The proof is easier for twice continuously differentiable (mean valuetheorem), but may be proved in a distributional sense as well.

    By using integration by parts on the right-hand-side of (1), we obtain

    (2)

    where we have used the assumption that .

    The weak form of P2

    If we integrate by parts using a form of Green's identities, we see that if solves P2, then for any ,

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    4 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • A function in with zero valuesat the endpoints (blue), and apiecewise linear approximation(red).

    where denotes the gradient and denotes the dot product in the two-dimensional plane. Once more can be turned into an inner product on a suitable space of "once differentiable"functions of that are zero on . We have also assumed that (see Sobolev spaces). Existence and uniqueness of the solution can also be shown.

    A proof outline of existence and uniqueness of the solution

    We can loosely think of to be the absolutely continuous functions of that are at and (see Sobolev spaces). Such functions are (weakly) "once differentiable" and it turns

    out that the symmetric bilinear map then defines an inner product which turns into a Hilbert space (a detailed proof is nontrivial). On the other hand, the left-hand-side is

    also an inner product, this time on the Lp space . An application of the Riesz representation theorem for Hilbert spaces shows that there is a unique solving (2) and therefore P1. This solutionis a-priori only a member of , but using elliptic regularity, will be smooth if is.

    DiscretizationP1 and P2 are ready to be discretized which leads to a common sub-problem (3). The basic idea is to replace the infinite-dimensional linear problem:

    Find such that

    with a finite-dimensional version:

    (3) Find such that

    where is a finite-dimensional subspace of . There are many possible choices for (one possibility leads to the spectral method). However, for the finite elementmethod we take to be a space of piecewise polynomial functions.

    For problem P1

    We take the interval , choose values of with and we define by:

    where we define and . Observe that functions in are not differentiable according to the elementary definition of calculus. Indeed, if then the derivative is typically not definedat any , . However, the derivative exists at every other value of and one can use this derivative for the purpose of integration by parts.

    For problem P2

    We need to be a set of functions of . In the figure on the right, we have illustrated a triangulation of a 15 sided polygonal region in the plane (below), and a piecewise linear function (above, incolor) of this polygon which is linear on each triangle of the triangulation; the space would consist of functions that are linear on each triangle of the chosen triangulation.

    One often reads instead of in the literature. The reason is that one hopes that as the underlying triangular grid becomes finer and finer, the solution of the discrete problem (3) will in some senseconverge to the solution of the original boundary value problem P2. The triangulation is then indexed by a real valued parameter which one takes to be very small. This parameter will be related tothe size of the largest or average triangle in the triangulation. As we refine the triangulation, the space of piecewise linear functions must also change with , hence the notation . Since we do notperform such an analysis, we will not use this notation.

    Choosing a basis

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    5 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • A piecewise linear function in twodimensions.

    Basis functions vk (blue) and alinear combination of them, whichis piecewise linear (red).

    Solving the two-dimensionalproblem inthe disk centered at the origin andradius 1, with zero boundaryconditions.(a) The triangulation.

    To complete the discretization, we must select a basis of . In the one-dimensional case, for each control point we will choose the piecewise linear function in whose value is at and zero at every , i.e.,

    for ; this basis is a shifted and scaled tent function. For the two-dimensional case, we choose again one basis function per vertex of thetriangulation of the planar region . The function is the unique function of whose value is at and zero at every .

    Depending on the author, the word "element" in "finite element method" refers either to the triangles in the domain, the piecewise linear basis function, or both. So forinstance, an author interested in curved domains might replace the triangles with curved primitives, and so might describe the elements as being curvilinear. On theother hand, some authors replace "piecewise linear" by "piecewise quadratic" or even "piecewise polynomial". The author might then say "higher order element"instead of "higher degree polynomial". Finite element method is not restricted to triangles (or tetrahedra in 3-d, or higher order simplexes in multidimensional spaces),but can be defined on quadrilateral subdomains (hexahedra, prisms, or pyramids in 3-d, and so on). Higher order shapes (curvilinear elements) can be defined withpolynomial and even non-polynomial shapes (e.g. ellipse or circle).

    Examples of methods that use higher degree piecewise polynomial basis functions are the hp-FEM and spectral FEM.

    More advanced implementations (adaptive finite element methods) utilize a method to assess the quality of the results (based on error estimation theory) and modifythe mesh during the solution aiming to achieve approximate solution within some bounds from the 'exact' solution of the continuum problem. Mesh adaptivity mayutilize various techniques, the most popular are:

    moving nodes (r-adaptivity)refining (and unrefining) elements (h-adaptivity)changing order of base functions (p-adaptivity)combinations of the above (hp-adaptivity).

    Small support of the basis

    The primary advantage of this choice of basis is that the inner products

    and

    will be zero for almost all . (The matrix containing in the location is known as the Gramian matrix.) In the one dimensional case, the support of isthe interval . Hence, the integrands of and are identically zero whenever .

    Similarly, in the planar case, if and do not share an edge of the triangulation, then the integrals

    and

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    6 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • (b) The sparse matrix L of thediscretized linear system.

    (c) The computed solution,

    are both zero.

    Matrix form of the problem

    If we write and then problem (3), taking for , becomes

    for (4)

    If we denote by and the column vectors and , and if we let

    and

    be matrices whose entries are

    and

    then we may rephrase (4) as

    (5)

    It is not necessary to assume . For a general function , problem (3) with for becomes actually simpler, since no matrix is used,

    , (6)

    where and for .

    As we have discussed before, most of the entries of and are zero because the basis functions have small support. So we now have to solve a linear system in the unknown where most of theentries of the matrix , which we need to invert, are zero.

    Such matrices are known as sparse matrices, and there are efficient solvers for such problems (much more efficient than actually inverting the matrix.) In addition, is symmetric and positive definite, soa technique such as the conjugate gradient method is favored. For problems that are not too large, sparse LU decompositions and Cholesky decompositions still work well. For instance, MATLAB'sbackslash operator (which uses sparse LU, sparse Cholesky, and other factorization methods) can be sufficient for meshes with a hundred thousand vertices.

    The matrix is usually referred to as the stiffness matrix, while the matrix is dubbed the mass matrix.

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    7 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • General form of the finite element method

    In general, the finite element method is characterized by the following process.

    One chooses a grid for . In the preceding treatment, the grid consisted of triangles, but one can also use squares or curvilinear polygons.Then, one chooses basis functions. In our discussion, we used piecewise linear basis functions, but it is also common to use piecewise polynomial basis functions.

    A separate consideration is the smoothness of the basis functions. For second order elliptic boundary value problems, piecewise polynomial basis function that are merely continuous suffice (i.e., thederivatives are discontinuous.) For higher order partial differential equations, one must use smoother basis functions. For instance, for a fourth order problem such as , one may usepiecewise quadratic basis functions that are .

    Another consideration is the relation of the finite-dimensional space to its infinite-dimensional counterpart, in the examples above . A conforming element method is one in which the space is asubspace of the element space for the continuous problem. The example above is such a method. If this condition is not satisfied, we obtain a nonconforming element method, an example of which isthe space of piecewise linear functions over the mesh which are continuous at each edge midpoint. Since these functions are in general discontinuous along the edges, this finite-dimensional space isnot a subspace of the original .

    Typically, one has an algorithm for taking a given mesh and subdividing it. If the main method for increasing precision is to subdivide the mesh, one has an h-method (h is customarily the diameter of thelargest element in the mesh.) In this manner, if one shows that the error with a grid is bounded above by , for some and , then one has an order p method. Under certainhypotheses (for instance, if the domain is convex), a piecewise polynomial of order method will have an error of order .

    If instead of making h smaller, one increases the degree of the polynomials used in the basis function, one has a p-method. If one combines these two refinement types, one obtains an hp-method(hp-FEM). In the hp-FEM, the polynomial degrees can vary from element to element. High order methods with large uniform p are called spectral finite element methods (SFEM). These are not to beconfused with spectral methods.

    For vector partial differential equations, the basis functions may take values in .

    Various types of finite element methods

    AEM

    The Applied Element Method, or AEM combines features of both FEM and Discrete element method, or (DEM).

    Main article: Applied element method

    Generalized finite element method

    The Generalized Finite Element Method (GFEM) uses local spaces consisting of functions, not necessarily polynomials, that reflect the available information on the unknown solution and thus ensuregood local approximation. Then a partition of unity is used to bond these spaces together to form the approximating subspace. The effectiveness of GFEM has been shown when applied to problemswith domains having complicated boundaries, problems with micro-scales, and problems with boundary layers.[7]

    Mixed finite element method

    Main article: Mixed finite element method

    hp-FEM

    The hp-FEM combines adaptively, elements with variable size h and polynomial degree p in order to achieve exceptionally fast, exponential convergence rates.[8]

    hpk-FEM

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    8 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • The hpk-FEM combines adaptively, elements with variable size h, polynomial degree of the local approximations p and global differentiability of the local approximations (k-1) in order to achieve bestconvergence rates.

    XFEM

    Main article: Extended finite element method

    S-FEM

    Main article: Smoothed finite element method

    Fiber Beam Method

    Main article: Fiber beam element

    Spectral methods

    Main article: Spectral method

    Meshfree methods

    Main article: Meshfree methods

    Discontinuous Galerkin methods

    Main article: Discontinuous Galerkin method

    Finite element limit analysis

    Main article: Finite element limit analysis

    Stretched grid method

    Main article: Stretched grid method

    Comparison to the finite difference methodThe finite difference method (FDM) is an alternative way of approximating solutions of PDEs. The differences between FEM and FDM are:

    The most attractive feature of the FEM is its ability to handle complicated geometries (and boundaries) with relative ease. While FDM in its basic form is restricted to handle rectangular shapes andsimple alterations thereof, the handling of geometries in FEM is theoretically straightforward.

    The most attractive feature of finite differences is that it can be very easy to implement.

    There are several ways one could consider the FDM a special case of the FEM approach. E.g., first order FEM is identical to FDM for Poisson's equation, if the problem is discretized by a regularrectangular mesh with each rectangle divided into two triangles.

    There are reasons to consider the mathematical foundation of the finite element approximation more sound, for instance, because the quality of the approximation between grid points is poor inFDM.

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    9 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • Visualization of how a car deforms inan asymmetrical crash using finiteelement analysis.[1](http://impact.sourceforge.net)

    The quality of a FEM approximation is often higher than in the corresponding FDM approach, but this is extremely problem-dependent and several examples to the contrary can be provided.

    Generally, FEM is the method of choice in all types of analysis in structural mechanics (i.e. solving for deformation and stresses in solid bodies or dynamics of structures) while computational fluiddynamics (CFD) tends to use FDM or other methods like finite volume method (FVM). CFD problems usually require discretization of the problem into a large number of cells/gridpoints (millions andmore), therefore cost of the solution favors simpler, lower order approximation within each cell. This is especially true for 'external flow' problems, like air flow around the car or airplane, or weathersimulation.

    ApplicationA variety of specializations under the umbrella of the mechanical engineering discipline (such as aeronautical, biomechanical, and automotive industries)commonly use integrated FEM in design and development of their products. Several modern FEM packages include specific components such as thermal,electromagnetic, fluid, and structural working environments. In a structural simulation, FEM helps tremendously in producing stiffness and strength visualizationsand also in minimizing weight, materials, and costs.

    FEM allows detailed visualization of where structures bend or twist, and indicates the distribution of stresses and displacements. FEM software provides a widerange of simulation options for controlling the complexity of both modeling and analysis of a system. Similarly, the desired level of accuracy required andassociated computational time requirements can be managed simultaneously to address most engineering applications. FEM allows entire designs to beconstructed, refined, and optimized before the design is manufactured.

    This powerful design tool has significantly improved both the standard of engineering designs and the methodology of the design process in many industrialapplications.[9] The introduction of FEM has substantially decreased the time to take products from concept to the production line.[9] It is primarily throughimproved initial prototype designs using FEM that testing and development have been accelerated.[10] In summary, benefits of FEM include increased accuracy,enhanced design and better insight into critical design parameters, virtual prototyping, fewer hardware prototypes, a faster and less expensive design cycle,increased productivity, and increased revenue.[9]

    FEA has also been proposed to use in stochastic modelling, for numerically solving probability models. See the references list.[11][12]

    See alsoApplied element methodBoundary element methodComputer experimentDirect stiffness methodDiscontinuity layout optimizationDiscrete element methodFinite element machineFinite element method in structural mechanicsFinite volume method for unsteady flowInterval finite elementIsogeometric analysisLattice Boltzmann methodsList of finite element software packagesMovable cellular automatonMultidisciplinary design optimizationMultiphysicsPatch testRayleighRitz methodWeakened weak form

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    10 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com

  • References^ http://www.nndb.com/people/811/0001693041.^ "SAP-IV Software and Manuals" (http://nisee.berkeley.edu/elibrary/getpkg?id=SAP4). NISEE e-Library, The Earthquake Engineering Online Archive.2.^ Strang, Gilbert; Fix, George (1973). An Analysis of The Finite Element Method. Prentice Hall. ISBN 0-13-032946-0.3.^ Zienkiewicz, O.C.; Taylor, R.L.; Zhu, J.Z. (2005). The Finite Element Method: Its Basis and Fundamentals (Sixth ed.). Butterworth-Heinemann. ISBN 0750663200.4.^ Bathe, K.J. (2006). Finite Element Procedures. Cambridge, MA: Klaus-Jrgen Bathe. ISBN 097900490X.5.^ Reddy, J.N. (2005). An Introduction to the Finite Element Method (Third ed.). McGraw-Hill. ISBN 9780071267618.6.^ Babuka, Ivo; Banerjee, Uday; Osborn, John E. (June 2004). "Generalized Finite Element Methods: Main Ideas, Results, and Perspective". International Journal of Computational Methods 1 (1): 67103.doi:10.1142/S0219876204000083 (http://dx.doi.org/10.1142%2FS0219876204000083).

    7.

    ^ P. Solin, K. Segeth, I. Dolezel: Higher-Order Finite Element Methods, Chapman & Hall/CRC Press, 20038.^ a b c Hastings, J. K., Juds, M. A., Brauer, J. R., Accuracy and Economy of Finite Element Magnetic Analysis, 33rd Annual National Relay Conference, April 1985.9.^ McLaren-Mercedes (2006). "Vodafone McLaren-Mercedes: Feature - Stress to impress" (http://web.archive.org/web/20061030200423/http://www.mclaren.com/features/technical/stress_to_impress.php). Archived fromthe original (http://www.mclaren.com/features/technical/stress_to_impress.php) on 2006-10-30. Retrieved 2006-10-03.

    10.

    ^ "Methods with high accuracy for finite element probability computing" by Peng Long, Wang Jinliang and Zhu Qiding, in Journal of Computational and Applied Mathematics 59 (1995) 181-18911.^ Achintya Haldar and Sankaran mahadan: "Reliability Assessment Using Stochastic Finite Element Analysis", John Wiley & sons.12.

    Further readingG. Allaire and A. Craig: Numerical Analysis and Optimization:An Introduction to Mathematical Modelling and Numerical SimulationK. J. Bathe : Numerical methods in finite element analysis, Prentice-Hall (1976).J. Chaskalovic, Finite Elements Methods for Engineering Sciences, Springer Verlag, (2008).O. C. Zienkiewicz, R. L. Taylor, J. Z. Zhu : The Finite Element Method: Its Basis and Fundamentals, Butterworth-Heinemann, (2005).

    External linksIFER (http://homepage.usask.ca/~ijm451/finite/fe_resources/) Internet Finite Element Resources - Describes and provides access to finite element analysis software via the Internet.MIT Open Course-ware (http://ocw.mit.edu/resources/res-2-002-finite-element-procedures-for-solids-and-structures-spring-2010/linear/) on Linear finite element method (With video lectures)NAFEMS (http://www.nafems.org)The International Association for the Engineering Analysis CommunityFinite Element Analysis Resources (http://www.feadomain.com)- Finite Element news, articles and tipsFinite-element Methods for Electromagnetics (http://www.fieldp.com/femethods.html) - free 320-page textFinite Element Books (http://www.solid.ikp.liu.se/fe/index.html)- books bibliographyMathematics of the Finite Element Method (http://math.nist.gov/mcsd/savg/tutorial/ansys/FEM/)Finite Element Methods for Partial Differential Equations (http://people.maths.ox.ac.uk/suli/fem.pdf) - Lecture notes by Endre SliElectromagnetic Modeling web site at Clemson University (http://www.cvel.clemson.edu/modeling/) (includes list of currently available software)

    Retrieved from "http://en.wikipedia.org/w/index.php?title=Finite_element_method&oldid=598767569"Categories: Continuum mechanics Finite element method Numerical differential equations Partial differential equations Structural analysis

    This page was last modified on 9 March 2014 at 00:03.Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.Wikipedia is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.

    Finite element method - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Finite_element_method

    11 11 02: 23 11/03/201 4 PDF created with pdfFactory Pro trial version www.pdffactory.com