File: matrices.htm

package info (click to toggle)
petsc 2.1.3-1.woody.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 70,272 kB
  • ctags: 310,869
  • sloc: ansic: 257,275; sh: 9,870; makefile: 7,622; fortran: 6,211; cpp: 1,026; python: 416; csh: 41; asm: 9
file content (14 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<title>Matrices</title><body bgcolor="FFFFFF">
<h2>Matrices</h2>
<menu>
<LI><A HREF="../../../src/sles/examples/tutorials/ex3.c.html"><CONCEPT>inserting elements by blocks</CONCEPT></A>
<menu>
Solves a linear system in parallel with SLES.  The matrix<BR>uses simple bilinear elements on the unit square.  To test the parallel<BR>
matrix assembly, the matrix is intentionally laid out across processors<BR>
differently from the way it is assembled.  Input arguments are:<BR>
  -m &lt;size&gt; : problem size<BR>
</menu>
</menu>
</body>
</html>