Final Project Solution to a Hyperbolic problem using Mimetic Methods Caplan,Ron Jimenez, Rosa Martinez, Joan M. M 542 Intro. to Numerical Solutions to.

Slides:



Advertisements
Similar presentations
Finite Difference Discretization of Elliptic Equations: 1D Problem Lectures 2 and 3.
Advertisements

Finite Difference Discretization of Hyperbolic Equations: Linear Problems Lectures 8, 9 and 10.
Compatible Spatial Discretizations for Partial Differential Equations May 14, 2004 Compatible Reconstruction of Vectors Blair Perot Dept. of Mechanical.
Dr. Charles Patterson 2.48 Lloyd Building
Partial Differential Equations
Computational Modeling for Engineering MECN 6040
Point-wise Discretization Errors in Boundary Element Method for Elasticity Problem Bart F. Zalewski Case Western Reserve University Robert L. Mullen Case.
Finite Elements in Electromagnetics 1. Introduction Oszkár Bíró IGTE, TU Graz Kopernikusgasse 24, Graz, Austria
Lecture 18 - Numerical Differentiation
BVP Weak Formulation Weak Formulation ( variational formulation) where Multiply equation (1) by and then integrate over the domain Green’s theorem gives.
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
PART 7 Ordinary Differential Equations ODEs
ECE602 BME I Partial Differential Equations in Biomedical Engineering.
FEM and X-FEM in Continuum Mechanics Joint Advanced Student School (JASS) 2006, St. Petersburg, Numerical Simulation, 3. April 2006 State University St.
Finite Element Method Introduction General Principle
Computer-Aided Analysis on Energy and Thermofluid Sciences Y.C. Shih Fall 2011 Chapter 6: Basics of Finite Difference Chapter 6 Basics of Finite Difference.
Consider the initial boundary value problem Weak Formulation Matrix Form Semidiscrete problem.
Lesson 5 Method of Weighted Residuals. Classical Solution Technique The fundamental problem in calculus of variations is to obtain a function f(x) such.
Numerical Methods for Partial Differential Equations
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
Types of Governing equations
Numerical Methods for Partial Differential Equations CAAM 452 Spring 2005 Lecture 9 Instructor: Tim Warburton.
Monte Carlo Methods in Partial Differential Equations.
Numerical solution of Differential and Integral Equations PSCi702 October 19, 2005.
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
Numerical Methods on Partial Differential Equation Md. Mashiur Rahman Department of Physics University of Chittagong Laplace Equation.
Page 1 JASS 2004 Tobias Weinzierl Sophisticated construction ideas of ansatz- spaces How to construct Ritz-Galerkin ansatz-spaces for the Navier-Stokes.
Scientific Computing Partial Differential Equations Poisson Equation.
MA5251: Spectral Methods & Applications
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 5a.
Lecture 3.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
A conservative FE-discretisation of the Navier-Stokes equation JASS 2005, St. Petersburg Thomas Satzger.
Linear Systems Iterative Solutions CSE 541 Roger Crawfis.
Discontinuous Galerkin Methods Li, Yang FerienAkademie 2008.
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
7. Introduction to the numerical integration of PDE. As an example, we consider the following PDE with one variable; Finite difference method is one of.
Solving an elliptic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
1 EEE 431 Computational Methods in Electrodynamics Lecture 3 By Dr. Rasime Uyguroglu.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Numerical Analysis – Differential Equation
Numerical methods 1 An Introduction to Numerical Methods For Weather Prediction by Mariano Hortal office 122.
A Non-iterative Hyperbolic, First-order Conservation Law Approach to Divergence-free Solutions to Maxwell’s Equations Richard J. Thompson 1 and Trevor.
Generalized Finite Element Methods
Partial Derivatives bounded domain Its boundary denoted by
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Department of Mathematics Numerical Solutions to Partial Differential Equations Ch 12. Applied mathematics. Korea University.
Finite Element Method. History Application Consider the two point boundary value problem.
Operators in scalar and vector fields
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Relaxation Methods in the Solution of Partial Differential Equations
EEE 431 Computational Methods in Electrodynamics
Christopher Crawford PHY
Nodal Methods for Core Neutron Diffusion Calculations
Introduction to Partial Differential Equations
PDEs and Examples of Phenomena Modeled
Finite Difference Method
4.6: Rank.
Scientific Computing Partial Differential Equations Implicit Solution of Heat Equation.
1.3 Vector Equations.
CS6068 Applications: Numerical Methods
Investigators Tony Johnson, T. V. Hromadka II and Steve Horton
Finite Difference Method for Poisson Equation
Linear Algebra Lecture 20.
Numerical Methods on Partial Differential Equation
Comparison of CFEM and DG methods
Approximation of Functions
Presentation transcript:

Final Project Solution to a Hyperbolic problem using Mimetic Methods Caplan,Ron Jimenez, Rosa Martinez, Joan M. M 542 Intro. to Numerical Solutions to D.E

Outline Preliminaries Discrete Operators: D &G. 1-D problem. Results. 2-D Hyperbolic problem. Results. Conclusions. References.

Preliminaries: Mimetic Methods. Mimetic methods are a set of discrete operators DIV, GRAD, CURL that approximate continuum differential operators div, grad, curl, and Mimetic methods are a set of discrete operators DIV, GRAD, CURL that approximate continuum differential operators div, grad, curl, and preserve fundamental properties established in vector calculus. Construction (Castillo and Grone, 2003) : The central problem is to find DIV, and GRAD to satisfy a discrete analogue of the divergence theorem: A collection of values of v and f are defined in a staggered grid and collected in vectors v and f. Operators DIV, and GRAD become matrices D, and G that satisfy + = + =

Second Order Discrete Operators The simplest discrete divergence is given by hD = 0  i  N-1

The discrete gradient is defined 0  i  N-1 hG = The discrete Laplacian is

Castillo and Grone (2003) introduced matrix B to write the discrete identity using standard inner products, + = + = B = In addition, they proposed matrix B’ by using weighted inner products, where Q and P are positive definite matrices consistently built. In this case,

Model Problem General elliptic partial differential equation:  is a tensor function, F(x) is a source term Robin boundary conditions: , ,  are function given on

1D cases of study Case 1: Let, F(x) = The elliptic partial differential equation is: on [0, 1] Robin boundary conditions:  ƒ(0) –  ƒ’(0) = -1  ƒ(1) +  ƒ’(1) = 0

The exact solution is: The discretization process leads to any of these two systems of linear equations : for

Numerical Results hBB’ The truncation error is In this case we compare results using B and B’

2-D Model Problem: 1 st case Hyperbolic PDE: Wave equation homogeneous ,  are functions given on Dirichlet boundary conditions: Initial Conditions: Exact Solution:

Numerical results: 1 st case Finite DifferenceMimetic Method

Numerical results hFDMM The truncation error is In this case we compare results using FDM and MM

Order of Convergence (q) Truncation Error: Numerical estimation of q: hFDMM ………

2-D Model Problem: 2 nd case Hyperbolic PDE: Wave equation F(x) is a source term ,  are functions given on Dirichlet boundary conditions: Initial Conditions:

Numerical results: 2 nd case Finite DifferenceMimetic Method

Conclusion and Comments Mimetic Methods are simple to implement and reliable method. In some cases the numerical experiments shows that mimetic methods is more robust than other algorithms. The results are based on the convergence rate, and if results are not better in some cases, it performs equal as the other methods It is hoped that this method will be reliable and lead to similar results in higher dimensional cases.

References Jose E.Castillo and Mark Yasuda, Linear Systems Arisen for Second Order Mimetic Divergence and Gradient Discretizations. SDSU, San Diego.,3 June 2004, pp Jose E.Castillo and R. D. Grone, A Matrix Analysis Approach To Higher-Order Approximations for Divergence and satisfying a global conservations law, SIAMJ. Matrix Anal.App.,25(2003), pp Jose E. Castillo and Mark Yasuda, A Comparison of Two Matrix Operator Formulations for Mimetic Divergence and Gradient Discretizations. Pp.1-4