- 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 PyTrilinos HomePyTrilinos is a set of python wrappers for selected Trilinos packages. This allows a python programmer to dynamically import Trilinos packages into a python script or the python command-line interpreter, allowing the creation and manipulation of Trilinos objects and the execution of Trilinos algorithms, without the need to constantly recompile. PyTrilinos adds a level of convenience to Trilinos users; quick and dirty tests can be run immediately, unit testing can be built quickly within the python unit testing framework, object-oriented design can be explored more efficiently, and full-fledged applications can be developed using python. PyTrilinos is intended to supplement the outstanding efforts of the community of SciPy developers by providing robust solver capabilities to the scientific python community. As such, it has a high degree of compatibility with NumPy, the n-dimensional array module that provides contiguous, homogeneous data support for all SciPy modules. A description of the linear algebra modules of PyTrilinos can be found in the Sandia report SAND2005-3835. You may also examine various conference presentations of PyTrilinos:
General questions can be directed to the PyTrilinos users mailing list. If you use PyTrilinos for your applications, please let us know by writing an e-mail to the PyTrilinos developers. Please also cite PyTrilinos using the following bibtex entry:
@Article{PyTrilinos,
author = {M. Sala and W. Spotz and M. Heroux},
title = {{PyTrilinos}: High-Performance
Distributed-Memory Solvers for {Python}},
journal = {ACM TOMS},
year = {accepted 2006},
}
|
|
||
| ||||