]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Mon, 20 Jun 2022 21:09:55 +0000 (23:09 +0200)]
Fix warning of gcc-12 with gather_pd/ps instructions
Daniel Arndt [Mon, 20 Jun 2022 15:10:58 +0000 (11:10 -0400)]
Merge pull request #14023 from kronbichler/remove_header
Martin Kronbichler [Mon, 20 Jun 2022 14:52:16 +0000 (16:52 +0200)]
Merge pull request #14013 from peterrum/mf_categorize_ghost
MatrixFree: allow categorization of ghost cells
Martin Kronbichler [Mon, 20 Jun 2022 11:10:49 +0000 (13:10 +0200)]
Merge pull request #14015 from peterrum/get_cell_range_category_max
Make get_cell_range_category() more consistent with get_cell_category()
Martin Kronbichler [Mon, 20 Jun 2022 07:46:47 +0000 (09:46 +0200)]
Remove obsolete header file
Timo Heister [Mon, 20 Jun 2022 08:57:14 +0000 (04:57 -0400)]
Merge pull request #14018 from bangerth/full
Better describe what FullMatrix is and does.
Peter Munch [Mon, 20 Jun 2022 07:20:05 +0000 (09:20 +0200)]
Merge pull request #14019 from zjiaqi2018/clear-user-constraints
MGConstrainedDoFs::clear_user_constraints
Peter Munch [Sat, 18 Jun 2022 18:59:12 +0000 (20:59 +0200)]
MatrixFree: allow categorization of ghost cells
Peter Munch [Sun, 19 Jun 2022 08:23:31 +0000 (10:23 +0200)]
Make get_cell_range_category() more consistent with get_cell_category()
Wolfgang Bangerth [Sun, 19 Jun 2022 13:12:35 +0000 (22:12 +0900)]
Better describe what FullMatrix is and does.
Martin Kronbichler [Mon, 20 Jun 2022 04:55:10 +0000 (06:55 +0200)]
Merge pull request #14016 from peterrum/reference_hn_gc
Add reference to fast hanging-node algo and global coarsening
Jiaqi Zhang [Mon, 20 Jun 2022 03:04:04 +0000 (23:04 -0400)]
clear user constraints
Martin Kronbichler [Sun, 19 Jun 2022 16:14:14 +0000 (18:14 +0200)]
Merge pull request #14017 from bangerth/23
Minor text improvements in a tutorial documentation.
Wolfgang Bangerth [Sun, 19 Jun 2022 13:08:16 +0000 (22:08 +0900)]
Minor text improvements in a tutorial documentation.
Peter Munch [Sun, 19 Jun 2022 11:10:07 +0000 (13:10 +0200)]
Add reference to fast hanging-node algo and global coarsening
Peter Munch [Sat, 18 Jun 2022 07:42:20 +0000 (09:42 +0200)]
Merge pull request #14011 from bangerth/constexpr-2
Can't use ReferenceCells in switch-case.
Peter Munch [Sat, 18 Jun 2022 07:42:13 +0000 (09:42 +0200)]
Merge pull request #14010 from bangerth/constexpr
Can't use ReferenceCells in switch-case.
Martin Kronbichler [Sat, 18 Jun 2022 07:29:21 +0000 (09:29 +0200)]
Merge pull request #14007 from peterrum/cell_vectorization_category_docu
Improve documentation of MF::AD::cell_vectorization_category
Wolfgang Bangerth [Sat, 18 Jun 2022 01:38:33 +0000 (10:38 +0900)]
Can't use ReferenceCells in switch-case.
Wolfgang Bangerth [Sat, 18 Jun 2022 01:33:59 +0000 (10:33 +0900)]
Can't use ReferenceCells in switch-case.
Wolfgang Bangerth [Sat, 18 Jun 2022 01:19:32 +0000 (19:19 -0600)]
Merge pull request #14005 from peterrum/mf_ghost_categories
MatrixFree: improve assert
Wolfgang Bangerth [Sat, 18 Jun 2022 01:17:04 +0000 (19:17 -0600)]
Merge pull request #14006 from drwells/fix-clang-13
Fix compilation with clang-13.
Peter Munch [Fri, 17 Jun 2022 17:02:37 +0000 (19:02 +0200)]
MatrixFree: improve assert
David Wells [Fri, 17 Jun 2022 16:46:30 +0000 (12:46 -0400)]
Fix compilation with clang-13.
Martin Kronbichler [Fri, 17 Jun 2022 18:51:37 +0000 (20:51 +0200)]
Merge pull request #13987 from peterrum/mf_tight_hp
DoFInfo::compute_tight_partitioners for hp
Peter Munch [Fri, 17 Jun 2022 17:20:37 +0000 (19:20 +0200)]
Improve documentation of MF::AD::cell_vectorization_category
Martin Kronbichler [Fri, 17 Jun 2022 09:33:10 +0000 (11:33 +0200)]
Merge pull request #14002 from tamiko/fix_symengine_tests
Fix failing symengine tests
Martin Kronbichler [Fri, 17 Jun 2022 09:32:17 +0000 (11:32 +0200)]
Merge pull request #13923 from kronbichler/simplify_distr_tria
Avoid saving and setting refinement flags in distributed Tria
Martin Kronbichler [Fri, 17 Jun 2022 08:45:40 +0000 (10:45 +0200)]
Merge pull request #13946 from kronbichler/simplify_access_function
Simplify access to number of raw objects
Martin Kronbichler [Fri, 17 Jun 2022 08:45:02 +0000 (10:45 +0200)]
Merge pull request #13891 from bangerth/nedelec
Optimize computation of Nedelec shape functions.
Martin Kronbichler [Fri, 17 Jun 2022 08:40:24 +0000 (10:40 +0200)]
Merge pull request #13873 from kronbichler/choose_better_data_structure
MatrixFree: Use faster data structure to detect parents of cells
Martin Kronbichler [Fri, 17 Jun 2022 07:40:01 +0000 (09:40 +0200)]
Merge pull request #13989 from NiklasWik/hn_test
Tests for hanging nodes mf RaviartThomas
Matthias Maier [Fri, 17 Jun 2022 01:01:19 +0000 (20:01 -0500)]
symengine/batch_optimizer_09_1: add test variant
symengine-0.9.0 actually produces some output for the scalar case where
the old test variant recorded an exception. As this is a strictly
improved behavior let's simply add a test variant.
Matthias Maier [Fri, 17 Jun 2022 00:57:06 +0000 (19:57 -0500)]
symengine/sd_common_tests: update tests
Matthias Maier [Thu, 16 Jun 2022 19:23:27 +0000 (14:23 -0500)]
Merge pull request #13995 from tamiko/update_deprecated_early
switch all DEAL_II_DEPRECATED_EARLY to DEAL_II_DEPRECATED
Matthias Maier [Thu, 16 Jun 2022 17:09:20 +0000 (12:09 -0500)]
Merge pull request #13994 from tamiko/update_version
update VERSION
Matthias Maier [Thu, 16 Jun 2022 16:54:46 +0000 (11:54 -0500)]
Merge pull request #13992 from tamiko/adjust_changes
Update changelog for release
Matthias Maier [Thu, 16 Jun 2022 16:50:56 +0000 (11:50 -0500)]
Merge pull request #13993 from tamiko/adjust_tags
Update tag file references for release.
Matthias Maier [Thu, 16 Jun 2022 16:24:06 +0000 (11:24 -0500)]
switch all DEAL_II_DEPRECATED_EARLY to DEAL_II_DEPRECATED
Matthias Maier [Thu, 16 Jun 2022 16:20:17 +0000 (11:20 -0500)]
Update version number in examples and doc
Matthias Maier [Thu, 16 Jun 2022 16:19:03 +0000 (11:19 -0500)]
fix whitespace
Matthias Maier [Thu, 16 Jun 2022 16:16:40 +0000 (11:16 -0500)]
update VERSION.
Matthias Maier [Thu, 16 Jun 2022 16:13:57 +0000 (11:13 -0500)]
Update tag file references for release.
Matthias Maier [Thu, 16 Jun 2022 16:10:19 +0000 (11:10 -0500)]
add dummy files.
Matthias Maier [Thu, 16 Jun 2022 16:08:25 +0000 (11:08 -0500)]
Remove now obsolete files.
Matthias Maier [Thu, 16 Jun 2022 16:07:40 +0000 (11:07 -0500)]
Update the changelog file for the release.
Matthias Maier [Thu, 16 Jun 2022 16:03:02 +0000 (11:03 -0500)]
Update copyright
Matthias Maier [Thu, 16 Jun 2022 15:34:12 +0000 (10:34 -0500)]
Merge pull request #13988 from kronbichler/fix_petsc_complex_tests
Fix PETSc complex tests
Matthias Maier [Thu, 16 Jun 2022 15:29:13 +0000 (10:29 -0500)]
Merge pull request #13986 from peterrum/mf_get_face_category
Fix MatrixFree::get_face_category()
Matthias Maier [Thu, 16 Jun 2022 15:27:00 +0000 (10:27 -0500)]
Merge pull request #13982 from tamiko/update_documentation
doc: update supported version numbers
Matthias Maier [Thu, 16 Jun 2022 15:26:39 +0000 (10:26 -0500)]
Merge pull request #13985 from tjhei/hdf5_add_test_outputs
add alternative test output for base/hdf5*
Niklas Wik [Thu, 16 Jun 2022 13:15:18 +0000 (15:15 +0200)]
Tests for hanging nodes
Martin Kronbichler [Thu, 16 Jun 2022 12:21:48 +0000 (14:21 +0200)]
Fix PETSc complex tests
Peter Munch [Thu, 16 Jun 2022 10:58:17 +0000 (12:58 +0200)]
DoFInfo::compute_tight_partitioners for hp
Peter Munch [Thu, 16 Jun 2022 08:15:19 +0000 (10:15 +0200)]
Fix MatrixFree::get_face_category()
Timo Heister [Wed, 15 Jun 2022 21:33:45 +0000 (21:33 +0000)]
add alternative test output for base/hdf5*
Daniel Arndt [Wed, 15 Jun 2022 21:02:30 +0000 (17:02 -0400)]
Merge pull request #13981 from kronbichler/fix_rtn_doc
Matthias Maier [Wed, 15 Jun 2022 17:59:02 +0000 (12:59 -0500)]
doc: update mentioned compiler versions
Matthias Maier [Wed, 15 Jun 2022 17:57:48 +0000 (12:57 -0500)]
doc: update supported version numbers
Martin Kronbichler [Wed, 15 Jun 2022 17:23:42 +0000 (19:23 +0200)]
Merge pull request #13889 from bangerth/doc
Minor improvement to the documentation of FE_PolyTensor.
Daniel Arndt [Wed, 15 Jun 2022 17:12:54 +0000 (13:12 -0400)]
Merge pull request #13978 from kronbichler/relax_assert
Daniel Arndt [Wed, 15 Jun 2022 17:12:14 +0000 (13:12 -0400)]
Merge pull request #13979 from kronbichler/fix_test
Martin Kronbichler [Wed, 15 Jun 2022 17:08:16 +0000 (19:08 +0200)]
Fix documentation of FE_RaviartThomas
Luca Heltai [Wed, 15 Jun 2022 14:52:56 +0000 (16:52 +0200)]
Merge pull request #13980 from kronbichler/more_digits
Provide more digits to make test robust
David Wells [Wed, 15 Jun 2022 13:45:04 +0000 (09:45 -0400)]
Merge pull request #13976 from kronbichler/fix_rt_support_points
Fix generalized support points of FE_RaviartThomasNodal
Martin Kronbichler [Wed, 15 Jun 2022 12:40:46 +0000 (14:40 +0200)]
Provide more digits to make test robust
Martin Kronbichler [Wed, 15 Jun 2022 12:33:12 +0000 (14:33 +0200)]
Similar test with equality comparison
Martin Kronbichler [Wed, 15 Jun 2022 11:34:27 +0000 (13:34 +0200)]
Make test more robust: Check tolerance rather than ==
Martin Kronbichler [Wed, 15 Jun 2022 10:45:04 +0000 (12:45 +0200)]
Also allow FE_RaviartThomasNodal in other project function
Martin Kronbichler [Wed, 15 Jun 2022 09:34:01 +0000 (11:34 +0200)]
Fix generalized support points of FE_RaviartThomasNodal
Martin Kronbichler [Wed, 15 Jun 2022 05:49:12 +0000 (07:49 +0200)]
Merge pull request #13916 from peterrum/do_interpolate_boundary_values_wedge
VT::interpolate_boundary_values() for pyramids and wedges
Matthias Maier [Tue, 14 Jun 2022 22:39:24 +0000 (17:39 -0500)]
Merge pull request #13158 from harmonj/FE_NEDELEC_EMBEDDING_DOFS
Add get_embedding_dofs() to FE_Nedelec (2-D)
Timo Heister [Tue, 14 Jun 2022 22:27:47 +0000 (18:27 -0400)]
Merge pull request #13975 from drwells/clang-aligned-vector-replicate-fix
Fix the MPI window functions with clang.
Matthias Maier [Tue, 14 Jun 2022 21:01:33 +0000 (16:01 -0500)]
Merge pull request #13973 from tamiko/fix_trilinos_checks_02
CMake: Use deal.II's global index type in Tpetra compatibility test
David Wells [Tue, 14 Jun 2022 20:23:48 +0000 (16:23 -0400)]
Fix the MPI window functions with clang.
libc++ defines std::unique_ptr::reset() as
_LIBCPP_INLINE_VISIBILITY
void reset(nullptr_t = nullptr) _NOEXCEPT {
pointer __tmp = __ptr_.first();
__ptr_.first() = nullptr;
if (__tmp)
__ptr_.second()(__tmp);
}
The result of this is that aligned_vector->elements.get() is nullptr at the
point at which we call the deleter - hence this deleter won't work correctly.
We can work around this by avoiding std::unique_ptr::get() and just using our
own member variables or ptr, which are guaranteed to be valid since they will
not be set to nullptr by std::unique_ptr::reset().
Matthias Maier [Mon, 13 Jun 2022 22:50:47 +0000 (17:50 -0500)]
CMake: Use deal.II's global index type in Tpetra compatibility test
We use Tpetra templates with types::global_dof_index throughout our
codebase - so we should also check for compatibility with said index
type.
Alternatively, this information is also available in
TpetraCore_config.h:
/* #undef HAVE_TPETRA_INST_INT_INT */
/* #undef HAVE_TPETRA_INST_INT_LONG */
#define HAVE_TPETRA_INST_INT_LONG_LONG
/* #undef HAVE_TPETRA_INST_INT_UNSIGNED */
/* #undef HAVE_TPETRA_INST_INT_UNSIGNED_LONG */
Daniel Arndt [Tue, 14 Jun 2022 17:15:17 +0000 (13:15 -0400)]
Merge pull request #13974 from tamiko/fix_trilinos_checks_03
CMake: Use default Kokkos' DefaultNodeType in Tpetra test
Bruno Turcksin [Tue, 14 Jun 2022 12:27:08 +0000 (08:27 -0400)]
Merge pull request #13971 from peterrum/author
Matthias Maier [Tue, 14 Jun 2022 04:17:00 +0000 (23:17 -0500)]
CMake: Use default Kokkos' DefaultNodeType in Tpetra test
Matthias Maier [Mon, 13 Jun 2022 22:44:56 +0000 (17:44 -0500)]
Merge pull request #13969 from tamiko/fix_trilinos_checks
CMake: use full compiler/linker flags for trilinos sanity checks
Peter Munch [Mon, 13 Jun 2022 21:10:47 +0000 (23:10 +0200)]
Remove remaining @author
Matthias Maier [Mon, 13 Jun 2022 21:02:50 +0000 (16:02 -0500)]
Merge pull request #13968 from drwells/codespell-9.4
Run codespell
Matthias Maier [Mon, 13 Jun 2022 18:13:29 +0000 (13:13 -0500)]
CMake: use full compiler/linker flags for trilinos sanity checks
David Wells [Mon, 13 Jun 2022 16:49:22 +0000 (12:49 -0400)]
Run codespell
Matthias Maier [Mon, 13 Jun 2022 16:40:35 +0000 (11:40 -0500)]
Merge pull request #13961 from kronbichler/fix_petsc_complex_tests_2
Fix more PETSc complex tests
Matthias Maier [Mon, 13 Jun 2022 16:30:04 +0000 (11:30 -0500)]
Merge pull request #13967 from simonsticko/clang_pointwise_definiteness
Explicitly template function pointwise_definiteness(..)
Simon Sticko [Mon, 13 Jun 2022 14:05:53 +0000 (16:05 +0200)]
Explicitly template function pointwise_definiteness(..)
Martin Kronbichler [Mon, 13 Jun 2022 09:46:50 +0000 (11:46 +0200)]
Merge pull request #13960 from kronbichler/fix_petsc_complex_tests
Fix two tests with complex PETSc
Martin Kronbichler [Mon, 13 Jun 2022 09:46:39 +0000 (11:46 +0200)]
Merge pull request #13964 from tamiko/fix_python_binding_tests
contrib/python_bindings: set PYTHON_EXECUTABLE
Matthias Maier [Mon, 13 Jun 2022 06:50:44 +0000 (01:50 -0500)]
contrib/python_bindings: set PYTHON_EXECUTABLE
Martin Kronbichler [Mon, 13 Jun 2022 05:17:52 +0000 (07:17 +0200)]
Merge pull request #13771 from luca-heltai/cgal-Surface_remeshing
CGAL: Add remesh_surface utility
Martin Kronbichler [Sun, 12 Jun 2022 19:02:42 +0000 (21:02 +0200)]
Fix two tests with complex PETSc
Matthias Maier [Mon, 13 Jun 2022 04:24:09 +0000 (23:24 -0500)]
Merge pull request #13906 from saitoasukakawaii/doc/fix_update_flags_h
Doc/fix update flags h
Matthias Maier [Mon, 13 Jun 2022 04:00:51 +0000 (23:00 -0500)]
Merge pull request #13963 from tamiko/fix_vectorization_warning
CMake: Use -Wno-pass-failed for clang
Matthias Maier [Mon, 13 Jun 2022 02:20:19 +0000 (21:20 -0500)]
CMake: Use -Wno-pass-failed for clang
Martin Kronbichler [Sun, 12 Jun 2022 19:14:00 +0000 (21:14 +0200)]
Fix more PETSc complex tests
Martin Kronbichler [Sun, 12 Jun 2022 13:23:09 +0000 (15:23 +0200)]
Merge pull request #13959 from tamiko/add_output_variant
test cgal/cgal_surface_mesh_01: add output variant
Martin Kronbichler [Sun, 12 Jun 2022 11:31:27 +0000 (13:31 +0200)]
Merge pull request #13958 from peterrum/precon_assert_throw
precondition.h: switch from Assert to AssertThrow
Huimin Chen [Thu, 2 Jun 2022 10:56:09 +0000 (06:56 -0400)]
fix a formula error
the third formula in'update_flags.h' is fixed
Matthias Maier [Sat, 11 Jun 2022 18:23:13 +0000 (13:23 -0500)]
test cgal/cgal_surface_mesh_01: add output variant
It turns out that an output variant is needed: We end up printing some
additional empty lines with CGal 5.4.1.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.