File: 212.md.txt

package info (click to toggle)
petsc 3.23.1%2Bdfsg1-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 515,576 kB
  • sloc: ansic: 751,607; cpp: 51,542; python: 38,598; f90: 17,352; javascript: 3,493; makefile: 3,157; sh: 1,502; xml: 619; objc: 445; java: 13; csh: 1
file content (89 lines) | stat: -rw-r--r-- 1,731 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
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
# 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:
```