Hello everyone!

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

#6641: Add some background material about AMR to step-6. (proposed by bangerth) 
https://github.com/dealii/dealii/pull/6641

#6640: Make clear in the program that we omit significant parts of step-45. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/6640

#6639: Restrict C++17 check (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/6639

#6638: Sample header rearrangements (proposed by drwells) 
https://github.com/dealii/dealii/pull/6638

#6637: .clang_format proposal (proposed by masterleinad) 
https://github.com/dealii/dealii/pull/6637

#6636: Fix step-16. (proposed by adamqc) 
https://github.com/dealii/dealii/pull/6636

#6635: Use wget instead of curl. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/6635

#6634: Update the clang-format file to sort headers. (proposed by drwells) 
https://github.com/dealii/dealii/pull/6634

#6632: Gnuplot compression 1 (proposed by drwells) 
https://github.com/dealii/dealii/pull/6632

#6631: Fix make_flux_sparsity_pattern for hp::DoFHandler (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/6631

#6630: Fix `extract_used_vertices` for calls with distributed MappingQEulerian 
(proposed by gassmoeller) https://github.com/dealii/dealii/pull/6630

#6629: Implement VectorizedArray for Altivec/VSX (IBM Power) (proposed by 
kronbichler) https://github.com/dealii/dealii/pull/6629

#6628: Fix invalid access uncovered GLIBCXX_DEBUG in MatrixFree (proposed by 
kronbichler; merged) https://github.com/dealii/dealii/pull/6628

#6626: Avoid accessing uninitialized memory in TaskInfo (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/6626

#6624: Contrib: Update make_offlinedoc.sh (proposed by tamiko; merged) 
https://github.com/dealii/dealii/pull/6624

#6623: Fix ambiguous call in mappings/mapping_real_to_unit_q1_singular_02 
(proposed by masterleinad; merged) https://github.com/dealii/dealii/pull/6623

#6621: Glibc debug fixes 1 (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/6621

#6620: Use American English spelling. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/6620

#6619: Better document the introduction of step-45. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/6619

#6616: Use Utilities::MPI::create_group instead of MPI_Comm_create (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/6616

#6615: Make sure to set default values for MPI_VERSION_* (proposed by 
masterleinad; merged) https://github.com/dealii/dealii/pull/6615

#6614: Contrib: Add a scripts to compile/download clang-format (proposed by 
tamiko; merged) https://github.com/dealii/dealii/pull/6614

#6613: Contrib: rename download_codecov_bash.sh to download_codecov (proposed 
by tamiko; merged) https://github.com/dealii/dealii/pull/6613

#6611: Check that level dofs are initialized when calling 
DoFHandler::locally_owned_mg_dofs (proposed by masterleinad; merged) 
https://github.com/dealii/dealii/pull/6611

#6607: Uniformly separate return type from function declaration (proposed by 
bangerth) https://github.com/dealii/dealii/pull/6607

#6606: Predefine the MPI and P4EST versions for doxygen. (proposed by bangerth; 
merged) https://github.com/dealii/dealii/pull/6606

#6605: Properly mark up formulas in the FE_NedelecSZ class documentation. 
(proposed by bangerth; merged) https://github.com/dealii/dealii/pull/6605

#6604: Use appropriate latex packages for doxygen formulas. (proposed by 
bangerth; merged) https://github.com/dealii/dealii/pull/6604

#6603: Fix wrong doxygen markup. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/6603

#6602: Make sure the .inst files are available as inputs for doxygen. (proposed 
by bangerth) https://github.com/dealii/dealii/pull/6602

#6601: Manage relations of p4est quadrants and dealii cells. (proposed by 
marcfehling) https://github.com/dealii/dealii/pull/6601

#6598: Make some formatting more consistent. (proposed by bangerth; merged) 
https://github.com/dealii/dealii/pull/6598

#6596: Avoid using std::make_pair and just use a brace-enclosed list. (proposed 
by bangerth; merged) https://github.com/dealii/dealii/pull/6596

#6594: Call to parallel_partitioner from the modified reinit function (proposed 
by jthano) https://github.com/dealii/dealii/pull/6594

#6585: add Accessor::global_index() (proposed by davydden; merged) 
https://github.com/dealii/dealii/pull/6585

#6583: Rename the opencascade Manifold classes. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/6583

#6582: Remove all remaining usages of Boundary. (proposed by drwells; merged) 
https://github.com/dealii/dealii/pull/6582

#6472: Triangulation manages offsets. Data attaching classes take handles. 
(proposed by marcfehling; merged) https://github.com/dealii/dealii/pull/6472


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

#6633: Step-16 multigrid performace regression (opened) 
https://github.com/dealii/dealii/issues/6633

#6627: Accessing out-of-range elements in 
MatrixFree<dim,Number>::initialize_indices (opened and closed) 
https://github.com/dealii/dealii/issues/6627

#6625: Documentation: Imbedding external resources (opened) 
https://github.com/dealii/dealii/issues/6625

#6622: Fix complaints with -D_GLIBCXX_DEBUG (opened and closed) 
https://github.com/dealii/dealii/issues/6622

#6618: 9.0 post mortem (opened and closed) 
https://github.com/dealii/dealii/issues/6618

#6617: step-45 documentation is truncated (opened and closed) 
https://github.com/dealii/dealii/issues/6617

#6612: Adding serialization for complex numbers (opened and closed) 
https://github.com/dealii/dealii/issues/6612

#6610: MGConstrainedDoFs::initialize() gives segmentation fault if MG dofs are 
not distributed (opened and closed) https://github.com/dealii/dealii/issues/6610

#6609: 9.0 documentation does not include the code gallery (opened) 
https://github.com/dealii/dealii/issues/6609

#6608: Fix documentation for step-50 (opened and closed) 
https://github.com/dealii/dealii/issues/6608

#6600: #6375 breaks compilation on Cray (opened and closed) 
https://github.com/dealii/dealii/issues/6600

#6599: Mention the need for manifolds when dim != spacedim in 
doc/doxygen/headers/manifolds.h (opened) 
https://github.com/dealii/dealii/issues/6599

#6597: Upgrade to astyle 3.1 (opened) 
https://github.com/dealii/dealii/issues/6597

#6595: improve layout and design of the webpage (opened) 
https://github.com/dealii/dealii/issues/6595

#6592: rpath related warnings/errors (opened) 
https://github.com/dealii/dealii/issues/6592

#6581: add SparsityPatternIterators::global_index() const (closed) 
https://github.com/dealii/dealii/issues/6581


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 [email protected], 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to