1 / 7

Multivariate Numerical Integration

This project focuses on adaptive multivariate numerical integration, targeting functions with potential singularities within the interior domain. Utilizing the Gauss-Kronrod 21-point weighted sum scheme, the aim is to compute an integral If from an approximate value Qf while ensuring the error Ef is below a specified tolerance. The project involves implementing an adaptive univariate integration routine, applying this routine in various dimensions, and parallelizing outer Gauss-Kronrod iterations. Further updates include support for Epsilon and Deltas in distributed memory systems, enhancing data and task parallelism.

lei
Télécharger la présentation

Multivariate Numerical Integration

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Multivariate Numerical Integration Rida Assaf Western Michigan University rida.assaf@wmich.edu

  2. Adaptive Multivariate integration • For a given function of the form : If = Given the approximate Qf, calculate If where : Ef = |Qf– If | < tolerance - f might have a lot of singularities in the interior domain.

  3. Adaptive Multivariate integration • Calculate If using Gauss-Konrod 21 points weighted sum scheme :

  4. Adaptive Multivariate integration • Dealing with n-dimensional functions for n 3 for n = 3 our function looks like : If =

  5. Code • Tasks: • Implement adaptive univariate integration routine ✔ • Use the adaptive routine in all directions ✔ • Parallelize the outer Gauss-Konrod iterations✔

  6. Updates • Updates: • Functions support Epsilon and Deltas ✔ • Distributed Memory Systems support(MPI) • Data Parallelism • Task Parallelism

  7. Questions? Thank you!

More Related