File: mat.html

package info (click to toggle)
petsc 3.4.2.dfsg1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,104 kB
  • ctags: 516,422
  • sloc: ansic: 395,939; cpp: 47,201; python: 34,788; makefile: 17,193; fortran: 16,251; f90: 1,592; objc: 954; sh: 822; xml: 621; java: 381; lisp: 293; csh: 241
file content (45 lines) | stat: -rw-r--r-- 2,547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<title>Mat</title><body bgcolor="FFFFFF">
   <div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<h2>Mat</h2>
<menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex1.c.html"><CONCEPT>ordering a matrix - loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file and reorders it.<BR>  -f0 &lt;input_file&gt; : first file to load (small system)<BR>
  -f1 &lt;input_file&gt; : second file to load (larger system)<BR>
</menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex12.c.html"><CONCEPT>ordering a matrix - loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file appends the vector the matrix<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex1.c.html"><CONCEPT>loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file and reorders it.<BR>  -f0 &lt;input_file&gt; : first file to load (small system)<BR>
  -f1 &lt;input_file&gt; : second file to load (larger system)<BR>
</menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex12.c.html"><CONCEPT>loading a binary matrix and vector;</CONCEPT></A>
<menu>
Reads a PETSc matrix and vector from a file appends the vector the matrix<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex9.c.html"><CONCEPT>composite matrices</CONCEPT></A>
<menu>
Tests MatCreateComposite()<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex10.c.html"><CONCEPT>loading a binary matrix;</CONCEPT></A>
<menu>
Reads a PETSc matrix and computes the 2 norm of the columns<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex11.c.html"><CONCEPT>mesh partitioning</CONCEPT></A>
<menu>
Tests MatMeshToDual()<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex15.c.html"><CONCEPT>mat partitioning</CONCEPT></A>
<menu>
Example of using graph partitioning to segment an image<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex17.c.html"><CONCEPT>mat partitioning</CONCEPT></A>
<menu>
Example of using graph partitioning with a matrix in which some procs have empty ownership<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex15.c.html"><CONCEPT>image segmentation</CONCEPT></A>
<menu>
Example of using graph partitioning to segment an image<BR></menu>
<LI><A HREF="../../../src/mat/examples/tutorials/ex17.c.html"><CONCEPT>image segmentation</CONCEPT></A>
<menu>
Example of using graph partitioning with a matrix in which some procs have empty ownership<BR></menu>
</menu>
</body>
</html>