]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Sat, 25 Mar 2023 07:59:26 +0000 (08:59 +0100)]
Merge pull request #14913 from peterrum/fgmres_gs
SolverFGMRES: refactor orthogonalization
Wolfgang Bangerth [Sat, 25 Mar 2023 02:53:54 +0000 (20:53 -0600)]
Merge pull request #14970 from drwells/trilinos-vector-noexcept
Be more correct in our noexcept usage.
Daniel Arndt [Fri, 24 Mar 2023 20:24:17 +0000 (16:24 -0400)]
Merge pull request #14946 from bangerth/cmake
David Wells [Fri, 24 Mar 2023 12:54:04 +0000 (08:54 -0400)]
Be more correct in our noexcept usage.
Martin Kronbichler [Fri, 24 Mar 2023 14:05:47 +0000 (15:05 +0100)]
Merge pull request #14886 from nfehn/docu_interpolate_boundary_values
improve docu of VectorTools::interpolate_boundary_values()
Matthias Maier [Fri, 24 Mar 2023 13:11:34 +0000 (13:11 +0000)]
Merge pull request #14961 from tamiko/avoid_a_warning
CMake: avoid a warning in the check_compiler_setup macro
Peter Munch [Fri, 24 Mar 2023 12:57:47 +0000 (13:57 +0100)]
Merge pull request #14967 from kronbichler/fix_datatype
Use ConstraintLine rather than redefining data structures
Martin Kronbichler [Fri, 24 Mar 2023 12:18:53 +0000 (13:18 +0100)]
Merge pull request #14964 from bangerth/identity-deprecate
Deprecate type 'identity'.
Martin Kronbichler [Fri, 24 Mar 2023 12:18:09 +0000 (13:18 +0100)]
Merge pull request #14966 from mschreter/step-70_fix_typo
Step-70: fix typo
Niklas Fehn [Fri, 24 Mar 2023 10:01:42 +0000 (11:01 +0100)]
some reformulations
Martin Kronbichler [Fri, 24 Mar 2023 09:41:44 +0000 (10:41 +0100)]
Simplify an assignment
Martin Kronbichler [Fri, 24 Mar 2023 09:25:29 +0000 (10:25 +0100)]
Use ConstraintLine rather than redefining data structures
Magdalena Schreter [Fri, 24 Mar 2023 08:53:44 +0000 (09:53 +0100)]
fix typo
Martin Kronbichler [Fri, 24 Mar 2023 08:51:10 +0000 (09:51 +0100)]
Merge pull request #14920 from marcfehling/assert-fe-size
Move check about FECollection size to DoFHandler.
David Wells [Fri, 24 Mar 2023 03:51:24 +0000 (23:51 -0400)]
Merge pull request #14882 from bangerth/concepts
[C++20] Annotate 'MeshType' template parameters with concepts
Wolfgang Bangerth [Fri, 24 Mar 2023 03:04:08 +0000 (21:04 -0600)]
Merge pull request #14956 from peterrum/feeval_inline
Add missing (?) inline
Wolfgang Bangerth [Fri, 24 Mar 2023 03:03:59 +0000 (21:03 -0600)]
Merge pull request #14963 from drwells/remove-extra-namespace-2
Remove dealii:: prefix from VectorOperation.
Matthias Maier [Fri, 24 Mar 2023 02:09:07 +0000 (02:09 +0000)]
Merge pull request #14960 from drwells/remove-cxx-link-language
Remove the LINK_LANGUAGE:CXX generator.
Wolfgang Bangerth [Thu, 23 Mar 2023 21:16:20 +0000 (15:16 -0600)]
Deprecate type 'identity'.
Daniel Arndt [Thu, 23 Mar 2023 20:12:41 +0000 (16:12 -0400)]
Merge pull request #14950 from bangerth/cxx20-identity-3
Matthias Maier [Thu, 23 Mar 2023 19:11:07 +0000 (14:11 -0500)]
CMake: avoid a warning in the check_compiler_setup macro
We should call cmake_minimum_required() prior to project().
David Wells [Thu, 23 Mar 2023 19:08:20 +0000 (15:08 -0400)]
Remove dealii:: prefix from VectorOperation.
AFAICT this is never needed - we don't have any conflicting names and
none of our dependencies define a class with the same name.
David Wells [Thu, 23 Mar 2023 18:54:27 +0000 (14:54 -0400)]
Remove the LINK_LANGUAGE:CXX generator.
1. Presently, all of our tests are written in C++, so this is just for
extra safety.
2. Link language generators were added in CMake 3.18, which we do not
yet require.
Daniel Arndt [Thu, 23 Mar 2023 17:40:56 +0000 (13:40 -0400)]
Merge pull request #14951 from bangerth/concepts-fix
Daniel Arndt [Thu, 23 Mar 2023 17:39:31 +0000 (13:39 -0400)]
Merge pull request #14952 from bangerth/concepts-fix-2
Wolfgang Bangerth [Thu, 23 Mar 2023 15:59:55 +0000 (09:59 -0600)]
Merge pull request #14957 from peterrum/taskinfo_typo
Fix typo in TaskInfo
Peter Munch [Thu, 23 Mar 2023 15:34:20 +0000 (16:34 +0100)]
Fix typo in TaskInfo
Peter Munch [Thu, 23 Mar 2023 15:30:55 +0000 (16:30 +0100)]
Add missing inline
Daniel Arndt [Thu, 23 Mar 2023 02:31:27 +0000 (22:31 -0400)]
Merge pull request #14942 from drwells/remove-extra-namespace
Wolfgang Bangerth [Wed, 22 Mar 2023 23:08:30 +0000 (17:08 -0600)]
Fix a test regarding concepts.
Wolfgang Bangerth [Wed, 22 Mar 2023 23:07:51 +0000 (17:07 -0600)]
Fix a couple of C++20 concepts in parallel.h.
Wolfgang Bangerth [Sun, 19 Mar 2023 20:25:08 +0000 (14:25 -0600)]
Use std_cxx20::type_identity_t instead of identity<...>::type.
David Wells [Wed, 22 Mar 2023 21:21:35 +0000 (17:21 -0400)]
Remove some more extra dealii:: qualifications.
David Wells [Wed, 22 Mar 2023 12:45:40 +0000 (08:45 -0400)]
Remove some unused 'using X;' statements.
These namespaces have long since been replaced by, e.g.,
DoFHandlerImplementation.
David Wells [Wed, 22 Mar 2023 12:23:05 +0000 (08:23 -0400)]
dealii::DoFHandler -> DoFHandler
David Wells [Wed, 22 Mar 2023 12:16:49 +0000 (08:16 -0400)]
Remove some tautological assertions.
David Wells [Wed, 22 Mar 2023 12:10:45 +0000 (08:10 -0400)]
Remove an extra 'namespace dealii'.
Martin Kronbichler [Wed, 22 Mar 2023 20:47:35 +0000 (21:47 +0100)]
Merge pull request #14943 from sebproell/typo-feevaluation
FEEvaluation: fix docs for fast_evaluation_supported()
Wolfgang Bangerth [Wed, 22 Mar 2023 18:59:44 +0000 (12:59 -0600)]
Fix a C++20 cmake check.
Wolfgang Bangerth [Wed, 22 Mar 2023 20:33:39 +0000 (14:33 -0600)]
Merge pull request #14945 from masterleinad/fix_instantiations_compute_affine_transformation
Add missing explicit template instantiations for compute_affine_transformation
Daniel Arndt [Wed, 22 Mar 2023 17:49:02 +0000 (13:49 -0400)]
Add missing explicit template instantiations for compute_affine_transformation
Sebastian Proell [Wed, 22 Mar 2023 16:10:17 +0000 (17:10 +0100)]
FEEvaluation: fix docs for fast_evaluation_supported()
Wolfgang Bangerth [Wed, 22 Mar 2023 15:03:12 +0000 (09:03 -0600)]
Merge pull request #14939 from drwells/full-matrix-complex
Fix linkage when complex values are disabled.
David Wells [Wed, 22 Mar 2023 13:50:12 +0000 (09:50 -0400)]
Merge pull request #14933 from bangerth/cxx20-concepts-1
[C++20] Apply concepts in parallel.h.
Daniel Arndt [Wed, 22 Mar 2023 13:49:50 +0000 (09:49 -0400)]
Merge pull request #14938 from bangerth/cxx20-concepts-4
David Wells [Wed, 22 Mar 2023 13:48:08 +0000 (09:48 -0400)]
Merge pull request #14934 from bangerth/cxx20-concepts-2
[C++20] Apply concepts to grid_tools.h.
David Wells [Wed, 22 Mar 2023 13:47:06 +0000 (09:47 -0400)]
Merge pull request #14935 from bangerth/cxx20-concepts-3
[C++20] Apply concepts to filtered_iterator.h.
David Wells [Tue, 21 Mar 2023 21:17:48 +0000 (17:17 -0400)]
Unconditionally instantiate complex FullMatrix.
Like the previous commit - we need it for complex eigenvalues.
Martin Kronbichler [Wed, 22 Mar 2023 08:24:09 +0000 (09:24 +0100)]
Merge pull request #14936 from masterleinad/fix_namespace_std_tests
Don't use namespace std in tests
Martin Kronbichler [Wed, 22 Mar 2023 08:22:59 +0000 (09:22 +0100)]
Merge pull request #14937 from masterleinad/fix_comparison_matrix_iterator
Fix MatrixIterator comparison operator for C++20
Peter Munch [Wed, 22 Mar 2023 07:50:33 +0000 (08:50 +0100)]
Merge pull request #14932 from masterleinad/fix_static_libraries_cmake
Fix configuring with static libraries
Wolfgang Bangerth [Tue, 21 Mar 2023 23:31:59 +0000 (17:31 -0600)]
Apply concepts to thread_management.h.
Daniel Arndt [Tue, 21 Mar 2023 21:47:24 +0000 (17:47 -0400)]
Fix MatrixIterator comparison operator for C++20
Daniel Arndt [Tue, 21 Mar 2023 21:47:34 +0000 (17:47 -0400)]
Don't use namespace std in tests
David Wells [Tue, 21 Mar 2023 21:14:10 +0000 (17:14 -0400)]
Move some FullMatrix functions with Tensors into the header.
Martin Kronbichler [Tue, 21 Mar 2023 21:16:04 +0000 (22:16 +0100)]
Merge pull request #14928 from bergbauer/array_view_empty
Add an empty() function to ArrayView
Wolfgang Bangerth [Tue, 21 Mar 2023 19:43:30 +0000 (13:43 -0600)]
Apply concepts to filtered_iterator.h.
Wolfgang Bangerth [Tue, 21 Mar 2023 19:36:48 +0000 (13:36 -0600)]
Apply concepts to grid_tools.h.
Wolfgang Bangerth [Tue, 21 Mar 2023 19:33:37 +0000 (13:33 -0600)]
Use assignable_from instead of convertible_to concepts in parallel.h.
Wolfgang Bangerth [Tue, 21 Mar 2023 17:48:49 +0000 (11:48 -0600)]
Apply convertible_to concepts in parallel.h.
Maximilian Bergbauer [Tue, 21 Mar 2023 12:14:06 +0000 (13:14 +0100)]
Add an empty() function to ArrayView
Daniel Arndt [Tue, 21 Mar 2023 17:16:43 +0000 (13:16 -0400)]
Fix configuring with static libraries
Wolfgang Bangerth [Tue, 21 Mar 2023 17:13:18 +0000 (11:13 -0600)]
Apply invocable concepts in parallel.h.
Daniel Arndt [Tue, 21 Mar 2023 16:56:36 +0000 (12:56 -0400)]
Merge pull request #14915 from bangerth/cxx20-identity
Daniel Arndt [Tue, 21 Mar 2023 13:15:53 +0000 (09:15 -0400)]
Merge pull request #14491 from tamiko/modernize_cmake_part_7
Timo Heister [Tue, 21 Mar 2023 11:52:49 +0000 (07:52 -0400)]
Merge pull request #14919 from sebproell/trilinos-solvers
Simplify Trilinos solver's AdditionalData
Marc Fehling [Mon, 20 Mar 2023 11:59:11 +0000 (12:59 +0100)]
Move check about FECollection size to DoFHandler.
Wolfgang Bangerth [Tue, 21 Mar 2023 03:56:14 +0000 (21:56 -0600)]
Merge pull request #14924 from drwells/fix-exodusii-macro
Fix namespacing in the ExodusII error macro.
Wolfgang Bangerth [Wed, 15 Mar 2023 18:02:52 +0000 (12:02 -0600)]
Mark some 'constexpr' as 'inline'.
Wolfgang Bangerth [Mon, 13 Mar 2023 21:30:15 +0000 (15:30 -0600)]
Annotate 'MeshType' template parameters.
Wolfgang Bangerth [Mon, 13 Mar 2023 21:29:58 +0000 (15:29 -0600)]
Introduce a concept for MeshType.
Wolfgang Bangerth [Mon, 13 Mar 2023 21:29:39 +0000 (15:29 -0600)]
Reduce the number of different instantiations.
Wolfgang Bangerth [Mon, 20 Mar 2023 20:19:24 +0000 (14:19 -0600)]
Use a feature test macro to check for std::type_identity.
David Wells [Mon, 20 Mar 2023 19:39:37 +0000 (15:39 -0400)]
Fix namespacing in the ExodusII error macro.
Wolfgang Bangerth [Mon, 20 Mar 2023 17:13:29 +0000 (11:13 -0600)]
Merge pull request #14923 from sloede/msl/remove-mpi-seek-set-test
Remove obsolete CMake test for `MPI_SEEK_SET`
Wolfgang Bangerth [Mon, 20 Mar 2023 16:56:50 +0000 (10:56 -0600)]
Merge pull request #14921 from masterleinad/version_cxx20_feature_check
Use <version> header for C++20 feature checks
Michael Schlottke-Lakemper [Mon, 20 Mar 2023 14:31:30 +0000 (15:31 +0100)]
Remove obsolete CMake test for `MPI_SEEK_SET`
Daniel Arndt [Mon, 20 Mar 2023 12:40:07 +0000 (08:40 -0400)]
Use <version> header for C++20 feature checks
Sebastian Proell [Mon, 20 Mar 2023 10:34:22 +0000 (11:34 +0100)]
Simplify Trilinos solver implementation
Marc Fehling [Mon, 20 Mar 2023 09:21:31 +0000 (03:21 -0600)]
Merge pull request #14902 from tjhei/jenkins-osx
Jenkins: enable and update arm MacOS build
Marc Fehling [Mon, 20 Mar 2023 09:19:05 +0000 (03:19 -0600)]
Merge pull request #14906 from bangerth/colon
Add a link to the documentation.
Martin Kronbichler [Mon, 20 Mar 2023 08:56:00 +0000 (09:56 +0100)]
Merge pull request #14909 from bangerth/doc-87
Update documentation for DataPostprocessor.
Martin Kronbichler [Mon, 20 Mar 2023 08:03:39 +0000 (09:03 +0100)]
Merge pull request #14885 from nils-schween/collect_periodic_faces_parallel_shared_tria
Explicit Instantiate GridTools::collect_periodic_faces with Meshtype = parallel::shared::triangulation<1,1>
Martin Kronbichler [Mon, 20 Mar 2023 08:02:10 +0000 (09:02 +0100)]
Merge pull request #14903 from bergbauer/neighboring_cell_code_path
Select correct code path for neighbor elements in FEEvaluation
Martin Kronbichler [Mon, 20 Mar 2023 08:01:18 +0000 (09:01 +0100)]
Merge pull request #14835 from kronbichler/fix_solver_cg_interleave
Fix bug in result of SolverCG when run in interleaved mode
Martin Kronbichler [Mon, 20 Mar 2023 08:00:32 +0000 (09:00 +0100)]
Merge pull request #14910 from bangerth/q-vs-p
Make it more obvious that evaluation points are not quadrature points.
Martin Kronbichler [Mon, 20 Mar 2023 07:59:39 +0000 (08:59 +0100)]
Merge pull request #14916 from bangerth/update-flags
Update description of UpdateFlags::update_quadrature_points.
Martin Kronbichler [Mon, 20 Mar 2023 07:58:35 +0000 (08:58 +0100)]
Merge pull request #14917 from bangerth/q
Update documentation of Quadrature.
Peter Munch [Mon, 20 Mar 2023 07:58:24 +0000 (08:58 +0100)]
Merge pull request #14362 from jh66637/cgal_linker_error
Execute explicit instantiations of compute_intersection_of_cells()
Johannes Heinz [Wed, 19 Oct 2022 07:47:18 +0000 (09:47 +0200)]
Fix linker error, due to compute_intersection_of_cells()
Co-authored-by: Marco Feder <marco.feder@sissa.it>
Timo Heister [Sun, 19 Mar 2023 23:58:02 +0000 (19:58 -0400)]
Merge pull request #14908 from bangerth/boundary-ids
Do not ask for things we don't actually need.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:52:03 +0000 (16:52 -0600)]
Update documentation of Quadrature.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:38:33 +0000 (16:38 -0600)]
Update description of UpdateFlags::update_quadrature_points.
Wolfgang Bangerth [Sun, 19 Mar 2023 22:37:32 +0000 (16:37 -0600)]
Merge pull request #14914 from peterrum/cl_dummy_remove
Remove dummy changelog entry
Wolfgang Bangerth [Sun, 19 Mar 2023 22:18:39 +0000 (16:18 -0600)]
Merge pull request #14912 from peterrum/fix_formating_pp
Fix formatting
Wolfgang Bangerth [Sun, 19 Mar 2023 20:00:23 +0000 (14:00 -0600)]
Use std_cxx20::identity_type.
Wolfgang Bangerth [Sun, 19 Mar 2023 19:59:55 +0000 (13:59 -0600)]
Add a compatibility type for C++20's std::identity_type.
Peter Munch [Sun, 19 Mar 2023 06:33:39 +0000 (07:33 +0100)]
Remove redundant new lines
Peter Munch [Sun, 19 Mar 2023 06:08:19 +0000 (07:08 +0100)]
Remove dummy changelog entry
Peter Munch [Sat, 18 Mar 2023 14:47:49 +0000 (15:47 +0100)]
SolverFMRES: refactor orthogonalization
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.