File: 212.rst.txt

package info (click to toggle)
petsc 3.22.5%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516,740 kB
  • sloc: ansic: 814,333; cpp: 50,948; python: 37,416; f90: 17,187; javascript: 3,493; makefile: 3,198; sh: 1,502; xml: 619; objc: 445; java: 13; csh: 1
file content (72 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (2)
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
==============
Changes: 2.1.2
==============

.. rubric:: General:

-  Win32fe now takes --nt4 option for compatibility on NT4
-  Supports cygwinpaths in win32fe
-  Better support for borland tools
-  Added PetscOptionsInsertString()
-  Allow full path of debugger to be specified using
   -start_in_debugger option
-  Better hyperlinks across documentation (including users manual)

.. rubric:: ADIC:

-  Support for global reductions on local functions
-  Allow coloring of periodic grids

.. rubric:: AO (Application Orderings):

.. rubric:: TS (Timestepping Solvers):

.. rubric:: DMMG:

.. rubric:: SNES (Nonlinear Solvers):

-  Removed all minimization support in PETSc. TAO package should be
   used for this functionality.

.. rubric:: SLES (Linear Solvers):

.. rubric:: KSP (Krylov Subspace Methods):

-  Support -ksp_unpreconditioned_norm in -ksp_type cr

.. rubric:: PC (Preconditioners):

-  Added support for PCType PCMAT (PC based on a matvec)
-  Added support for PCType PCHYPRE (includes PILUT, EUCLID, and
   BoomerAMG)
-  Cholesky - additional info from factorization

.. rubric:: MAT (Matrices):

-  SBAIJ matmult - improve performance by optimizing communication.
-  markdiagonal - performance optimization.
-  SuperLU interface improved (check page 75 in the user's manual)
-  DSCPACK interface inproved
-  Spooles interface added

.. rubric:: DA (Distributed Arrays):

.. rubric:: VEC (Vectors):

.. rubric:: IS (Index Sets):

.. rubric:: Draw (Graphics):

-  Added flag to support turning off axis resizing

.. rubric:: Viewers:

-  Allow drawing rectangles in postscript

.. rubric:: System:

.. rubric:: Error Handling:

.. rubric:: Event Logging:

.. rubric:: Fortran Interface: