- 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) //-->
|
Help - FAQ What is Zoltan2? Zoltan2 is a package for load balancing and combinatorial scientific computing (CSC). CSC includes graph/matrix ordering and coloring. TopHow does Zoltan2 differ from Zoltan? Zoltan2 covers many of the same areas as Zoltan. While Zoltan was written in C, Zoltan2 is written in modern templated C++. Zoltan2 supports arbitrary index types, and can therefore solve problems with more than 2 billion elements (32-bit limit). Zoltan2 provides input adapters for Xpetra (indirectly, both Epetra and Tpetra) data types as a convenience to Trilinos users. TopWhat's the status of the Zoltan2 package? Much of Zoltan2 should be considered experimental code. The feature set is currently small compared to Zoltan. Top |
|
||
| ||||