Hello everyone! This is deal.II newsletter #358. It automatically reports recently merged features and discussions about the deal.II finite element library.
## Below you find a list of recently proposed or merged features: #19843: fix latex formula issues (proposed by tjhei) https://github.com/dealii/dealii/pull/19843 #19841: Add constant mode extraction to Tpetra MueLu (proposed by gassmoeller) https://github.com/dealii/dealii/pull/19841 #19840: Consolidate DoFOutputOperator (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19840 #19839: Avoid some static variables. (proposed by drwells) https://github.com/dealii/dealii/pull/19839 #19838: Arkode: fix return codes for arkode_linsol_solve() and restructure test arkode_11 (proposed by vovannikov) https://github.com/dealii/dealii/pull/19838 #19837: Specialize vectorized_load_and_transpose for remainder cases 1,2,3 (proposed by kronbichler) https://github.com/dealii/dealii/pull/19837 #19836: Arkode: Improve robustness of ARKode tests 06-10 and compat_interfaces (proposed by vovannikov) https://github.com/dealii/dealii/pull/19836 #19835: Minor edits to precondition.h. (proposed by bangerth; merged) https://github.com/dealii/dealii/pull/19835 #19834: MappingQ: reuse the FE_DGQ object. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19834 #19833: C++20 modules: Fix psblas headers (proposed by masterleinad; merged) https://github.com/dealii/dealii/pull/19833 #19832: add changelog message for netcdf dependency (proposed by dabele; merged) https://github.com/dealii/dealii/pull/19832 #19831: Remove outdated trilinos tests to fix test failures (proposed by gassmoeller; merged) https://github.com/dealii/dealii/pull/19831 #19830: ARKode: reduce output tolerance and add the analytical solution for ERKStepper test (proposed by vovannikov; merged) https://github.com/dealii/dealii/pull/19830 #19829: WorkStream+TaskFlow: minimize the amount of CopyData we allocate. (proposed by drwells) https://github.com/dealii/dealii/pull/19829 #19828: Add step-104 example [WIP]. (proposed by quangx) https://github.com/dealii/dealii/pull/19828 #19827: Evaluation kernels hanging nodes docu (proposed by peterrum) https://github.com/dealii/dealii/pull/19827 #19826: Use a single implementation for vectorized transpose functions (proposed by kronbichler) https://github.com/dealii/dealii/pull/19826 #19825: Unify implementation of PreconditionChebshev::(T)vmult/(T)step (proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/19825 #19823: Fix another typo in a comment (proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/19823 #19822: Fix typo in a comment (proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/19822 #19821: Avoid use of deprecated function (proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/19821 #19820: Do not declare the same lambda function twice (proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/19820 #19819: WorkStream+Taskflow: Avoid allocating an extra vector for every workstream task. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19819 #19816: Fix the step-70 test. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19816 #19815: Remove unused code from a test (proposed by gassmoeller; merged) https://github.com/dealii/dealii/pull/19815 #19813: step-40 example test: use a wider tolerance for iteration counts. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19813 #19812: Fix sundials/arkode_01 test results (proposed by gassmoeller; merged) https://github.com/dealii/dealii/pull/19812 #19811: Tests: use zorder instead of metis. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19811 #19810: WorkStream+TaskFlow: flatten some data structures. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19810 #19808: Prepare some of our examples for use with Tpetra (proposed by gassmoeller) https://github.com/dealii/dealii/pull/19808 #19807: KellyErrorEstimator: fix a type. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19807 #19806: Enable complex build. (proposed by marcfehling; merged) https://github.com/dealii/dealii/pull/19806 #19805: Bump https://github.com/crate-ci/typos from v1.46.3 to 1.47.2 (proposed by dependabot[bot]; merged) https://github.com/dealii/dealii/pull/19805 #19804: Fix real to unit cell affine approximation (proposed by HarshaMatta) https://github.com/dealii/dealii/pull/19804 #19803: KellyErrorEstimator: clean up some more internal data structures. (proposed by drwells; merged) https://github.com/dealii/dealii/pull/19803 #19797: add more tests and =scalar operator for PETScWrappers::MPI::FullMatrix (proposed by SanojKnalp; merged) https://github.com/dealii/dealii/pull/19797 #19796: Arkode: add wrapper for LSRKStep module (proposed by vovannikov; merged) https://github.com/dealii/dealii/pull/19796 #19791: Fix placement of `n_reference_cells_in_dim` and add `inline` specifier. (proposed by AndSte01; merged) https://github.com/dealii/dealii/pull/19791 #19775: Arkode: round the ARKStep Butcher tables test stats data (proposed by vovannikov; merged) https://github.com/dealii/dealii/pull/19775 #19724: Arkode: add wrapper for ERKStep module (proposed by vovannikov; merged) https://github.com/dealii/dealii/pull/19724 #19356: Distributed PSBLAS matrices and sparsity patterns (proposed by fdrmrc; merged) https://github.com/dealii/dealii/pull/19356 #19343: Micro-optimization of the Richardson iteration. (proposed by bangerth; merged) https://github.com/dealii/dealii/pull/19343 #19296: Add netCDF as a dependency (proposed by dabele; merged) https://github.com/dealii/dealii/pull/19296 #18659: Make DoFRenumbering::component_wise() work with FEValuesExtractors (proposed by gsegon; merged) https://github.com/dealii/dealii/pull/18659 ## And this is a list of recently opened or closed discussions: #19842: Deprecate everything in namespace Algorithms. (opened) https://github.com/dealii/dealii/issues/19842 #19824: Step-12 segfaults when using Taskflow bundled with deal.II on Manjaro current (opened and closed) https://github.com/dealii/dealii/issues/19824 #19818: Improve code structure of time integrators: Use array assignment. (opened) https://github.com/dealii/dealii/issues/19818 #19817: Improve code structure of time integrators: Use std::unique_ptr over plain pointer. (opened) https://github.com/dealii/dealii/issues/19817 #19814: SUNDIALS test failures (opened) https://github.com/dealii/dealii/issues/19814 #19809: Post 9.8: tune up our CI by empirically selecting flakier tests (opened) https://github.com/dealii/dealii/issues/19809 #19510: Citations do not work (closed) https://github.com/dealii/dealii/issues/19510 A list of all major changes since the last release can be found at https://www.dealii.org/developer/doxygen/deal.II/recent_changes.html. Thanks for being part of the community! Let us know about questions, problems, bugs or just share your experience by writing to [email protected], or by opening issues or pull requests at https://www.github.com/dealii/dealii. Additional information can be found at https://www.dealii.org/. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dealii/6a2935e5.b4c30673.101ee3.3961SMTPIN_ADDED_MISSING%40gmr-mx.google.com.
