Hello everyone!

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

#16957: Include allocated vectors in GrowingVectorMemory's memory consumption 
(proposed by sebproell) https://github.com/dealii/dealii/pull/16957

#16956: Restate the equation we solve at the beginning of step-6. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/16956

#16955: Be uniform in the order of things we start the assembly loop with. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/16955

#16954: Consistently use a relative solver tolerance. (proposed by bangerth) 
https://github.com/dealii/dealii/pull/16954

#16953: Multiply right hand side value from the left with phi_i. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/16953

#16952: Say what a bare integer argument is. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16952

#16951: Fix a compiler warning. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/16951

#16950: Handle zero contour aligning with faces in MeshClassifier. (proposed by 
simonsticko) https://github.com/dealii/dealii/pull/16950

#16948: Make it clearer what an integer argument means. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/16948

#16947: Ensure we only set boundary ids on boundary faces. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/16947

#16945: Fix another missing 'const'. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16945

#16943: Use neutral language. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16943

#16942: Add a missing 'const'. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16942

#16940: Fix p:f:T::load() (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16940

#16939: Fix typo. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16939

#16936: Fix typo in intro.dox (proposed by simrnjandu; merged) 
https://github.com/dealii/dealii/pull/16936

#16935: Add a comment about task execution. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16935

#16934: Add a test for Threads::Task. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16934

#16933: Remove a non-functional test. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16933

#16932: NonMatching::FEValues: accept CellAccessor (proposed by peterrum) 
https://github.com/dealii/dealii/pull/16932

#16931: CMake: fix typo in Config.cmake.in (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/16931

#16929: Fix grammar in cmake messages. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16929

#16927: Add ThreadLocalStorage::get_for_thread(). (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/16927

#16926: Fix typo in test description (proposed by kronbichler; merged) 
https://github.com/dealii/dealii/pull/16926

#16925: FEPointEvaluation: Remove signal to keep track of reinit() state 
(proposed by kronbichler) https://github.com/dealii/dealii/pull/16925

#16924: Revert "Export compile definitions for dependent targets" (proposed by 
tamiko; merged) https://github.com/dealii/dealii/pull/16924

#16923: Don't define BOOST_NO_CXX98_FUNCTION_BASE manually in bundled boost 
(proposed by masterleinad; merged) https://github.com/dealii/dealii/pull/16923

#16922: Portable tensor product kernels: Simplify loop generic (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/16922

#16920: Remove another duplicated table. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/16920

#16918: matrix_free/point_evaluation_33 test: add two more output variants 
(proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/16918

#16917: Portable matrix-free: Fix Kokkos index access (proposed by kronbichler; 
merged) https://github.com/dealii/dealii/pull/16917

#16916: Explicitly use the inverse orientation instead of hard-coding. 
(proposed by drwells; merged) https://github.com/dealii/dealii/pull/16916

#16914: Remove duplicated tables (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/16914

#16913: Tria orientation cleanup (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/16913

#16912: Portable tensor product kernels: Simplify loop (proposed by 
kronbichler; merged) https://github.com/dealii/dealii/pull/16912

#16911: Polynomial: Make values_of_array always inline in release mode 
(proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/16911

#16910: FEPointEvaluation: Allow evaluating more points together (proposed by 
kronbichler; merged) https://github.com/dealii/dealii/pull/16910

#16909: Use slightly better variable names in the MatrixFree::loop() functions. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/16909

#16908: Some minor updates to step-89. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/16908

#16906: Explain the term 'restriction' in FiniteElement. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/16906

#16900: Suppress some messages when normalizing test output. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/16900

#16891: FEPointEvaluation: Implement n_active_entries_per_quadrature_batch 
(proposed by bergbauer; merged) https://github.com/dealii/dealii/pull/16891

#16856: Fix MG transfer for Tetrahedrons  (proposed by dominiktassilostill; 
merged) https://github.com/dealii/dealii/pull/16856

#16834: Export compile definitions for dependent targets (proposed by 
gassmoeller; merged) https://github.com/dealii/dealii/pull/16834


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

#16949: Regression tester regressed efb4cd (opened) 
https://github.com/dealii/dealii/issues/16949

#16946: Remove the use of deallog from step-3. (opened) 
https://github.com/dealii/dealii/issues/16946

#16944: Mention triangles/tets somewhere early on in the tutorials. (opened) 
https://github.com/dealii/dealii/issues/16944

#16941: Regression tester regressed 2fa0c9 (opened and closed) 
https://github.com/dealii/dealii/issues/16941

#16938: Use "mesh" instead of "grid" in step-1. (opened) 
https://github.com/dealii/dealii/issues/16938

#16937: Use "mesh (opened and closed) 
https://github.com/dealii/dealii/issues/16937

#16930: ThreadLocalStorage is not thread-safe. (opened and closed) 
https://github.com/dealii/dealii/issues/16930

#16928: Fix Tpetra configuration error message. (opened) 
https://github.com/dealii/dealii/issues/16928

#16921: Remove LogStream from the friends of ThreadLocalStorage (opened and 
closed) https://github.com/dealii/dealii/issues/16921

#16919: Regression tester regressed 03c82a (opened and closed) 
https://github.com/dealii/dealii/issues/16919

#16915: Regression tester regressed 9b4d7b (opened and closed) 
https://github.com/dealii/dealii/issues/16915

#16907: Regression tester regressed 81ec86 (opened and closed) 
https://github.com/dealii/dealii/issues/16907

#16893: Changing Data types in Deal.ii examples (closed) 
https://github.com/dealii/dealii/issues/16893


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/6634b5c9.050a0220.e5453.927aSMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to