File: 216.html

package info (click to toggle)
petsc 2.2.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 64,404 kB
  • ctags: 284,528
  • sloc: ansic: 223,999; python: 11,758; makefile: 7,707; fortran: 6,327; cpp: 4,104; sh: 3,387; csh: 41; asm: 6
file content (159 lines) | stat: -rw-r--r-- 5,477 bytes parent folder | download | duplicates (5)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<html>
<body BGCOLOR="FFFFFF">

      <h1> Docs:&nbsp;Changes: 2.1.6</h1>


      <p align="center"><font color="#ff0000" size="5"><a name="CHANGES">CHANGES</a>
in PETSc 2.1.6 </font></p>
      <p><font size="4"><strong><u>General:<br>
      </u></strong></font></p>
      <ul>
        <li>Added support for Cray X1</li>
        <li>Added option '-suggest' to petscarch script. It suggests
some possible PETSC_ARCHes to use</li>
        <li>Installation instructions are rewritten<br>
        </li>
      </ul>
      <ul>
      </ul>
      <p><u><b>Vec:</b></u><br>
      </p>
      <ul>
        <li> VecNorm now caches NORM_2</li>
        <li>Added VecStrideScale(), VecStrideGather(),
VecStrideScatter()</li>
        <li>Added
VecBlockNorm(),VecBlockMax(),VecBlockMin(),VecBlockScale()<br>
        </li>
      </ul>
      <ul>
      </ul>
      <p><u><b>Mat:</b></u></p>
      <ul>
        <li>The interface to external packages that support direct
solvers has been reorganized.&nbsp; This is implemented using new matrix
types MATSEQAIJSPOOLES, MATMPIAIJSPOOLES, MATSEQSBAIJSPOOLES,
MATMPISBAIJSPOOLES, MATSUPERLU, MATSUPERLU_DIST, MATUMFPACK,MATESSL,
MATLUSOL, MATAIJMUMPS, MATSBAIJMUMPS, MATDSCPACK<br>
        </li>
        <li>Added new convenience matrix types which automatically
switch between Seq and MPI implementations depending on the size of the
communicator used during creation: MATAIJ, MATBAIJ, MATSBAIJ, MATMAIJ,
MATDENSE, MATBDIAG</li>
        <li>Changed default matrix-free compute h to use WP since it
uses fewer reductions</li>
        <li>Replace the datatypes MatLUInfo and MatILUInfo by
MatFactorInfo</li>
        <li>Added cholesky support to SeqAIJ</li>
        <li>Added support for SUBSET_NONZERO_PATTERN with MatAXPY for
AIJ &amp; BAIJ<br>
        </li>
        <li>Added MatIsSymmetric() for AIJ</li>
        <li>Added LDA support in SeqDense</li>
        <li>The ncols argument made optional in MatGetRow()</li>
        <li>Added MAT_KEEP_ZEROED_ROWS for MPIROWBS</li>
        <li>Removed -aij_oneindex support from AIJ code</li>
        <li>Added MatPartitioningSetPartitionWeights() - useable with
ParMetis</li>
        <li>MatGetSubMatrices() now works for ROWBS<br>
        </li>
      </ul>
      <p><u><b>PC:<br>
      </b></u></p>
      <ul>
        <li>Added PCICCSetDamping() or -pc_icc_damping</li>
        <li>Added -pc_constant_null_space</li>
        <li>Added PCILUSetShift() or -pc_ilu_shift to support damping
using the identity</li>
        <li>Added PCLUSetShift()&nbsp; or -pc_lu_shift to support
damping using the identity</li>
        <li>Added PCICCSetShift() or -pc_icc_shift to support damping
using the identity<br>
        </li>
      </ul>
      <ul>
      </ul>
      <p><u><b>KSP:</b></u></p>
      <ul>
        <li>Added a new ksp_type LGMRES</li>
        <li>Added KSPSetComputeSingularValues() support to ksp_type
FGMRES<br>
        </li>
      </ul>
      <p> <u><b>TS:<br>
      </b></u></p>
      <ul>
        <li>Added support for Runge-Kutta using ts_type TS_RUNGE_KUTTA<br>
        </li>
      </ul>
      <ul>
      </ul>
      <p><span style="font-weight: bold; text-decoration: underline;">DMMG:</span><br>
      </p>
      <ul>
        <li>-dmmg_jacobian_period -1 =&gt; jacobian is frozen after
initial construction<br>
        </li>
      </ul>
      <p><span style="font-weight: bold; text-decoration: underline;">DA:</span></p>
      <ul>
        <li>Allow user preallocation of jacobian using DASetGetMatrix()<br>
        </li>
        <li>DAGetMatrix now correctly returns the requested type.      </li>
        <li>-mat_type typename overloads the requested type for
DAGetMatrix </li>
      </ul>
      <p><span style="font-weight: bold; text-decoration: underline;">SYS:</span></p>
      <ul>
        <li>Added new viewer_type PETSC_VIEWER_NETCDF, PETSC_VIEWER_HDF4</li>
        <li>PETSc error handlers now trap many more signals.<br>
        </li>
      </ul>
      <p><span style="font-weight: bold; text-decoration: underline;">Fortran:</span><br>
      </p>
      <ul>
        <li>PetscPushErrorHandler() and PetscPopErrorHandler() now
supported</li>
        <li>PetscPrintf() and PetscSynchronizedPrintf() now work in
fortran with a single string</li>
      </ul>
      <p><br>
      <span style="font-weight: bold; text-decoration: underline;">External
Packages:</span><br>
      </p>
      <ul>
        <li>Added TSPVodeGetParameters()</li>
        <li>Parmetis-3 support added using MatPartitionSetNParts(),
ISPartitionCount()</li>
        <li>MUMPS support added, including complex (using
mat_type&nbsp; MATAIJMUMPS, MATSBAIJMUMPS)</li>
        <li>Updated SuperLU_DIST interface to SuperLU_DIST_2.0</li>
        <li>Added Spooles complex support</li>
        <li>Added Spooles cholesky for SeqAIJ</li>
        <li>ADIC: ad_GRAD_MAX is now set in the application and
compiled into code when compiling appplication</li>
        <li>The following variable names - in the buildsystem are
changed - that correspond with SuperLU_DIST<br>
&nbsp; SUPERLUDIST_INCLUDE &nbsp;-&gt; &nbsp;SUPERLU_DIST_INCLUDE<br>
&nbsp; SUPERLUDIST_LIB&nbsp; -&gt; &nbsp;SUPERLU_DIST_LIB<br>
&nbsp; PETSCHAVE_SUPERLU &nbsp;-&gt; &nbsp;PETSC_HAVE_SUPERLU<br>
        </li>
      </ul>
      <ul>
      </ul>
      <ul>
&nbsp;
      </ul>
      </td>
    </tr>
    <tr>
      <td width="100%" colspan="2">
      <hr size="4" color="#FF5B5B"> </td>
    </tr>
  </tbody>
</table>
</body>
</html>
</body>
</html>