Hello everyone!

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

#13749: Rename an exception (proposed by simonsticko; merged) 
https://github.com/dealii/dealii/pull/13749

#13748: Assert that the incoming cell is Cartesian in MappingCartesian 
(proposed by simonsticko; merged) https://github.com/dealii/dealii/pull/13748

#13747: Step-75: use well-formed deleter (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/13747

#13746: base/tensor.h: Fix a typo (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/13746

#13745: Avoid doing extra TLS lookups in FunctionParser. (proposed by drwells) 
https://github.com/dealii/dealii/pull/13745

#13744: TransfiniteInterpolationManifold: fix codimension one case (proposed by 
tamiko; merged) https://github.com/dealii/dealii/pull/13744

#13743: Cgal dealii tria from implicit function (proposed by luca-heltai) 
https://github.com/dealii/dealii/pull/13743

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

#13741: Fix sundials 6 tests, part 1 (proposed by drwells) 
https://github.com/dealii/dealii/pull/13741

#13739: Added missing headers to failing test. (proposed by marcfehling; 
merged) https://github.com/dealii/dealii/pull/13739

#13738: Fix typo w_cycle (proposed by gfcas; merged) 
https://github.com/dealii/dealii/pull/13738

#13737: LA:d:V: fix size in the case of shared memory (proposed by peterrum; 
merged) https://github.com/dealii/dealii/pull/13737

#13736: Fix some GCC-12 warnings. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/13736

#13735: CGAL C3T3 to deal.II Triangulation. (proposed by luca-heltai) 
https://github.com/dealii/dealii/pull/13735

#13733: Avoid double packing/unpacking for CA algorithms. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/13733

#13732: CMake: remove -Wl,--as-needed flag setup (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/13732

#13731: Simplify the type used by ConsensusAlgorithm in 
compute_n_point_to_point_communications(). (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/13731

#13730: Add another variant for multigrid test (proposed by kronbichler; 
merged) https://github.com/dealii/dealii/pull/13730

#13729: Set is_tensor_product_flag in Quadrature::initialize(..) (proposed by 
simonsticko; merged) https://github.com/dealii/dealii/pull/13729

#13728: New test for MatrixFree::reinit with empty procs (proposed by 
sebproell; merged) https://github.com/dealii/dealii/pull/13728

#13726: CMake: Do not warn about not finding CGAL (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/13726

#13725: MF: fix if all cells of a process are FE_Nothing (proposed by peterrum; 
merged) https://github.com/dealii/dealii/pull/13725

#13724: Choose common SFINAE detection path for PreconditionChebyshev (proposed 
by kronbichler; merged) https://github.com/dealii/dealii/pull/13724

#13723: Fix three bugs in interleaved CG method (proposed by kronbichler; 
merged) https://github.com/dealii/dealii/pull/13723

#13722: Replace std::vector<RequestType> by RequestType in consensus 
algorithms. Same for AnswerType. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/13722

#13721: step-40: update IO section (proposed by tjhei) 
https://github.com/dealii/dealii/pull/13721

#13720: Rename the template type arguments of the consensus algorithms. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/13720

#13719: Clean up delete_duplicated_vertices() a little. (proposed by drwells; 
merged) https://github.com/dealii/dealii/pull/13719

#13718: Fix master face_no (proposed by bergbauer; merged) 
https://github.com/dealii/dealii/pull/13718

#13717: Corefine and compute boolean operations in CGAL (proposed by fdrmrc; 
merged) https://github.com/dealii/dealii/pull/13717

#13716: Adjust changelog for 64bit nonzeros. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/13716

#13714: Fix test simplex/step-55. (proposed by marcfehling; merged) 
https://github.com/dealii/dealii/pull/13714

#13712: Restrict permissions for GITHUB_TOKEN. (proposed by marcfehling; 
merged) https://github.com/dealii/dealii/pull/13712

#13711: Fix the nodal renumbering tests. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/13711

#13705: Create coarse mesh out of a CGAL::Surface_mesh (proposed by fdrmrc; 
merged) https://github.com/dealii/dealii/pull/13705

#13698: Add a data-locality-optimized iteration scheme to SolverCG (proposed by 
kronbichler; merged) https://github.com/dealii/dealii/pull/13698

#13694: Generalize do_interpolate_boundary_values() for pyramid and wedge 
(proposed by peterrum; merged) https://github.com/dealii/dealii/pull/13694

#13637: Introduce MGTransferBlockGlobalCoarsening (proposed by peterrum; 
merged) https://github.com/dealii/dealii/pull/13637

#13631: Fixes CMake version > 3.12 python-binding build failure (proposed by 
CorbinFoucart; merged) https://github.com/dealii/dealii/pull/13631

#13590: Add gradient to SignedDistance::Ellipsoid (proposed by bergbauer; 
merged) https://github.com/dealii/dealii/pull/13590

#13577: Use PIMPL in our muParser implementation. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/13577

#13063: Implement FEFaceEvaluation::evaluate() for ECL/unstructured meshes 
(proposed by peterrum; merged) https://github.com/dealii/dealii/pull/13063

#12463: Improve asserts in parallel::distributed::SolutionTransfer (proposed by 
peterrum; merged) https://github.com/dealii/dealii/pull/12463


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

#13740: pipe junction: setting manifold ids fails with clang (opened) 
https://github.com/dealii/dealii/issues/13740

#13734: TransfiniteInterpolationManifold in co-dimension 1 (opened and closed) 
https://github.com/dealii/dealii/issues/13734

#13727: CGAL Support Open Issues (opened) 
https://github.com/dealii/dealii/issues/13727

#13613: compilation issue step-75 on ARM clang 13 (closed) 
https://github.com/dealii/dealii/issues/13613

#13358: Introduce single-function consensus algorithm interface (closed) 
https://github.com/dealii/dealii/issues/13358

#10947: Document pre-compiled polynomial degrees with FEEvaluation (closed) 
https://github.com/dealii/dealii/issues/10947


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/6283e2f7.1c69fb81.3bca7.4f4aSMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to