- 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 NOX? NOX is a software package that provides robust soultion techniques for solving nonlinear problems. NOX provides globalized Newton-based techniques such as line search and trust region methods. Additionally, it supplies alternate models including Broyden and Tensor methods. Algorithms are implemented to account for inexact linear solves for large-scale simulation. We support interfaces to the epetra linear algebra package in Trilinos and supply JFNK and Colored finite difference techniques to evaluate Jacobians for Newton's method using epetra objects. TopHow do I submit a bug report against NOX? To reports bugs or make enhancement requests, visit NOX's Bugzilla (Bug Tracking) Database, and use the following instructions:
Under which license is NOX released? NOX is available for download under the terms of the GNU Lesser General Public License. Top |
|
||
| ||||