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.

All Categories (141-146 of 146)

  1. HPC and Visualization for multimillion atom simulations

    21 Jun 2005 | | Contributor(s):: Gerhard Klimeck

    This presentation gives an overview of the HPC and visulaization efforts involving multi-million atom simulations for the June 2005 NSF site visit to the Network for Computational Nanotechnology.

  2. NCN Cyberinfrastructure Overview

    21 Jun 2005 | | Contributor(s):: Gerhard Klimeck

    Presentation of the NCN cyberinfrastructure to the June 2005 NSF review team. The nanoHUB development over 12 months will be presented in a broad overview.

  3. MATLAB Scripts for "Quantum Transport: Atom to Transistor"

    15 Mar 2005 | | Contributor(s):: Supriyo Datta

    Tinker with quantum transport models! Download the MATLAB scripts used to demonstrate the physics described in Supriyo Datta's book Quantum Transport: Atom to Transistor. These simple models are less than a page of code, and yet they reproduce much of the fundamental physics observed in...

  4. NEMO 1-D: The First NEGF-based TCAD Tool and Network for Computational Nanotechnology

    28 Dec 2004 | | Contributor(s):: Gerhard Klimeck

    Nanotechnology has received a lot of public attention since U.S. President Clinton announced the U.S.National Nanotechnology Initiative. New approaches to applications in electronics, materials,medicine, biology and a variety of other areas will be developed in this new multi-disciplinary...

  5. Scientific Computing with Python

    24 Oct 2004 | | Contributor(s):: Eric Jones, Travis Oliphant

    INSTRUCTORS: Eric Jones and Travis Oliphant. Sunday, October 24, 9:00 a.m. - 5:00 p.m. Room 322, Stewart Center Python has emerged as an excellent choice for scientific computing because of its simple syntax, ease of use, and elegant multi-dimensional array arithmetic. Its interpreted...

  6. Turbocharge Your Scientific Applications with Scripting

    29 Apr 2004 | | Contributor(s):: Michael McLennan

    Scientific applications are built with great care and attention to the core simulation algorithms, often with some input/output added as an afterthought. Instead, you can create a much more powerful tool with little extra effort by replacing the usual "main" program with an embedded...