Hello everyone!

This is deal.II newsletter #268.
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:

#16090: FEPointEvaluation: Fix check in debug mode (proposed by bergbauer) 
https://github.com/dealii/dealii/pull/16090

#16089: DerivativeForm output operator: Add test and changelog (proposed by 
bergbauer) https://github.com/dealii/dealii/pull/16089

#16088: MGTransferMF: check compatibility of DoFHandlers (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16088

#16086: Swap out burn() for sleep in an erratic test. (proposed by drwells; 
merged) https://github.com/dealii/dealii/pull/16086

#16085: Fix initialize typo in global coarsening functions (proposed by 
lpsaavedra; merged) https://github.com/dealii/dealii/pull/16085

#16083: Document the intention of the numbers::invalid_* variables. (proposed 
by bangerth) https://github.com/dealii/dealii/pull/16083

#16082: Print function for DerivativeForm (proposed by bergbauer; merged) 
https://github.com/dealii/dealii/pull/16082

#16081: NonMatching::MappingInfo: Adjust tolerance for GeometryType detection 
(proposed by bergbauer) https://github.com/dealii/dealii/pull/16081

#16080: Fix NoncontiguousPartitioner::import_from_ghosted_array() (proposed by 
peterrum; merged) https://github.com/dealii/dealii/pull/16080

#16079: Add a function to take a view of an index set with regard to an index 
set mask. (proposed by bangerth) https://github.com/dealii/dealii/pull/16079

#16078: Reduce overhead in FEEvaluation::reinit(array of cells) (proposed by 
bergbauer; merged) https://github.com/dealii/dealii/pull/16078

#16076: Restructure FullMatrix::invert to (hopefully) lower compilation times 
(proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/16076

#16075: github-actions: fix a race condition. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/16075

#16074: GitHub CI OSX and Windows: Upload CMakeConfigureLog (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/16074

#16073: Update oneAPI CI (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/16073

#16072: Add step-87: Tutorial on RemotePointEvaluation (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16072

#16071: Docker: fix order of ARGS in Dockerfile. (proposed by marcfehling; 
merged) https://github.com/dealii/dealii/pull/16071

#16069: Fix Doxygen copydoc references (proposed by jpthiele) 
https://github.com/dealii/dealii/pull/16069

#16068: make_flux_sparsity_pattern: Reduce compile time by joining code 
(proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/16068

#16067: Doxygen/Tutorials remove unnecessary anchors (proposed by jpthiele) 
https://github.com/dealii/dealii/pull/16067

#16066: Fix doxygen warnings for template instantiations (proposed by jpthiele; 
merged) https://github.com/dealii/dealii/pull/16066

#16064: Minor cleanups. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16064

#16063: Docker: Build images every 12 hours. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/16063

#16062: Docker: Build images with different number of jobs. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/16062

#16061: Docker: Use the default driver again. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/16061

#16060: Docker: Use one process to decrease memory usage. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/16060

#16059: More assertions in AffineConstraints. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16059

#16058: Use gmres in step 12 (proposed by nils-schween) 
https://github.com/dealii/dealii/pull/16058

#16057: Remove commented code (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16057

#16056: MGTwoLevelTransfer: different improvements (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16056

#16055: Fix .pl extensions in copyright update script (proposed by jpthiele; 
merged) https://github.com/dealii/dealii/pull/16055

#16054: Matrix-free kernels: Try to fix Cuda warning (proposed by kronbichler; 
merged) https://github.com/dealii/dealii/pull/16054

#16053: Add an assertion. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16053

#16052: WIP: Replace epetra with tpetra (proposed by kinnewig) 
https://github.com/dealii/dealii/pull/16052

#16051: Fix Doxygen warnings for anchors (proposed by jpthiele; merged) 
https://github.com/dealii/dealii/pull/16051

#16050: MappingDataOnTheFly: make FE_Nothing unique_ptr (proposed by peterrum; 
merged) https://github.com/dealii/dealii/pull/16050

#16049: MGTwoLevelTransfer: refine DG check (proposed by peterrum; merged) 
https://github.com/dealii/dealii/pull/16049

#16048: Rename perl scripts to include .pl as extension. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/16048

#16047: Docker: Fix driver field. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/16047

#16046: Docker: Fix quotation marks for driver argument (proposed by 
masterleinad) https://github.com/dealii/dealii/pull/16046

#16045: Don't use BuildKit for docker CI (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/16045

#16043: FEPointEvaluation: Implement integrate_add (proposed by bergbauer) 
https://github.com/dealii/dealii/pull/16043

#16041: Fix AffineConstraints copy constructor. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16041

#16039: fix AffineConstraints::copy_from (proposed by tjhei; merged) 
https://github.com/dealii/dealii/pull/16039

#16037: Fix Assert* not ending with a semicolon (proposed by masterleinad; 
merged) https://github.com/dealii/dealii/pull/16037

#16036: Use a proper doxygen @cite reference. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16036

#16035: Deprecate AffineConstraints functions taking only one index set. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/16035

#16034: Avoid use of old AffineConstraints functions. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/16034

#16033: Simplify step-48 a bit. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16033

#16032: Avoid deprecated AffineConstraints functions in the tutorials. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/16032

#16031: WIP: Adds Ginkgo interface (proposed by MarcelKoch) 
https://github.com/dealii/dealii/pull/16031

#16029: attempting to fix redundant letters "td" in documentation (proposed by 
vyushut; merged) https://github.com/dealii/dealii/pull/16029

#16028: NOXSolver: clear pending_exception (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16028

#16027: Fix compiling fe_tools_extrapolate tests without PETSc (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/16027

#16026: Assert* should end with a semicolon (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/16026

#16025: NonMatching::MappingInfo: Shrink compressed vectors (proposed by 
bergbauer; merged) https://github.com/dealii/dealii/pull/16025

#16024: Add doxygen download action to indent (proposed by jpthiele) 
https://github.com/dealii/dealii/pull/16024

#16023: Add signals to non nested multigrid (proposed by fdrmrc; merged) 
https://github.com/dealii/dealii/pull/16023

#16022: Fix warning about unininitialized values in finish_integrate_fast 
(proposed by masterleinad) https://github.com/dealii/dealii/pull/16022

#16021: Improve cuthill mckee (proposed by kronbichler; merged) 
https://github.com/dealii/dealii/pull/16021

#16020: Improve assert message for non-matching reference cell types (proposed 
by mschreter; merged) https://github.com/dealii/dealii/pull/16020

#16019: Remove unused variables. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16019

#16018: Fix uninitialized warning (proposed by bergbauer; merged) 
https://github.com/dealii/dealii/pull/16018

#16017: github-windows: only create archive if on master. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/16017

#16016: Split building docker images to two separate workers. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/16016

#16013: Fix Doxygen graphs in dark mode (proposed by jpthiele) 
https://github.com/dealii/dealii/pull/16013

#16011: Fix TrilinosWrappers::PreconditionBase special member functions 
(proposed by sebproell; merged) https://github.com/dealii/dealii/pull/16011

#16010: Assert that AffineConstraints got index sets when running in parallel. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/16010

#16009: Simplify code slightly. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16009

#16007: Fix various typos (proposed by luzpaz; merged) 
https://github.com/dealii/dealii/pull/16007

#16005: Fix Tpetra 64 bit global ordinate errors (proposed by jpthiele) 
https://github.com/dealii/dealii/pull/16005

#16004: Test: performance/timing_matrix_free_kokkos: restore mpi and thread 
annotation (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/16004

#16003: Matrix-free evaluation: Avoid pointer aliasing (proposed by 
kronbichler; merged) https://github.com/dealii/dealii/pull/16003

#16002: Changes in p:f:T (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16002

#16000: Fix warning about deprecated implicit conversion. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/16000

#15999: Bump docker/build-push-action from 4 to 5 (proposed by dependabot[bot]; 
merged) https://github.com/dealii/dealii/pull/15999

#15998: Bump docker/setup-buildx-action from 2 to 3 (proposed by 
dependabot[bot]; merged) https://github.com/dealii/dealii/pull/15998

#15997: Bump docker/login-action from 2 to 3 (proposed by dependabot[bot]; 
merged) https://github.com/dealii/dealii/pull/15997

#15996: Add alternative interfaces for 
RemotePointEvaluation::evaluate_and_process and process_and_evaluate (proposed 
by mschreter; merged) https://github.com/dealii/dealii/pull/15996

#15995: Extend API of RemotePointEvaluation::CellData (proposed by mschreter; 
merged) https://github.com/dealii/dealii/pull/15995

#15993: step-50: mark as matrix-free tutorial (proposed by peterrum; merged) 
https://github.com/dealii/dealii/pull/15993

#15992: step-85: make references to hp more explicit (proposed by peterrum) 
https://github.com/dealii/dealii/pull/15992

#15991: Unify QGaussRadauChebychev and QGaussRadau (proposed by jpthiele; 
merged) https://github.com/dealii/dealii/pull/15991

#15974: Implement AlignedVector::shrink_to_fit() (proposed by bergbauer; 
merged) https://github.com/dealii/dealii/pull/15974

#15972: Implement StridedArrayView (proposed by bergbauer; merged) 
https://github.com/dealii/dealii/pull/15972

#15971: Optimize FEPointEvaluation/NM::MappingInfo (proposed by bergbauer; 
merged) https://github.com/dealii/dealii/pull/15971

#15789: Pre-compute what's needed for AffineConstraints::distribute(). 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/15789

#15415: FE_Hermite objects for solving with Hermite finite elements (proposed 
by ivweber; merged) https://github.com/dealii/dealii/pull/15415


## And this is a list of recently opened or closed discussions:

#16087: Regression tester regressed 223772 (opened) 
https://github.com/dealii/dealii/issues/16087

#16084: Regression tester regressed 498635 (opened and closed) 
https://github.com/dealii/dealii/issues/16084

#16077: SolverGMRES: Document roundoff issues and orthogonalization strategies 
(opened) https://github.com/dealii/dealii/issues/16077

#16070: Regression tester regressed 01ddba (opened and closed) 
https://github.com/dealii/dealii/issues/16070

#16065: ClangBuildAnalyzer results (opened) 
https://github.com/dealii/dealii/issues/16065

#16044: FEEvaluation: FEValues is too expensive for MappingDataOnTheFly 
(opened) https://github.com/dealii/dealii/issues/16044

#16042: Regression tester regressed d6cf33 (opened and closed) 
https://github.com/dealii/dealii/issues/16042

#16040: Regression tester regressed 574c7c (opened and closed) 
https://github.com/dealii/dealii/issues/16040

#16038: AffineConstraints::copy_from() misses entries (opened and closed) 
https://github.com/dealii/dealii/issues/16038

#16030: Regression tester regressed e22cb6 (opened and closed) 
https://github.com/dealii/dealii/issues/16030

#16015: Deprecate AffineConstraints constructor and reinit() function that take 
only one index set. (opened and closed) 
https://github.com/dealii/dealii/issues/16015

#16014: Make sure tutorial programs use the new AffineConstraints::reinit() 
function with two index sets. (opened and closed) 
https://github.com/dealii/dealii/issues/16014

#16012: Regression tester regressed 3ba99a (opened and closed) 
https://github.com/dealii/dealii/issues/16012

#16008: The step-42 documentation references functions no longer named that 
way. (opened) https://github.com/dealii/dealii/issues/16008

#16006: Matrix-free evaluation: Look over loops over vector components (opened) 
https://github.com/dealii/dealii/issues/16006

#16001: Doxygen site: forced dark mode has bright white dot graphsin Firefox 
(opened) https://github.com/dealii/dealii/issues/16001

#15994: Proposal: set DEAL_II_DOXYGEN_USE_MATHJAX to ON by default (opened) 
https://github.com/dealii/dealii/issues/15994

#15989: Regression tester regressed e8073d (closed) 
https://github.com/dealii/dealii/issues/15989

#15987: Add check in AffineConstraints that user provided index set arguments 
when running in parallel. (closed) https://github.com/dealii/dealii/issues/15987

#12474: Compilation fails at link ld - "libpthread.so: error adding symbols: 
DSO missing from command line" (closed) 
https://github.com/dealii/dealii/issues/12474


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 dealii@googlegroups.com, 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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/651d8ce0.170a0220.b5931.2497SMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to