]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoMerge pull request #14289 from peterrum/TensorProductMatrixSymmetricSumCache
Martin Kronbichler [Tue, 20 Sep 2022 16:21:29 +0000 (18:21 +0200)]
Merge pull request #14289 from peterrum/TensorProductMatrixSymmetricSumCache

Add TensorProductMatrixSymmetricSumCache

2 years agoAdd TensorProductMatrixSymmetricSumCache 14289/head
Peter Munch [Mon, 19 Sep 2022 14:36:45 +0000 (16:36 +0200)]
Add TensorProductMatrixSymmetricSumCache

2 years agoMerge pull request #13677 from nabw/petsc-bddc-preconditioner
David Wells [Tue, 20 Sep 2022 13:36:07 +0000 (09:36 -0400)]
Merge pull request #13677 from nabw/petsc-bddc-preconditioner

Petsc bddc preconditioner

2 years agoMerge pull request #14290 from jh66637/tolerance_for_neighbor_type
Martin Kronbichler [Tue, 20 Sep 2022 13:12:07 +0000 (15:12 +0200)]
Merge pull request #14290 from jh66637/tolerance_for_neighbor_type

find_neighbor_type with customizable tolerance

2 years agoMerge pull request #14284 from peterrum/vtu_ascii
David Wells [Tue, 20 Sep 2022 12:15:53 +0000 (08:15 -0400)]
Merge pull request #14284 from peterrum/vtu_ascii

Add DataOutBase::CompressionLevel::ascii

2 years agoMerge pull request #14292 from peterrum/windoof_artifacts
Martin Kronbichler [Tue, 20 Sep 2022 07:18:15 +0000 (09:18 +0200)]
Merge pull request #14292 from peterrum/windoof_artifacts

Windows action: archive library only if merged into master

2 years agoMerge pull request #14287 from kronbichler/unroll_loop
Peter Munch [Mon, 19 Sep 2022 20:26:27 +0000 (22:26 +0200)]
Merge pull request #14287 from kronbichler/unroll_loop

Vector reductions: Unroll a loop in case of vectorization

2 years agoMerge pull request #14288 from peterrum/TensorProductMatrixSymmetricSum_pointers
Peter Munch [Mon, 19 Sep 2022 20:21:52 +0000 (22:21 +0200)]
Merge pull request #14288 from peterrum/TensorProductMatrixSymmetricSum_pointers

TensorProductMatrixSymmetricSum: switch to pointers

2 years agoAdd DataOutBase::CompressionLevel::plain_text 14284/head
Peter Munch [Sun, 18 Sep 2022 20:20:37 +0000 (22:20 +0200)]
Add DataOutBase::CompressionLevel::plain_text

2 years agoWindows action: archive library only if merged into master 14292/head
Peter Munch [Mon, 19 Sep 2022 19:28:13 +0000 (21:28 +0200)]
Windows action: archive library only if merged into master

2 years agofind_neighbor_type with customizable tolerance 14290/head
Johannes Heinz [Mon, 19 Sep 2022 16:06:18 +0000 (18:06 +0200)]
find_neighbor_type with customizable tolerance

2 years agoMerge pull request #14276 from peterrum/vtu_highorder_fix
David Wells [Mon, 19 Sep 2022 14:56:48 +0000 (10:56 -0400)]
Merge pull request #14276 from peterrum/vtu_highorder_fix

Fix high-order output for vtu in parallel

2 years agoTensorProductMatrixSymmetricSum: switch to pointers 14288/head
Peter Munch [Mon, 19 Sep 2022 11:21:12 +0000 (13:21 +0200)]
TensorProductMatrixSymmetricSum: switch to pointers

2 years agoMerge pull request #14283 from mschreter/avoid_warning
Daniel Arndt [Mon, 19 Sep 2022 13:38:32 +0000 (09:38 -0400)]
Merge pull request #14283 from mschreter/avoid_warning

2 years agoUnroll a loop in case of vectorization 14287/head
Martin Kronbichler [Mon, 19 Sep 2022 11:00:44 +0000 (13:00 +0200)]
Unroll a loop in case of vectorization

2 years agoMerge pull request #14285 from peterrum/DataOutBase_credits
Timo Heister [Mon, 19 Sep 2022 01:58:22 +0000 (21:58 -0400)]
Merge pull request #14285 from peterrum/DataOutBase_credits

Remove credits from DataOutBase

2 years agoRemove credits from DataOutBase 14285/head
Peter Munch [Sun, 18 Sep 2022 21:10:11 +0000 (23:10 +0200)]
Remove credits from DataOutBase

2 years agoFix high-order output for vtu in parallel 14276/head
Peter Munch [Sun, 18 Sep 2022 08:16:53 +0000 (10:16 +0200)]
Fix high-order output for vtu in parallel

2 years agoMerge pull request #14282 from kronbichler/avoid_warning2
Timo Heister [Sun, 18 Sep 2022 18:54:17 +0000 (14:54 -0400)]
Merge pull request #14282 from kronbichler/avoid_warning2

Avoid warning regarding unused variable

2 years agoMerge pull request #14281 from kronbichler/remove_include
Timo Heister [Sun, 18 Sep 2022 18:53:51 +0000 (14:53 -0400)]
Merge pull request #14281 from kronbichler/remove_include

Remove unnecessary include file

2 years agoMerge pull request #14280 from kronbichler/fix_uninitialized
Timo Heister [Sun, 18 Sep 2022 18:53:11 +0000 (14:53 -0400)]
Merge pull request #14280 from kronbichler/fix_uninitialized

Make sure not to work with possibly uninitialized variables

2 years agoavoid warning 14283/head
Magdalena Schreter [Sun, 18 Sep 2022 15:26:45 +0000 (17:26 +0200)]
avoid warning

2 years agoMerge pull request #14278 from peterrum/cheby_relax_fixes
Peter Munch [Sun, 18 Sep 2022 14:57:16 +0000 (16:57 +0200)]
Merge pull request #14278 from peterrum/cheby_relax_fixes

PreconditionRelaxation/Chebyshev fixes

2 years agoMerge pull request #14279 from peterrum/ConstraintInfo_ptr
Peter Munch [Sun, 18 Sep 2022 14:57:03 +0000 (16:57 +0200)]
Merge pull request #14279 from peterrum/ConstraintInfo_ptr

internal::MatrixFreeFunctions::ConstraintInfo: switch data type

2 years agoAvoid warning regarding uninitialized variable 14282/head
Martin Kronbichler [Sun, 18 Sep 2022 14:01:31 +0000 (16:01 +0200)]
Avoid warning regarding uninitialized variable

2 years agoRemove unnecessary include file 14281/head
Martin Kronbichler [Sun, 18 Sep 2022 13:56:44 +0000 (15:56 +0200)]
Remove unnecessary include file

2 years agoMake sure not to work with possibly uninitialized variables 14280/head
Martin Kronbichler [Sun, 18 Sep 2022 13:51:09 +0000 (15:51 +0200)]
Make sure not to work with possibly uninitialized variables

2 years agointernal::MatrixFreeFunctions::ConstraintInfo: switch data type 14279/head
Peter Munch [Sun, 18 Sep 2022 12:10:57 +0000 (14:10 +0200)]
internal::MatrixFreeFunctions::ConstraintInfo: switch data type

2 years agoPreconditionRelaxation/Chebyshev fixes 14278/head
Peter Munch [Sun, 18 Sep 2022 11:52:37 +0000 (13:52 +0200)]
PreconditionRelaxation/Chebyshev fixes

2 years agoMerge pull request #14273 from peterrum/fdm_refactor
Peter Munch [Sat, 17 Sep 2022 17:13:34 +0000 (19:13 +0200)]
Merge pull request #14273 from peterrum/fdm_refactor

Refactor TensorProductMatrixSymmetricSum

2 years agoRefactor TensorProductMatrixSymmetricSum 14273/head
Peter Munch [Thu, 15 Sep 2022 18:00:52 +0000 (20:00 +0200)]
Refactor TensorProductMatrixSymmetricSum

2 years agoFixed unused variables warning 13677/head
Nicolas Barnafi [Fri, 16 Sep 2022 17:09:13 +0000 (19:09 +0200)]
Fixed unused variables warning

2 years agoMerge pull request #14270 from peterrum/tria_global_active_cell_index_partitioner
David Wells [Fri, 16 Sep 2022 12:15:54 +0000 (08:15 -0400)]
Merge pull request #14270 from peterrum/tria_global_active_cell_index_partitioner

Triangulation: implement global_*_cell_index_partitioner()

2 years agoMerge with master
Nicolas Barnafi [Fri, 16 Sep 2022 09:08:03 +0000 (11:08 +0200)]
Merge with master

2 years agoMerge pull request #14271 from peterrum/cheby_a_p_ranges
Martin Kronbichler [Thu, 15 Sep 2022 18:50:15 +0000 (20:50 +0200)]
Merge pull request #14271 from peterrum/cheby_a_p_ranges

PreconditionChebyshev: add specialization for A and P with ranges

2 years agoMerge pull request #14272 from Rombur/gpu_mf_fe_nothing
Martin Kronbichler [Thu, 15 Sep 2022 18:48:29 +0000 (20:48 +0200)]
Merge pull request #14272 from Rombur/gpu_mf_fe_nothing

Add support for FE_Nothin in CUDA matrix-free

2 years agoAdd FE_Nothing test for CUDA matrix-free 14272/head
Bruno Turcksin [Thu, 15 Sep 2022 13:18:22 +0000 (13:18 +0000)]
Add FE_Nothing test for CUDA matrix-free

2 years agoMerge pull request #14258 from peterrum/DataOutResample_multiple_components
Peter Munch [Thu, 15 Sep 2022 07:37:15 +0000 (09:37 +0200)]
Merge pull request #14258 from peterrum/DataOutResample_multiple_components

DataOutResample for multiple components

2 years agoTriangulation: implement global_*_cell_index_partitioner() 14270/head
Peter Munch [Wed, 14 Sep 2022 07:08:27 +0000 (09:08 +0200)]
Triangulation: implement global_*_cell_index_partitioner()

2 years agoImprove support to FE_Nothing in matrix-free hanging_nodes
Bruno Turcksin [Wed, 14 Sep 2022 19:37:10 +0000 (19:37 +0000)]
Improve support to FE_Nothing in matrix-free hanging_nodes

2 years agoMerge pull request #14243 from peterrum/fdm_constrained
Peter Munch [Wed, 14 Sep 2022 19:35:05 +0000 (21:35 +0200)]
Merge pull request #14243 from peterrum/fdm_constrained

TensorProductMatrixSymmetricSum for matrices with rows/columns filled with zero

2 years agoCheck that the cell is locally owned before querying the FE index
Bruno Turcksin [Wed, 14 Sep 2022 19:10:04 +0000 (19:10 +0000)]
Check that the cell is locally owned before querying the FE index

2 years agoPreconditionChebyshev: add specialization for A and P with ranges 14271/head
Peter Munch [Wed, 14 Sep 2022 09:56:16 +0000 (11:56 +0200)]
PreconditionChebyshev: add specialization for A and P with ranges

2 years agoTensorProductMatrixSymmetricSum for matrices with rows/columns filled with zero 14243/head
Peter Munch [Wed, 7 Sep 2022 09:55:57 +0000 (11:55 +0200)]
TensorProductMatrixSymmetricSum for matrices with rows/columns filled with zero

2 years agoMerge pull request #14269 from peterrum/ExcNeedsMPI_use
Bruno Turcksin [Wed, 14 Sep 2022 11:54:52 +0000 (07:54 -0400)]
Merge pull request #14269 from peterrum/ExcNeedsMPI_use

2 years agoMerge pull request #14257 from kronbichler/cleanup_bicgstab
Peter Munch [Wed, 14 Sep 2022 07:47:41 +0000 (09:47 +0200)]
Merge pull request #14257 from kronbichler/cleanup_bicgstab

Clean up implementation in SolverBicgstab

2 years agoMerge pull request #14256 from kronbichler/improve_idr
Peter Munch [Wed, 14 Sep 2022 07:47:07 +0000 (09:47 +0200)]
Merge pull request #14256 from kronbichler/improve_idr

Revise vector operations in SolverIDR to improve performance

2 years agoMerge pull request #14254 from kronbichler/vectorize_more
Peter Munch [Wed, 14 Sep 2022 07:46:16 +0000 (09:46 +0200)]
Merge pull request #14254 from kronbichler/vectorize_more

Vectorize more work in reductions of vector operations

2 years agoDataOutResample for multiple components 14258/head
Peter Munch [Mon, 12 Sep 2022 17:37:44 +0000 (19:37 +0200)]
DataOutResample for multiple components

2 years agoUse ExcNeedsMPI 14269/head
Peter Munch [Wed, 14 Sep 2022 06:38:52 +0000 (08:38 +0200)]
Use ExcNeedsMPI

2 years agoMake SolverBicgstab aware of VectorType::value_type 14257/head
Martin Kronbichler [Mon, 12 Sep 2022 20:06:01 +0000 (22:06 +0200)]
Make SolverBicgstab aware of VectorType::value_type

2 years agoClean up implementation in SolverBicgstab
Martin Kronbichler [Mon, 12 Sep 2022 15:04:05 +0000 (17:04 +0200)]
Clean up implementation in SolverBicgstab

2 years agoMerge pull request #14268 from drwells/missing-headers
Martin Kronbichler [Wed, 14 Sep 2022 05:40:18 +0000 (07:40 +0200)]
Merge pull request #14268 from drwells/missing-headers

Ensure that every header which uses numeric_limits includes limits.

2 years agoMerge pull request #14267 from peterrum/formating_footer
Peter Munch [Tue, 13 Sep 2022 20:27:01 +0000 (22:27 +0200)]
Merge pull request #14267 from peterrum/formating_footer

Fix formatting

2 years agoEnsure that every header which uses numeric_limits includes limits. 14268/head
David Wells [Tue, 13 Sep 2022 20:08:10 +0000 (16:08 -0400)]
Ensure that every header which uses numeric_limits includes limits.

Presently only BoundingBox didn't compile - I added the rest while I'm at it as
we go through more header refactoring.

2 years agoFix formating 14267/head
Peter Munch [Tue, 13 Sep 2022 12:39:45 +0000 (14:39 +0200)]
Fix formating

2 years agoMerge pull request #14265 from peterrum/sparse_matrix_tools_unused_warning
Peter Munch [Tue, 13 Sep 2022 12:25:23 +0000 (14:25 +0200)]
Merge pull request #14265 from peterrum/sparse_matrix_tools_unused_warning

Fix unused warning

2 years agoSwitch number types in SolverIDR to VectorType::value_type 14256/head
Martin Kronbichler [Tue, 13 Sep 2022 09:57:15 +0000 (11:57 +0200)]
Switch number types in SolverIDR to VectorType::value_type

2 years agoAdd changelog
Martin Kronbichler [Mon, 12 Sep 2022 14:59:19 +0000 (16:59 +0200)]
Add changelog

2 years agoRevise vector operations in SolverIDR to improve performance
Martin Kronbichler [Mon, 12 Sep 2022 14:51:40 +0000 (16:51 +0200)]
Revise vector operations in SolverIDR to improve performance

2 years agoMerge pull request #14264 from kronbichler/avoid_warning
Peter Munch [Tue, 13 Sep 2022 09:16:37 +0000 (11:16 +0200)]
Merge pull request #14264 from kronbichler/avoid_warning

Avoid warning about function that might not be inlinable

2 years agoMerge pull request #14262 from mschreter/fix_deprecated_warning
Peter Munch [Tue, 13 Sep 2022 08:02:06 +0000 (10:02 +0200)]
Merge pull request #14262 from mschreter/fix_deprecated_warning

`invalid_fe_index`: fix deprecated warning

2 years agoFix unsed warning 14265/head
Peter Munch [Tue, 13 Sep 2022 07:58:33 +0000 (09:58 +0200)]
Fix unsed warning

2 years agoMerge pull request #14259 from peterrum/rpe_project
Peter Munch [Tue, 13 Sep 2022 07:22:03 +0000 (09:22 +0200)]
Merge pull request #14259 from peterrum/rpe_project

GT::distributed_compute_point_locations(): project reference points onto cell

2 years agoAvoid warning about function that might be inlinable 14264/head
Martin Kronbichler [Tue, 13 Sep 2022 06:41:46 +0000 (08:41 +0200)]
Avoid warning about function that might be inlinable

2 years agoMerge pull request #14261 from mschreter/fix_linking_error
Peter Munch [Tue, 13 Sep 2022 06:07:04 +0000 (08:07 +0200)]
Merge pull request #14261 from mschreter/fix_linking_error

Linking error: make `dealii::internal::SolverGMRESImplementation::solve_triangular()` inline

2 years agouse numbers::fe_index 14262/head
Magdalena Schreter [Tue, 13 Sep 2022 05:55:18 +0000 (07:55 +0200)]
use numbers::fe_index

2 years agoAdjust test output due to roundoff: Disable output of residual 14254/head
Martin Kronbichler [Mon, 12 Sep 2022 14:38:25 +0000 (16:38 +0200)]
Adjust test output due to roundoff: Disable output of residual

2 years agoVectorize more work in reductions of vector operations
Martin Kronbichler [Mon, 12 Sep 2022 09:16:01 +0000 (11:16 +0200)]
Vectorize more work in reductions of vector operations

2 years agoGT::distributed_compute_point_locations(): project reference points onto cell 14259/head
Peter Munch [Mon, 12 Sep 2022 17:46:46 +0000 (19:46 +0200)]
GT::distributed_compute_point_locations(): project reference points onto cell

2 years agomake function inline 14261/head
Magdalena Schreter [Mon, 12 Sep 2022 19:56:11 +0000 (21:56 +0200)]
make function inline

2 years agoMerge pull request #14253 from kronbichler/avoid_aliasing
David Wells [Mon, 12 Sep 2022 19:56:08 +0000 (15:56 -0400)]
Merge pull request #14253 from kronbichler/avoid_aliasing

Copy scalars in vector operations to make compiler optimize more

2 years agoFixed missing indentation after fix
Nicolas Barnafi [Mon, 12 Sep 2022 17:15:39 +0000 (19:15 +0200)]
Fixed missing indentation after fix

2 years agoAdd additional comments regarding aliasing 14253/head
Martin Kronbichler [Mon, 12 Sep 2022 14:44:19 +0000 (16:44 +0200)]
Add additional comments regarding aliasing

2 years agoMerge pull request #14250 from drwells/include-utilities-cleanup
Matthias Maier [Mon, 12 Sep 2022 14:43:56 +0000 (09:43 -0500)]
Merge pull request #14250 from drwells/include-utilities-cleanup

cleanup some more header inclusions.

2 years agoMerge pull request #14251 from kronbichler/gmres_batched
Matthias Maier [Mon, 12 Sep 2022 14:43:40 +0000 (09:43 -0500)]
Merge pull request #14251 from kronbichler/gmres_batched

SolverGMRES: Add 'batched' mode for reduced overhead at small sizes

2 years agoMerge pull request #14252 from kronbichler/overhead_vector
David Wells [Mon, 12 Sep 2022 13:13:16 +0000 (09:13 -0400)]
Merge pull request #14252 from kronbichler/overhead_vector

Provide inlined fast code path for Vector::reinit(Vector&)

2 years agoCopy scalars in vector operations to make compiler optimize more
Martin Kronbichler [Mon, 12 Sep 2022 08:41:55 +0000 (10:41 +0200)]
Copy scalars in vector operations to make compiler optimize more

2 years agoProvide inlined fast code path for Vector::reinit(Vector&) 14252/head
Martin Kronbichler [Mon, 12 Sep 2022 07:06:14 +0000 (09:06 +0200)]
Provide inlined fast code path for Vector::reinit(Vector&)

2 years agoSolverGMRES: Add 'batched' mode for reduced overhead at small sizes 14251/head
Martin Kronbichler [Mon, 12 Sep 2022 06:40:20 +0000 (08:40 +0200)]
SolverGMRES: Add 'batched' mode for reduced overhead at small sizes

2 years agoFixed typo
Nicolas Barnafi [Sun, 11 Sep 2022 22:55:27 +0000 (00:55 +0200)]
Fixed typo

2 years agoFixed indentation
Nicolas Barnafi [Sun, 11 Sep 2022 13:15:03 +0000 (15:15 +0200)]
Fixed indentation

2 years agomissing parenthesis
Nicolas Barnafi [Sun, 11 Sep 2022 13:11:55 +0000 (15:11 +0200)]
missing parenthesis

2 years agoClean up inclusions of map and set headers. 14250/head
David Wells [Wed, 24 Aug 2022 21:11:06 +0000 (17:11 -0400)]
Clean up inclusions of map and set headers.

2 years agoCleanup mapping.h inclusions.
David Wells [Wed, 24 Aug 2022 20:45:49 +0000 (16:45 -0400)]
Cleanup mapping.h inclusions.

2 years agoForward declare ParameterHandler.
David Wells [Wed, 24 Aug 2022 20:21:55 +0000 (16:21 -0400)]
Forward declare ParameterHandler.

2 years agoClean up lac/ header inclusions.
David Wells [Wed, 24 Aug 2022 20:21:08 +0000 (16:21 -0400)]
Clean up lac/ header inclusions.

2 years agoForward declare a usage of LA::d::V.
David Wells [Wed, 24 Aug 2022 20:20:43 +0000 (16:20 -0400)]
Forward declare a usage of LA::d::V.

2 years agoClean up some grid/ inclusions.
David Wells [Wed, 24 Aug 2022 20:20:18 +0000 (16:20 -0400)]
Clean up some grid/ inclusions.

2 years agoRemove unnecessary inclusions of utilities.h.
David Wells [Wed, 24 Aug 2022 20:18:48 +0000 (16:18 -0400)]
Remove unnecessary inclusions of utilities.h.

2 years agoAdd some missing headers.
David Wells [Thu, 1 Sep 2022 20:16:48 +0000 (16:16 -0400)]
Add some missing headers.

2 years agoSmall test fix for automatic version detection
Nicolas Barnafi [Fri, 9 Sep 2022 16:42:28 +0000 (18:42 +0200)]
Small test fix for automatic version detection

2 years agoAdded checks for petsc version within BDDC, also corrected test
Nicolas Barnafi [Fri, 9 Sep 2022 16:38:58 +0000 (18:38 +0200)]
Added checks for petsc version within BDDC, also corrected test

2 years agoAdded check for corner selection in BDDC, as it it a more recent feature
Nicolas Barnafi [Fri, 9 Sep 2022 14:31:23 +0000 (16:31 +0200)]
Added check for corner selection in BDDC, as it it a more recent feature

2 years agoMerge pull request #14096 from peterrum/sparse_matrix_tools
David Wells [Thu, 8 Sep 2022 15:40:41 +0000 (11:40 -0400)]
Merge pull request #14096 from peterrum/sparse_matrix_tools

Function to restrict matrices

2 years agoMerge pull request #14249 from kronbichler/fix_warning2
Peter Munch [Thu, 8 Sep 2022 10:32:45 +0000 (12:32 +0200)]
Merge pull request #14249 from kronbichler/fix_warning2

Fix another warning about an unused variable

2 years agoMerge pull request #14248 from kronbichler/address_warning
Peter Munch [Thu, 8 Sep 2022 10:32:28 +0000 (12:32 +0200)]
Merge pull request #14248 from kronbichler/address_warning

Fix warning regarding unused variables

2 years agoAdded a check on the matrix type and a citation to the relevant reference.
Nicolas Barnafi [Thu, 8 Sep 2022 09:22:08 +0000 (11:22 +0200)]
Added a check on the matrix type and a citation to the relevant reference.

2 years agoFix another warning about an unused variable 14249/head
Martin Kronbichler [Thu, 8 Sep 2022 07:18:08 +0000 (09:18 +0200)]
Fix another warning about an unused variable

2 years agoFix warning regarding unused variables 14248/head
Martin Kronbichler [Thu, 8 Sep 2022 06:49:18 +0000 (08:49 +0200)]
Fix warning regarding unused variables


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.