Skip to content

Commit 7605238

Browse files
authored
Merge pull request #13866 from cgcgcg/releaseNotes16.1
Adding to release notes for 16.1
2 parents 69e0561 + 7dba4c8 commit 7605238

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

RELEASE_NOTES

+55
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ or are missing a particular feature, please open an issue or a discussion
3030
on Github.
3131

3232

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+
3342
Framework
3443

3544
- Added option `Trilinos_WARNINGS_MODE` that can control warnings useful
@@ -45,8 +54,54 @@ Framework
4554
if either of these modes are enabled, all warnings are disabled for any
4655
deprecated packages, in the interest of not spending effort cleaning them.
4756
By default, no warnings or errors are added.
57+
https://github.com/trilinos/Trilinos/pull/13427
58+
4859
- Set all currently-clean GCC 10 warnings as 'promoted'.
4960

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+
50105

51106
###############################################################################
52107
# #

0 commit comments

Comments
 (0)