]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
12 months agoAdd matrix-free interpolation test for Raviart-Thomas case 15948/head
Martin Kronbichler [Thu, 31 Aug 2023 06:08:38 +0000 (08:08 +0200)]
Add matrix-free interpolation test for Raviart-Thomas case

12 months agoMerge pull request #15941 from kronbichler/pad_some_arrays
Daniel Arndt [Wed, 30 Aug 2023 22:19:57 +0000 (18:19 -0400)]
Merge pull request #15941 from kronbichler/pad_some_arrays

12 months agoMerge pull request #15944 from kronbichler/fix_warning
David Wells [Wed, 30 Aug 2023 16:43:15 +0000 (12:43 -0400)]
Merge pull request #15944 from kronbichler/fix_warning

Fix some additional warnings

12 months agoFix some additional warnings 15944/head
Martin Kronbichler [Wed, 30 Aug 2023 13:26:39 +0000 (15:26 +0200)]
Fix some additional warnings

12 months agoMerge pull request #15940 from kronbichler/constexpr
Wolfgang Bangerth [Tue, 29 Aug 2023 15:35:09 +0000 (09:35 -0600)]
Merge pull request #15940 from kronbichler/constexpr

MatrixFree: Use constexpr when selecting evaluator factory

12 months agoMerge pull request #15939 from kronbichler/fix_test
Wolfgang Bangerth [Tue, 29 Aug 2023 15:34:05 +0000 (09:34 -0600)]
Merge pull request #15939 from kronbichler/fix_test

Fix range-based for loop in performance test

12 months agoFEEvaluation: Add some padding between different data fields 15941/head
Martin Kronbichler [Tue, 29 Aug 2023 13:31:24 +0000 (15:31 +0200)]
FEEvaluation: Add some padding between different data fields

12 months agoMatrixFree: Use constexpr when selecting evaluator factory 15940/head
Martin Kronbichler [Tue, 29 Aug 2023 11:35:14 +0000 (13:35 +0200)]
MatrixFree: Use constexpr when selecting evaluator factory

12 months agoFix range-based for loop in performance test 15939/head
Martin Kronbichler [Tue, 29 Aug 2023 09:34:57 +0000 (11:34 +0200)]
Fix range-based for loop in performance test

12 months agoMerge pull request #15937 from masterleinad/avoid_swicthes_kokkos_matrix_free
Martin Kronbichler [Tue, 29 Aug 2023 08:16:36 +0000 (10:16 +0200)]
Merge pull request #15937 from masterleinad/avoid_swicthes_kokkos_matrix_free

Avoid switches in cuda_tensor_product_kernels.h

12 months agoMerge pull request #15938 from peterrum/mpi_assert
Daniel Arndt [Tue, 29 Aug 2023 03:31:12 +0000 (23:31 -0400)]
Merge pull request #15938 from peterrum/mpi_assert

12 months agoFix assert 15938/head
Peter Munch [Mon, 28 Aug 2023 19:08:11 +0000 (21:08 +0200)]
Fix assert

12 months agoMerge pull request #15934 from kronbichler/fix_includes
Daniel Arndt [Mon, 28 Aug 2023 18:18:55 +0000 (14:18 -0400)]
Merge pull request #15934 from kronbichler/fix_includes

12 months agoMerge pull request #15936 from kronbichler/range_based_for
Daniel Arndt [Mon, 28 Aug 2023 18:18:44 +0000 (14:18 -0400)]
Merge pull request #15936 from kronbichler/range_based_for

12 months agoAvoid switches in cuda_tensor_product_kernels.h 15937/head
Daniel Arndt [Mon, 28 Aug 2023 18:05:56 +0000 (14:05 -0400)]
Avoid switches in cuda_tensor_product_kernels.h

12 months agoMerge pull request #15935 from kronbichler/simplify_test
David Wells [Mon, 28 Aug 2023 16:37:18 +0000 (12:37 -0400)]
Merge pull request #15935 from kronbichler/simplify_test

Remove unnecessary code in a test

12 months agoUse range-based for loop for FEEvaluation's quadrature point loop 15936/head
Martin Kronbichler [Mon, 28 Aug 2023 14:03:51 +0000 (16:03 +0200)]
Use range-based for loop for FEEvaluation's quadrature point loop

12 months agoRemove unnecessary code in a test 15935/head
Martin Kronbichler [Mon, 28 Aug 2023 13:41:38 +0000 (15:41 +0200)]
Remove unnecessary code in a test

12 months agoOnly use necessary vector_tools include file 15934/head
Martin Kronbichler [Mon, 28 Aug 2023 13:40:17 +0000 (15:40 +0200)]
Only use necessary vector_tools include file

12 months agoMerge pull request #15933 from kronbichler/try_to_fix_warning
Martin Kronbichler [Mon, 28 Aug 2023 06:37:30 +0000 (08:37 +0200)]
Merge pull request #15933 from kronbichler/try_to_fix_warning

Avoid some loops that get never entered

12 months agoAvoid some loops that get never entered 15933/head
Martin Kronbichler [Sun, 27 Aug 2023 12:09:55 +0000 (14:09 +0200)]
Avoid some loops that get never entered

12 months agoMerge pull request #15917 from kronbichler/simplify_tensor_product_polynomials
Martin Kronbichler [Sat, 26 Aug 2023 06:20:01 +0000 (08:20 +0200)]
Merge pull request #15917 from kronbichler/simplify_tensor_product_polynomials

Use common code for tensor product polynomial evaluation

12 months agoReindent 15917/head
Martin Kronbichler [Fri, 25 Aug 2023 18:20:21 +0000 (20:20 +0200)]
Reindent

12 months agoUpdate source/base/tensor_product_polynomials.cc
Martin Kronbichler [Fri, 25 Aug 2023 18:08:42 +0000 (20:08 +0200)]
Update source/base/tensor_product_polynomials.cc

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
12 months agoSimplify some code because separate loops don't pay off
Martin Kronbichler [Tue, 22 Aug 2023 20:04:15 +0000 (22:04 +0200)]
Simplify some code because separate loops don't pay off

12 months agoPass number of derivatives to polynomial class to reduce operation count
Martin Kronbichler [Tue, 22 Aug 2023 19:42:26 +0000 (21:42 +0200)]
Pass number of derivatives to polynomial class to reduce operation count

12 months agoMake some inner loop faster by avoiding redundant operations
Martin Kronbichler [Tue, 22 Aug 2023 19:23:16 +0000 (21:23 +0200)]
Make some inner loop faster by avoiding redundant operations

12 months agoUse common code for tensor product polynomial evaluation
Martin Kronbichler [Tue, 22 Aug 2023 16:23:56 +0000 (18:23 +0200)]
Use common code for tensor product polynomial evaluation

12 months agoMerge pull request #15929 from kronbichler/fix_ci_indent
Peter Munch [Fri, 25 Aug 2023 11:22:07 +0000 (13:22 +0200)]
Merge pull request #15929 from kronbichler/fix_ci_indent

Fix indentation CI

12 months agoFix indentation CI 15929/head
Martin Kronbichler [Fri, 25 Aug 2023 11:04:20 +0000 (13:04 +0200)]
Fix indentation CI

12 months agoMerge pull request #15928 from bangerth/subset
Martin Kronbichler [Fri, 25 Aug 2023 07:57:31 +0000 (09:57 +0200)]
Merge pull request #15928 from bangerth/subset

Introduce IndexSet::is_subset_of().

12 months agoMerge pull request #15842 from peterrum/timing_step_37_gc
Martin Kronbichler [Fri, 25 Aug 2023 07:56:18 +0000 (09:56 +0200)]
Merge pull request #15842 from peterrum/timing_step_37_gc

Add a version of timing_step_37 using MGTransferMF

12 months agoMerge pull request #15922 from kronbichler/improve_shape_info_rt
Martin Kronbichler [Fri, 25 Aug 2023 07:55:54 +0000 (09:55 +0200)]
Merge pull request #15922 from kronbichler/improve_shape_info_rt

Matrix-free Raviart-Thomas: Set symmetry/even-odd in ShapeInfo

12 months agoAdd a changelog entry. 15928/head
Wolfgang Bangerth [Thu, 24 Aug 2023 23:34:41 +0000 (17:34 -0600)]
Add a changelog entry.

12 months agoAdd a test.
Wolfgang Bangerth [Fri, 25 Aug 2023 00:11:19 +0000 (18:11 -0600)]
Add a test.

12 months agoIntroduce IndexSet::is_subset_of().
Wolfgang Bangerth [Thu, 24 Aug 2023 23:33:47 +0000 (17:33 -0600)]
Introduce IndexSet::is_subset_of().

12 months agoMerge pull request #15923 from bergbauer/neon
Matthias Maier [Thu, 24 Aug 2023 22:37:56 +0000 (22:37 +0000)]
Merge pull request #15923 from bergbauer/neon

VectorizedArray for ARM NEON

12 months agoMerge pull request #15926 from kronbichler/remove_unnecessary_include2
Marc Fehling [Thu, 24 Aug 2023 19:48:03 +0000 (13:48 -0600)]
Merge pull request #15926 from kronbichler/remove_unnecessary_include2

Remove unnecessary include file

12 months agoMerge pull request #15820 from peterrum/non_nested_transfer_simplex
Peter Munch [Thu, 24 Aug 2023 18:26:29 +0000 (20:26 +0200)]
Merge pull request #15820 from peterrum/non_nested_transfer_simplex

MGTwoLevelTransferNonNested: enable simplex

12 months agoRemove unnecessary include file 15926/head
Martin Kronbichler [Thu, 24 Aug 2023 17:12:59 +0000 (19:12 +0200)]
Remove unnecessary include file

12 months agoMerge pull request #15925 from masterleinad/use_qualifier_alignment_left
Wolfgang Bangerth [Thu, 24 Aug 2023 16:58:32 +0000 (10:58 -0600)]
Merge pull request #15925 from masterleinad/use_qualifier_alignment_left

clang-format: Use QualifierAlignment: Left

12 months agoImplement ARM Neon intrinsics 15923/head
Maximilian Bergbauer [Mon, 14 Aug 2023 10:49:40 +0000 (12:49 +0200)]
Implement ARM Neon intrinsics

12 months agoMGTwoLevelTransferNonNested: enable simplex 15820/head
Peter Munch [Sun, 28 May 2023 10:23:04 +0000 (12:23 +0200)]
MGTwoLevelTransferNonNested: enable simplex

12 months agoclang-format: Use QualifierAlignment: Left 15925/head
Daniel Arndt [Thu, 24 Aug 2023 12:42:42 +0000 (08:42 -0400)]
clang-format: Use QualifierAlignment: Left

12 months agoMatrix-free Raviart-Thomas: Set symmetry/even-odd in ShapeInfo 15922/head
Martin Kronbichler [Wed, 23 Aug 2023 09:24:26 +0000 (11:24 +0200)]
Matrix-free Raviart-Thomas: Set symmetry/even-odd in ShapeInfo

12 months agoMerge pull request #15899 from luca-heltai/rpe_AdditionalData_non_nested
Peter Munch [Thu, 24 Aug 2023 05:45:32 +0000 (07:45 +0200)]
Merge pull request #15899 from luca-heltai/rpe_AdditionalData_non_nested

Expose RemotePointEvaluation parameters in non-nested multigrid

12 months agoMerge pull request #15924 from masterleinad/restrict_non_nested_multigrid_04
Peter Munch [Thu, 24 Aug 2023 05:39:32 +0000 (07:39 +0200)]
Merge pull request #15924 from masterleinad/restrict_non_nested_multigrid_04

non_nested_multigrid_04 needs Trilinos

12 months agonon_nested_multigrid_04 needs Trilinos 15924/head
Daniel Arndt [Thu, 24 Aug 2023 02:42:33 +0000 (22:42 -0400)]
non_nested_multigrid_04 needs Trilinos

12 months agoimprove documentation of AdditionaData 15899/head
Marco Feder [Tue, 22 Aug 2023 08:53:36 +0000 (08:53 +0000)]
improve documentation of AdditionaData

12 months agoMerge pull request #15903 from tamiko/update_clang_format
Matthias Maier [Wed, 23 Aug 2023 22:27:21 +0000 (22:27 +0000)]
Merge pull request #15903 from tamiko/update_clang_format

Infrastructure: Update bundled clang-format to version 16

12 months agoclang-format: run indent-all 15903/head
Matthias Maier [Wed, 23 Aug 2023 18:29:59 +0000 (13:29 -0500)]
clang-format: run indent-all

12 months agoclang-format: unify clang-format configuration, update to c++20
Matthias Maier [Tue, 22 Aug 2023 03:35:29 +0000 (22:35 -0500)]
clang-format: unify clang-format configuration, update to c++20

12 months agoTest: tensors/tensor_31: use clang-format off to avoid declaration / statement confusion
Matthias Maier [Mon, 21 Aug 2023 23:37:04 +0000 (18:37 -0500)]
Test: tensors/tensor_31: use clang-format off to avoid  declaration / statement confusion

12 months agoclang-format: update indent and compile script to version 16.0.6
Matthias Maier [Mon, 21 Aug 2023 18:50:43 +0000 (13:50 -0500)]
clang-format: update indent and compile script to version 16.0.6

12 months agoMerge pull request #15843 from peterrum/fep_simplices
Peter Munch [Wed, 23 Aug 2023 13:13:57 +0000 (15:13 +0200)]
Merge pull request #15843 from peterrum/fep_simplices

FEPointEvaluation/MappingInfo for simplices

12 months agoApply review 15843/head
Peter Munch [Wed, 23 Aug 2023 09:20:18 +0000 (11:20 +0200)]
Apply review

12 months agoMerge pull request #15906 from bangerth/default-2
Martin Kronbichler [Wed, 23 Aug 2023 07:05:31 +0000 (09:05 +0200)]
Merge pull request #15906 from bangerth/default-2

Add a default constructor to AffineConstraints. (And be more terse about default arguments.)

12 months agoMerge pull request #15907 from marcfehling/islands
Peter Munch [Wed, 23 Aug 2023 05:52:34 +0000 (07:52 +0200)]
Merge pull request #15907 from marcfehling/islands

Disable eliminate_unrefined_islands in create_geometric_coarsening_sequence().

12 months agoFEPointEvaluation/MappingInfo for simplices
Peter Munch [Sat, 5 Aug 2023 12:44:42 +0000 (14:44 +0200)]
FEPointEvaluation/MappingInfo for simplices

12 months agoMerge pull request #15913 from kronbichler/simplify_rt_init
Peter Munch [Wed, 23 Aug 2023 05:36:11 +0000 (07:36 +0200)]
Merge pull request #15913 from kronbichler/simplify_rt_init

Matrix-free ShapeInfo: Simplify initialization of Raviart-Thomas

12 months agoMerge pull request #15905 from kronbichler/cleanup_shape_info
Peter Munch [Wed, 23 Aug 2023 05:33:30 +0000 (07:33 +0200)]
Merge pull request #15905 from kronbichler/cleanup_shape_info

MatrixFree ShapeInfo: Move some code to UnivariateShapeData

12 months agoMerge pull request #15918 from marcfehling/step75-3d
Peter Munch [Wed, 23 Aug 2023 05:31:29 +0000 (07:31 +0200)]
Merge pull request #15918 from marcfehling/step75-3d

step-75: enable pseudo-3d solution

12 months agoUse a delegating constructor. 15906/head
Wolfgang Bangerth [Wed, 23 Aug 2023 02:07:48 +0000 (20:07 -0600)]
Use a delegating constructor.

12 months agoBe more terse about AffineConstraint default arguments.
Wolfgang Bangerth [Mon, 21 Aug 2023 22:50:55 +0000 (16:50 -0600)]
Be more terse about AffineConstraint default arguments.

12 months agoAdd a default constructor to AffineConstraints.
Wolfgang Bangerth [Mon, 21 Aug 2023 22:46:48 +0000 (16:46 -0600)]
Add a default constructor to AffineConstraints.

12 months agoMerge pull request #15915 from kronbichler/remove_outdated_documentation
Wolfgang Bangerth [Wed, 23 Aug 2023 01:58:52 +0000 (19:58 -0600)]
Merge pull request #15915 from kronbichler/remove_outdated_documentation

Tensor polynomials: Remove nonsensical comments

12 months agostep-75: enable pseudo-3d solution 15918/head
Marc Fehling [Wed, 23 Aug 2023 00:33:45 +0000 (18:33 -0600)]
step-75: enable pseudo-3d solution

12 months agoDisable eliminate_unrefined_islands in create_geometric_coarsening_sequence(). 15907/head
Marc Fehling [Mon, 21 Aug 2023 23:36:19 +0000 (17:36 -0600)]
Disable eliminate_unrefined_islands in create_geometric_coarsening_sequence().

12 months agoAllow set_mesh_smoothing() on non-empty triangulations.
Marc Fehling [Mon, 21 Aug 2023 23:35:13 +0000 (17:35 -0600)]
Allow set_mesh_smoothing() on non-empty triangulations.

12 months agoMerge pull request #15909 from tamiko/const-2
Martin Kronbichler [Tue, 22 Aug 2023 17:25:32 +0000 (19:25 +0200)]
Merge pull request #15909 from tamiko/const-2

Standardize on 'const X' instead of 'X const', part II

12 months agoMerge pull request #15914 from peterrum/mapping_q_normal
Martin Kronbichler [Tue, 22 Aug 2023 17:00:52 +0000 (19:00 +0200)]
Merge pull request #15914 from peterrum/mapping_q_normal

MappingQ: don't require update_JxW_values or update_normal_vectors

12 months agoMerge pull request #15912 from stefanozampini/proper-fix-for-algebraic-constraints
Matthias Maier [Tue, 22 Aug 2023 15:11:42 +0000 (15:11 +0000)]
Merge pull request #15912 from stefanozampini/proper-fix-for-algebraic-constraints

Fix for https://github.com/dealii/dealii/issues/15882

12 months agoTensor polynomials: Remove nonsensical comments 15915/head
Martin Kronbichler [Tue, 22 Aug 2023 13:38:44 +0000 (15:38 +0200)]
Tensor polynomials: Remove nonsensical comments

12 months agoMerge pull request #15807 from peterrum/FineDoFHandlerViewBase
Martin Kronbichler [Tue, 22 Aug 2023 13:19:24 +0000 (15:19 +0200)]
Merge pull request #15807 from peterrum/FineDoFHandlerViewBase

MGTwoLevelTransfer: specialize setup for FCP and p-mg

12 months agoMatrix-free ShapeInfo: Simplify initialization of Raviart-Thomas 15913/head
Martin Kronbichler [Tue, 22 Aug 2023 12:04:29 +0000 (14:04 +0200)]
Matrix-free ShapeInfo: Simplify initialization of Raviart-Thomas

12 months agoFix two garbled up comments 15909/head
Matthias Maier [Tue, 22 Aug 2023 03:31:50 +0000 (22:31 -0500)]
Fix two garbled up comments

12 months agoStandardize on 'const X' instead of 'X const', part II
Matthias Maier [Tue, 22 Aug 2023 03:14:09 +0000 (22:14 -0500)]
Standardize on 'const X' instead of 'X const', part II

12 months agoMappingQ: don't require update_JxW_values or update_normal_vectors 15914/head
Peter Munch [Tue, 22 Aug 2023 12:30:33 +0000 (14:30 +0200)]
MappingQ: don't require update_JxW_values or update_normal_vectors

12 months agoMatrixFree ShapeInfo: Move some code to UnivariateShapeData 15905/head
Martin Kronbichler [Mon, 21 Aug 2023 21:23:54 +0000 (23:23 +0200)]
MatrixFree ShapeInfo: Move some code to UnivariateShapeData

12 months agoMerge pull request #15901 from peterrum/GlobalCoarseningFineDoFHandlerView_assert
Martin Kronbichler [Tue, 22 Aug 2023 11:44:54 +0000 (13:44 +0200)]
Merge pull request #15901 from peterrum/GlobalCoarseningFineDoFHandlerView_assert

GlobalCoarseningFineDoFHandlerView: add assert

12 months agoMerge pull request #15911 from kronbichler/fix_tests
David Wells [Tue, 22 Aug 2023 11:35:20 +0000 (07:35 -0400)]
Merge pull request #15911 from kronbichler/fix_tests

Fix some failing tests

12 months agoproper fix for algebraic constraints 15912/head
Stefano Zampini [Tue, 22 Aug 2023 08:58:00 +0000 (17:58 +0900)]
proper fix for algebraic constraints

12 months agoFix some failing tests 15911/head
Martin Kronbichler [Tue, 22 Aug 2023 08:34:39 +0000 (10:34 +0200)]
Fix some failing tests

12 months agoGlobalCoarseningFineDoFHandlerView: add assert 15901/head
Peter Munch [Mon, 21 Aug 2023 15:34:00 +0000 (17:34 +0200)]
GlobalCoarseningFineDoFHandlerView: add assert

12 months agoMerge pull request #15908 from bangerth/const
Matthias Maier [Tue, 22 Aug 2023 03:10:33 +0000 (03:10 +0000)]
Merge pull request #15908 from bangerth/const

Standardize on 'const X' instead of 'X const'.

12 months agoStandardize on 'const X' instead of 'X const'. 15908/head
Wolfgang Bangerth [Tue, 22 Aug 2023 02:43:03 +0000 (20:43 -0600)]
Standardize on 'const X' instead of 'X const'.

12 months agoMerge pull request #15892 from peterrum/mg_nonnested_comp_assert
David Wells [Mon, 21 Aug 2023 18:37:17 +0000 (14:37 -0400)]
Merge pull request #15892 from peterrum/mg_nonnested_comp_assert

Non-nested transfer: add assert

12 months agoMerge pull request #15900 from kronbichler/fix_mf_performance
Martin Kronbichler [Mon, 21 Aug 2023 15:26:13 +0000 (17:26 +0200)]
Merge pull request #15900 from kronbichler/fix_mf_performance

Always inline a new function to restore performance

13 months agoMerge pull request #15897 from peterrum/CellIDTranslator_AssertThrow
Daniel Arndt [Mon, 21 Aug 2023 13:47:38 +0000 (09:47 -0400)]
Merge pull request #15897 from peterrum/CellIDTranslator_AssertThrow

13 months agoAllow throwing if not all points have been found
Marco Feder [Mon, 21 Aug 2023 09:57:30 +0000 (09:57 +0000)]
Allow throwing if not all points have been found

13 months agoAlways inline a new function to restore performance 15900/head
Martin Kronbichler [Mon, 21 Aug 2023 10:31:21 +0000 (12:31 +0200)]
Always inline a new function to restore performance

13 months agoMerge pull request #15898 from bangerth/default
Martin Kronbichler [Mon, 21 Aug 2023 09:55:41 +0000 (11:55 +0200)]
Merge pull request #15898 from bangerth/default

Be terser in specifying default arguments: ComponentMask.

13 months agoMerge pull request #15895 from drwells/fe-values-split-2
Martin Kronbichler [Mon, 21 Aug 2023 08:47:47 +0000 (10:47 +0200)]
Merge pull request #15895 from drwells/fe-values-split-2

Move the internal FEValuesViews functions into a new file.

13 months agoExplicitly spell out a loop. 15895/head
David Wells [Mon, 21 Aug 2023 01:56:24 +0000 (21:56 -0400)]
Explicitly spell out a loop.

13 months agoImprove aliasing by explicitly copying a value.
David Wells [Mon, 21 Aug 2023 01:26:45 +0000 (21:26 -0400)]
Improve aliasing by explicitly copying a value.

13 months agoMerge pull request #15891 from kronbichler/restructure_tensor_product
David Wells [Mon, 21 Aug 2023 01:20:24 +0000 (21:20 -0400)]
Merge pull request #15891 from kronbichler/restructure_tensor_product

Restructure tensor-product kernels via 1d interpolants

13 months agoBe terser in specifying default arguments: ComponentMask. 15898/head
Wolfgang Bangerth [Sun, 20 Aug 2023 22:55:39 +0000 (16:55 -0600)]
Be terser in specifying default arguments: ComponentMask.

13 months agoExpose rpe parameters through AdditionalData
Marco Feder [Sun, 20 Aug 2023 17:12:47 +0000 (17:12 +0000)]
Expose rpe parameters through AdditionalData

13 months agoCellIDTranslator: make Assert ot AssertThrow 15897/head
Peter Munch [Sun, 20 Aug 2023 20:17:57 +0000 (22:17 +0200)]
CellIDTranslator: make Assert ot AssertThrow

13 months agoApply changes 15807/head
Peter Munch [Sun, 20 Aug 2023 15:55:18 +0000 (17:55 +0200)]
Apply changes


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.