@@ -30,6 +30,15 @@ or are missing a particular feature, please open an issue or a discussion
30
30
on Github.
31
31
32
32
33
+ Belos
34
+
35
+ - Improve caching of state vectors between subsequent solves.
36
+ https://github.com/trilinos/Trilinos/pull/13751
37
+
38
+ - Use a pooling strategy for Tpetra MultiVectors.
39
+ https://github.com/trilinos/Trilinos/pull/13469
40
+
41
+
33
42
Framework
34
43
35
44
- Added option `Trilinos_WARNINGS_MODE` that can control warnings useful
@@ -45,8 +54,54 @@ Framework
45
54
if either of these modes are enabled, all warnings are disabled for any
46
55
deprecated packages, in the interest of not spending effort cleaning them.
47
56
By default, no warnings or errors are added.
57
+ https://github.com/trilinos/Trilinos/pull/13427
58
+
48
59
- Set all currently-clean GCC 10 warnings as 'promoted'.
49
60
61
+ - MKL+SYCL support
62
+ https://github.com/trilinos/Trilinos/pull/13520
63
+
64
+
65
+ Kokkos, Kokkos Kernels
66
+
67
+ - Inclusion of version 4.5.1 of Kokkos and Kokkos Kernels
68
+ https://github.com/trilinos/Trilinos/pull/13679
69
+
70
+
71
+ MueLu:
72
+
73
+ - Refactor CoalesceDropFactory into smaller composable functors,
74
+ making it easier to extend.
75
+ https://github.com/trilinos/Trilinos/pull/13361
76
+
77
+ - Add a material-aware distance Laplacian aggregation strategy.
78
+ https://github.com/trilinos/Trilinos/pull/13662
79
+
80
+
81
+ Panzer:
82
+
83
+ - Add capability for transient optimization with ROL and Tempus
84
+ https://github.com/trilinos/Trilinos/pull/13581
85
+
86
+
87
+ PyTrilinos2:
88
+
89
+ - Thyra and Stratimikos are now exposed. This allows to use solvers
90
+ from Amesos2, Belos, Ifpack2 and MueLu from Python.
91
+ https://github.com/trilinos/Trilinos/pull/13690
92
+
93
+
94
+ ShyLU:
95
+
96
+ - New solver features in Tacho
97
+ https://github.com/trilinos/Trilinos/pull/13585
98
+
99
+
100
+ Stokhos:
101
+
102
+ - Deprecate the PCE scalar type
103
+ https://github.com/trilinos/Trilinos/pull/13459
104
+
50
105
51
106
###############################################################################
52
107
# #
0 commit comments