]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Tue, 5 Nov 2024 01:42:24 +0000 (20:42 -0500)]
Merge pull request #17705 from peterrum/compute_locally_relevant_constraints_skip_step
AffineConstraints::compute_locally_relevant_constraints() skip step
Wolfgang Bangerth [Mon, 4 Nov 2024 23:21:17 +0000 (16:21 -0700)]
Merge pull request #17780 from peterrum/FunctionFromFunctionObjects_single_function
FunctionFromFunctionObjects: accept single function
Peter Munch [Tue, 15 Oct 2024 08:22:34 +0000 (10:22 +0200)]
FunctionFromFunctionObjects: accpet single function
Wolfgang Bangerth [Mon, 4 Nov 2024 18:50:29 +0000 (11:50 -0700)]
Merge pull request #17827 from kronbichler/gmres_loop_blocking
SolverGMRES: Make loops in Arnoldi orthogonalization prefetcher-friendly
Wolfgang Bangerth [Mon, 4 Nov 2024 18:08:10 +0000 (11:08 -0700)]
Merge pull request #17840 from tjhei/step-42-header-fix
step-42: fix doc header in code
Timo Heister [Mon, 4 Nov 2024 16:54:15 +0000 (11:54 -0500)]
step-42: fix doc header in code
David Wells [Mon, 4 Nov 2024 13:53:08 +0000 (08:53 -0500)]
Merge pull request #17838 from gassmoeller/fix_tensor_conversion
Fix tensor conversion
David Wells [Mon, 4 Nov 2024 13:52:58 +0000 (08:52 -0500)]
Merge pull request #17826 from kronbichler/data_locality_renumber_1
Enable DoFRenumbering::matrix_free_data_locality for FE_SimplexP
Marc Fehling [Mon, 4 Nov 2024 12:52:33 +0000 (05:52 -0700)]
Merge pull request #17835 from dealii/dependabot/github_actions/crate-ci/typos-1.27.0
Bump crate-ci/typos from 1.26.8 to 1.27.0
Daniel Arndt [Mon, 4 Nov 2024 12:34:07 +0000 (07:34 -0500)]
Fix typos
Rene Gassmoeller [Mon, 4 Nov 2024 10:03:25 +0000 (11:03 +0100)]
Add test
Rene Gassmoeller [Mon, 4 Nov 2024 09:51:53 +0000 (10:51 +0100)]
Fix tensor conversion
Wolfgang Bangerth [Mon, 4 Nov 2024 03:01:50 +0000 (20:01 -0700)]
Merge pull request #17831 from peterrum/data_out_base_namespace
data_out_base.cc: Guard anonymous namespace
Wolfgang Bangerth [Mon, 4 Nov 2024 03:01:20 +0000 (20:01 -0700)]
Merge pull request #17833 from peterrum/saye_link
Fix link
Wolfgang Bangerth [Mon, 4 Nov 2024 02:55:59 +0000 (19:55 -0700)]
Merge pull request #17830 from peterrum/fe_poly
FE_Poly: move content from .templates.h to .cc
dependabot[bot] [Mon, 4 Nov 2024 02:30:58 +0000 (02:30 +0000)]
Bump crate-ci/typos from 1.26.8 to 1.27.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.26.8 to 1.27.0.
- [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.26.8...v1.27.0)
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Martin Kronbichler [Sun, 3 Nov 2024 20:50:55 +0000 (21:50 +0100)]
Add comment
Peter Munch [Sun, 3 Nov 2024 20:39:51 +0000 (21:39 +0100)]
Merge pull request #17829 from bangerth/compute_index_owner_and_requesters
Use Peter's new function in a number of places.
Martin Kronbichler [Fri, 1 Nov 2024 19:36:43 +0000 (20:36 +0100)]
Changelog
Martin Kronbichler [Fri, 1 Nov 2024 19:36:29 +0000 (20:36 +0100)]
Make loops in Arnoldi orthogonalization prefetcher-friendly
Peter Munch [Sun, 3 Nov 2024 19:07:57 +0000 (20:07 +0100)]
Fix link
Peter Munch [Sun, 3 Nov 2024 18:58:49 +0000 (19:58 +0100)]
data_out_base.cc: Guard anonymous namespace
Peter Munch [Sun, 3 Nov 2024 18:40:17 +0000 (19:40 +0100)]
FE_Poly: move content from .templates.h to .cc
Wolfgang Bangerth [Sat, 2 Nov 2024 22:13:13 +0000 (16:13 -0600)]
Use Peter's new function in a number of places.
Martin Kronbichler [Sat, 2 Nov 2024 12:22:10 +0000 (13:22 +0100)]
Merge pull request #17825 from kronbichler/dof_info_memory_consumption
MatrixFree: Make DoFInfo::memory_consumption more accurate
Marc Fehling [Sat, 2 Nov 2024 08:26:15 +0000 (02:26 -0600)]
Merge pull request #17823 from bangerth/cmake-message
Improve a cmake variable doc string.
Wolfgang Bangerth [Sat, 2 Nov 2024 03:07:55 +0000 (21:07 -0600)]
Merge pull request #17778 from peterrum/compute_index_owner_and_requesters
Introduce Utilities::MPI::compute_index_owner_and_requesters()
Wolfgang Bangerth [Sat, 2 Nov 2024 02:25:03 +0000 (20:25 -0600)]
Update include/deal.II/base/mpi.h
Co-authored-by: Martin Kronbichler <martin.kronbichler@rub.de>
David Wells [Fri, 1 Nov 2024 22:34:29 +0000 (18:34 -0400)]
Merge pull request #17822 from bangerth/posix-memalign
Fix up Utilities::posix_memalign().
Martin Kronbichler [Fri, 1 Nov 2024 19:33:25 +0000 (20:33 +0100)]
Merge pull request #17799 from nmuch/mf-allow-hp-and-non-hp-dof-handlers
allow to attach non-hp- and hp-DoFHandlers to MatrixFree
Martin Kronbichler [Fri, 1 Nov 2024 19:30:26 +0000 (20:30 +0100)]
Changelog
Martin Kronbichler [Fri, 1 Nov 2024 19:30:17 +0000 (20:30 +0100)]
New test case
Martin Kronbichler [Fri, 1 Nov 2024 19:30:05 +0000 (20:30 +0100)]
Enable DoFRenumbering::matrix_free_data_locality for FE_SimplexP
Wolfgang Bangerth [Thu, 31 Oct 2024 23:02:23 +0000 (17:02 -0600)]
Improve a cmake variable doc string.
Martin Kronbichler [Fri, 1 Nov 2024 18:47:48 +0000 (19:47 +0100)]
MatrixFree: Fix DoFInfo::memory_consumption
Daniel Arndt [Fri, 1 Nov 2024 14:41:14 +0000 (10:41 -0400)]
Merge pull request #17815 from marcfehling/nproc
Wolfgang Bangerth [Fri, 1 Nov 2024 14:25:48 +0000 (08:25 -0600)]
Merge pull request #17744 from Rombur/hipcc_debug
Replace std::array with Kokkos::Array in Tensor
Daniel Arndt [Fri, 1 Nov 2024 12:12:10 +0000 (08:12 -0400)]
Merge pull request #17821 from bangerth/parent
Marc Fehling [Fri, 1 Nov 2024 12:07:13 +0000 (06:07 -0600)]
Merge pull request #17824 from bangerth/exclude
Also exclude 'doc/entry-name' from showing up in code gallery programs.
Wolfgang Bangerth [Fri, 1 Nov 2024 03:18:27 +0000 (21:18 -0600)]
Also exclude 'doc/entry-name' from showing up in code gallery programs.
Wolfgang Bangerth [Thu, 31 Oct 2024 22:48:10 +0000 (16:48 -0600)]
Fix up Utilities::posix_memalign().
Wolfgang Bangerth [Thu, 31 Oct 2024 17:04:17 +0000 (11:04 -0600)]
Use 'parent' instead of 'mother' or 'father' cell.
Timo Heister [Wed, 30 Oct 2024 19:54:28 +0000 (15:54 -0400)]
Merge pull request #17818 from bangerth/doc
Fix terminology.
Wolfgang Bangerth [Wed, 30 Oct 2024 17:03:34 +0000 (11:03 -0600)]
Fix terminology.
Matthias Maier [Wed, 30 Oct 2024 15:59:38 +0000 (15:59 +0000)]
Merge pull request #17770 from tamiko/autopilot_multi_config
CMake: support multiple-configuration generators in `deal_ii_invoke_autopilot()`
Matthias Maier [Wed, 30 Oct 2024 15:59:08 +0000 (15:59 +0000)]
Merge pull request #17813 from Rombur/petsc_with_kokkos
Call find_package(Kokkos) if PETSc is compiled with Kokkos support
Bruno Turcksin [Wed, 30 Oct 2024 12:17:12 +0000 (08:17 -0400)]
Make Kokkos search more robust
Nils Much [Wed, 23 Oct 2024 14:02:17 +0000 (16:02 +0200)]
MatrixFree: allow non-hp and hp-DoFHandlers
Timo Heister [Tue, 29 Oct 2024 21:18:37 +0000 (17:18 -0400)]
Merge pull request #17817 from bangerth/tut-2
Make table of contents of tutorials wider.
Timo Heister [Tue, 29 Oct 2024 21:10:50 +0000 (17:10 -0400)]
Merge pull request #17816 from bangerth/tut-1
Make sure the tutorial text doesn't run into the table of contents.
Wolfgang Bangerth [Tue, 29 Oct 2024 20:56:40 +0000 (14:56 -0600)]
Make table of contents of tutorials wider.
Wolfgang Bangerth [Tue, 29 Oct 2024 20:50:03 +0000 (14:50 -0600)]
Make sure the tutorial text doesn't run into the table of contents.
Marc Fehling [Wed, 23 Oct 2024 13:36:15 +0000 (15:36 +0200)]
github-actions: use all available processors for building and testing.
Daniel Arndt [Tue, 29 Oct 2024 14:21:19 +0000 (10:21 -0400)]
Merge pull request #17800 from marcfehling/msvc-archive
Daniel Arndt [Tue, 29 Oct 2024 13:58:42 +0000 (09:58 -0400)]
Merge pull request #17801 from marcfehling/cleanup
Daniel Arndt [Tue, 29 Oct 2024 11:44:17 +0000 (07:44 -0400)]
Merge pull request #17814 from bangerth/posix-memalign
Martin Kronbichler [Tue, 29 Oct 2024 07:22:15 +0000 (08:22 +0100)]
Merge pull request #17805 from bergbauer/curl
FEPointEvaluation: Implement get_curl()
Wolfgang Bangerth [Tue, 29 Oct 2024 02:17:22 +0000 (20:17 -0600)]
Skip an assert for posix_memalign if size==0.
POSIX says that the returned pointer can be a nullptr if the size requested is
zero. So skip the assertion if size==0.
Bruno Turcksin [Mon, 28 Oct 2024 21:10:54 +0000 (17:10 -0400)]
Call find_package(Kokkos) if PETSc is compiled with Kokkos support
Bruno Turcksin [Mon, 28 Oct 2024 15:16:32 +0000 (11:16 -0400)]
Fix C++20 Tensor initialization
Maximilian Bergbauer [Mon, 28 Oct 2024 09:31:40 +0000 (10:31 +0100)]
Add test
Maximilian Bergbauer [Thu, 24 Oct 2024 16:11:24 +0000 (18:11 +0200)]
Implement curl in FEPointEvaluation
Marc Fehling [Mon, 28 Oct 2024 09:50:35 +0000 (03:50 -0600)]
Merge pull request #17809 from dealii/dependabot/github_actions/crate-ci/typos-1.26.8
Bump crate-ci/typos from 1.26.0 to 1.26.8
dependabot[bot] [Mon, 28 Oct 2024 02:11:55 +0000 (02:11 +0000)]
Bump crate-ci/typos from 1.26.0 to 1.26.8
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.26.0 to 1.26.8.
- [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.26.0...v1.26.8)
---
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>
Bruno Turcksin [Fri, 25 Oct 2024 19:46:46 +0000 (15:46 -0400)]
Only use Kokkos::Array with Kokkos 3.7 or newer
Daniel Arndt [Fri, 25 Oct 2024 13:57:19 +0000 (09:57 -0400)]
Merge pull request #17787 from marcfehling/doxygen-artifact
Daniel Arndt [Fri, 25 Oct 2024 13:38:39 +0000 (09:38 -0400)]
Merge pull request #17803 from bangerth/strings-2
Martin Kronbichler [Thu, 24 Oct 2024 07:58:58 +0000 (09:58 +0200)]
Merge pull request #17802 from bangerth/strings
Simplify string handling.
Martin Kronbichler [Thu, 24 Oct 2024 06:00:45 +0000 (08:00 +0200)]
Merge pull request #17789 from bangerth/enable-op
Better document the EnableObserverPointer class.
Wolfgang Bangerth [Fri, 18 Oct 2024 22:40:11 +0000 (16:40 -0600)]
Better document the EnableObserverPointer class.
Wolfgang Bangerth [Wed, 23 Oct 2024 17:07:28 +0000 (11:07 -0600)]
Simplify string handling.
Marc Fehling [Wed, 23 Oct 2024 17:35:00 +0000 (19:35 +0200)]
tidy: restrict permissions.
Marc Fehling [Wed, 23 Oct 2024 17:26:25 +0000 (19:26 +0200)]
Fix typo.
Marc Fehling [Wed, 23 Oct 2024 15:38:12 +0000 (17:38 +0200)]
osx: do not archive CMakeConfigureLog.yaml.
Marc Fehling [Wed, 23 Oct 2024 14:14:55 +0000 (16:14 +0200)]
osx: test in separate stage.
Marc Fehling [Wed, 23 Oct 2024 14:14:40 +0000 (16:14 +0200)]
osx: use separate build directory.
Marc Fehling [Wed, 23 Oct 2024 14:13:05 +0000 (16:13 +0200)]
linux-debug-cuda-11-clang: do not archive detailed.log.
Marc Fehling [Wed, 23 Oct 2024 14:12:18 +0000 (16:12 +0200)]
linux-debug-parallel-tpetra: clean up test stage.
Wolfgang Bangerth [Wed, 23 Oct 2024 17:10:26 +0000 (11:10 -0600)]
Simplify string handling in examples/.
Marc Fehling [Wed, 17 Jul 2024 10:33:02 +0000 (12:33 +0200)]
Let upload-artifact deal with archiving.
Martin Kronbichler [Tue, 22 Oct 2024 19:10:48 +0000 (21:10 +0200)]
Merge pull request #17785 from drwells/simplex-cubic-constraints
Fix cubic simplex constraints.
David Wells [Mon, 21 Oct 2024 19:26:26 +0000 (15:26 -0400)]
Merge pull request #17796 from peterrum/remove_includes
Remove some includes
Peter Munch [Sun, 20 Oct 2024 05:42:59 +0000 (07:42 +0200)]
Remove some includes
Peter Munch [Sun, 20 Oct 2024 05:26:01 +0000 (07:26 +0200)]
Merge pull request #17794 from bergbauer/add_header
Add necessary EnableObserverPointer header to ReadVector
Maximilian Bergbauer [Sat, 19 Oct 2024 18:01:19 +0000 (20:01 +0200)]
Add necessary EnableObserverPointer header to ReadVector
Peter Munch [Sat, 19 Oct 2024 11:06:47 +0000 (13:06 +0200)]
Merge pull request #17788 from peterrum/rv_changes
Modifications in ReadVector
Martin Kronbichler [Sat, 19 Oct 2024 06:21:17 +0000 (08:21 +0200)]
Merge pull request #17791 from bangerth/exceptions
Improve the error messages one gets when an external dependency is not found.
Wolfgang Bangerth [Fri, 18 Oct 2024 22:50:16 +0000 (16:50 -0600)]
Improve the error messages one gets when an external dependency is not found.
Peter Munch [Fri, 18 Oct 2024 14:50:42 +0000 (16:50 +0200)]
Modifications in ReadVector
Marc Fehling [Thu, 17 Oct 2024 11:09:37 +0000 (13:09 +0200)]
doxygen runner: let upload-artifact deal with compression.
Marc Fehling [Wed, 16 Oct 2024 12:24:46 +0000 (06:24 -0600)]
Merge pull request #17784 from tjhei/fix_trilinos_solver_06
fix flaky trilinos/solver_control_06
Timo Heister [Wed, 16 Oct 2024 12:11:25 +0000 (08:11 -0400)]
Merge pull request #17783 from bangerth/message
Improve an error message.
David Wells [Wed, 16 Oct 2024 03:09:37 +0000 (23:09 -0400)]
Merge pull request #17781 from peterrum/CellIDTranslator_translate_level
Introduce `CellIDTranslator.translate_level()`
Peter Munch [Tue, 15 Oct 2024 08:26:10 +0000 (10:26 +0200)]
Introduce CellIDTranslator.translate_level()
David Wells [Tue, 15 Oct 2024 19:18:22 +0000 (15:18 -0400)]
Verify that FE_System<2>(FE_SimplexP<2>(3), N) works.
This previously threw an index exception.
David Wells [Tue, 15 Oct 2024 18:39:08 +0000 (14:39 -0400)]
FE_Q_Base: cleanup.
David Wells [Tue, 15 Oct 2024 18:25:13 +0000 (14:25 -0400)]
FE_SimplexP: support hanging nodes with cubic elements.
This more-or-less just copies the same code used to place interpolation points
on child lines we use in FE_Q_Base.
Timo Heister [Tue, 15 Oct 2024 16:35:56 +0000 (12:35 -0400)]
fix flaky trilinos/solver_control_06
Reading from the stdout file generated by the test runner seems to occasionally fail in parallel. Maybe it is okay to not check the output in that case...
Wolfgang Bangerth [Tue, 15 Oct 2024 16:32:59 +0000 (10:32 -0600)]
Improve an error message.
David Wells [Tue, 15 Oct 2024 16:30:28 +0000 (12:30 -0400)]
Merge pull request #17782 from peterrum/lapack_full_matrix_get_state
Introduce `LAPACKFullMatrix::get_state()`
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.