]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Mon, 19 Aug 2024 13:04:05 +0000 (09:04 -0400)]
Create new string when demangling stacktraces
Matthias Maier [Thu, 15 Aug 2024 15:54:26 +0000 (15:54 +0000)]
Merge pull request #17537 from tjhei/fix-compile-warn
fix compilation warning (unused arg)
Timo Heister [Thu, 15 Aug 2024 15:19:05 +0000 (11:19 -0400)]
one more
Timo Heister [Thu, 15 Aug 2024 12:39:08 +0000 (08:39 -0400)]
Merge pull request #17538 from masterleinad/fix_solution_transfer_complex
Fix compiling SolutionTransfer with complex values
Timo Heister [Thu, 15 Aug 2024 04:00:36 +0000 (00:00 -0400)]
Merge pull request #17534 from drwells/use-more-if-constexpr
Get rid of some more reinterpret_casts.
Daniel Arndt [Thu, 15 Aug 2024 04:00:29 +0000 (22:00 -0600)]
Fix compiling SolutionTransfer with complex values
Timo Heister [Thu, 15 Aug 2024 03:42:10 +0000 (23:42 -0400)]
fix compilation warning (unused arg)
David Wells [Wed, 14 Aug 2024 22:44:37 +0000 (16:44 -0600)]
AffineConstraints: remove some reinterpret_casts.
David Wells [Wed, 14 Aug 2024 22:43:57 +0000 (16:43 -0600)]
TensorProductPolynomials: remove some reinterpret_casts.
Marc Fehling [Wed, 14 Aug 2024 23:45:03 +0000 (17:45 -0600)]
Merge pull request #17530 from masterleinad/use_if_constexpr_matrix_free_kokkos
Portable MatrixFree: use if constexpr for hanging nodes implementation
Timo Heister [Wed, 14 Aug 2024 22:44:54 +0000 (18:44 -0400)]
Merge pull request #17531 from marcfehling/fix_prm26
Fix a typo test.
Rene Gassmoeller [Wed, 14 Aug 2024 22:27:14 +0000 (15:27 -0700)]
Merge pull request #17497 from OresteMarquis/remove_void_cast_tria_5to10
Remove void casts and use `[[maybe_unused]]` instead
Rene Gassmoeller [Wed, 14 Aug 2024 22:25:04 +0000 (15:25 -0700)]
Merge pull request #17487 from ChrisPec27/remove_void_cast_distributed_tria
Use `[[maybe_unused]]` instead of `(void)` cast
Wolfgang Bangerth [Wed, 14 Aug 2024 22:05:11 +0000 (16:05 -0600)]
Merge pull request #17524 from tamiko/fix_release_mode
Assert: release mode fixes: constexpr context, disable warnings in release mode
Wolfgang Bangerth [Wed, 14 Aug 2024 22:03:15 +0000 (16:03 -0600)]
Merge pull request #17528 from bangerth/86
Add a note to step-86.
Peter Munch [Wed, 14 Aug 2024 21:35:01 +0000 (23:35 +0200)]
Merge pull request #15706 from pcafrica/serialization_solution_transfer
Merge `SolutionTransfer` and `p::d::SolutionTransfer`
Marc Fehling [Wed, 14 Aug 2024 20:31:41 +0000 (14:31 -0600)]
Fix a typo test.
David Wells [Wed, 14 Aug 2024 19:16:52 +0000 (13:16 -0600)]
Merge pull request #17483 from bangerth/1
Add more C++ resources to step-1.
Timo Heister [Wed, 14 Aug 2024 18:57:59 +0000 (14:57 -0400)]
Merge pull request #17518 from drwells/remove-reinterpret-casts
Remove a lot of reinterpret_casts.
Timo Heister [Wed, 14 Aug 2024 18:54:44 +0000 (14:54 -0400)]
Merge pull request #17529 from bangerth/error
Improve an error message.
Daniel Arndt [Wed, 14 Aug 2024 17:46:32 +0000 (11:46 -0600)]
Portable MatrixFree: use if constexpr for hanging nodes implementation
Matthias Maier [Wed, 14 Aug 2024 17:32:49 +0000 (12:32 -0500)]
CMake: set -Wno-unused-parameter in release mode
Matthias Maier [Wed, 14 Aug 2024 16:56:47 +0000 (11:56 -0500)]
Assert: guard new release variant with DEAL_II_HAVE_CXX20
Wolfgang Bangerth [Wed, 14 Aug 2024 16:18:02 +0000 (10:18 -0600)]
Improve an error message.
Wolfgang Bangerth [Wed, 14 Aug 2024 16:08:11 +0000 (10:08 -0600)]
Add a note to step-86.
Matthias Maier [Wed, 14 Aug 2024 14:59:10 +0000 (09:59 -0500)]
Assert: make release mode variant work in constexpr context
Pasquale Africa [Mon, 10 Jul 2023 18:55:31 +0000 (18:55 +0000)]
Merge SolutionTransfer and p::d::SolutionTransfer
Martin Kronbichler [Wed, 14 Aug 2024 06:36:56 +0000 (08:36 +0200)]
Merge pull request #17517 from tjhei/tutorials-compute-diagonal
step-37: use MatrixFreeTools::compute_diagonal()
Matthias Maier [Wed, 14 Aug 2024 05:41:55 +0000 (05:41 +0000)]
Merge pull request #17513 from tamiko/fix_symengine_tests
Adolc/Symengine: always instantiate complex valued variants
David Wells [Tue, 13 Aug 2024 22:18:50 +0000 (16:18 -0600)]
PolynomialsRannacherTurek: remove some reinterpret_casts.
David Wells [Tue, 13 Aug 2024 22:18:38 +0000 (16:18 -0600)]
PolynomialSpace: remove some reinterpret_casts.
David Wells [Tue, 13 Aug 2024 22:18:21 +0000 (16:18 -0600)]
ScalarPolynomialsBase: remove some reinterpret_casts.
David Wells [Tue, 13 Aug 2024 22:04:07 +0000 (16:04 -0600)]
TensorProductPolynomialsBubbles: remove some reinterpret_casts.
Daniel Arndt [Wed, 14 Aug 2024 02:47:58 +0000 (20:47 -0600)]
Merge pull request #17461 from AE7TB99/update-step-49-step-50
Update step-49, step-50 and their diffs.
Daniel Arndt [Wed, 14 Aug 2024 02:47:32 +0000 (20:47 -0600)]
Merge pull request #17514 from tjhei/less-maybe-unused
cleanup maybe-unused in fe.cc
Daniel Arndt [Wed, 14 Aug 2024 02:47:11 +0000 (20:47 -0600)]
Merge pull request #17512 from masterleinad/fix_ub_nullptt
Fix undefined behavior when advancing nullptr
Daniel Arndt [Wed, 14 Aug 2024 02:46:46 +0000 (20:46 -0600)]
Merge pull request #17515 from drwells/uncaught-exceptions
Consistently use std::uncaught_exceptions().
Timo Heister [Wed, 14 Aug 2024 02:23:28 +0000 (22:23 -0400)]
Merge pull request #17519 from drwells/asser-to-assert
Change a variable name in Assert().
David Wells [Tue, 13 Aug 2024 22:51:42 +0000 (16:51 -0600)]
Change a variable name in Assert().
This should fix the typo check failure.
David Wells [Tue, 13 Aug 2024 22:03:46 +0000 (16:03 -0600)]
TensorProductPolynomials: remove some reinterpret_casts.
Matthias Maier [Tue, 13 Aug 2024 22:04:20 +0000 (22:04 +0000)]
Merge pull request #17482 from gassmoeller/add_typo_check
Add typo check to CI
David Wells [Tue, 13 Aug 2024 21:47:28 +0000 (15:47 -0600)]
DataOutInterface: remove some reinterpret_casts.
Matthias Maier [Tue, 13 Aug 2024 21:34:37 +0000 (16:34 -0500)]
Test symengine/batch_optimizer_01*: fix linkage by including vector.templates.h
Matthias Maier [Tue, 13 Aug 2024 19:41:11 +0000 (14:41 -0500)]
Adolc/Symengine: always instantiate complex valued variants
Timo Heister [Tue, 13 Aug 2024 21:25:32 +0000 (17:25 -0400)]
Merge pull request #17509 from jerett-cc/remove_void_cast_function_lib
Remove void cast function lib replace with [[maybe_unused]] attribute
Matthias Maier [Tue, 13 Aug 2024 21:12:10 +0000 (21:12 +0000)]
Merge pull request #17486 from marcfehling/test-examples
Test all examples.
David Wells [Tue, 13 Aug 2024 20:47:30 +0000 (14:47 -0600)]
std::uncaught_exceptions(): use > 0, not != 0.
This is more consistent.
David Wells [Tue, 13 Aug 2024 20:43:55 +0000 (14:43 -0600)]
Don't use std::uncaught_exception().
This is a C++17 feature which was shipped with GCC-6: we can get rid of the
workaround now.
David Wells [Tue, 13 Aug 2024 20:56:22 +0000 (14:56 -0600)]
Merge pull request #17485 from tjhei/disable-std-lib-checks
enable c++ standard library debug checks
Lóránt Hadnagy [Tue, 13 Aug 2024 20:29:43 +0000 (23:29 +0300)]
Revert "Update tests/examples/step-49.diff"
This reverts commit
96801c77d0b6faa79b63aa701cfc24747d9860f1.
Timo Heister [Tue, 13 Aug 2024 20:00:08 +0000 (16:00 -0400)]
Merge pull request #17495 from eterrell11/remove_void_cast_manifold
Replaced void casts with maybe unused
Daniel Arndt [Tue, 13 Aug 2024 19:53:21 +0000 (13:53 -0600)]
Merge pull request #17492 from tjhei/portable-mf-evaluation-flags
portable::FEEvaluation documentation fixes
Timo Heister [Tue, 13 Aug 2024 19:47:58 +0000 (15:47 -0400)]
Merge pull request #17502 from magmaxt/remove_void_cast_grid_tools_cc
Use `[[maybe_unused]]` instead of void cast
Timo Heister [Tue, 13 Aug 2024 19:45:17 +0000 (15:45 -0400)]
cleanup maybe-unused in fe.cc
followup to #17508
Timo Heister [Tue, 13 Aug 2024 19:44:26 +0000 (15:44 -0400)]
Merge pull request #17490 from landinjm/maybe_unused_cpp17
Removed first four void casts in `source/distributed/tria.cc` and replaced them with `[[maybe_unused]]`
Timo Heister [Tue, 13 Aug 2024 19:43:03 +0000 (15:43 -0400)]
Merge pull request #17489 from mkghadban/fix_something_funcion_lib
Use `[[maybe_unused]]` instead of `(void)` cast
Daniel Arndt [Tue, 13 Aug 2024 19:29:13 +0000 (13:29 -0600)]
Fix undefined behavior when advancing nullptr
Timo Heister [Tue, 13 Aug 2024 19:23:52 +0000 (15:23 -0400)]
Merge pull request #17510 from tamiko/minimize_unused_parameter_warnings
Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments
Matthias Maier [Tue, 13 Aug 2024 19:22:29 +0000 (19:22 +0000)]
Merge pull request #17508 from tjhei/fix-warn
remove [[maybe_unused]] in fe.cc
Matthias Maier [Tue, 13 Aug 2024 17:28:50 +0000 (17:28 +0000)]
Merge pull request #17507 from drwells/fix-petsc-matrix-base-set-add
Fix PETScWrappers::MatrixBase::add()
Timo Heister [Tue, 13 Aug 2024 17:11:15 +0000 (13:11 -0400)]
step-37: use MatrixFreeTools::compute_diagonal()
Matthias Maier [Tue, 13 Aug 2024 15:50:44 +0000 (10:50 -0500)]
Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments
Marc Fehling [Mon, 12 Aug 2024 20:24:26 +0000 (14:24 -0600)]
Check that diff file exists for every example.
Marc Fehling [Mon, 12 Aug 2024 17:39:35 +0000 (11:39 -0600)]
Add remaining examples to tests as run_only.
Marc Fehling [Tue, 13 Aug 2024 15:11:35 +0000 (09:11 -0600)]
Added default parameter file for step-71.
Rene Gassmoeller [Tue, 13 Aug 2024 15:08:38 +0000 (09:08 -0600)]
Exclude test output from check
Jerett Cherry [Tue, 13 Aug 2024 15:06:19 +0000 (09:06 -0600)]
indent and add [[maybe_unused]] to parameter list
Timo Heister [Tue, 13 Aug 2024 15:02:53 +0000 (11:02 -0400)]
remove [[maybe_unused]] in fe.cc
This fixes the serial jenkins (gcc 9.4+unity build)
Wolfgang Bangerth [Tue, 13 Aug 2024 15:00:29 +0000 (09:00 -0600)]
Merge pull request #17499 from Sam0h51/remove_void_cast_init_finalize
Replaced void cast with [[maybe_unused]] in init_finalize.cc
Lóránt Hadnagy [Tue, 13 Aug 2024 15:00:12 +0000 (18:00 +0300)]
Update tests/examples/step-49.diff
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Lóránt Hadnagy [Wed, 7 Aug 2024 21:05:31 +0000 (00:05 +0300)]
Update step-49, step-50 and their diffs.
Closes #17249.
Timo Heister [Mon, 12 Aug 2024 21:14:23 +0000 (17:14 -0400)]
portable::FEEvaluation documentation fixes
Timo Heister [Tue, 13 Aug 2024 03:45:59 +0000 (23:45 -0400)]
fix test: invalid memory access
Timo Heister [Tue, 13 Aug 2024 03:14:02 +0000 (23:14 -0400)]
MGTransferMF: fix nullptr access
transfer[min_level] is never used and okay to be null
Xiaochuan Tian [Mon, 12 Aug 2024 21:38:50 +0000 (15:38 -0600)]
Replaced (void) cast with maybe unused | Modernize void cast
Matthias Maier [Tue, 13 Aug 2024 03:19:05 +0000 (03:19 +0000)]
Merge pull request #17498 from jordanhoffart/remove_void_cast_fe
Remove first 6/13 void casts in fe.cc
Matthias Maier [Tue, 13 Aug 2024 03:18:39 +0000 (22:18 -0500)]
indent
Matthias Maier [Tue, 13 Aug 2024 03:16:57 +0000 (22:16 -0500)]
indent
Matthias Maier [Tue, 13 Aug 2024 03:16:03 +0000 (03:16 +0000)]
Merge pull request #17494 from gassmoeller/remove_void_cast_mapping_q_eulerian
Modernize void cast
Matthias Maier [Tue, 13 Aug 2024 03:15:21 +0000 (03:15 +0000)]
Merge pull request #17493 from lpsaavedra/remove_void_cast
Replace void cast with `[[maybe_unused]]` in FESystem source file
Mohamad Ghadban [Mon, 12 Aug 2024 20:51:08 +0000 (14:51 -0600)]
replace (void) casts with [[maybe_unused]]
David Wells [Tue, 13 Aug 2024 02:56:51 +0000 (20:56 -0600)]
Merge pull request #17416 from bangerth/smart-pointer
Add move operations to SmartPointer.
David Wells [Tue, 13 Aug 2024 02:13:39 +0000 (20:13 -0600)]
PETScWrappers::MatrixBase: use small_vector to avoid an allocation.
Make it big enough to support a common Stokes element.
Wolfgang Bangerth [Tue, 13 Aug 2024 02:20:20 +0000 (20:20 -0600)]
Merge pull request #17481 from tamiko/relax_64bit_constraints
CMake: allow PETSc to be configured with differing ordinals
Rene Gassmoeller [Mon, 12 Aug 2024 19:00:56 +0000 (13:00 -0600)]
Typo configuration
David Pecoraro [Mon, 12 Aug 2024 22:54:54 +0000 (16:54 -0600)]
Fixed error in attribute placement
David Wells [Mon, 12 Aug 2024 22:24:45 +0000 (16:24 -0600)]
PETScWrappers::MatrixBase: consolidate the add and set functions.
The only difference is the VectorOperation.
Matthias Maier [Mon, 12 Aug 2024 22:30:45 +0000 (17:30 -0500)]
run indent
Rene Gassmoeller [Mon, 12 Aug 2024 22:15:44 +0000 (16:15 -0600)]
Make indent
Edward Terrell [Mon, 12 Aug 2024 21:11:20 +0000 (17:11 -0400)]
Removed void casts with maybe unused
David Wells [Mon, 12 Aug 2024 21:57:00 +0000 (15:57 -0600)]
PETScWrappers::MatrixBase: remove some mutable variables.
Marc Fehling [Mon, 12 Aug 2024 21:37:14 +0000 (15:37 -0600)]
Merge pull request #17476 from tjhei/move-changelog-entry
put a changelog entry into the right place
Matthias Maier [Mon, 12 Aug 2024 21:12:36 +0000 (21:12 +0000)]
Merge pull request #17478 from peterrum/static_cast_remove
Remove `static_cast`
Laura Prieto Saavedra [Mon, 12 Aug 2024 21:12:35 +0000 (17:12 -0400)]
Remove void casts in FESystem source file
Sam Scheuerman [Mon, 12 Aug 2024 21:12:22 +0000 (15:12 -0600)]
Replaced void cast with [[maybe_unused]] in init_finalize.cc
Rene Gassmoeller [Mon, 12 Aug 2024 21:12:08 +0000 (15:12 -0600)]
Modernize void cast
Oreste Marquis [Mon, 12 Aug 2024 20:58:03 +0000 (16:58 -0400)]
deal.ii workshop tutorials on PR, tria (5-10) [[maybe_unused]] fix
Jason Landini [Mon, 12 Aug 2024 20:52:42 +0000 (16:52 -0400)]
marked potentially unused with [[maybe_unused]]
Jerett Cherry [Mon, 12 Aug 2024 20:52:11 +0000 (14:52 -0600)]
fix void pointer issue
Jordan Hoffart [Mon, 12 Aug 2024 20:51:50 +0000 (14:51 -0600)]
Remove first 6/13 void casts in fe.cc
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.