1cs542g-term1-2007 Notes  Preemptive make-up lecture this week  Assignment 2 due by tomorrow morning  Assignment 3 coming soon.

Slides:



Advertisements
Similar presentations
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Advertisements

P. Venkataraman Mechanical Engineering P. Venkataraman Rochester Institute of Technology DETC2013 – 12269: Continuous Solution for Boundary Value Problems.
P. Venkataraman Mechanical Engineering P. Venkataraman Rochester Institute of Technology DETC2014 – 35148: Continuous Solution for Boundary Value Problems.
The Finite Element Method Defined
Procedures of Finite Element Analysis Two-Dimensional Elasticity Problems Professor M. H. Sadd.
By S Ziaei-Rad Mechanical Engineering Department, IUT.
Finite element method – basis functions 1 Finite Elements: Basis functions 1-D elements  coordinate transformation  1-D elements  linear basis functions.
1Notes  Assignment 0 is due today!  To get better feel for splines, play with formulas in MATLAB!
Notes Assignment questions… cs533d-winter-2005.
1cs533d-term Notes  Assignment 2 is up. 2cs533d-term Modern FEM  Galerkin framework (the most common)  Find vector space of functions that.
1cs542g-term Notes  Make-up lecture tomorrow 1-2, room 204.
1cs542g-term Notes  Extra class this Friday 1-2pm  Assignment 2 is out  Error in last lecture: quasi-Newton methods based on the secant condition:
1cs542g-term Notes  Added required reading to web (numerical disasters)
BVP Weak Formulation Weak Formulation ( variational formulation) where Multiply equation (1) by and then integrate over the domain Green’s theorem gives.
1cs542g-term Notes  No extra class tomorrow.
12/21/2001Numerical methods in continuum mechanics1 Continuum Mechanics On the scale of the object to be studied the density and other fluid properties.
Finite Element Method Introduction General Principle
MANE 4240 & CIVL 4240 Introduction to Finite Elements
1cs426-winter-2008 Notes  Assignment 0 is due today  MATLAB tutorial tomorrow 5-7 if you’re interested (see web-page for link)
Finite Element Method in Geotechnical Engineering
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
1cs533d-winter-2005 Notes  Some example values for common materials: (VERY approximate) Aluminum: E=70 GPa =0.34 Concrete:E=23 GPa =0.2 Diamond:E=950.
1cs533d-term Notes. 2 Poisson Ratio  Real materials are essentially incompressible (for large deformation - neglecting foams and other weird composites…)
ECIV 720 A Advanced Structural Mechanics and Analysis
Finite Element: Theory, Applications & Implementation Presented By: Arthur Anconetani Barbara Gault Ryan Whitney.
1 Numerical Integration of Partial Differential Equations (PDEs)
Section 2: Finite Element Analysis Theory
Finite Element Method.
MA5251: Spectral Methods & Applications
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 21.
1 Variational and Weighted Residual Methods. 2 The Weighted Residual Method The governing equation for 1-D heat conduction A solution to this equation.
A conservative FE-discretisation of the Navier-Stokes equation JASS 2005, St. Petersburg Thomas Satzger.
C GasparAdvances in Numerical Algorithms, Graz, Fast interpolation techniques and meshless methods Csaba Gáspár Széchenyi István University, Department.
Discontinuous Galerkin Methods Li, Yang FerienAkademie 2008.
Polynomial Preserving Gradient Recovery in Finite Element Methods Zhimin Zhang Department of Mathematics Wayne State University Detroit, MI 48202
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
Elliptic PDEs and the Finite Difference Method
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
11/11/20151 Trusses. 11/11/20152 Element Formulation by Virtual Work u Use virtual work to derive element stiffness matrix based on assumed displacements.
1 Finite Elements. 2 Finite elements Formally identical to spectral technique Dependent variables expanded as linear combinations of basis local, non.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 31.
HEAT TRANSFER FINITE ELEMENT FORMULATION
CHAP 3 WEIGHTED RESIDUAL AND ENERGY METHOD FOR 1D PROBLEMS
Discretization Methods Chapter 2. Training Manual May 15, 2001 Inventory # Discretization Methods Topics Equations and The Goal Brief overview.
Discretization for PDEs Chunfang Chen,Danny Thorne Adam Zornes, Deng Li CS 521 Feb., 9,2006.
1 Solving the algebraic equations A x = B =. 2 Direct solution x = A -1 B = = Applicable only to small problems For the vertical in the spectral technique.
Generalized Finite Element Methods
Elliptic PDEs and Solvers
3/23/05ME 2591 Numerical Methods in Heat Conduction Reference: Incropera & DeWitt, Chapter 4, sections Chapter 5, section 5.9.
Finite Element Method. History Application Consider the two point boundary value problem.
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 25.
1 Copyright by PZ Bar-Yoseph © Finite Element Methods in Engineering Winter Semester Lecture 7.
X1X1 X2X2  Basic Kinematics Real Applications Simple Shear Trivial geometry Proscribed homogenous deformations Linear constitutive.
1 CHAP 3 WEIGHTED RESIDUAL AND ENERGY METHOD FOR 1D PROBLEMS FINITE ELEMENT ANALYSIS AND DESIGN Nam-Ho Kim.
EEE 431 Computational Methods in Electrodynamics
Boundary Element Method
Finite Element Method in Geotechnical Engineering
ივანე ჯავახიშვილის სახელობის
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Introduction to Finite Element Method
Introduction to Finite Elements
Materials Science & Engineering University of Michigan
FEM Steps (Displacement Method)
finite element method node point based strong form
finite element method node point based strong form
Chapter 31.
topic4: Implicit method, Stability, ADI method
Chebyshev Spectral Method with Domain Decomposition
topic4: Implicit method, Stability, ADI method
Presentation transcript:

1cs542g-term Notes  Preemptive make-up lecture this week  Assignment 2 due by tomorrow morning  Assignment 3 coming soon

2cs542g-term Aside: spectral methods  Last time we constructed finite difference methods for solving on a rectangular domain  Can do better, using the Fourier Transform  Gives the “spectral method” O(N log N) with FFT Converges as fast as the solution is smooth

3cs542g-term Getting off regular grids  Problems with finite differences (and spectral methods) Matching non-rectangular geometry Adaptivity  Not much satisfactory progress in using Taylor series approach off regular grids\  Alternative (as at the start of the course): pick a set of basis functions, assume solution is in the span

4cs542g-term Collocation  The original PDE: (worry about boundary conditions later)  Plugging in our form of the solution won’t be exact everywhere (in general)  Can just force it to be true at n points: “collocation” method

5cs542g-term Problems  Collocation works fine for smooth basis functions, such as RBF’s But RBF’s have issues at boundaries, dealing with non-smooth conditions, global support / dense matrices Can still be made to work very well!  Constructing smooth-enough and compactly-supported functions on a mesh isn’t so attractive Need to use e.g. subdivision schemes, still issues at some nodes

6cs542g-term Galerkin FEM  FEM = Finite Element Method  Includes collocation approach, but more commonly associated with Galerkin approach  Rephrase PDE from “strong” form (equation holds true at all x) to “weak” form:  Functions  are called “test functions”

7cs542g-term Galerkin continued  Integrate by parts: Ignore boundary term for now…  Reduced from two derivatives to one!  Can now choose u (and test functions) to be less smooth In fact, since we’re integrating, not evaluating at a point, u and test functions don’t need derivative absolutely everywhere…

8cs542g-term Galerkin (finally)  Galerkin method: pick u and test functions from the same finite dimensional space  Get n equations for the n unknowns: (ignoring boundary for the moment)

9cs542g-term The Equations  Rearranging, we get:  Built-in properties: A is symmetric A is positive semi-definite (neither is true necessarily for collocation)

10cs542g-term Boundary Conditions  Recall boundary term in weak form:  For Dirichlet boundary conditions need to restrict u=g at boundary and test function =0  For Neumann boundary conditions allow test function to be nonzero and get extra term in equations

11cs542g-term Picking a FEM space  Simplest space with “weak” first derivatives: continuous, piecewise linear  Define values at mesh vertices  Linearly interpolate across each interval / triangle / tetrahedron  Nodal basis functions: 1 at a mesh vertex, zero at the others “hat functions”