- Works the same in Explorer (tested only on 6.0) and Netscape (tested only on Netscape 7.0 and Mozilla 1.3.1), but does not work in Opera (6.01) ***************************************************************************** */ if (document.images) { // tests for image support trilinos_title_normal = new Image(310, 55); trilinos_title_normal.src = "../../packages/common/webroot_common/trilinos_title_normal.png"; trilinos_title_over = new Image(310, 55); trilinos_title_over.src = "../../packages/common/webroot_common/trilinos_title_over.png"; sandia_normal = new Image(180, 29); sandia_normal.src = "../../packages/common/webroot_common/sandia_normal.png"; sandia_over = new Image(180, 29); sandia_over.src = "../../packages/common/webroot_common/sandia_over.png"; trilinos_normal = new Image(183, 100); trilinos_normal.src = "../../packages/common/webroot_common/trilinos_normal.png"; trilinos_over = new Image(183, 100); trilinos_over.src = "../../packages/common/webroot_common/trilinos_over.png"; } // if (document.images) //-->
|
Welcome to the Didasko Home Didasko, the tutorial of Trilinos, offers a quick introduction to several Trilinos packages. It contains a printable PDF document and a variety of well-commented browsable examples that illustrate how to use Trilinos. The PDF file and the examples are distributed within Trilinos; see the download page.Didasko contains examples for the following Trilinos packages: Teuchos, Epetra, EpetraExt, TriUtils, Galeri, AztecOO, IFPACK, ML, NOX, Anasazi, TPetra. With Didasko, you can quickly and effectively learn how to create and use distributed linear algebra objects, define PDE-like linear systems, solve them with direct and iterative solvers, defined a variety of preconditioners, and solve nonlinear systems. Didasko examples are short, easy to understand, and typically each example focuses on a well-defined topic. In order to take advantage of Didasko, we suggest to compile Trilinos with the following flags:
--enable-epetra --enable-aztecoo --enable-amesos --enable-anasazi \ --enable-ifpack --enable-ml --enable-nox --enable-teuchos \ --enable-triutils (The above flags refer only to the enabling/disabling of packages, and are typically completed by other flags, for example to specify the location of BLAS, LAPACK, MPI, etc.) Most of the required packages are enabled by default. No example can effectively run without Epetra, and most require AztecOO and Triutils and Galeri . From this web page you can:
Have fun! Don't hesitate to contact us for bugs, suggestions, or to help with
the development!
If you want to cite didasko and/or the Trilinos tutorial PDF document, please use the following bibtex entry:
@TechReport{trilinos-tutorial,
author = {M. Sala and M. A. Heroux and D. M. Day (editors)},
title = {Trilinos Tutorial},
institution = {Sandia National Laboratories},
year = {2004},
number = {SAND-2189},
}
|
|
||
| ||||