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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/changes/212.html" />
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Documentation: Changes: 2.1.2</title>
</head>
<body bgcolor="#ffffff">
<div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<h1>Documentation: Changes: 2.1.2</h1>
<style type="text/css">
h2 {
color: red;
}
h4 {
font-weight: bold;
text-decoration: underline;
}
</style>
<div id="main">
<div align="center">
<h2><a name="CHANGES">CHANGES in PETSc 2.1.2</a></h2>
</div>
<h4>General:</h4>
<ul>
<li>Win32fe now takes --nt4 option for compatibility on NT4</li>
<li>Supports cygwinpaths in win32fe</li>
<li>Better support for borland tools</li>
<li>Added PetscOptionsInsertString()</li>
<li>Allow full path of debugger to be specified using -start_in_debugger option</li>
<li>Better hyperlinks across documentation (including users manual)</li>
</ul>
<h4>ADIC:</h4>
<ul>
<li>Support for global reductions on local functions</li>
<li>Allow coloring of periodic grids</li>
</ul>
<h4>AO (Application Orderings):</h4>
<h4>TS (Timestepping Solvers):</h4>
<h4>DMMG:</h4>
<h4>SNES (Nonlinear Solvers):</h4>
<ul>
<li>Removed all minimization support in PETSc. TAO package should be used for this functionality.</li>
</ul>
<h4>SLES (Linear Solvers):</h4>
<h4>KSP (Krylov Subspace Methods):</h4>
<ul>
<li>Support -ksp_unpreconditioned_norm in -ksp_type cr</li>
</ul>
<h4>PC (Preconditioners):</h4>
<ul>
<li>Added support for PCType PCMAT (PC based on a matvec)</li>
<li>Added support for PCType PCHYPRE (includes PILUT, EUCLID, and BoomerAMG)</li>
<li>Cholesky - additional info from factorization</li>
</ul>
<h4>MAT (Matrices):</h4>
<ul>
<li>SBAIJ matmult - improve performance by optimizing communication.</li>
<li>markdiagonal - performance optimization.</li>
<li>SuperLU interface improved (check page 75 in the user's manual)</li>
<li>DSCPACK interface inproved</li>
<li>Spooles interface added</li>
</ul>
<h4>DA (Distributed Arrays):</h4>
<h4>VEC (Vectors):</h4>
<h4>IS (Index Sets):</h4>
<h4>Draw (Graphics):</h4>
<ul>
<li>Added flag to support turning off axis resizing</li>
</ul>
<h4>Viewers:</h4>
<ul>
<li>Allow drawing rectangles in postscript</li>
</ul>
<h4>System:</h4>
<h4>Error Handling:</h4>
<h4>Event Logging:</h4>
<h4>Fortran Interface:</h4>
</div>
</body>
</html>
|