Hello everyone!

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

#9934: Explicitly =delete copy operators for TaskDescriptor. (proposed by 
bangerth) https://github.com/dealii/dealii/pull/9934

#9932: small clang-tidy fix (proposed by tjhei; merged) 
https://github.com/dealii/dealii/pull/9932

#9931: clang-tidy: fix performance-no-automatic-move (proposed by tjhei) 
https://github.com/dealii/dealii/pull/9931

#9930: CI: update clang-tidy to clang10 (proposed by tjhei) 
https://github.com/dealii/dealii/pull/9930

#9929: Split VectorTools up (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/9929

#9927: Clang tidy 9.0 fixes (proposed by rezarastak; merged) 
https://github.com/dealii/dealii/pull/9927

#9926: Remove most <> from tutorials (proposed by peterrum; merged) 
https://github.com/dealii/dealii/pull/9926

#9925: Instantiate AffineConstraints::distribute_local_to_global (proposed by 
peterrum) https://github.com/dealii/dealii/pull/9925

#9924: Improve compilation times (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/9924

#9922: Build and check documentation in CI (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/9922

#9921: Fix test mpi/parallel_vector_16 (proposed by kronbichler; merged) 
https://github.com/dealii/dealii/pull/9921

#9920: Remove doc/doxygen/tutorial (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/9920

#9919: Extend OutputStyle [WIP] (proposed by peterrum) 
https://github.com/dealii/dealii/pull/9919

#9918: Remove deprecated ratio member functions (proposed by masterleinad; 
merged) https://github.com/dealii/dealii/pull/9918

#9917: improve documentation of step-35 (proposed by nfehn; merged) 
https://github.com/dealii/dealii/pull/9917

#9916: Improve step 8 (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/9916

#9915: move Tria is_multilevel_hierarchy_constructed() up (proposed by tjhei; 
merged) https://github.com/dealii/dealii/pull/9915

#9913: Add a second constructor to DiscreteTime. (proposed by bangerth) 
https://github.com/dealii/dealii/pull/9913

#9912: documentation: workload_imbalance (proposed by tjhei; merged) 
https://github.com/dealii/dealii/pull/9912

#9911: Also use checkout@v2 for Windows CI (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/9911

#9910: Fix petsc/copy_to_dealvec_block (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/9910

#9909: GridTools::exchange_cell_data_to_ghosts replace cast (proposed by 
peterrum; merged) https://github.com/dealii/dealii/pull/9909

#9908: Fix type in GridOut::write_vtk (proposed by peterrum; merged) 
https://github.com/dealii/dealii/pull/9908

#9907: Do not include fe_q.h in mapping_q_generic.h (proposed by kronbichler; 
merged) https://github.com/dealii/dealii/pull/9907

#9906: Remove deprecated Vector::print overloads (proposed by masterleinad; 
merged) https://github.com/dealii/dealii/pull/9906

#9905: Remove some unneeded static casts. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/9905

#9904: Move an object to the stack. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/9904

#9902: Minor latex fixes in step-67 and step-69 (proposed by peterrum; merged) 
https://github.com/dealii/dealii/pull/9902

#9900: Correct the spelling of the VisIt program. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/9900

#9899: Make the output of step-52 a bit easier to read. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/9899

#9898: Remove debug output in step-52. (proposed by bangerth) 
https://github.com/dealii/dealii/pull/9898

#9897: Use the same variable name in all output files in step-52. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/9897

#9896: TrilinosML constant modes bug fix (proposed by tcclevenger; merged) 
https://github.com/dealii/dealii/pull/9896

#9895: Use std::enable_if instead of boost::disable_if. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/9895

#9894: Use std::ifstream instead of the detour via std::filebuf. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/9894

#9893: Fix a couple of things in step-52. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/9893

#9892: Step 58: The nonlinear Schroedinger equation (proposed by bangerth) 
https://github.com/dealii/dealii/pull/9892

#9891: Interpolate field on particles (proposed by blaisb) 
https://github.com/dealii/dealii/pull/9891

#9890: Fix set particle positions from Function<spacedim> (proposed by 
luca-heltai; merged) https://github.com/dealii/dealii/pull/9890

#9887: Add Tvmult to Petsc PreconditionJacobi (proposed by dangars; merged) 
https://github.com/dealii/dealii/pull/9887

#9885: Add incompatibility entry regrading ParameterHandler::parse_input() 
(proposed by peterrum; merged) https://github.com/dealii/dealii/pull/9885

#9882: Remove FiniteElement::[has|get]_generalized_face_support_points 
(proposed by masterleinad; merged) https://github.com/dealii/dealii/pull/9882

#9880: Avoid doxygen warnings (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/9880

#9873: Document time stepping methods to tutorial summary. (proposed by 
jppelteret; merged) https://github.com/dealii/dealii/pull/9873

#9826: Do not use FE_Q in MappingQGeneric (proposed by kronbichler; merged) 
https://github.com/dealii/dealii/pull/9826


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

#9933: CI: let clang-tidy also parse all headers (opened) 
https://github.com/dealii/dealii/issues/9933

#9928: CI: update clang-tidy version (opened) 
https://github.com/dealii/dealii/issues/9928

#9923: Generate documentation where is BOOST_SERIALIZATION_SPLIT_MEMBER used 
(opened) https://github.com/dealii/dealii/issues/9923

#9914: Doxygen shows template specializations (opened) 
https://github.com/dealii/dealii/issues/9914

#9903: Check the usage of OutputStyle::XML and ::JSON in ParameterHandler 
(opened) https://github.com/dealii/dealii/issues/9903

#9901: tbb::task is deprecated (opened) 
https://github.com/dealii/dealii/issues/9901

#9889: ParameterAcceptor::initialize broken (opened) 
https://github.com/dealii/dealii/issues/9889

#9319: Improve the example codes in the documentation module/glossary entry for 
boundary indicator id and manifold_id (closed) 
https://github.com/dealii/dealii/issues/9319

#9164: Mismatch in vectorization capabilities (AVX) on i7-Comet Lake  (closed) 
https://github.com/dealii/dealii/issues/9164

#8041: distribute_sparsity_pattern shall take an std::vector<IndexSet> (closed) 
https://github.com/dealii/dealii/issues/8041


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/5e9f42dc.1c69fb81.c3972.37e3SMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to