Summary
- Enable p-transfer on coarse grid (commit: d76fd79) (details)
- Add test [WIP] (commit: 56f92ca) (details)
- Add second test (commit: f077315) (details)
- Extend test (commit: 537baa0) (details)
- Continue (commit: 6dbeae9) (details)
- Work on compute_weights (commit: 701edb8) (details)
- Switch to parallel tria (commit: c43a75c) (details)
- Fix docu (commit: ae8b79e) (details)
- Remove MatrixFree::AdditionalData::level_mg_handler (commit: 2954088) (details)
- Remove CUDAWrappers::FEEvaluation overloads taking dof index or quadrature point (commit: 9862fff) (details)
- Minor doc improvement. (commit: d247bfd) (details)
- added change long and real test (commit: 073e241) (details)
- Implement Utilities::MPI::reduce() (commit: cc42c00) (details)
- Add documentation about shape function ordering (commit: 0cd69ac) (details)
- Fix mistake: Lagrange -> Legendre (commit: 6247bfc) (details)
- Remove trailing white space (commit: 4eb69d0) (details)
- Remove deprecated DoFTools::extract_*dofs (commit: 5b2f1a0) (details)
- Remove noexcept on DoFAccessor move constructor and assignment operator (commit: 994cded) (details)
- Minor doc update for `hp::Refinement::predict_error()`. (commit: 7839c4f) (details)
- Move trailing backslash to next line (commit: 9eb7353) (details)
- Bugfix in MGTwoLevelTransfer::interpolate: forgot to copy vector (commit: 1d03dac) (details)
- Test basic ability of interpolate (commit: a86c0b6) (details)
- Clean up TriangulationDescription::Utilities::create_description_from_triangulation() (commit: 53bf5e2) (details)
- Fix a dynamic cast in psT::copy_triangulation() (commit: c794bd3) (details)
- MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence() for additional types of triangulations (commit: ef60849) (details)
- Improve documentation (commit: d81f0c0) (details)
- Early deprecate functions in FEEvaluation (commit: 6b20185) (details)
- Remove deprecated Timer::enter/exit_section (commit: 14a3984) (details)
- RemotePointEvaluation: make RTree-level parameter (commit: 0a0e8b5) (details)
- Update include/deal.II/base/timer.h (commit: 901f945) (details)
- Rename VectorTools::evaluate_at_points() -> VectorTools::point_values() (commit: afc268d) (details)
- Introduce VectorTools::point_gradients() (commit: ac2ea78) (details)
- Add TriangulationDescription::Utilities::create_description_from_triangulation() version to repartition p:d:T (commit: 4064999) (details)
- GridTools::find_active_cell_around_point(): improve detection if point is outside of domain (commit: a8c270f) (details)
- Avoid underlinkage with OpenMPI on Debian/Ubuntu (commit: 1cb71ed) (details)
- Remove changelog entry about taskflow (commit: c9183cf) (details)
- A better assert in FE_Q_Base::get_subface_interpolation_matrix (commit: 0020bbd) (details)
- RemotePointEvaluation: fix race condition if called multiple times (commit: 545c0a6) (details)
- Fix creating of boost point (commit: 62b0657) (details)
- Bugfix step-75: Call `get_fe()` only on locally owned cells. (commit: d0b22b0) (details)
- Add changelog entry for step-74 (commit: 3b9cc6a) (details)
- Introduce partition policies (commit: 1b50557) (details)
- Implement face interpolation between FE_Bernstein and elements with support points. (commit: 2e453c2) (details)
- Update tests/grid/tria_clear_user_data.cc (commit: c4b517e) (details)
- Remove deprecated versions of the DoFTools::count_dofs_per_*() (commit: e960fe5) (details)
- Remove MeshType from mg_transfer_global_coarsening.templates.h (commit: e80655a) (details)
- Add new version of MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence() that takes partitioner (commit: a353658) (details)