Hello everyone!

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

#7825: Add missing #ifdef DEAL_II_WITH_THREADS around tbb calls (proposed by 
Rombur) https://github.com/dealii/dealii/pull/7825

#7822: Perform p-refinement during 'execute_coarsening_and_refinement()'. 
(proposed by marcfehling) https://github.com/dealii/dealii/pull/7822

#7820: Check SCALAPACK symbols (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/7820

#7819:  DoFRenumbering::cell_wise with p::Tria (proposed by davydden) 
https://github.com/dealii/dealii/pull/7819

#7818: Set cell manifold ids when the apply_all_indicators_to_manifold flag is 
used. (proposed by masterleinad) https://github.com/dealii/dealii/pull/7818

#7817: hp::DoFHandler::execute_coarsening_and_refinement() (proposed by 
marcfehling) https://github.com/dealii/dealii/pull/7817

#7816: CMake: Reorganize MPI sanity check (proposed by tamiko) 
https://github.com/dealii/dealii/pull/7816

#7815: Only permit use of ld.lld linker when the Clang compiler is used. 
(proposed by jppelteret; merged) https://github.com/dealii/dealii/pull/7815

#7814: Fix 'test' target for MSVC (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/7814

#7813: Add some basic tests for SymEngine (proposed by jppelteret) 
https://github.com/dealii/dealii/pull/7813

#7810: Add CMake module and configuration files for SymEngine (proposed by 
jppelteret; merged) https://github.com/dealii/dealii/pull/7810

#7808: Encapsulate the calls to tbb::parallel_for (proposed by Rombur; merged) 
https://github.com/dealii/dealii/pull/7808

#7807: Fix compiling bundled boost with MSVC and C++17 (proposed by 
masterleinad) https://github.com/dealii/dealii/pull/7807

#7806: "Reasonable" ScratchData and CopyData (proposed by luca-heltai) 
https://github.com/dealii/dealii/pull/7806

#7805: Improve the error text of an assertion. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/7805

#7804: remove unneeded assert in internal::update_ghost_values_finish() 
(proposed by davydden; merged) https://github.com/dealii/dealii/pull/7804

#7803: Fix MatrixFree::loop() for the case where VectorType is not a vector 
(proposed by kronbichler; merged) https://github.com/dealii/dealii/pull/7803

#7801: Allow CXX14/17 autodetection for MSVC (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/7801

#7800: Update allowed MSVC version in bundled boost (proposed by masterleinad; 
merged) https://github.com/dealii/dealii/pull/7800

#7799: Update documentation of class Vector. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/7799

#7798: Remove make slice (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/7798

#7797: Fix warnings in Convert::to_pattern() (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/7797

#7795: enable lld linker if available (proposed by tjhei; merged) 
https://github.com/dealii/dealii/pull/7795

#7793: Add useful methods to TrilinosWrappers::PreconditionAMG::AdditionalData 
(proposed by jppelteret) https://github.com/dealii/dealii/pull/7793

#7792: Fix link targets in frames. (proposed by drwells) 
https://github.com/dealii/dealii/pull/7792

#7791: Fix renumbering of level dofs for FE_Q (proposed by kronbichler; merged) 
https://github.com/dealii/dealii/pull/7791

#7787: add and use type traits for data exchange in matrix-free (proposed by 
davydden; merged) https://github.com/dealii/dealii/pull/7787

#7785: Fix a bug in cuda add_and_dot (proposed by Rombur; merged) 
https://github.com/dealii/dealii/pull/7785

#7777: Introduced p-refinement and p-coarsening flags. (proposed by 
marcfehling; merged) https://github.com/dealii/dealii/pull/7777

#7776: Signals for p::d::Triangulation::repartition. (proposed by marcfehling; 
merged) https://github.com/dealii/dealii/pull/7776

#7760: Fix compiling with Sacado and CUDA (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/7760

#7751: interpolate_to_different_mesh for hp::DoFHandler (proposed by 
starki0815; merged) https://github.com/dealii/dealii/pull/7751


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

#7824: Undeclared identifier 'tbb' (opened) 
https://github.com/dealii/dealii/issues/7824

#7823: Document CUDA support better, write a tutorial step (opened) 
https://github.com/dealii/dealii/issues/7823

#7821: AMD GPU support (opened) https://github.com/dealii/dealii/issues/7821

#7812: Edit step-22 InverseMatrix discussion (opened) 
https://github.com/dealii/dealii/issues/7812

#7811: ld.lld cannot link with openmpi (with enabled fortran support in 
openmpi) (opened) https://github.com/dealii/dealii/issues/7811

#7809: deal.II Release 9.1 5/17/2019 (opened) 
https://github.com/dealii/dealii/issues/7809

#7802: read_ucd ignores manifold ids associated to cells (opened) 
https://github.com/dealii/dealii/issues/7802

#7796: 64bit indices Trilinos SP::compress() crash (opened) 
https://github.com/dealii/dealii/issues/7796

#7794: Debug error on MSVC (opened and closed) 
https://github.com/dealii/dealii/issues/7794

#7790: TPetra detection and MPI compilers (opened) 
https://github.com/dealii/dealii/issues/7790

#7788: intel warning in patterns.h (closed) 
https://github.com/dealii/dealii/issues/7788

#7705: New signals for p::d::Triangulation::repartition (closed) 
https://github.com/dealii/dealii/issues/7705

#7204: Possible build failure with gcc-6.2 (closed) 
https://github.com/dealii/dealii/issues/7204

#7187: move internal::VectorDataExchange to a base class which would serve as 
an interface (closed) https://github.com/dealii/dealii/issues/7187

#6856: Cannot configure if Trilinos has CUDA support (closed) 
https://github.com/dealii/dealii/issues/6856

#4977: Use LinearOperator in examples (closed) 
https://github.com/dealii/dealii/issues/4977


A list of all major changes since the last release can be found at 
https://www.dealii.org/developer/doxygen/deal.II/changes_after_8_5_0.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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to