File: laplacian%2C_2d.html

package info (click to toggle)
petsc 2.3.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 77,732 kB
  • ctags: 314,526
  • sloc: ansic: 254,277; python: 26,350; cpp: 18,257; fortran: 15,694; makefile: 11,000; sh: 3,638; xml: 620; csh: 211
file content (31 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (3)
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
<html>
<title>Laplacian, 2d</title><body bgcolor="FFFFFF">
<h2>Laplacian, 2d</h2>
<menu>
<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex13.c.html"><CONCEPT>ex13.c</CONCEPT></A>
<menu>
Solves a variable Poisson problem with KSP.<BR></menu>
<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex13f90.F.html"><CONCEPT>ex13f90.F</CONCEPT></A>
<menu>
<BR>
<BR>
</menu>
<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex16.c.html"><CONCEPT>ex16.c</CONCEPT></A>
<menu>
Solves a sequence of linear systems with different right-hand-side vectors.<BR>Input parameters include:<BR>
  -ntimes &lt;ntimes&gt;  : number of linear systems to solve<BR>
  -view_exact_sol   : write exact solution vector to stdout<BR>
  -m &lt;mesh_x&gt;       : number of mesh points in x-direction<BR>
  -n &lt;mesh_n&gt;       : number of mesh points in y-direction<BR>
</menu>
<LI><A HREF="../../../src/ksp/ksp/examples/tutorials/ex2.c.html"><CONCEPT>ex2.c</CONCEPT></A>
<menu>
Solves a linear system in parallel with KSP.<BR>Input parameters include:<BR>
  -random_exact_sol : use a random exact solution vector<BR>
  -view_exact_sol   : write exact solution vector to stdout<BR>
  -m &lt;mesh_x&gt;       : number of mesh points in x-direction<BR>
  -n &lt;mesh_n&gt;       : number of mesh points in y-direction<BR>
</menu>
</menu>
</body>
</html>