1 / 7

Multivariate Numerical Integration

Multivariate Numerical Integration. Rida Assaf Western Michigan University r ida.assaf@wmich.edu. Adaptive Multivariate integration. For a given function of the form : I f = Given the approximate Q f, calculate I f where : E f = |Q f – I f | < tolerance

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