- 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 Galeri? Galeri is a small package that can be used to create test maps and matrices. You can think of it as the equivalent of MATLAB's gallery() function, but with more support for finite difference and finite element problems. TopWhat's significant about the name 'Galeri'? Loosely translated, the Greek term "Galeri" simply means "Gallery". TopWhat are the dependencies of Galeri? Galeri is based on Epetra and Teuchos; you cannot compile Galeri without these two packages. Galeri creates matrices in Epetra format (Epetra_CrsMatrix for scalar problems, and Epetra_VbrMatrix for vector problems) and vectors in Epetra_MultiVector format. TopCan I use Galeri within PyTrilinos? Yes, Galeri has a PyTrilinos module, that can be access to basically all Galeri's capabilities. You have to specify --enable-python in your configure line; please refer to the PyTrilinos's documentation more details. TopWhere can I find a list of supported maps and matrices? Please refer to the Doxygen documentation. The list of supported Epetra_Map's can be found here, while the supported Epetra_CrsMatrix's here.What can I do with the finite element code? Galeri contains a simple but flexible finite element code for second-order PDEs. The code has been developed to validate and test algorithms (and in particular preconditioners), so don't expect too much. Said that, there is still a lot that can be done with this finite element code. Check the Doxygen documentation here for more details. TopCan I contribute with a new map or matrix? Yes, check the contact web page to write an e-mail to the developers. Top |
|
||
| ||||