- 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 PAMGEN useful for? PAMGEN is useful for providing a parallel unstructured finite-element analysis code with a huge mesh. TopHow many elements can PAMGEN generate? The number of elements PAMGEN can generate is limited by the size of a 32 bit integer (just above two billion). TopDoes PAMGEN scale well? PAMGEN performs no internal inter-processor communication and so scales very well. TopWhat kinds of elements can PAMGEN generate? 4 node quads in 2D and 8 node hexes in 3D. TopDoes PAMGEN perform any communication within its routines? No. TopWhat kinds of domain decomposition does PAMGEN provide. PAMGEN provides several decomposition options. The most useful is a simple bisection strategy that slices the mesh in different topological directions. This strategy works best when the number of processors has many prime factors. A user defined slicing strategy allows control which topological direction are sliced. A random decomposition method is provided as a stress test for analysis codes. Top |
|
||
| ||||