- 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) //-->
|
WebTrilinos is a web-based interface to Trilinos, or a portal to the
Trilinos world. It is
composed by three modules, contained in three separate
directories:
The goal of WebTrilinos is to make the usage of Trilinos (and PyTrilinos) as easy as possible. As such, WebTrilinos is targeted to new users, or to those who want to get a taste of Trilinos and its components without the hassles of downloading and installing it. Clearly, don't expect to unleash the full Trilinos power through WebTrilinos: the entire code (or script, for PyTrilinos) must be contained in the text form of the web page. However, if you are starting with Trilinos, or if you want to teach Trilinos, then you get enough flexibility to show the usage of algorithms to your students, without the need to install Trilinos on each student's machine. If your focus are sparse linear system, you can experiment with various solution techniques, like direct solvers, Krylov solvers, relaxation preconditioners, incomplete factorizations, multilevel smoothed aggregation methods, in an easy-to-use way. You can either use the Galeri problem generator, or upload linear systems using the Harwell/Boeing format, or a custom XML matrix format.
A simplified workflow for WebTrilinos is
reported in the figure below; note that, in the current implementation,
the server and solver are hosted on the same machine.
We now give an overview of the MatrixPortal module of WebTrilinos. With
MatrixPortal, you define a set of linear
problems and a set of methods to solve them, then you compare the solution
phases, in order to evaluate (using a criterion you specified) the
effectiveness of the solution methods.
You can move across these steps as shown in the following picture: An overview of the installation procedure is reported in the FAQ page. |
|
||
| ||||