A Meshless Approach to Solving Partial Differential Equations Using the Finite Cloud Method for the Purposes of Computer Aided Design

Total Page:16

File Type:pdf, Size:1020Kb

A Meshless Approach to Solving Partial Differential Equations Using the Finite Cloud Method for the Purposes of Computer Aided Design A Meshless Approach to Solving Partial Differential Equations Using the Finite Cloud Method for the Purposes of Computer Aided Design by Daniel Rutherford Burke, B.Eng A Thesis submitted to the Faculty of Graduate and Post Doctoral Affairs in partial fulfilment of the requirements for the degree of Doctor of Philosophy Ottawa Carleton Institute for Electrical and Computer Engineering Department of Electronics Carleton University Ottawa, Ontario, Canada January 2013 Library and Archives Bibliotheque et Canada Archives Canada Published Heritage Direction du 1+1 Branch Patrimoine de I'edition 395 Wellington Street 395, rue Wellington Ottawa ON K1A0N4 Ottawa ON K1A 0N4 Canada Canada Your file Votre reference ISBN: 978-0-494-94524-7 Our file Notre reference ISBN: 978-0-494-94524-7 NOTICE: AVIS: The author has granted a non­ L'auteur a accorde une licence non exclusive exclusive license allowing Library and permettant a la Bibliotheque et Archives Archives Canada to reproduce, Canada de reproduire, publier, archiver, publish, archive, preserve, conserve, sauvegarder, conserver, transmettre au public communicate to the public by par telecommunication ou par I'lnternet, preter, telecommunication or on the Internet, distribuer et vendre des theses partout dans le loan, distrbute and sell theses monde, a des fins commerciales ou autres, sur worldwide, for commercial or non­ support microforme, papier, electronique et/ou commercial purposes, in microform, autres formats. paper, electronic and/or any other formats. The author retains copyright L'auteur conserve la propriete du droit d'auteur ownership and moral rights in this et des droits moraux qui protege cette these. Ni thesis. Neither the thesis nor la these ni des extraits substantiels de celle-ci substantial extracts from it may be ne doivent etre imprimes ou autrement printed or otherwise reproduced reproduits sans son autorisation. without the author's permission. In compliance with the Canadian Conformement a la loi canadienne sur la Privacy Act some supporting forms protection de la vie privee, quelques may have been removed from this formulaires secondaires ont ete enleves de thesis. cette these. While these forms may be included Bien que ces formulaires aient inclus dans in the document page count, their la pagination, il n'y aura aucun contenu removal does not represent any loss manquant. of content from the thesis. Canada Copyright © 2013 - Daniel Rutherford Burke, B.Eng ii Abstract Modelling tools which are able to solve partial differential equations with increasing accuracy, complexity and ease of use are essential for engineers. Two main methods of solving these types of problems are the Finite Difference Method, and the Finite Element Method, both of which rely on a mesh to discretize the domain or solution space. These meshed methods are widely used and studied. However, they suffer from a variety of problems related to their construction and rigidity. A third type of solution, known as meshless or meshfree methods, are able to avoid meshing prob­ lems and are currently being heavily researched. In this thesis a promising type of meshless method, the Finite Cloud Method, is investigated and a ‘C’ program imple­ menting the method has been written. The method is applied to a range of problems including scalar and vectorial equations, coupled field and both time independent and time dependent solutions. In particular, the method is extended to include inhomo- geneous domains (multiple materials) and spatially dependent material parameters. Physical situations addressed include: Heat Flow, Schrodinger’s Equation, Maxwell’s Equations and optical mode solving. Results for the various equation types have been very promising and in high agreement with both analytically and numerically solved solutions. As well, several improvements to the method have been developed and are detailed. The method is shown to be versatile, robust and highly accurate. Acknowledgments I wish to thank, first and foremost, my supervisor prof.,Tom Smy, without whom this thesis would not have been possible. His patience and clarity when explaining concepts from the very simple to the overly complicated were invaluable to my re­ search and progress throughout this work. He provided encouragement and insights when I was stuck on theoretical roadblocks, coding bugs or general thesis malaise, many times giving me the drive to continue on. His confidence in me gave me the confidence to pursue this degree and tackle every new challenge knowing that it could be surmounted. I am indebted to the other professors and graduate students in the department with whom I spent far too many hours discussing our current stumbling blocks, solving the world’s problems, or generally providing entertaining and often thought provoking distractions from our research. I thank the office staff including Blazenka, Anna and Sylvie for always being impossibly helpful with any questions and humouring me when I was unable to fill out forms on my own. I would also like to thank Nagui and Scott for sharing their technical expertise as well as providing more powerful servers when my simulations became too large and onerous for a laptop. Lastly, it is with great pleasure that I thank my family, friends and roommates for all of their support throughout this process. Thank you for your understanding when I was too busy, stressed or frustrated to go out or see you. Thank you for your encouragement and confidence when I didn’t think this could be done. Thank you iv for listening and pretending to care when I was venting about computer problems, debugging errors or describing my current impasses. Thank you. Table of Contents Abstract iii Acknowledgments iv Table of Contents vi List of Tables xi List of Figures xiv List of Acronyms xxiv List of Symbols xxv 1 Introduction 1 1.1 Partial differential equations ...................................................................... 1 1.2 Solving PDEs with a m esh ......................................................................... 4 1.2.1 Finite difference m e th o d ............................................................... 4 1.2.2 Finite element m e th o d ................................................................... 6 1.2.3 Boundary element m e th o d ............................................................ 8 1.2.4 Problems with m e s h e s ................................................................... 9 1.3 A meshless alternative ................................................................................ 10 1.4 Objectives and contributions ...................................................................... 12 2 Meshless methods 15 2.1 Meshless advantages .................................................................................. 16 2.2 Solution formulations .................................................................................. 17 2.3 Weak and strong formulation procedures ............................................... 18 2.4 Shape function approximation sch em es .................................................. 19 2.4.1 Smoothed particle hydrodynamics ................................................. 21 2.4.2 Moving least squares and kernel m ethods .................................... 24 3 Finite cloud method 26 3.1 Formulation ................................................................................................... 26 3.1.1 Derivatives of the shape fu n c tio n ................................................. 31 3.1.2 Kernel function & kernel fixing .................................................... 32 3.2 Previous FCM w ork ...................................................................................... 33 3.3 Diffusion exam ple ......................................................................................... 34 4 Improvements and initial tests 38 4.1 Improvements in implementation ............................................................ 38 4.1.1 Modified FCM ................................................................................. 38 4.1.2 Node Scaling .................................................................................... 44 4.1.3 Node scaling ....................................................................................... 44 4.1.4 Cloud fixing ....................................................................................... 46 4.1.5 Solution interpolation ........................................................................ 48 4.1.6 Multi-threading ................................................................................. 49 4.2 Im plem entation ............................................................................................ 50 4.2.1 Basic geometry element creation .................................................... 51 4.2.2 Merging s h a p e s ................................................................................. 54 4.2.3 Using Atar models for point generation ....................................... 57 4.2.4 Atar build of large optical model ................................................. 60 vii 4.3 Initial tests .................................................................................................. 64 4.3.1 1-D Poisson eq u atio n ....................................................................... 64 4.3.2 2-D Poisson eq u atio n ....................................................................... 67 5 Thermal diffusion models 72 5.1 Materially inhomogeneous F C M ..............................................................
Recommended publications
  • Meshfree Methods Chapter 1 — Part 1: Introduction and a Historical Overview
    MATH 590: Meshfree Methods Chapter 1 — Part 1: Introduction and a Historical Overview Greg Fasshauer Department of Applied Mathematics Illinois Institute of Technology Fall 2014 [email protected] MATH 590 – Chapter 1 1 Outline 1 Introduction 2 Some Historical Remarks [email protected] MATH 590 – Chapter 1 2 Introduction General Meshfree Methods Meshfree Methods have gained much attention in recent years interdisciplinary field many traditional numerical methods (finite differences, finite elements or finite volumes) have trouble with high-dimensional problems meshfree methods can often handle changes in the geometry of the domain of interest (e.g., free surfaces, moving particles and large deformations) better independence from a mesh is a great advantage since mesh generation is one of the most time consuming parts of any mesh-based numerical simulation new generation of numerical tools [email protected] MATH 590 – Chapter 1 4 Introduction General Meshfree Methods Applications Original applications were in geodesy, geophysics, mapping, or meteorology Later, many other application areas numerical solution of PDEs in many engineering applications, computer graphics, optics, artificial intelligence, machine learning or statistical learning (neural networks or SVMs), signal and image processing, sampling theory, statistics (kriging), response surface or surrogate modeling, finance, optimization. [email protected] MATH 590 – Chapter 1 5 Introduction General Meshfree Methods Complicated Domains Recent paradigm shift in numerical simulation of fluid
    [Show full text]
  • A Plane Wave Method Based on Approximate Wave Directions for Two
    A PLANE WAVE METHOD BASED ON APPROXIMATE WAVE DIRECTIONS FOR TWO DIMENSIONAL HELMHOLTZ EQUATIONS WITH LARGE WAVE NUMBERS QIYA HU AND ZEZHONG WANG Abstract. In this paper we present and analyse a high accuracy method for computing wave directions defined in the geometrical optics ansatz of Helmholtz equation with variable wave number. Then we define an “adaptive” plane wave space with small dimensions, in which each plane wave basis function is determined by such an approximate wave direction. We establish a best L2 approximation of the plane wave space for the analytic solutions of homogeneous Helmholtz equa- tions with large wave numbers and report some numerical results to illustrate the efficiency of the proposed method. Key words. Helmholtz equations, variable wave numbers, geometrical optics ansatz, approximate wave direction, plane wave space, best approximation AMS subject classifications. 65N30, 65N55. 1. Introduction In this paper we consider the following Helmholtz equation with impedance boundary condition u = (∆ + κ2(r))u(ω, r)= f(ω, r), r = (x, y) Ω, L − ∈ (1.1) ((∂n + iκ(r))u(ω, r)= g(ω, r), r ∂Ω, ∈ where Ω R2 is a bounded Lipchitz domain, n is the out normal vector on ∂Ω, ⊂ f L2(Ω) is the source term and κ(r) = ω , g L2(∂Ω). In applications, ω ∈ c(r) ∈ denotes the frequency and may be large, c(r) > 0 denotes the light speed, which is arXiv:2107.09797v1 [math.NA] 20 Jul 2021 usually a variable positive function. The number κ(r) is called the wave number. Helmholtz equation is the basic model in sound propagation.
    [Show full text]
  • Family Name Given Name Presentation Title Session Code
    Family Name Given Name Presentation Title Session Code Abdoulaev Gassan Solving Optical Tomography Problem Using PDE-Constrained Optimization Method Poster P Acebron Juan Domain Decomposition Solution of Elliptic Boundary Value Problems via Monte Carlo and Quasi-Monte Carlo Methods Formulations2 C10 Adams Mark Ultrascalable Algebraic Multigrid Methods with Applications to Whole Bone Micro-Mechanics Problems Multigrid C7 Aitbayev Rakhim Convergence Analysis and Multilevel Preconditioners for a Quadrature Galerkin Approximation of a Biharmonic Problem Fourth-order & ElasticityC8 Anthonissen Martijn Convergence Analysis of the Local Defect Correction Method for 2D Convection-diffusion Equations Flows C3 Bacuta Constantin Partition of Unity Method on Nonmatching Grids for the Stokes Equations Applications1 C9 Bal Guillaume Some Convergence Results for the Parareal Algorithm Space-Time ParallelM5 Bank Randolph A Domain Decomposition Solver for a Parallel Adaptive Meshing Paradigm Plenary I6 Barbateu Mikael Construction of the Balancing Domain Decomposition Preconditioner for Nonlinear Elastodynamic Problems Balancing & FETIC4 Bavestrello Henri On Two Extensions of the FETI-DP Method to Constrained Linear Problems FETI & Neumann-NeumannM7 Berninger Heiko On Nonlinear Domain Decomposition Methods for Jumping Nonlinearities Heterogeneities C2 Bertoluzza Silvia The Fully Discrete Fat Boundary Method: Optimal Error Estimates Formulations2 C10 Biros George A Survey of Multilevel and Domain Decomposition Preconditioners for Inverse Problems in Time-dependent
    [Show full text]
  • Combined FEM/Meshfree SPH Method for Impact Damage Prediction of Composite Sandwich Panels
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Institute of Transport Research:Publications ECCOMAS Thematic Conference on Meshless Methods 2005 1 Combined FEM/Meshfree SPH Method for Impact Damage Prediction of Composite Sandwich Panels L.Aktay(1), A.F.Johnson(2) and B.-H.Kroplin¨ (3) Abstract: In this work, impact simulations using both meshfree Smoothed Particle Hy- drodynamics (SPH) and combined FEM/SPH Method were carried out for a sandwich composite panel with carbon fibre fabric/epoxy face skins and polyetherimide (PEI) foam core. A numerical model was developed using the dynamic explicit finite element (FE) structure analysis program PAM-CRASH. The carbon fibre/epoxy facings were modelled with standard layered shell elements, whilst SPH particles were positioned for the PEI core. We demonstrate the efficiency and the advantages of pure meshfree SPH and com- bined FEM/SPH Method by comparing the core deformation modes and impact force pulses measured in the experiments to predict structural impact response. Keywords: Impact damage, composite material, sandwich structure concept, Finite Ele- ment Method (FEM), meshfree method, Smoothed Particle Hydrodynamics (SPH) 1 Introduction Modelling of high velocity impact (HVI) and crash scenarios involving material failure and large deformation using classical FEM is complex. Although the most popular numer- ical method FEM is still an effective tool in predicting the structural behaviour in different loading conditions, FEM suffers from large deformation leading problems causing con- siderable accuracy lost. Additionally it is very difficult to simulate the structural behaviour containing the breakage of material into large number of fragments since FEM is initially based on continuum mechanics requiring critical element connectivity.
    [Show full text]
  • An Improved 2D Meshfree Radial Point Interpolation Method for Stress Concentration Evaluation of Welded Component
    applied sciences Article An Improved 2D Meshfree Radial Point Interpolation Method for Stress Concentration Evaluation of Welded Component Fuming Bao 1, Bingzhi Chen 2, Yanguang Zhao 1 and Xinglin Guo 1,* 1 Department of Engineering Mechanics, State Key Laboratory of Structural Analysis for Industrial Equipment, Dalian University of Technology, Dalian 116024, China; [email protected] (F.B.); [email protected] (Y.Z.) 2 School of Mechanical Engineering, Dalian Jiaotong University, Dalian 116028, China; [email protected] * Correspondence: [email protected]; Tel.: +86-189-4081-7891 Received: 1 September 2020; Accepted: 29 September 2020; Published: 30 September 2020 Featured Application: Our studies provide an approach to apply meshfree methods in consistently evaluating stress concentration of welded components. Abstract: The study of characterizing the stress concentration effects at welds is one of the most important research directions for predicting the fatigue life of welded components. Stress solutions at the weld toe obtained from conventional meshfree methods are strongly influenced by parameters used in the methods as a result of stress singularity. In this study, an improved 2D meshfree radial point interpolation method (RPIM) is proposed for stress concentration evaluation of a welded component. The stress solutions are insensitive to parameters used in the improved RPIM. The improved RPIM-based scheme for consistently calculating stress concentration factor (SCF) and stress intensity factor at weld toe are presented. Our studies provide a novel approach to apply global weak-form meshfree methods in consistently computing SCFs and stress intensity factors at welds. Keywords: stress analysis; welded joint; meshfree radial point interpolation method; stress concentration 1.
    [Show full text]
  • Meshfree Method and Application for Shape Optimization
    CHAPTER 16 MESHFREE METHOD AND APPLICATION TO SHAPE OPTIMIZATION J. S. Chen Civil & Environmental Engineering Department University of California, Los Angeles Los Angeles, CA 90095-1593 E-mail: [email protected] Nam Ho Kim Mechanical & Aerospace Engineering Department University of Florida Gainesville, Florida 32611-6250 E-mail: [email protected] Recent developments in meshfree method and its application to shape optimization are presented. The approximation theory of the Reproducing Kernel Particle Method is first introduced. The computational issues in domain integration and imposition of boundary conditions are discussed. A stabilization of nodal integration in meshfree discretization of boundary value problems is presented. Shape optimization based on meshfree method is presented, and the treatment of essential boundary conditions as well as the dependence of the shape function on the design variation is discussed. The proposed meshfree based shape design optimization yields a significantly reduced number of design iterations due to the meshfree approximation of sensitivity information without the need of remeshing. It is shown through numerical examples that the mesh distortion difficulty exists in the finite element–based design approach for design problems with large shape changes is effectively resolved. 1. Introduction Meshfree methods developed in recent years introduced new approximation methods that are less restrictive in meeting the regularity requirement in the approximation and discretization of partial differential equations.1-10 These methods are more flexible in embedding special enrichment functions in the approximation for solving problems with known characteristics, such as fracture 11 12-14 problems, more straightforward in constructing h– or p–adaptive refinement, 1 2 J.
    [Show full text]
  • Arxiv:1701.08973V1 [Math.NA] 31 Jan 2017 Needed to Enforce Them
    This is a preprint The final version of this article has appeared in International Journal for Numerical Methods in Engineering The final full text is available online at: http://onlinelibrary.wiley.com/doi/10.1002/nme.5511/full Please cite this article as doi: 10.1002/nme.5511 A Flux Conserving Meshfree Method for Conservation Laws Pratik Suchde 1;2∗,Jorg¨ Kuhnert 1, Simon Schroder¨ 1and Axel Klar 2 1Fraunhofer ITWM, 67663 Kaiserslautern, Germany 2Department of Mathematics, University of Kaiserslautern, 67663 Kaiserslautern, Germany SUMMARY Lack of conservation has been the biggest drawback in meshfree generalized finite difference methods (GFDMs). In this paper, we present a novel modification of classical meshfree GFDMs to include local balances which produce an approximate conservation of numerical fluxes. This numerical flux conservation is done within the usual moving least squares framework. Unlike Finite Volume Methods, it is based on locally defined control cells, rather than a globally defined mesh. We present the application of this method to an advection diffusion equation and the incompressible Navier–Stokes equations. Our simulations show that the introduction of flux conservation significantly reduces the errors in conservation in meshfree GFDMs. KEY WORDS: Meshfree methods; Conservation; Finite difference methods; Advection-diffusion equation; Navier–Stokes; Finite Pointset Method; FPM 1 Introduction Generation and management of meshes is often the most difficult and time consuming part of numerical simulation procedures. This is further compounded for complex, time-dependent geometries. The efficiency of mesh generation determines the overall accuracy and robustness of the simulation process. To avoid the task of meshing, several classes of meshless or meshfree methods have been developed.
    [Show full text]
  • A Technique to Combine Meshfree and Finite- Element
    A Technique to Combine Meshfree- and Finite Element-Based Partition of Unity Approximations C. A. Duartea;∗, D. Q. Miglianob and E. B. Beckerb a Department of Civil and Environmental Eng. University of Illinois at Urbana-Champaign Newmark Laboratory, 205 North Mathews Avenue Urbana, Illinois 61801, USA ∗Corresponding author: [email protected] b ICES - Institute for Computational Engineering and Science The University of Texas at Austin, Austin, TX, 78712, USA Abstract A technique to couple finite element discretizations with any partition of unity based approximation is presented. Emphasis is given to the combination of finite element and meshfree shape functions like those from the hp cloud method. H and p type approximations of any polynomial degree can be built. The procedure is essentially the same in any dimension and can be used with any Lagrangian finite element dis- cretization. Another contribution of this paper is a procedure to built generalized finite element shape functions with any degree of regularity using the so-called R-functions. The technique can also be used in any dimension and for any type of element. Numer- ical experiments demonstrating the coupling technique and the use of the proposed generalized finite element shape functions are presented. Keywords: Meshfree methods; Generalized finite element method; Partition of unity method; Hp-cloud method; Adaptivity; P-method; P-enrichment; 1 Introduction One of the major difficulties encountered in the finite element analysis of tires, elastomeric bear- ings, seals, gaskets, vibration isolators and a variety of other of products made of rubbery mate- rials, is the excessive element distortion. Distortion of elements is inherent to Lagrangian formu- lations used to analyze this class of problems.
    [Show full text]
  • {FREE} Numerical Solution of Partial Differential Equations by the Finite
    NUMERICAL SOLUTION OF PARTIAL DIFFERENTIAL EQUATIONS BY THE FINITE ELEMENT METHOD PDF, EPUB, EBOOK Claes Johnson | 288 pages | 27 Mar 2009 | Dover Publications Inc. | 9780486469003 | English | New York, United States Numerical Solution of Partial Differential Equations by the Finite Element Method PDF Book Adomian, G. FEA simulations provide a valuable resource as they remove multiple instances of creation and testing of hard prototypes for various high fidelity situations. Main article: Finite difference method. The nature of this failure can be seen more concretely in the case of the following PDE: for a function v x , y of two variables, consider the equation. Partial differential equation at Wikipedia's sister projects. Abstract The finite element method has established itself as an efficient numerical procedure for the solution of arbitrary-shaped field problems in space. Existence and uniqueness of the solution can also be shown. The process is often carried out by FEM software using coordinate data generated from the subdomains. November Learn how and when to remove this template message. Figure 6. Generally the higher the number of elements in a mesh, the more accurate the solution of the discretized problem. However, this procedure is restricted to even-ordered differential equations and leads to symmetric system matrices as a key property of the finite element method. JAMP Subscription. Algebra of physical space Feynman integral Quantum group Renormalization group Representation theory Spacetime algebra. Namespaces Article Talk. Please help improve this section by adding citations to reliable sources. CRC Press. The meshes on the subdomains do not match on the interface, and the equality of the solution is enforced by Lagrange multipliers, judiciously chosen to preserve the accuracy of the solution.
    [Show full text]
  • A Novel Meshfree Strategy for a Viscous Wave Equation with Variable Coefficients
    BRIEF RESEARCH REPORT published: 02 July 2021 doi: 10.3389/fphy.2021.701512 A Novel Meshfree Strategy for a Viscous Wave Equation With Variable Coefficients Fuzhang Wang 1,2, Juan Zhang 2*, Imtiaz Ahmad 3, Aamir Farooq 4 and Hijaz Ahmad 5 1College of Mathematics and Statistics, Xuzhou University of Technology, Xuzhou, China, 2School of Computer Science and Technology, Huaibei Normal University, Huaibei, China, 3Department of Mathematics, University of Swabi, Swabi, Pakistan, 4Department of Mathematics, Abbottabad University of Science and Technology, Abbottabad, Pakistan, 5Section of Mathematics, International Telematic University Uninettuno, Roma, Italy A one-step new general mesh free scheme, which is based on radial basis functions, is presented for a viscous wave equation with variable coefficients. By constructing a simple extended radial basis function, it can be directly applied to wave propagation by using the strong form-based mesh free collocation method. There is no need to deal with the time- dependent variable particularly. Numerical results for a viscous wave equation with variable coefficients show that the proposed mesh free collocation method is simple with accurate solutions. Edited by: Keywords: radial basis functions, wave equations, numerical simulation, meshfree methods, variable Umberto Lucia, Politecnico di Torino, Italy Reviewed by: 1 INTRODUCTION Lihua Wang, Tongji University, China The wave propagation exists in an interesting class of problems, such as the micro-scale heat transfer, Aatish Anshuman, seismic data acquisition and processing, etc. Acoustic wave modeling is an essential part of the Indian Institute of Technology technique of acoustic imaging [1]. Such problems have been widely investigated because of their Bombay, India Hanen Jrad, realistic physical background.
    [Show full text]
  • Non-Overlapping Domain Decomposition Methods in Structural Mechanics 3 Been Extensively Studied
    (2007) Non-overlapping domain decomposition methods in structural mechanics Pierre Gosselet LMT Cachan ENS Cachan / Universit´ePierre et Marie Curie / CNRS UMR 8535 61 Av. Pr´esident Wilson 94235 Cachan FRANCE Email: [email protected] Christian Rey LMT Cachan ENS Cachan / Universit´ePierre et Marie Curie / CNRS UMR 8535 61 Av. Pr´esident Wilson 94235 Cachan FRANCE Email: [email protected] Summary The modern design of industrial structures leads to very complex simulations characterized by nonlinearities, high heterogeneities, tortuous geometries... Whatever the modelization may be, such an analysis leads to the solution to a family of large ill-conditioned linear systems. In this paper we study strategies to efficiently solve to linear system based on non-overlapping domain decomposition methods. We present a review of most employed approaches and their strong connections. We outline their mechanical interpretations as well as the practical issues when willing to implement and use them. Numerical properties are illustrated by various assessments from academic to industrial problems. An hybrid approach, mainly designed for multifield problems, is also introduced as it provides a general framework of such approaches. 1 INTRODUCTION Hermann Schwarz (1843-1921) is often referred to as the father of domain decomposition methods. In a 1869-paper he proposed an alternating method to solve a PDE equation set on a complex domain composed the overlapping union of a disk and a square (fig. 1), giving the mathematical basis of what is nowadays one of the most natural ways to benefit the modern hardware architecture of scientific computers. In fact the growing importance of domain decomposition methods in scientific compu- tation is deeply linked to the growth of parallel processing capabilities (in terms of number of processors, data exchange bandwidth between processors, parallel library efficiency, and arXiv:1208.4209v1 [math.NA] 21 Aug 2012 of course performance of each processor).
    [Show full text]
  • Solving Partial Differential Equations by Taylor Meshless Method Jie Yang
    Solving Partial Differential Equations by Taylor Meshless Method Jie Yang To cite this version: Jie Yang. Solving Partial Differential Equations by Taylor Meshless Method. Mechanics [physics]. Université de Lorraine, 2018. English. NNT : 2018LORR0032. tel-01810687 HAL Id: tel-01810687 https://tel.archives-ouvertes.fr/tel-01810687 Submitted on 8 Jun 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. AVERTISSEMENT Ce document est le fruit d'un long travail approuvé par le jury de soutenance et mis à disposition de l'ensemble de la communauté universitaire élargie. Il est soumis à la propriété intellectuelle de l'auteur. Ceci implique une obligation de citation et de référencement lors de l’utilisation de ce document. D'autre part, toute contrefaçon, plagiat, reproduction illicite encourt une poursuite pénale. Contact : [email protected] LIENS Code de la Propriété Intellectuelle. articles L 122. 4 Code de la Propriété Intellectuelle. articles L 335.2- L 335.10 http://www.cfcopies.com/V2/leg/leg_droi.php http://www.culture.gouv.fr/culture/infos-pratiques/droits/protection.htm Ecole Doctorale EMMA (Mécanique et énergétique) Thèse Présentée et soutenue publiquement pour l’obtention du titre de DOCTEUR DE L’UNIVERSITE DE LORRAINE par Jie YANG Solving Partial Differential Equations by Taylor Meshless Method Soutenue le 22 janvier 2018 Membres du jury: Rapporteurs: Prof.
    [Show full text]