]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Mon, 12 Feb 2024 20:26:14 +0000 (13:26 -0700)]
Rearrange code slightly.
Daniel Arndt [Mon, 12 Feb 2024 18:04:02 +0000 (11:04 -0700)]
Merge pull request #16608 from bangerth/t-2
Work around an issue in Teuchos::rcpFromRef() with types only forward declared.
Daniel Arndt [Mon, 12 Feb 2024 18:03:40 +0000 (11:03 -0700)]
Merge pull request #16607 from bangerth/t-1
Improve the error message we get for DEAL_II_ASSERT_UNREACHABLE().
Daniel Arndt [Mon, 12 Feb 2024 18:00:20 +0000 (11:00 -0700)]
Merge pull request #16610 from bangerth/t-4
Also instantiate the Trilinos Tpetra VectorReference class.
Wolfgang Bangerth [Mon, 12 Feb 2024 17:00:19 +0000 (10:00 -0700)]
Merge pull request #16630 from lethe-cfd/colorize_cylinder_shell
Add colorize option to cylinder_shell
Wolfgang Bangerth [Mon, 12 Feb 2024 15:58:32 +0000 (08:58 -0700)]
Merge pull request #16631 from peterrum/mpi_compute_index_owner_internal_global_dof_index
ConsensusAlgorithmsPayload: switch internal data type
Martin Kronbichler [Mon, 12 Feb 2024 08:27:58 +0000 (09:27 +0100)]
Merge pull request #16619 from peterrum/feeval_dg_hp_quad
FEFaceEvaluation + DG + hp: fix quadrature indexing
Peter Munch [Sun, 11 Feb 2024 22:43:59 +0000 (23:43 +0100)]
ConsensusAlgorithmsPayload: switch internal data type
Bruno Blais [Mon, 12 Feb 2024 04:12:14 +0000 (23:12 -0500)]
Fix indent
Bruno Blais [Mon, 12 Feb 2024 04:10:28 +0000 (23:10 -0500)]
Add a unit test for the colorized cylinder shell
Bruno Blais [Mon, 12 Feb 2024 03:47:48 +0000 (22:47 -0500)]
Add adequate usage of colorize
Matthias Maier [Sun, 11 Feb 2024 21:32:08 +0000 (21:32 +0000)]
Merge pull request #16617 from tamiko/cmake_fix_bundled_include
CMake: make sure that bundled include directory gets created
Bruno Blais [Sun, 11 Feb 2024 21:10:43 +0000 (16:10 -0500)]
Add const qualifier
Bruno Blais [Sun, 11 Feb 2024 19:53:26 +0000 (14:53 -0500)]
Fix generator from name
Bruno Blais [Sun, 11 Feb 2024 19:50:16 +0000 (14:50 -0500)]
Add documentation
Bruno Blais [Sun, 11 Feb 2024 19:47:51 +0000 (14:47 -0500)]
Add colorize option to cylinder_shell
Wolfgang Bangerth [Sun, 11 Feb 2024 19:13:33 +0000 (12:13 -0700)]
Merge pull request #16628 from jpthiele/fix-tpetra-testsuite
Specify when Tpetra tests should be run
Jan Philipp Thiele [Sun, 11 Feb 2024 09:58:28 +0000 (10:58 +0100)]
Tests are only added when tpetra in cofigured
Wolfgang Bangerth [Sun, 11 Feb 2024 03:41:30 +0000 (20:41 -0700)]
Merge pull request #16626 from masterleinad/tpetra_fix_13_2
Tpetra: Fix compiling with Trilinos versions prior to 13.2
Wolfgang Bangerth [Sun, 11 Feb 2024 03:41:21 +0000 (20:41 -0700)]
Merge pull request #16625 from jpthiele/tpetra_test_dealii_solvers
Add tests for deal.II solvers with TpetraWrappers classes
Daniel Arndt [Sat, 10 Feb 2024 18:18:20 +0000 (13:18 -0500)]
Tpetra: Fix compiling with Trilinos versions prior to 13.2
Daniel Arndt [Sat, 10 Feb 2024 16:09:02 +0000 (09:09 -0700)]
Merge pull request #16620 from bangerth/t-5
Fix the name by which we reference an exception class.
Jan Philipp Thiele [Sat, 10 Feb 2024 15:00:28 +0000 (16:00 +0100)]
Add tests for deal solvers with TpetraWrappers
Jan Philipp Thiele [Sat, 10 Feb 2024 14:59:58 +0000 (15:59 +0100)]
Add norm_sqr() function to TpetraVector
Jan Philipp Thiele [Sat, 10 Feb 2024 12:44:58 +0000 (13:44 +0100)]
Add swap function to Tpetra vector
Wolfgang Bangerth [Sat, 10 Feb 2024 00:03:00 +0000 (17:03 -0700)]
Merge pull request #16616 from masterleinad/tpetra_sparse_matrix_element_access
Tpetra: Implement operator(), el(), and diag_element() for SparseMatrix
Wolfgang Bangerth [Fri, 9 Feb 2024 23:22:32 +0000 (16:22 -0700)]
Fix the name by which we reference an exception class.
Wolfgang Bangerth [Fri, 9 Feb 2024 22:59:09 +0000 (15:59 -0700)]
Merge pull request #16613 from kinnewig/tpetra_wrappers_operator_number
Implementation for TpetraWrappers::Vector::operator Number()
Daniel Arndt [Fri, 9 Feb 2024 04:39:34 +0000 (23:39 -0500)]
Tpetra: Implement serial constructors, operator(), el(), and diag_element() for SparseMatrix
Peter Munch [Fri, 9 Feb 2024 18:53:23 +0000 (19:53 +0100)]
FEEvaluation + DG + hp: fix quadrature indexing
Matthias Maier [Fri, 9 Feb 2024 17:48:18 +0000 (17:48 +0000)]
Merge pull request #16612 from tjhei/strip-comments-build-dir
fix strip_comments target
Matthias Maier [Fri, 9 Feb 2024 17:38:03 +0000 (11:38 -0600)]
CMake: make sure that bundled include directory gets created
Martin Kronbichler [Fri, 9 Feb 2024 14:56:42 +0000 (15:56 +0100)]
Merge pull request #16615 from peterrum/FlexibleIndexStorage
FlexibleIndexStorage: fix memory allocation
Peter Munch [Fri, 9 Feb 2024 11:58:59 +0000 (12:58 +0100)]
FlexibleIndexStorage: fix memory allocation
Sebastian Kinnewig [Fri, 9 Feb 2024 08:46:23 +0000 (09:46 +0100)]
Implementation for TpetraWrappers::Vector::operator Number()
Daniel Arndt [Fri, 9 Feb 2024 04:06:53 +0000 (21:06 -0700)]
Merge pull request #16609 from bangerth/t-3
Fix 64-bit compilation with old PETSc versions.
Timo Heister [Fri, 9 Feb 2024 03:32:33 +0000 (22:32 -0500)]
fix strip_comments target
The ``strip_comments`` target only worked for in-source builds. Fix the
CMake logic to make it work with separate build directories.
Wolfgang Bangerth [Thu, 8 Feb 2024 18:29:34 +0000 (11:29 -0700)]
Improve the error message we get for DEAL_II_ASSERT_UNREACHABLE().
Wolfgang Bangerth [Thu, 8 Feb 2024 18:15:08 +0000 (11:15 -0700)]
Fix 64-bit compilation with old PETSc versions.
Wolfgang Bangerth [Thu, 8 Feb 2024 21:21:07 +0000 (14:21 -0700)]
Also instantiate the Trilinos Tpetra VectorReference class.
Martin Kronbichler [Thu, 8 Feb 2024 19:10:33 +0000 (20:10 +0100)]
Merge pull request #16600 from bangerth/conv
Convert tutorials to use DEAL_II_ASSERT_UNREACHABLE().
Martin Kronbichler [Thu, 8 Feb 2024 19:06:46 +0000 (20:06 +0100)]
Merge pull request #16606 from vovannikov/fix_intel_compile_tpetra_sp
Fix compilation error arising with Intel ICC compiler in `trilinos_tpetra_sparsity_pattern.cc`
Wolfgang Bangerth [Thu, 8 Feb 2024 18:25:45 +0000 (11:25 -0700)]
Work around an issue with types only forward declared.
Vladimir Ivannikov [Thu, 8 Feb 2024 13:25:07 +0000 (14:25 +0100)]
Fix compilation error arising with Intel
Marc Fehling [Thu, 8 Feb 2024 02:22:00 +0000 (19:22 -0700)]
Merge pull request #16604 from masterleinad/tpetra_replace_trilinos_scalar
Tpetra: Replace TrilinosScalar
Daniel Arndt [Wed, 7 Feb 2024 21:59:41 +0000 (16:59 -0500)]
Tpetra: Replace TrilinosScalar
Wolfgang Bangerth [Wed, 7 Feb 2024 21:32:04 +0000 (14:32 -0700)]
Merge pull request #16603 from jpthiele/fix-cmake-tpetra-typo
Fix deal.II CMake flag in Tpetra configure warning
Jan Philipp Thiele [Wed, 7 Feb 2024 20:59:55 +0000 (21:59 +0100)]
Fix deal.II CMake flag in Tpetra warning
Daniel Arndt [Wed, 7 Feb 2024 18:57:57 +0000 (11:57 -0700)]
Merge pull request #16599 from bangerth/unreachable
Explain how DEAL_II_ASSERT_UNREACHABLE() is used.
Martin Kronbichler [Wed, 7 Feb 2024 11:53:24 +0000 (12:53 +0100)]
Merge pull request #16601 from bangerth/exc
Better document a funny construct.
Daniel Arndt [Wed, 7 Feb 2024 03:16:53 +0000 (20:16 -0700)]
Merge pull request #16598 from masterleinad/tpetra_fix_linear_operator_15
Tpetra: Enable lac/linear_operator_15
Wolfgang Bangerth [Tue, 6 Feb 2024 23:38:16 +0000 (16:38 -0700)]
Better document a funny construct.
Wolfgang Bangerth [Tue, 6 Feb 2024 19:53:59 +0000 (12:53 -0700)]
Explain how DEAL_II_ASSERT_UNREACHABLE() is used.
Wolfgang Bangerth [Tue, 6 Feb 2024 20:30:28 +0000 (13:30 -0700)]
Convert tutorials to use DEAL_II_ASSERT_UNREACHABLE().
Matthias Maier [Tue, 6 Feb 2024 19:32:35 +0000 (19:32 +0000)]
Merge pull request #16581 from bangerth/unreachable
Introduce DEAL_II_UNREACHABLE().
Daniel Arndt [Tue, 6 Feb 2024 17:58:48 +0000 (12:58 -0500)]
Tpetra: Enable lac/linear_operator_15
Bruno Turcksin [Tue, 6 Feb 2024 17:56:52 +0000 (12:56 -0500)]
Merge pull request #16592 from bangerth/doc
Better document one aspect of what you can't do with ghosted vectors.
Wolfgang Bangerth [Thu, 1 Feb 2024 04:45:27 +0000 (21:45 -0700)]
Add a changelog entry.
Wolfgang Bangerth [Thu, 1 Feb 2024 04:44:11 +0000 (21:44 -0700)]
Use DEAL_II_UNREACHABLE() in include/ and source/.
Wolfgang Bangerth [Thu, 1 Feb 2024 04:43:34 +0000 (21:43 -0700)]
Introduce DEAL_II_UNREACHABLE().
Wolfgang Bangerth [Sun, 4 Feb 2024 17:15:02 +0000 (10:15 -0700)]
Better document one aspect of what you can't do with ghosted vectors.
Martin Kronbichler [Tue, 6 Feb 2024 07:22:04 +0000 (08:22 +0100)]
Merge pull request #16594 from bangerth/mpi
Better document problems with failed MPI I/O calls.
David Wells [Mon, 5 Feb 2024 23:40:20 +0000 (18:40 -0500)]
Merge pull request #16593 from bangerth/tria
More minor edits to tria_description.cc.
Wolfgang Bangerth [Mon, 5 Feb 2024 22:17:41 +0000 (15:17 -0700)]
Merge pull request #16596 from bergbauer/remove_projection
NonMatching::MappingInfo: Remove quadrature projection
Wolfgang Bangerth [Mon, 5 Feb 2024 22:14:30 +0000 (15:14 -0700)]
Merge pull request #16532 from bergbauer/fix_performance_quadrature_generator
Fix performance quadrature generator
Martin Kronbichler [Mon, 5 Feb 2024 19:01:44 +0000 (20:01 +0100)]
Merge pull request #16589 from bangerth/exc-false-2
Suppress exception output that is not very interesting.
Martin Kronbichler [Mon, 5 Feb 2024 18:57:45 +0000 (19:57 +0100)]
Merge pull request #16597 from masterleinad/tpetra_fix_vector_reinit_02
Tpetra: fix lac/vector_reinit_02
Maximilian Bergbauer [Mon, 5 Feb 2024 12:03:50 +0000 (13:03 +0100)]
Use Lazy
Daniel Arndt [Mon, 5 Feb 2024 15:25:39 +0000 (10:25 -0500)]
Tpetra: fix lac/vector_reinit_02
Maximilian Bergbauer [Mon, 5 Feb 2024 13:22:10 +0000 (14:22 +0100)]
Remove quadrature projection
Wolfgang Bangerth [Sun, 4 Feb 2024 20:50:29 +0000 (13:50 -0700)]
Better document problems with failed MPI I/O calls.
Wolfgang Bangerth [Sun, 4 Feb 2024 17:22:56 +0000 (10:22 -0700)]
Merge pull request #16590 from masterleinad/tpetrawrappers_vector_tests
Enable a couple unit tests for LinearAlgebra::TpetraWrappers::Vector
Wolfgang Bangerth [Sun, 4 Feb 2024 17:16:16 +0000 (10:16 -0700)]
More minor edits to tria_description.cc.
David Wells [Sat, 3 Feb 2024 14:27:57 +0000 (09:27 -0500)]
Merge pull request #16591 from bangerth/manifold
Simplify some calls to make_array_view().
Daniel Arndt [Fri, 2 Feb 2024 21:58:02 +0000 (16:58 -0500)]
Enable a couple unit tests for LinearAlgebra::TpetraWrappers::Vector
Wolfgang Bangerth [Fri, 2 Feb 2024 22:33:14 +0000 (15:33 -0700)]
Simplify some calls to make_array_view().
Wolfgang Bangerth [Fri, 26 Jan 2024 16:59:19 +0000 (09:59 -0700)]
Suppress exception output that is not very interesting.
Wolfgang Bangerth [Fri, 2 Feb 2024 18:54:57 +0000 (11:54 -0700)]
Adjust a test.
Matthias Maier [Fri, 2 Feb 2024 15:25:26 +0000 (15:25 +0000)]
Merge pull request #16587 from jh66637/fix_regression_test
Use correct function names in test
Daniel Arndt [Fri, 2 Feb 2024 12:54:41 +0000 (05:54 -0700)]
Merge pull request #16583 from bangerth/tensor-assert
Use DEAL_II_CXX23_ASSERT in the Tensor class.
Johannes Heinz [Fri, 2 Feb 2024 09:12:13 +0000 (10:12 +0100)]
Use correct function names in test
Martin Kronbichler [Fri, 2 Feb 2024 07:15:58 +0000 (08:15 +0100)]
Merge pull request #16585 from bangerth/7
Simplify step-7 somewhat.
Daniel Arndt [Thu, 1 Feb 2024 22:50:20 +0000 (15:50 -0700)]
Merge pull request #16394 from jh66637/utility_functions_mortaring
Add factory functions for FERemoteEvaluationCommunicator
Wolfgang Bangerth [Thu, 1 Feb 2024 22:45:12 +0000 (15:45 -0700)]
Simplify step-7 somewhat.
Wolfgang Bangerth [Thu, 1 Feb 2024 22:08:38 +0000 (15:08 -0700)]
Merge pull request #16584 from masterleinad/fix_mpi_local_size
Fix mpi/local_size
Daniel Arndt [Thu, 1 Feb 2024 19:08:17 +0000 (19:08 +0000)]
Fix mpi/local_size
Wolfgang Bangerth [Thu, 1 Feb 2024 18:43:03 +0000 (11:43 -0700)]
Use DEAL_II_CXX23_ASSERT in the Tensor class.
Matthias Maier [Thu, 1 Feb 2024 17:22:30 +0000 (17:22 +0000)]
Merge pull request #16582 from masterleinad/require_cxx_23_assume
Require support for attribute [[assume]] for C++23 support
Johannes Heinz [Thu, 1 Feb 2024 16:36:04 +0000 (17:36 +0100)]
rework documentation
Daniel Arndt [Thu, 1 Feb 2024 14:35:11 +0000 (09:35 -0500)]
Require support for attribute [[assume]] for C++23 support
Martin Kronbichler [Thu, 1 Feb 2024 10:05:03 +0000 (11:05 +0100)]
Merge pull request #16577 from tamiko/update_changelog_for_9.5.2
[main] take over point release changelog entry
Martin Kronbichler [Thu, 1 Feb 2024 10:02:42 +0000 (11:02 +0100)]
Merge pull request #16564 from bangerth/9
Move the description of DeclException in step-9.
Martin Kronbichler [Thu, 1 Feb 2024 10:01:36 +0000 (11:01 +0100)]
Merge pull request #16579 from bangerth/exc-doc
Provide an example of use for DEAL_II_NOT_IMPLEMENTED().
Martin Kronbichler [Thu, 1 Feb 2024 09:57:10 +0000 (10:57 +0100)]
Merge pull request #16580 from bangerth/template
Add a missing template argument.
Wolfgang Bangerth [Thu, 1 Feb 2024 02:22:15 +0000 (19:22 -0700)]
Provide an example of use for DEAL_II_NOT_IMPLEMENTED().
Wolfgang Bangerth [Thu, 1 Feb 2024 04:31:43 +0000 (21:31 -0700)]
Add a missing template argument.
Matthias Maier [Wed, 31 Jan 2024 21:26:11 +0000 (15:26 -0600)]
add changelog entry for point release
David Wells [Thu, 1 Feb 2024 02:59:40 +0000 (21:59 -0500)]
Merge pull request #16571 from bangerth/tria
More work in tria_description.h/cc.
Wolfgang Bangerth [Wed, 31 Jan 2024 16:59:12 +0000 (09:59 -0700)]
Merge pull request #16565 from masterleinad/template_tpetra_vector_memory_space
Template TrilinosWrappers::Vector on memory space
Daniel Arndt [Wed, 31 Jan 2024 13:05:21 +0000 (08:05 -0500)]
Provide a default template parameter for VectorReference's MemorySpace
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.