]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
12 months agoimprove assert message for non matching reference cell types 16020/head
Magdalena Schreter [Wed, 20 Sep 2023 13:03:23 +0000 (15:03 +0200)]
improve assert message for non matching reference cell types

12 months agoMerge pull request #16017 from marcfehling/windows-2
Luca Heltai [Wed, 20 Sep 2023 11:54:17 +0000 (13:54 +0200)]
Merge pull request #16017 from marcfehling/windows-2

github-windows: only create archive if on master.

12 months agoMerge pull request #16010 from bangerth/affine-12
Martin Kronbichler [Wed, 20 Sep 2023 08:23:20 +0000 (10:23 +0200)]
Merge pull request #16010 from bangerth/affine-12

Assert that AffineConstraints got index sets when running in parallel.

12 months agoMerge pull request #15974 from bergbauer/shrink_to_fit
Martin Kronbichler [Wed, 20 Sep 2023 08:21:31 +0000 (10:21 +0200)]
Merge pull request #15974 from bergbauer/shrink_to_fit

Implement AlignedVector::shrink_to_fit()

12 months agoOnly upload archive on one worker. 16017/head
Marc Fehling [Wed, 20 Sep 2023 06:44:02 +0000 (00:44 -0600)]
Only upload archive on one worker.

12 months agogithub-windows: only create archive if on master.
Marc Fehling [Wed, 20 Sep 2023 05:57:19 +0000 (23:57 -0600)]
github-windows: only create archive if on master.

12 months agoMerge pull request #16016 from marcfehling/docker
Luca Heltai [Wed, 20 Sep 2023 05:21:08 +0000 (07:21 +0200)]
Merge pull request #16016 from marcfehling/docker

12 months agoAssert that AffineConstraints got index sets when running in parallel. 16010/head
Wolfgang Bangerth [Mon, 18 Sep 2023 23:51:23 +0000 (17:51 -0600)]
Assert that AffineConstraints got index sets when running in parallel.

12 months agoFix tests.
Wolfgang Bangerth [Tue, 19 Sep 2023 15:24:40 +0000 (09:24 -0600)]
Fix tests.

12 months agoSplit building docker images to two separate workers. 16016/head
Marc Fehling [Wed, 20 Sep 2023 00:47:23 +0000 (18:47 -0600)]
Split building docker images to two separate workers.

12 months agoMerge pull request #15971 from bergbauer/fe_point_face_path
Peter Munch [Tue, 19 Sep 2023 11:41:54 +0000 (13:41 +0200)]
Merge pull request #15971 from bergbauer/fe_point_face_path

Optimize FEPointEvaluation/NM::MappingInfo

12 months agoOptimize FEPointEvaluation/NM::MappingInfo 15971/head
Maximilian Bergbauer [Mon, 28 Aug 2023 11:20:46 +0000 (13:20 +0200)]
Optimize FEPointEvaluation/NM::MappingInfo

12 months agoMerge pull request #16009 from bangerth/gmres
Marc Fehling [Tue, 19 Sep 2023 02:34:30 +0000 (20:34 -0600)]
Merge pull request #16009 from bangerth/gmres

Simplify code slightly.

12 months agoMerge pull request #15991 from jpthiele/jpt-GaussRadauChebychev
Wolfgang Bangerth [Mon, 18 Sep 2023 23:58:25 +0000 (17:58 -0600)]
Merge pull request #15991 from jpthiele/jpt-GaussRadauChebychev

Unify QGaussRadauChebychev and QGaussRadau

12 months agoSimplify code slightly. 16009/head
Wolfgang Bangerth [Mon, 18 Sep 2023 23:51:56 +0000 (17:51 -0600)]
Simplify code slightly.

12 months agoMerge pull request #16003 from kronbichler/avoid_aliasing
Matthias Maier [Mon, 18 Sep 2023 22:54:52 +0000 (22:54 +0000)]
Merge pull request #16003 from kronbichler/avoid_aliasing

Matrix-free evaluation: Avoid pointer aliasing

12 months agoMerge pull request #16007 from luzpaz/typos
Marc Fehling [Mon, 18 Sep 2023 20:10:11 +0000 (14:10 -0600)]
Merge pull request #16007 from luzpaz/typos

Fix various typos

12 months agoMerge pull request #16000 from marcfehling/hermite
Peter Munch [Mon, 18 Sep 2023 19:09:07 +0000 (21:09 +0200)]
Merge pull request #16000 from marcfehling/hermite

Fix warning about deprecated implicit conversion.

12 months agoFix various typos 16007/head
luzpaz [Mon, 18 Sep 2023 18:22:49 +0000 (18:22 +0000)]
Fix various typos

Found via `codespell -q 3 -S ./bundled,./doc/news -L ans,ba,bu,clen,commend,compontent,inout,nd,pres,re-use,ro,rotat,stoer,workd`

12 months agoMerge pull request #15996 from mschreter/rpe_alternative_evaluators
Peter Munch [Mon, 18 Sep 2023 17:43:03 +0000 (19:43 +0200)]
Merge pull request #15996 from mschreter/rpe_alternative_evaluators

Add alternative interfaces for RemotePointEvaluation::evaluate_and_process and process_and_evaluate

12 months agoMerge pull request #15789 from bangerth/affine-11
Peter Munch [Mon, 18 Sep 2023 17:40:52 +0000 (19:40 +0200)]
Merge pull request #15789 from bangerth/affine-11

Pre-compute what's needed for AffineConstraints::distribute().

12 months agoMade return statement easier to read. 16000/head
Marc Fehling [Mon, 18 Sep 2023 16:14:57 +0000 (10:14 -0600)]
Made return statement easier to read.

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
12 months agoUnify QGaussRadauChebychev and QGaussRadau 15991/head
Jan Philipp Thiele [Mon, 18 Sep 2023 13:48:36 +0000 (15:48 +0200)]
Unify QGaussRadauChebychev and QGaussRadau

12 months agoMerge pull request #16004 from tamiko/restore_performance_test
Daniel Arndt [Mon, 18 Sep 2023 12:56:45 +0000 (08:56 -0400)]
Merge pull request #16004 from tamiko/restore_performance_test

12 months agoTest: performance/timing_matrix_free_kokkos: restore mpi and thread annotation 16004/head
Matthias Maier [Mon, 18 Sep 2023 12:10:10 +0000 (07:10 -0500)]
Test: performance/timing_matrix_free_kokkos: restore mpi and thread annotation

This partially reverts 208418a5eb7a83f210f4b7cfb39575784cb5d130

12 months agoFix undefined references
Peter Munch [Mon, 18 Sep 2023 12:00:10 +0000 (14:00 +0200)]
Fix undefined references

12 months agoMatrix-free evaluation: Avoid pointer aliasing 16003/head
Martin Kronbichler [Mon, 18 Sep 2023 10:28:45 +0000 (12:28 +0200)]
Matrix-free evaluation: Avoid pointer aliasing

12 months agoadd alternative interfaces for RemotePointEvaluation::evaluate_and_process and :... 15996/head
Magdalena Schreter [Sun, 17 Sep 2023 20:31:53 +0000 (22:31 +0200)]
add alternative interfaces for RemotePointEvaluation::evaluate_and_process and ::process_and_evaluate

12 months agoMerge pull request #15999 from dealii/dependabot/github_actions/docker/build-push...
Marc Fehling [Mon, 18 Sep 2023 06:00:50 +0000 (00:00 -0600)]
Merge pull request #15999 from dealii/dependabot/github_actions/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5

12 months agoMerge pull request #15997 from dealii/dependabot/github_actions/docker/login-action-3
Marc Fehling [Mon, 18 Sep 2023 05:44:46 +0000 (23:44 -0600)]
Merge pull request #15997 from dealii/dependabot/github_actions/docker/login-action-3

Bump docker/login-action from 2 to 3

12 months agoMerge pull request #15998 from dealii/dependabot/github_actions/docker/setup-buildx...
Marc Fehling [Mon, 18 Sep 2023 05:44:30 +0000 (23:44 -0600)]
Merge pull request #15998 from dealii/dependabot/github_actions/docker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3

12 months agoFix warning about deprecated implicit conversion.
Marc Fehling [Mon, 18 Sep 2023 05:40:14 +0000 (23:40 -0600)]
Fix warning about deprecated implicit conversion.

12 months agoBump docker/build-push-action from 4 to 5 dependabot/github_actions/docker/build-push-action-5 15999/head
dependabot[bot] [Mon, 18 Sep 2023 02:58:35 +0000 (02:58 +0000)]
Bump docker/build-push-action from 4 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoBump docker/setup-buildx-action from 2 to 3 dependabot/github_actions/docker/setup-buildx-action-3 15998/head
dependabot[bot] [Mon, 18 Sep 2023 02:58:32 +0000 (02:58 +0000)]
Bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoBump docker/login-action from 2 to 3 dependabot/github_actions/docker/login-action-3 15997/head
dependabot[bot] [Mon, 18 Sep 2023 02:58:30 +0000 (02:58 +0000)]
Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoMerge pull request #15415 from ivweber/pull_request_fe
Peter Munch [Sun, 17 Sep 2023 13:24:09 +0000 (15:24 +0200)]
Merge pull request #15415 from ivweber/pull_request_fe

FE_Hermite objects for solving with Hermite finite elements

12 months agoMerge pull request #15993 from peterrum/step-50-mf
Martin Kronbichler [Sun, 17 Sep 2023 13:06:15 +0000 (15:06 +0200)]
Merge pull request #15993 from peterrum/step-50-mf

step-50: mark as matrix-free tutorial

12 months agoMerge pull request #15972 from bergbauer/strided_array_view
Peter Munch [Sun, 17 Sep 2023 12:34:00 +0000 (14:34 +0200)]
Merge pull request #15972 from bergbauer/strided_array_view

Implement StridedArrayView

12 months agoAdded files for the fe_hermite finite element object class, and test files 15415/head
Ivy Weber [Tue, 10 Jan 2023 14:04:03 +0000 (15:04 +0100)]
Added files for the fe_hermite finite element object class, and test files

Copied over changed for cut Hermite from experimental branch

Rewrote interface for calling Hermite elements to use polynomial degree, rather than regularity.

12 months agostep-50: mark as matrix-free tutorial 15993/head
Peter Munch [Sat, 16 Sep 2023 09:30:39 +0000 (11:30 +0200)]
step-50: mark as matrix-free tutorial

12 months agoMerge pull request #15986 from jpthiele/jpt-GaussRadau
Daniel Arndt [Fri, 15 Sep 2023 14:03:41 +0000 (10:03 -0400)]
Merge pull request #15986 from jpthiele/jpt-GaussRadau

12 months agoAdd QGaussRadau quadrature + tests 15986/head
Jan Philipp Thiele [Fri, 15 Sep 2023 09:30:17 +0000 (11:30 +0200)]
Add QGaussRadau quadrature + tests

12 months agoMerge pull request #15990 from bangerth/simplify
Martin Kronbichler [Fri, 15 Sep 2023 08:24:27 +0000 (10:24 +0200)]
Merge pull request #15990 from bangerth/simplify

Simplify some code.

12 months agoSimplify some code. 15990/head
Wolfgang Bangerth [Fri, 15 Sep 2023 00:38:42 +0000 (18:38 -0600)]
Simplify some code.

12 months agoWork around a common situation in sequential programs. 15789/head
Wolfgang Bangerth [Fri, 8 Sep 2023 14:43:46 +0000 (08:43 -0600)]
Work around a common situation in sequential programs.

12 months agoProvide AffineConstraints with the set of locally owned DoFs.
Wolfgang Bangerth [Thu, 24 Aug 2023 23:35:26 +0000 (17:35 -0600)]
Provide AffineConstraints with the set of locally owned DoFs.

12 months agoMerge pull request #15983 from kronbichler/split_evaluation_kernels
Matthias Maier [Thu, 14 Sep 2023 15:13:12 +0000 (15:13 +0000)]
Merge pull request #15983 from kronbichler/split_evaluation_kernels

Matrix-free: Split up evaluation_kernels.h into cell and face parts

12 months agoNot a base class 15972/head
Maximilian Bergbauer [Thu, 14 Sep 2023 12:46:19 +0000 (14:46 +0200)]
Not a base class

12 months agoMerge pull request #15930 from masterleinad/fe_values_allow_checking_cell_similarities
Martin Kronbichler [Thu, 14 Sep 2023 08:24:10 +0000 (10:24 +0200)]
Merge pull request #15930 from masterleinad/fe_values_allow_checking_cell_similarities

FEValues: Allow checking for cell similarities in multi-threaded mode

12 months agoUpdate comment and add changelog 15974/head
Maximilian Bergbauer [Thu, 14 Sep 2023 08:09:12 +0000 (10:09 +0200)]
Update comment and add changelog

12 months agoSplit up evaluation_kernels.h into cell and face parts 15983/head
Martin Kronbichler [Tue, 12 Sep 2023 12:26:06 +0000 (14:26 +0200)]
Split up evaluation_kernels.h into cell and face parts

12 months agoDon't allow call to shrink_to_fit after replicate
Maximilian Bergbauer [Tue, 12 Sep 2023 14:39:48 +0000 (16:39 +0200)]
Don't allow call to shrink_to_fit after replicate

12 months agoImplement StridedArrayView
Maximilian Bergbauer [Fri, 8 Sep 2023 11:23:10 +0000 (13:23 +0200)]
Implement StridedArrayView

12 months agoMerge pull request #15981 from kronbichler/remove_indirection
Matthias Maier [Tue, 12 Sep 2023 13:05:47 +0000 (13:05 +0000)]
Merge pull request #15981 from kronbichler/remove_indirection

Matrix-free FEEvaluation: Avoid indirection in call to sum factorization

12 months agoMerge pull request #15980 from kronbichler/fe_eval_pointers
Matthias Maier [Tue, 12 Sep 2023 13:04:49 +0000 (13:04 +0000)]
Merge pull request #15980 from kronbichler/fe_eval_pointers

Optimize arithmetic operations for Raviart-Thomas elements

12 months agoMatrix-free FEEvaluation: Avoid indirection in call to sum factorization 15981/head
Martin Kronbichler [Tue, 12 Sep 2023 09:00:41 +0000 (11:00 +0200)]
Matrix-free FEEvaluation: Avoid indirection in call to sum factorization

12 months agoImprove instruction scheduling 15980/head
Martin Kronbichler [Mon, 11 Sep 2023 19:58:11 +0000 (21:58 +0200)]
Improve instruction scheduling

12 months agoFurther optimize Raviart-Thomas get/submit_gradient
Martin Kronbichler [Thu, 7 Sep 2023 18:09:10 +0000 (20:09 +0200)]
Further optimize Raviart-Thomas get/submit_gradient

12 months agoOptimize arithmetic operations for Raviart-Thomas elements
Martin Kronbichler [Wed, 6 Sep 2023 14:03:10 +0000 (16:03 +0200)]
Optimize arithmetic operations for Raviart-Thomas elements

12 months agoMerge pull request #15951 from kronbichler/restructure_gradients
Peter Munch [Tue, 12 Sep 2023 04:51:35 +0000 (06:51 +0200)]
Merge pull request #15951 from kronbichler/restructure_gradients

Matrix-free evaluation of Raviart-Thomas: major restructuring

12 months agoExtend comments and clarify variable names 15951/head
Martin Kronbichler [Mon, 11 Sep 2023 20:35:19 +0000 (22:35 +0200)]
Extend comments and clarify variable names

12 months agoChangelog
Martin Kronbichler [Mon, 11 Sep 2023 20:35:07 +0000 (22:35 +0200)]
Changelog

12 months agoFix review comments
Martin Kronbichler [Wed, 6 Sep 2023 15:13:54 +0000 (17:13 +0200)]
Fix review comments

12 months agoMake performance test compile
Martin Kronbichler [Mon, 4 Sep 2023 12:10:02 +0000 (14:10 +0200)]
Make performance test compile

12 months agoSilence compile warning
Martin Kronbichler [Thu, 31 Aug 2023 08:18:41 +0000 (10:18 +0200)]
Silence compile warning

12 months agoImplement face evaluation for Raviart-Thomas
Martin Kronbichler [Thu, 31 Aug 2023 07:13:48 +0000 (09:13 +0200)]
Implement face evaluation for Raviart-Thomas

12 months agoSimplify normal evaluation for Raviart-Thomas
Martin Kronbichler [Wed, 30 Aug 2023 11:59:15 +0000 (13:59 +0200)]
Simplify normal evaluation for Raviart-Thomas

12 months agoDelete obsolete code
Martin Kronbichler [Wed, 30 Aug 2023 08:38:57 +0000 (10:38 +0200)]
Delete obsolete code

12 months agoFEEvaluation: Restructure layout of gradients.
Martin Kronbichler [Wed, 30 Aug 2023 08:21:51 +0000 (10:21 +0200)]
FEEvaluation: Restructure layout of gradients.

Generalize and optimize Raviart-Thomas evaluation significantly

12 months agoMerge pull request #15978 from dealii/dependabot/github_actions/actions/checkout-4
David Wells [Mon, 11 Sep 2023 12:40:35 +0000 (08:40 -0400)]
Merge pull request #15978 from dealii/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

12 months agoBump actions/checkout from 3 to 4 dependabot/github_actions/actions/checkout-4 15978/head
dependabot[bot] [Mon, 11 Sep 2023 02:50:10 +0000 (02:50 +0000)]
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoMerge pull request #15977 from simonsticko/fe_interface_get_update_flags_before_reinit
Martin Kronbichler [Sun, 10 Sep 2023 06:15:27 +0000 (08:15 +0200)]
Merge pull request #15977 from simonsticko/fe_interface_get_update_flags_before_reinit

Fix address boundary error in FEInterfaceValues::get_update_flags()

12 months agoFix address boundary error in FEInterfaceValues::get_update_flags() 15977/head
Simon Sticko [Sat, 9 Sep 2023 08:00:05 +0000 (10:00 +0200)]
Fix address boundary error in FEInterfaceValues::get_update_flags()

The function did not use the correct internal pointer in hp-mode.

12 months agoMerge pull request #15976 from marcfehling/bangerth-x2
Marc Fehling [Sat, 9 Sep 2023 03:55:17 +0000 (21:55 -0600)]
Merge pull request #15976 from marcfehling/bangerth-x2

Do not use deprecated extract_locally_* functions in library.

12 months agoDo not use deprecated extract_locally_* functions in library. 15976/head
Marc Fehling [Fri, 8 Sep 2023 15:21:10 +0000 (09:21 -0600)]
Do not use deprecated extract_locally_* functions in library.

12 months agoMerge pull request #15965 from kronbichler/test_rt_3
Peter Munch [Fri, 8 Sep 2023 21:21:43 +0000 (23:21 +0200)]
Merge pull request #15965 from kronbichler/test_rt_3

Matrix-free shape info: Generate face orientation table for R-T

12 months agoMerge pull request #15966 from bangerth/x2
Marc Fehling [Fri, 8 Sep 2023 18:35:37 +0000 (12:35 -0600)]
Merge pull request #15966 from bangerth/x2

Mark deprecated functions with DEAL_II_DEPRECATE_EARLY.

12 months agoMerge pull request #15973 from bangerth/script
David Wells [Fri, 8 Sep 2023 16:14:50 +0000 (12:14 -0400)]
Merge pull request #15973 from bangerth/script

Update the count_lines.sh script.

12 months agoMerge pull request #15970 from bangerth/version
Marc Fehling [Fri, 8 Sep 2023 14:25:08 +0000 (08:25 -0600)]
Merge pull request #15970 from bangerth/version

Augment error message for clang-format.

12 months agoImplement shrink_to_fit
Maximilian Bergbauer [Fri, 8 Sep 2023 13:47:59 +0000 (15:47 +0200)]
Implement shrink_to_fit

12 months agoMark deprecated functions with DEAL_II_DEPRECATE_EARLY. 15966/head
Wolfgang Bangerth [Thu, 7 Sep 2023 20:13:13 +0000 (14:13 -0600)]
Mark deprecated functions with DEAL_II_DEPRECATE_EARLY.

12 months agoAvoid the use of deprecated functions.
Wolfgang Bangerth [Fri, 8 Sep 2023 11:30:20 +0000 (05:30 -0600)]
Avoid the use of deprecated functions.

12 months agoUpdate the count_lines.sh script. 15973/head
Wolfgang Bangerth [Fri, 8 Sep 2023 12:27:27 +0000 (06:27 -0600)]
Update the count_lines.sh script.

12 months agoAugment error message for clang-format. 15970/head
Wolfgang Bangerth [Thu, 7 Sep 2023 23:55:03 +0000 (17:55 -0600)]
Augment error message for clang-format.

12 months agoAdd an assertion.
Wolfgang Bangerth [Mon, 24 Jul 2023 22:11:58 +0000 (16:11 -0600)]
Add an assertion.

12 months agoPre-compute what's needed for AffineConstraints::distribute().
Wolfgang Bangerth [Mon, 24 Jul 2023 21:54:24 +0000 (15:54 -0600)]
Pre-compute what's needed for AffineConstraints::distribute().

12 months agoMerge pull request #15964 from kronbichler/test_rt_2
Peter Munch [Fri, 8 Sep 2023 06:45:26 +0000 (08:45 +0200)]
Merge pull request #15964 from kronbichler/test_rt_2

Matrix-free for Raviart-Thomas: Test correct interpolation (non-affine)

12 months agoMerge pull request #15968 from bangerth/x3
Martin Kronbichler [Fri, 8 Sep 2023 06:05:57 +0000 (08:05 +0200)]
Merge pull request #15968 from bangerth/x3

Allow comparison of IndexSet objects against default-constructed objects.

12 months agoMerge pull request #15967 from bangerth/x1
Martin Kronbichler [Fri, 8 Sep 2023 06:03:55 +0000 (08:03 +0200)]
Merge pull request #15967 from bangerth/x1

Avoid using a deprecated function.

12 months agoMerge pull request #15969 from bangerth/x6
Martin Kronbichler [Fri, 8 Sep 2023 06:03:32 +0000 (08:03 +0200)]
Merge pull request #15969 from bangerth/x6

Add a reference to an article.

12 months agoAnother test case, currently not converging 15965/head
Martin Kronbichler [Thu, 7 Sep 2023 18:59:51 +0000 (20:59 +0200)]
Another test case, currently not converging

12 months agoMatrix-free shape info: Generate face orientation table for Raviart-Thomas
Martin Kronbichler [Thu, 7 Sep 2023 18:59:35 +0000 (20:59 +0200)]
Matrix-free shape info: Generate face orientation table for Raviart-Thomas

12 months agoAdd a reference to an article. 15969/head
Wolfgang Bangerth [Thu, 7 Sep 2023 23:59:00 +0000 (17:59 -0600)]
Add a reference to an article.

12 months agoAdd a changelog entry. 15968/head
Wolfgang Bangerth [Thu, 7 Sep 2023 23:46:38 +0000 (17:46 -0600)]
Add a changelog entry.

12 months agoAdd a test.
Wolfgang Bangerth [Thu, 7 Sep 2023 23:44:38 +0000 (17:44 -0600)]
Add a test.

12 months agoAllow comparison of IndexSet objects against default-constructed objects.
Wolfgang Bangerth [Thu, 7 Sep 2023 23:44:19 +0000 (17:44 -0600)]
Allow comparison of IndexSet objects against default-constructed objects.

12 months agoAvoid using a deprecated function. 15967/head
Wolfgang Bangerth [Thu, 7 Sep 2023 20:12:56 +0000 (14:12 -0600)]
Avoid using a deprecated function.

12 months agoMerge pull request #15963 from kronbichler/fix_assert
Marc Fehling [Thu, 7 Sep 2023 22:28:25 +0000 (16:28 -0600)]
Merge pull request #15963 from kronbichler/fix_assert

FE_PolyTensor: Only request dof_sign_change if necessary

12 months agoBetter explain the test 15964/head
Martin Kronbichler [Thu, 7 Sep 2023 21:18:07 +0000 (23:18 +0200)]
Better explain the test

12 months agoMerge pull request #15952 from marcfehling/limit-plevel-test
Peter Munch [Thu, 7 Sep 2023 21:10:14 +0000 (23:10 +0200)]
Merge pull request #15952 from marcfehling/limit-plevel-test

Added another test for limit_p_level_difference().


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.