Efficient Numerical Methods For Non Local Operators

DOWNLOAD
Download Efficient Numerical Methods For Non Local Operators PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Efficient Numerical Methods For Non Local Operators book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page
Efficient Numerical Methods For Non Local Operators
DOWNLOAD
Author : Steffen Börm
language : en
Publisher: European Mathematical Society
Release Date : 2010
Efficient Numerical Methods For Non Local Operators written by Steffen Börm and has been published by European Mathematical Society this book supported file pdf, txt, epub, kindle and other format this book has been release on 2010 with Mathematics categories.
Hierarchical matrices present an efficient way of treating dense matrices that arise in the context of integral equations, elliptic partial differential equations, and control theory. While a dense $n\times n$ matrix in standard representation requires $n^2$ units of storage, a hierarchical matrix can approximate the matrix in a compact representation requiring only $O(n k \log n)$ units of storage, where $k$ is a parameter controlling the accuracy. Hierarchical matrices have been successfully applied to approximate matrices arising in the context of boundary integral methods, to construct preconditioners for partial differential equations, to evaluate matrix functions, and to solve matrix equations used in control theory. $\mathcal{H}^2$-matrices offer a refinement of hierarchical matrices: Using a multilevel representation of submatrices, the efficiency can be significantly improved, particularly for large problems. This book gives an introduction to the basic concepts and presents a general framework that can be used to analyze the complexity and accuracy of $\mathcal{H}^2$-matrix techniques. Starting from basic ideas of numerical linear algebra and numerical analysis, the theory is developed in a straightforward and systematic way, accessible to advanced students and researchers in numerical mathematics and scientific computing. Special techniques are required only in isolated sections, e.g., for certain classes of model problems.
Iterative Solution Of Large Sparse Systems Of Equations
DOWNLOAD
Author : Wolfgang Hackbusch
language : en
Publisher: Springer
Release Date : 2016-06-21
Iterative Solution Of Large Sparse Systems Of Equations written by Wolfgang Hackbusch and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-06-21 with Mathematics categories.
In the second edition of this classic monograph, complete with four new chapters and updated references, readers will now have access to content describing and analysing classical and modern methods with emphasis on the algebraic structure of linear iteration, which is usually ignored in other literature. The necessary amount of work increases dramatically with the size of systems, so one has to search for algorithms that most efficiently and accurately solve systems of, e.g., several million equations. The choice of algorithms depends on the special properties the matrices in practice have. An important class of large systems arises from the discretization of partial differential equations. In this case, the matrices are sparse (i.e., they contain mostly zeroes) and well-suited to iterative algorithms. The first edition of this book grew out of a series of lectures given by the author at the Christian-Albrecht University of Kiel to students of mathematics. The second edition includes quite novel approaches.
Tensor Spaces And Numerical Tensor Calculus
DOWNLOAD
Author : Wolfgang Hackbusch
language : en
Publisher: Springer Science & Business Media
Release Date : 2012-02-23
Tensor Spaces And Numerical Tensor Calculus written by Wolfgang Hackbusch and has been published by Springer Science & Business Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012-02-23 with Mathematics categories.
Special numerical techniques are already needed to deal with nxn matrices for large n.Tensor data are of size nxnx...xn=n^d, where n^d exceeds the computer memory by far. They appear for problems of high spatial dimensions. Since standard methods fail, a particular tensor calculus is needed to treat such problems. The monograph describes the methods how tensors can be practically treated and how numerical operations can be performed. Applications are problems from quantum chemistry, approximation of multivariate functions, solution of pde, e.g., with stochastic coefficients, etc.
Non Local Cell Adhesion Models
DOWNLOAD
Author : Andreas Buttenschön
language : en
Publisher: Springer Nature
Release Date : 2021-06-09
Non Local Cell Adhesion Models written by Andreas Buttenschön and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-06-09 with Mathematics categories.
This monograph considers the mathematical modeling of cellular adhesion, a key interaction force in cell biology. While deeply grounded in the biological application of cell adhesion and tissue formation, this monograph focuses on the mathematical analysis of non-local adhesion models. The novel aspect is the non-local term (an integral operator), which accounts for forces generated by long ranged cell interactions. The analysis of non-local models has started only recently, and it has become a vibrant area of applied mathematics. This monograph contributes a systematic analysis of steady states and their bifurcation structure, combining global bifurcation results pioneered by Rabinowitz, equivariant bifurcation theory, and the symmetries of the non-local term. These methods allow readers to analyze and understand cell adhesion on a deep level.
Eigenvalue Algorithms For Symmetric Hierarchical Matrices
DOWNLOAD
Author : Thomas Mach
language : en
Publisher: Thomas Mach
Release Date : 2012
Eigenvalue Algorithms For Symmetric Hierarchical Matrices written by Thomas Mach and has been published by Thomas Mach this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012 with Mathematics categories.
This thesis is on the numerical computation of eigenvalues of symmetric hierarchical matrices. The numerical algorithms used for this computation are derivations of the LR Cholesky algorithm, the preconditioned inverse iteration, and a bisection method based on LDL factorizations. The investigation of QR decompositions for H-matrices leads to a new QR decomposition. It has some properties that are superior to the existing ones, which is shown by experiments using the HQR decompositions to build a QR (eigenvalue) algorithm for H-matrices does not progress to a more efficient algorithm than the LR Cholesky algorithm. The implementation of the LR Cholesky algorithm for hierarchical matrices together with deflation and shift strategies yields an algorithm that require O(n) iterations to find all eigenvalues. Unfortunately, the local ranks of the iterates show a strong growth in the first steps. These H-fill-ins makes the computation expensive, so that O(n³) flops and O(n²) storage are required. Theorem 4.3.1 explains this behavior and shows that the LR Cholesky algorithm is efficient for the simple structured Hl-matrices. There is an exact LDLT factorization for Hl-matrices and an approximate LDLT factorization for H-matrices in linear-polylogarithmic complexity. This factorizations can be used to compute the inertia of an H-matrix. With the knowledge of the inertia for arbitrary shifts, one can compute an eigenvalue by bisectioning. The slicing the spectrum algorithm can compute all eigenvalues of an Hl-matrix in linear-polylogarithmic complexity. A single eigenvalue can be computed in O(k²n log^4 n). Since the LDLT factorization for general H-matrices is only approximative, the accuracy of the LDLT slicing algorithm is limited. The local ranks of the LDLT factorization for indefinite matrices are generally unknown, so that there is no statement on the complexity of the algorithm besides the numerical results in Table 5.7. The preconditioned inverse iteration computes the smallest eigenvalue and the corresponding eigenvector. This method is efficient, since the number of iterations is independent of the matrix dimension. If other eigenvalues than the smallest are searched, then preconditioned inverse iteration can not be simply applied to the shifted matrix, since positive definiteness is necessary. The squared and shifted matrix (M-mu I)² is positive definite. Inner eigenvalues can be computed by the combination of folded spectrum method and PINVIT. Numerical experiments show that the approximate inversion of (M-mu I)² is more expensive than the approximate inversion of M, so that the computation of the inner eigenvalues is more expensive. We compare the different eigenvalue algorithms. The preconditioned inverse iteration for hierarchical matrices is better than the LDLT slicing algorithm for the computation of the smallest eigenvalues, especially if the inverse is already available. The computation of inner eigenvalues with the folded spectrum method and preconditioned inverse iteration is more expensive. The LDLT slicing algorithm is competitive to H-PINVIT for the computation of inner eigenvalues. In the case of large, sparse matrices, specially tailored algorithms for sparse matrices, like the MATLAB function eigs, are more efficient. If one wants to compute all eigenvalues, then the LDLT slicing algorithm seems to be better than the LR Cholesky algorithm. If the matrix is small enough to be handled in dense arithmetic (and is not an Hl(1)-matrix), then dense eigensolvers, like the LAPACK function dsyev, are superior. The H-PINVIT and the LDLT slicing algorithm require only an almost linear amount of storage. They can handle larger matrices than eigenvalue algorithms for dense matrices. For Hl-matrices of local rank 1, the LDLT slicing algorithm and the LR Cholesky algorithm need almost the same time for the computation of all eigenvalues. For large matrices, both algorithms are faster than the dense LAPACK function dsyev.
Numerical Partial Differential Equations
DOWNLOAD
Author : James H. Adler
language : en
Publisher: SIAM
Release Date : 2025-03-26
Numerical Partial Differential Equations written by James H. Adler and has been published by SIAM this book supported file pdf, txt, epub, kindle and other format this book has been release on 2025-03-26 with Mathematics categories.
This comprehensive textbook focuses on numerical methods for approximating solutions to partial differential equations (PDEs). The authors present a broad survey of these methods, introducing readers to the central concepts of various families of discretizations and solution algorithms and laying the foundation needed to understand more advanced material. The authors include over 100 well-established definitions, theorems, corollaries, and lemmas and summaries of and references to in-depth treatments of more advanced mathematics when needed. Numerical Partial Differential Equations is divided into four parts: Part I covers basic background on PDEs and numerical methods. Part II introduces the three main classes of numerical methods for PDEs that are the book’s focus (finite-difference, finite-element, and finite-volume methods). Part III discusses linear solvers and finite-element and finite-volume methods at a more advanced level. Part IV presents further high-level topics on discretizations and solvers. This book is intended for advanced undergraduate/first-year graduate and advanced graduate students in applied math, as well as students in science and engineering disciplines. The book will also appeal to researchers in the field of scientific computing. Chapters are designed to be stand-alone, allowing distinct paths through the text, making it appropriate for both single-semester and multi-semester courses. It is appropriate for courses covering topics ranging from numerical methods for PDEs to numerical linear algebra.
Modern Solvers For Helmholtz Problems
DOWNLOAD
Author : Domenico Lahaye
language : en
Publisher: Birkhäuser
Release Date : 2017-03-02
Modern Solvers For Helmholtz Problems written by Domenico Lahaye and has been published by Birkhäuser this book supported file pdf, txt, epub, kindle and other format this book has been release on 2017-03-02 with Mathematics categories.
This edited volume offers a state of the art overview of fast and robust solvers for the Helmholtz equation. The book consists of three parts: new developments and analysis in Helmholtz solvers, practical methods and implementations of Helmholtz solvers, and industrial applications. The Helmholtz equation appears in a wide range of science and engineering disciplines in which wave propagation is modeled. Examples are: seismic inversion, ultrasone medical imaging, sonar detection of submarines, waves in harbours and many more. The partial differential equation looks simple but is hard to solve. In order to approximate the solution of the problem numerical methods are needed. First a discretization is done. Various methods can be used: (high order) Finite Difference Method, Finite Element Method, Discontinuous Galerkin Method and Boundary Element Method. The resulting linear system is large, where the size of the problem increases with increasing frequency. Due to higher frequencies the seismic images need to be more detailed and, therefore, lead to numerical problems of a larger scale. To solve these three dimensional problems fast and robust, iterative solvers are required. However for standard iterative methods the number of iterations to solve the system becomes too large. For these reason a number of new methods are developed to overcome this hurdle. The book is meant for researchers both from academia and industry and graduate students. A prerequisite is knowledge on partial differential equations and numerical linear algebra.
Nonlocal Modeling Analysis And Computation
DOWNLOAD
Author : Qiang Du
language : en
Publisher: SIAM
Release Date : 2019-03-20
Nonlocal Modeling Analysis And Computation written by Qiang Du and has been published by SIAM this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-03-20 with Science categories.
Studies of complexity, singularity, and anomaly using nonlocal continuum models are steadily gaining popularity. This monograph provides an introduction to basic analytical, computational, and modeling issues and to some of the latest developments in these areas. Nonlocal Modeling, Analysis, and Computation includes motivational examples of nonlocal models, basic building blocks of nonlocal vector calculus, elements of theory for well-posedness and nonlocal spaces, connections to and coupling with local models, convergence and compatibility of numerical approximations, and various applications, such as nonlocal dynamics of anomalous diffusion and nonlocal peridynamic models of elasticity and fracture mechanics. A particular focus is on nonlocal systems with a finite range of interaction to illustrate their connection to local partial differential equations and fractional PDEs. These models are designed to represent nonlocal interactions explicitly and to remain valid for complex systems involving possible singular solutions and they have the potential to be alternatives for as well as bridges to existing models. The author discusses ongoing studies of nonlocal models to encourage the discovery of new mathematical theory for nonlocal continuum models and offer new perspectives on traditional models, analytical techniques, and algorithms.
Multi Scale Simulation Of Composite Materials
DOWNLOAD
Author : Stefan Diebels
language : en
Publisher: Springer
Release Date : 2019-02-01
Multi Scale Simulation Of Composite Materials written by Stefan Diebels and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-02-01 with Science categories.
Due to their high stiffness and strength and their good processing properties short fibre reinforced thermoplastics are well-established construction materials. Up to now, simulation of engineering parts consisting of short fibre reinforced thermoplastics has often been based on macroscopic phenomenological models, but deformations, damage and failure of composite materials strongly depend on their microstructure. The typical modes of failure of short fibre thermoplastics enriched with glass fibres are matrix failure, rupture of fibres and delamination, and pure macroscopic consideration is not sufficient to predict those effects. The typical predictive phenomenological models are complex and only available for very special failures. A quantitative prediction on how failure will change depending on the content and orientation of the fibres is generally not possible, and the direct involvement of the above effects in a numerical simulation requires multi-scale modelling. One the one hand, this makes it possible to take into account the properties of the matrix material and the fibre material, the microstructure of the composite in terms of fibre content, fibre orientation and shape as well as the properties of the interface between fibres and matrix. On the other hand, the multi-scale approach links these local properties to the global behaviour and forms the basis for the dimensioning and design of engineering components. Furthermore, multi-scale numerical simulations are required to allow efficient solution of the models when investigating three-dimensional problems of dimensioning engineering parts. Bringing together mathematical modelling, materials mechanics, numerical methods and experimental engineering, this book provides a unique overview of multi-scale modelling approaches, multi-scale simulations and experimental investigations of short fibre reinforced thermoplastics. The first chapters focus on two principal subjects: the mathematical and mechanical models governing composite properties and damage description. The subsequent chapters present numerical algorithms based on the Finite Element Method and the Boundary Element Method, both of which make explicit use of the composite’s microstructure. Further, the results of the numerical simulations are shown and compared to experimental results. Lastly, the book investigates deformation and failure of composite materials experimentally, explaining the applied methods and presenting the results for different volume fractions of fibres. This book is a valuable resource for applied mathematics, theoretical and experimental mechanical engineers as well as engineers in industry dealing with modelling and simulation of short fibre reinforced composites.
Computer Science Theory And Applications
DOWNLOAD
Author : Alexander S. Kulikov
language : en
Publisher: Springer
Release Date : 2016-06-02
Computer Science Theory And Applications written by Alexander S. Kulikov and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-06-02 with Computers categories.
This book constitutes the proceedings of the 11th International Computer Science Symposium in Russia, CSR 2016, held in St. Petersburg, Russia, in June 2016. The 28 full papers presented in this volume were carefully reviewed and selected from 71 submissions. In addition the book contains 4 invited lectures. The scope of the proposed topics is quite broad and covers a wide range of areas such as: include, but are not limited to: algorithms and data structures; combinatorial optimization; constraint solving; computational complexity; cryptography; combinatorics in computer science; formal languages and automata; computational models and concepts; algorithms for concurrent and distributed systems, networks; proof theory and applications of logic to computer science; model checking; automated reasoning; and deductive methods.