Matthew Emmett

  1. Accessible, Extensible, Scalable Tools for Wave Propagation Problems.

    Authors: Matthew G. Knepley, David I. Ketcheson, Kyle T. Mandli, Aron Ahmadia, Amal Alghamdi, Manuel Quezada, Matteo Parsani, Matthew Emmett
    Subjects: Numerical Analysis
    Abstract

    Development of scientific software involves tradeoffs between ease of use,
    generality, and performance. We describe the design of a general hyperbolic PDE
    solver that can be operated with the convenience of MATLAB yet achieves
    efficiency near that of hand-coded Fortran and scales to the largest
    supercomputers. This is achieved by using Python for most of the code while
    employing automatically-wrapped Fortran kernels for computationally intensive
    routines, and using Python bindings to interface with a parallel computing
    library and other numerical packages.

Syndicate content