- 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) //-->
|
PyTrilinos.EpetraExtThe EpetraExt package supports a wide variety of extensons to the Epetra package, only a handful of which have currently been given python wrappers. These wrappers can be categorized as follows:
Graph Coloring ClassesEpetraExt has two classes for aiding with creating color maps.
The first is the functor CrsGraph_MapColoring. Note than only the default constructor is currently supported. Once such an object is created, you can call it with an Epetra.CrsGraph argument to call a coloring algorithm and obtain an Epetra.MapColoring object. The second class is the CrsGraph_MapColoringIndex functor. Use an Epetra.MapColoring object in the constructor and an Epetra.CrsGraph object as the argument when you call it. Input Functions
Output Functions
Input/Output Classes
The HDF5 and XMLReader classes both support overloaded Read() methods in C++, but these cannot be type-disambiguated in python. Therefore, the Read() methods are ignored and replaced with python versions that have the type name in the method. Therefore, if obj is an HDF5 or XMLReader object, then, these methods are supported:
In addition, the HDF5 objects support the following additional methods:
Matrix-Matrix FunctionsSo far, only addition and multiplication are supported:
|
|
||
| ||||