Tags: algorithms

Description

Whether you're simulating the electronic structure of a carbon nanotube or the strain within an automobile part, the calculations usually boil down to a simple matrix equation, Ax = f. The faster you can fill the matrix A with the coefficients for your partial differential equation (PDE), and the faster you can solve for the vector x given a forcing function f, the faster you have your overall solution. Things get interesting when the matrix A is too large to fit in the memory available on one machine, or when the coefficients in A cause the matrix to be ill-conditioned.

Many different algorithms have been developed to map a PDE onto a matrix, to pre-condition the matrix to a better form, and to solve the matrix with blinding speed. Different algorithms usually exploit some property of the matrix, such as symmetry, to reduce either memory requirements or solution speed or both.

Learn more about algorithms from the many resources on this site, listed below.

Series (1-3 of 3)

  1. Integrated Imaging Seminar Series

    Series | 30 Apr 2013 | Contributor(s):: Charles Addison Bouman

    Integrated imaging seminar series is jointly sponsored by the Birck Nanotechnology Center and ECE. Integrated Imaging is defined as a cross-disciplinary field combining sensor science, information processing, and computer systems for the creation of novel imaging and sensing systems. In this...

  2. Computing Research Institute Seminars

    Series | 04 Jan 2007

    CRI sponsors a regular seminar series that features local, national and international speakers who are recognized in their fields. CRI seminars cover topics in computational science, computational life science, computer systems technology, and nano-computation.

  3. Nano-Scale Device Simulations Using PROPHET

    Series | 20 Jan 2006 | Contributor(s):: Yang Liu, Robert Dutton

    These two lectures are aimed to give a practical guide to the use of a general device simulator (PROPHET) available on nanoHUB. PROPHET is a partial differential equation (PDE) solver that offers users the flexibility of integrating new models and equations for their nano-device simulations. The...