]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Fri, 6 Sep 2024 21:21:46 +0000 (15:21 -0600)]
Rename a member of class SmartPointer.
David Wells [Fri, 6 Sep 2024 20:09:37 +0000 (16:09 -0400)]
Merge pull request #17673 from bangerth/smart-pointer
Rename function arguments in SmartPointer.
Wolfgang Bangerth [Fri, 6 Sep 2024 17:55:00 +0000 (11:55 -0600)]
Rename function arguments in SmartPointer.
Daniel Arndt [Fri, 6 Sep 2024 13:20:23 +0000 (09:20 -0400)]
Merge pull request #17672 from marcfehling/fix-const-ref
Fix some clang-tidy warnings.
Marc Fehling [Fri, 6 Sep 2024 09:13:11 +0000 (11:13 +0200)]
Fix modernize-type-traits.
Marc Fehling [Fri, 6 Sep 2024 08:50:41 +0000 (10:50 +0200)]
Fix performance-noexcept-swap.
Marc Fehling [Fri, 6 Sep 2024 08:45:18 +0000 (10:45 +0200)]
Fix performance-unnecessary-copy-initialization.
Martin Kronbichler [Fri, 6 Sep 2024 06:11:59 +0000 (08:11 +0200)]
Merge pull request #17670 from bangerth/make-consistent-5
Make a lambda function a proper function of its own.
Marc Fehling [Fri, 6 Sep 2024 05:58:37 +0000 (07:58 +0200)]
Merge pull request #17631 from tjhei/github-cuda-clang-update
cuda-clang tester: update clang version (and ubuntu version)
Wolfgang Bangerth [Wed, 4 Sep 2024 15:43:19 +0000 (09:43 -0600)]
Make a lambda function a proper function of its own.
Timo Heister [Wed, 28 Aug 2024 21:02:15 +0000 (17:02 -0400)]
cuda-clang: update clang version (and ubuntu version)
- update to ubuntu 22.04
- install latest cuda 11 version
- manually install clang-18 to support cuda 11
Marc Fehling [Thu, 5 Sep 2024 17:36:47 +0000 (11:36 -0600)]
Merge pull request #17663 from marcfehling/warning-unused-variable
Flag variable maybe_unused.
Martin Kronbichler [Thu, 5 Sep 2024 16:45:43 +0000 (18:45 +0200)]
Merge pull request #17134 from dario-coscia/solvercg
Additional Data for Solver CG
Marc Fehling [Thu, 5 Sep 2024 15:03:53 +0000 (17:03 +0200)]
Flag variable maybe_unused.
Daniel Arndt [Thu, 5 Sep 2024 12:59:30 +0000 (08:59 -0400)]
Merge pull request #17658 from tjhei/fix_petsc_with_kokkos_check
fix cmake bug in PETSC_WITH_KOKKOS check
Dario Coscia [Tue, 3 Sep 2024 14:46:20 +0000 (16:46 +0200)]
adding additional data for solver cg
Co-authored-by: Martin Kronbichler <martin.kronbichler@rub.de>
richer docstring
Peter Munch [Thu, 5 Sep 2024 10:38:47 +0000 (12:38 +0200)]
Merge pull request #17661 from kronbichler/fix_indent_changelog
Fix indent run of changelog entry
Martin Kronbichler [Thu, 5 Sep 2024 09:06:40 +0000 (11:06 +0200)]
Merge pull request #17647 from bangerth/make-consistent
Avoid some copying of data in make_consistent_in_parallel().
Martin Kronbichler [Thu, 5 Sep 2024 07:41:53 +0000 (09:41 +0200)]
Fix indent run of changelog entry
Martin Kronbichler [Thu, 5 Sep 2024 06:58:10 +0000 (08:58 +0200)]
Merge pull request #17374 from bangerth/lazy
Implement Lazy in terms of TaskResult.
Martin Kronbichler [Thu, 5 Sep 2024 06:22:42 +0000 (08:22 +0200)]
Merge pull request #17611 from marcfehling/failing-test-original
Enhance test for hp-constraints.
David Wells [Thu, 5 Sep 2024 02:21:55 +0000 (22:21 -0400)]
Merge pull request #17656 from masterleinad/filter_parameter_handler_29
Filter output of parameter_handler_29 test
David Wells [Thu, 5 Sep 2024 02:20:34 +0000 (22:20 -0400)]
Merge pull request #17660 from tjhei/petsc-cuda-compiler-bug
NVCC: work around compiler bug
Peter Munch [Thu, 5 Sep 2024 00:23:47 +0000 (02:23 +0200)]
Merge pull request #17655 from peterrum/fix_indentation_script
Fix indentation script
Wolfgang Bangerth [Wed, 4 Sep 2024 22:25:33 +0000 (16:25 -0600)]
Merge pull request #17590 from OresteMarquis/has_support_points
Fix FiniteElement::has_generalized_support_points() and FiniteElement::has_face_support_points() for FE_Nothing. #17584
Wolfgang Bangerth [Wed, 4 Sep 2024 22:16:46 +0000 (16:16 -0600)]
Merge pull request #17473 from gassmoeller/parse_prm_files
Parse prm files in python script
Timo Heister [Wed, 4 Sep 2024 21:53:07 +0000 (17:53 -0400)]
NVCC: work around compiler bug
Timo Heister [Wed, 4 Sep 2024 21:44:20 +0000 (17:44 -0400)]
fix cmake bug in PETSC_WITH_KOKKOS check
The variable DEAL_II_PETSC_WITH_KOKKOS is only defined once the
configuration finishes.
Daniel Arndt [Tue, 3 Sep 2024 13:45:30 +0000 (09:45 -0400)]
Filter output of parameter_handler_29 test
Peter Munch [Wed, 4 Sep 2024 21:19:51 +0000 (23:19 +0200)]
Fix indentation script
Marc Fehling [Wed, 4 Sep 2024 21:00:51 +0000 (15:00 -0600)]
Merge pull request #17649 from bangerth/make-consistent-3
Rename the argument of a lambda function.
Marc Fehling [Wed, 4 Sep 2024 20:56:22 +0000 (14:56 -0600)]
Merge pull request #17648 from bangerth/make-consistent-2
Add another testcase for make_consistent_in_parallel().
Marc Fehling [Wed, 4 Sep 2024 20:49:29 +0000 (22:49 +0200)]
Enhance the original failing make_consistent_in_parallel test.
Timo Heister [Wed, 4 Sep 2024 20:00:57 +0000 (16:00 -0400)]
Merge pull request #17642 from RyanMoulday/Taskflow-Coloring
Workstream::run() colored implementation with TaskFlow
Oreste Marquis [Wed, 21 Aug 2024 20:33:30 +0000 (16:33 -0400)]
Complementary work to fix FiniteElement::has_*() functions for FE_Nothing.
Timo Heister [Wed, 4 Sep 2024 15:44:55 +0000 (11:44 -0400)]
Merge pull request #17592 from bangerth/emplace-object
Add TaskResult::emplace_object().
David Wells [Wed, 4 Sep 2024 13:42:42 +0000 (09:42 -0400)]
Merge pull request #17644 from fernandohv3279/add_empty_function_to_vector
Add empty() function to deal.II/lac/vector.h and use it instead of size()==0
Wolfgang Bangerth [Tue, 3 Sep 2024 23:59:13 +0000 (17:59 -0600)]
Rename the argument of a lambda function.
Wolfgang Bangerth [Tue, 3 Sep 2024 23:56:03 +0000 (17:56 -0600)]
Avoid some copying of data in make_consistent_in_parallel().
Wolfgang Bangerth [Tue, 3 Sep 2024 23:57:03 +0000 (17:57 -0600)]
Add another testcase for make_consistent_in_parallel().
Marc Fehling [Tue, 3 Sep 2024 18:40:09 +0000 (12:40 -0600)]
Merge pull request #17626 from bangerth/make-consistent
Don't merge constraints, just drop constraints.
Wolfgang Bangerth [Tue, 3 Sep 2024 15:44:34 +0000 (09:44 -0600)]
Merge pull request #17641 from marcfehling/step-75-fix
Fix pcout in step-75.
Wolfgang Bangerth [Fri, 30 Aug 2024 14:01:48 +0000 (08:01 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:40:44 +0000 (20:40 -0600)]
Fix a test.
Wolfgang Bangerth [Fri, 30 Aug 2024 14:12:26 +0000 (08:12 -0600)]
Add the testcase from #17599.
Wolfgang Bangerth [Wed, 28 Aug 2024 03:15:05 +0000 (21:15 -0600)]
Add another test.
Wolfgang Bangerth [Tue, 27 Aug 2024 23:48:32 +0000 (17:48 -0600)]
Add a test.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:49:23 +0000 (20:49 -0600)]
Don't merge, just drop constraints.
Daniel Arndt [Tue, 3 Sep 2024 13:29:48 +0000 (09:29 -0400)]
Merge pull request #17638 from marcfehling/divide-by-zero
Make sure `stride_small_size` is at least 1.
Marc Fehling [Fri, 30 Aug 2024 22:03:24 +0000 (16:03 -0600)]
Fix pcout in step-75.
Ryan Moulday [Sun, 11 Aug 2024 23:29:23 +0000 (19:29 -0400)]
Add taskflow with coloring
Marc Fehling [Mon, 2 Sep 2024 19:46:20 +0000 (13:46 -0600)]
Merge pull request #17645 from dealii/dependabot/github_actions/crate-ci/typos-1.24.3
Bump crate-ci/typos from 1.24.1 to 1.24.3
Timo Heister [Mon, 2 Sep 2024 15:40:08 +0000 (11:40 -0400)]
Merge pull request #17637 from peterrum/extract_constant_modes_cm_optional
DoFTools::extract_constant_modes() and extract_rigid_body_modes(): make ComponentMask optional
Bruno Blais [Mon, 2 Sep 2024 14:42:10 +0000 (10:42 -0400)]
Merge pull request #17491 from luca-heltai/patterns-enums
Added support for magic_enum.
dependabot[bot] [Mon, 2 Sep 2024 02:22:10 +0000 (02:22 +0000)]
Bump crate-ci/typos from 1.24.1 to 1.24.3
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.1 to 1.24.3.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.24.1...v1.24.3)
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Peter Munch [Fri, 30 Aug 2024 15:43:36 +0000 (17:43 +0200)]
DoFTools::extract_constant_modes() and extract_rigid_body_modes(): make ComponentMask optional
Fernando Herrera [Tue, 13 Aug 2024 20:14:08 +0000 (14:14 -0600)]
Add empty() function to deal.II/lac/vector.h and use it instead of size() == 0
Co-authored-by: Sanjeeb Poudel <paudelsanjeeb@gmail.com>
Luca Heltai [Sun, 1 Sep 2024 10:37:03 +0000 (12:37 +0200)]
Improve test comments.
Luca Heltai [Sun, 1 Sep 2024 10:33:04 +0000 (12:33 +0200)]
Review.
Timo Heister [Sat, 31 Aug 2024 12:27:33 +0000 (08:27 -0400)]
Merge pull request #17640 from drwells/add-test-variant
Add a test output file variant.
David Wells [Fri, 30 Aug 2024 20:04:05 +0000 (16:04 -0400)]
Add a test output file variant.
clang formats exceptions in a slightly different way.
Marc Fehling [Fri, 30 Aug 2024 17:53:43 +0000 (11:53 -0600)]
Simplify assignment of dofs_per_process.
Marc Fehling [Fri, 30 Aug 2024 17:13:51 +0000 (11:13 -0600)]
Make sure stride_small_size is at least 1.
Daniel Arndt [Thu, 29 Aug 2024 22:40:04 +0000 (18:40 -0400)]
Merge pull request #17635 from bangerth/formatting
Fix formatting issue in tutorials.
Daniel Arndt [Thu, 29 Aug 2024 22:35:54 +0000 (18:35 -0400)]
Merge pull request #17634 from masterleinad/fix_unused_variables
Fix more warnings for unused variables
Wolfgang Bangerth [Thu, 29 Aug 2024 19:52:23 +0000 (13:52 -0600)]
Fix formatting issue in tutorials.
Daniel Arndt [Thu, 29 Aug 2024 19:03:37 +0000 (15:03 -0400)]
Fix more warnings for unused variables
Wolfgang Bangerth [Thu, 29 Aug 2024 18:22:10 +0000 (12:22 -0600)]
Merge pull request #17628 from QY-Shi/fix_tpetra_vector_compress
Fix Tpetra vector compression state after add() into locally owned entry
Peter Munch [Thu, 29 Aug 2024 17:04:45 +0000 (19:04 +0200)]
Merge pull request #17623 from bangerth/make-consistent-3
Close an AffineConstraints object before doing anything with it.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:48:23 +0000 (20:48 -0600)]
Close an AffineConstraints object before doing anything with it.
Qingyuan Shi [Wed, 28 Aug 2024 09:08:39 +0000 (17:08 +0800)]
Fix Tpetra vector compression state after add() into locally owned entry
Fix Tpetra vector compression state based on the presence of non-local entries
add a test for Tpetra vector addition into both owned and nonlocal entries
Martin Kronbichler [Thu, 29 Aug 2024 06:16:09 +0000 (08:16 +0200)]
Merge pull request #17632 from marcfehling/fix-empty-lines
Make make_consistent_in_parallel work with no locally owned dofs.
Wolfgang Bangerth [Thu, 29 Aug 2024 02:53:11 +0000 (20:53 -0600)]
Merge pull request #17606 from tjhei/taskflow-default
enable taskflow by default
Wolfgang Bangerth [Thu, 29 Aug 2024 02:52:58 +0000 (20:52 -0600)]
Merge pull request #17630 from tjhei/dox-no-zoom-tut-graph
doxygen: do not zoom out of tutorial graph
Wolfgang Bangerth [Thu, 29 Aug 2024 02:52:41 +0000 (20:52 -0600)]
Merge pull request #17629 from tjhei/simplex-smoothing-error
add test for simplex smoothing flags
Marc Fehling [Wed, 28 Aug 2024 21:57:27 +0000 (15:57 -0600)]
Make make_consistent_in_parallel work with no locally owned dofs.
Timo Heister [Wed, 28 Aug 2024 19:44:25 +0000 (15:44 -0400)]
work around compile error about noinline for clang+cuda
Timo Heister [Sun, 25 Aug 2024 21:19:09 +0000 (17:19 -0400)]
enable taskflow by default
We now have some tasking functionality implemented via taskflow instead
of TBB. It makes sense to enable it by default to shake out any
problems.
Timo Heister [Wed, 28 Aug 2024 20:24:37 +0000 (16:24 -0400)]
doxygen: do not zoom out of tutorial graph
This requires scrolling left/right but fixes the unusable click targets.
fixes #17600
Marc Fehling [Wed, 28 Aug 2024 18:59:52 +0000 (12:59 -0600)]
Merge pull request #17624 from bangerth/make-consistent-1
Sort a set of indices before importing into IndexSet.
Timo Heister [Wed, 28 Aug 2024 18:21:42 +0000 (14:21 -0400)]
add test for simplex smoothing flags
Wolfgang Bangerth [Wed, 28 Aug 2024 15:51:05 +0000 (09:51 -0600)]
Reserve the necessary amount of space.
Daniel Arndt [Wed, 28 Aug 2024 12:53:10 +0000 (08:53 -0400)]
Merge pull request #17625 from bangerth/make-consistent-2
Make a condition easier to read.
Martin Kronbichler [Wed, 28 Aug 2024 06:54:05 +0000 (08:54 +0200)]
Merge pull request #17584 from bangerth/has_support_points
Fix FiniteElement::has_support_points() for FE_Nothing.
Martin Kronbichler [Wed, 28 Aug 2024 06:46:35 +0000 (08:46 +0200)]
Merge pull request #17622 from bangerth/make-consistent-4
Rename a variable and better document steps.
Marc Fehling [Wed, 28 Aug 2024 04:50:57 +0000 (22:50 -0600)]
Merge pull request #17619 from bangerth/mpi-tags
Remove an MPI tag now no longer used.
Marc Fehling [Wed, 28 Aug 2024 04:50:43 +0000 (22:50 -0600)]
Merge pull request #17621 from bangerth/simplify-test
Simplify a test.
Wolfgang Bangerth [Wed, 28 Aug 2024 03:22:37 +0000 (21:22 -0600)]
Merge pull request #17596 from marcfehling/failing-test
Add hp hanging node face test.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:49:09 +0000 (20:49 -0600)]
Rename a variable and better document steps.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:48:41 +0000 (20:48 -0600)]
Make a condition easier to read.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:47:09 +0000 (20:47 -0600)]
Sort a set of indices before importing into IndexSet.
Wolfgang Bangerth [Wed, 28 Aug 2024 02:28:35 +0000 (20:28 -0600)]
Simplify a test.
Wolfgang Bangerth [Tue, 27 Aug 2024 21:44:44 +0000 (15:44 -0600)]
Remove an MPI tag now no longer used.
Wolfgang Bangerth [Tue, 27 Aug 2024 21:41:14 +0000 (15:41 -0600)]
Merge pull request #17616 from gassmoeller/avoid_whitespace_line_endings
Do not print unnecessary whitespace in ParameterHandler
Wolfgang Bangerth [Tue, 27 Aug 2024 21:41:04 +0000 (15:41 -0600)]
Merge pull request #17617 from gassmoeller/remaining_void_cast_tutorial_prs
Finish remaining void cast tutorial PRs
Marc Fehling [Tue, 27 Aug 2024 19:35:31 +0000 (13:35 -0600)]
Merge pull request #17618 from bangerth/some-to-some
Substantially simplify code by using MPI::some_to_some().
Wolfgang Bangerth [Tue, 27 Aug 2024 16:45:42 +0000 (10:45 -0600)]
Substantially simplify code by using MPI::some_to_some().
Rene Gassmoeller [Tue, 27 Aug 2024 14:30:57 +0000 (16:30 +0200)]
Cleanup commits
Yi-Yung Yang [Mon, 12 Aug 2024 22:17:49 +0000 (18:17 -0400)]
Replaced void with maybe_unused
Yingli Li [Mon, 12 Aug 2024 20:53:53 +0000 (14:53 -0600)]
fix_void_problem
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.