]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 months agoFix a couple of C++20 concepts in parallel.h. 14951/head
Wolfgang Bangerth [Wed, 22 Mar 2023 23:07:51 +0000 (17:07 -0600)]
Fix a couple of C++20 concepts in parallel.h.

18 months agoMerge pull request #14933 from bangerth/cxx20-concepts-1
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.

18 months agoMerge pull request #14938 from bangerth/cxx20-concepts-4
Daniel Arndt [Wed, 22 Mar 2023 13:49:50 +0000 (09:49 -0400)]
Merge pull request #14938 from bangerth/cxx20-concepts-4

18 months agoMerge pull request #14934 from bangerth/cxx20-concepts-2
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.

18 months agoMerge pull request #14935 from bangerth/cxx20-concepts-3
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.

18 months agoMerge pull request #14936 from masterleinad/fix_namespace_std_tests
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

18 months agoMerge pull request #14937 from masterleinad/fix_comparison_matrix_iterator
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

18 months agoMerge pull request #14932 from masterleinad/fix_static_libraries_cmake
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

18 months agoApply concepts to thread_management.h. 14938/head
Wolfgang Bangerth [Tue, 21 Mar 2023 23:31:59 +0000 (17:31 -0600)]
Apply concepts to thread_management.h.

18 months agoFix MatrixIterator comparison operator for C++20 14937/head
Daniel Arndt [Tue, 21 Mar 2023 21:47:24 +0000 (17:47 -0400)]
Fix MatrixIterator comparison operator for C++20

18 months agoDon't use namespace std in tests 14936/head
Daniel Arndt [Tue, 21 Mar 2023 21:47:34 +0000 (17:47 -0400)]
Don't use namespace std in tests

18 months agoMerge pull request #14928 from bergbauer/array_view_empty
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

18 months agoApply concepts to filtered_iterator.h. 14935/head
Wolfgang Bangerth [Tue, 21 Mar 2023 19:43:30 +0000 (13:43 -0600)]
Apply concepts to filtered_iterator.h.

18 months agoApply concepts to grid_tools.h. 14934/head
Wolfgang Bangerth [Tue, 21 Mar 2023 19:36:48 +0000 (13:36 -0600)]
Apply concepts to grid_tools.h.

18 months agoUse assignable_from instead of convertible_to concepts in parallel.h. 14933/head
Wolfgang Bangerth [Tue, 21 Mar 2023 19:33:37 +0000 (13:33 -0600)]
Use assignable_from instead of convertible_to concepts in parallel.h.

18 months agoApply 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.

18 months agoAdd an empty() function to ArrayView 14928/head
Maximilian Bergbauer [Tue, 21 Mar 2023 12:14:06 +0000 (13:14 +0100)]
Add an empty() function to ArrayView

18 months agoFix configuring with static libraries 14932/head
Daniel Arndt [Tue, 21 Mar 2023 17:16:43 +0000 (13:16 -0400)]
Fix configuring with static libraries

18 months agoApply invocable concepts in parallel.h.
Wolfgang Bangerth [Tue, 21 Mar 2023 17:13:18 +0000 (11:13 -0600)]
Apply invocable concepts in parallel.h.

18 months agoMerge pull request #14915 from bangerth/cxx20-identity
Daniel Arndt [Tue, 21 Mar 2023 16:56:36 +0000 (12:56 -0400)]
Merge pull request #14915 from bangerth/cxx20-identity

18 months agoMerge pull request #14491 from tamiko/modernize_cmake_part_7
Daniel Arndt [Tue, 21 Mar 2023 13:15:53 +0000 (09:15 -0400)]
Merge pull request #14491 from tamiko/modernize_cmake_part_7

18 months agoMerge pull request #14919 from sebproell/trilinos-solvers
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

18 months agoMerge pull request #14924 from drwells/fix-exodusii-macro
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.

18 months agoUse a feature test macro to check for std::type_identity. 14915/head
Wolfgang Bangerth [Mon, 20 Mar 2023 20:19:24 +0000 (14:19 -0600)]
Use a feature test macro to check for std::type_identity.

18 months agoFix namespacing in the ExodusII error macro. 14924/head
David Wells [Mon, 20 Mar 2023 19:39:37 +0000 (15:39 -0400)]
Fix namespacing in the ExodusII error macro.

18 months agoMerge pull request #14923 from sloede/msl/remove-mpi-seek-set-test
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`

18 months agoMerge pull request #14921 from masterleinad/version_cxx20_feature_check
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

18 months agoRemove obsolete CMake test for `MPI_SEEK_SET` 14923/head
Michael Schlottke-Lakemper [Mon, 20 Mar 2023 14:31:30 +0000 (15:31 +0100)]
Remove obsolete CMake test for `MPI_SEEK_SET`

18 months agoUse <version> header for C++20 feature checks 14921/head
Daniel Arndt [Mon, 20 Mar 2023 12:40:07 +0000 (08:40 -0400)]
Use <version> header for C++20 feature checks

18 months agoSimplify Trilinos solver implementation 14919/head
Sebastian Proell [Mon, 20 Mar 2023 10:34:22 +0000 (11:34 +0100)]
Simplify Trilinos solver implementation

18 months agoMerge pull request #14902 from tjhei/jenkins-osx
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

18 months agoMerge pull request #14906 from bangerth/colon
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.

18 months agoMerge pull request #14909 from bangerth/doc-87
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.

18 months agoMerge pull request #14885 from nils-schween/collect_periodic_faces_parallel_shared_tria
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>

18 months agoMerge pull request #14903 from bergbauer/neighboring_cell_code_path
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

18 months agoMerge pull request #14835 from kronbichler/fix_solver_cg_interleave
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

18 months agoMerge pull request #14910 from bangerth/q-vs-p
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.

18 months agoMerge pull request #14916 from bangerth/update-flags
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.

18 months agoMerge pull request #14917 from bangerth/q
Martin Kronbichler [Mon, 20 Mar 2023 07:58:35 +0000 (08:58 +0100)]
Merge pull request #14917 from bangerth/q

Update documentation of Quadrature.

18 months agoMerge pull request #14362 from jh66637/cgal_linker_error
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()

18 months agoFix linker error, due to compute_intersection_of_cells() 14362/head
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>
18 months agoMerge pull request #14908 from bangerth/boundary-ids
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.

18 months agoUpdate documentation of Quadrature. 14917/head
Wolfgang Bangerth [Sun, 19 Mar 2023 22:52:03 +0000 (16:52 -0600)]
Update documentation of Quadrature.

18 months agoUpdate description of UpdateFlags::update_quadrature_points. 14916/head
Wolfgang Bangerth [Sun, 19 Mar 2023 22:38:33 +0000 (16:38 -0600)]
Update description of UpdateFlags::update_quadrature_points.

18 months agoMerge pull request #14914 from peterrum/cl_dummy_remove
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

18 months agoMerge pull request #14912 from peterrum/fix_formating_pp
Wolfgang Bangerth [Sun, 19 Mar 2023 22:18:39 +0000 (16:18 -0600)]
Merge pull request #14912 from peterrum/fix_formating_pp

Fix formatting

18 months agoUse std_cxx20::identity_type.
Wolfgang Bangerth [Sun, 19 Mar 2023 20:00:23 +0000 (14:00 -0600)]
Use std_cxx20::identity_type.

18 months agoAdd a compatibility type for C++20's std::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.

18 months agoRemove redundant new lines 14914/head
Peter Munch [Sun, 19 Mar 2023 06:33:39 +0000 (07:33 +0100)]
Remove redundant new lines

18 months agoRemove dummy changelog entry
Peter Munch [Sun, 19 Mar 2023 06:08:19 +0000 (07:08 +0100)]
Remove dummy changelog entry

18 months agoFix formating 14912/head
Peter Munch [Sat, 18 Mar 2023 08:17:42 +0000 (09:17 +0100)]
Fix formating

18 months agoMerge pull request #14911 from bangerth/grammar
Peter Munch [Sat, 18 Mar 2023 08:14:32 +0000 (09:14 +0100)]
Merge pull request #14911 from bangerth/grammar

Fix a grammar mistake.

18 months agoMake it more obvious that evaluation points are not quadrature points. 14910/head
Wolfgang Bangerth [Sat, 18 Mar 2023 00:13:31 +0000 (18:13 -0600)]
Make it more obvious that evaluation points are not quadrature points.

18 months agoFix a grammar mistake. 14911/head
Wolfgang Bangerth [Sat, 18 Mar 2023 00:12:53 +0000 (18:12 -0600)]
Fix a grammar mistake.

18 months agoUpdate documentation for DataPostprocessor. 14909/head
Wolfgang Bangerth [Sat, 18 Mar 2023 00:01:05 +0000 (18:01 -0600)]
Update documentation for DataPostprocessor.

18 months agoDo not ask for things we don't actually need. 14908/head
Wolfgang Bangerth [Fri, 17 Mar 2023 23:53:45 +0000 (17:53 -0600)]
Do not ask for things we don't actually need.

18 months agoMerge pull request #14904 from bergbauer/instantiation_diagonal_affine_constraints
Daniel Arndt [Fri, 17 Mar 2023 17:32:09 +0000 (13:32 -0400)]
Merge pull request #14904 from bergbauer/instantiation_diagonal_affine_constraints

18 months agoSelect correct code path for neighbor elements in FEEvaluation 14903/head
Maximilian Bergbauer [Thu, 16 Mar 2023 16:35:55 +0000 (17:35 +0100)]
Select correct code path for neighbor elements in FEEvaluation

18 months agoCMake: Bugfix: do not escape variables 14491/head
Matthias Maier [Fri, 10 Mar 2023 21:08:29 +0000 (15:08 -0600)]
CMake: Bugfix: do not escape variables

18 months agoCMake: Remove most of the COMPILE_LANGUAGE generator expressions
Matthias Maier [Fri, 10 Mar 2023 20:06:12 +0000 (14:06 -0600)]
CMake: Remove most of the COMPILE_LANGUAGE generator expressions

18 months agoCMake: Remove unnecessary includes
Matthias Maier [Fri, 10 Mar 2023 19:39:37 +0000 (13:39 -0600)]
CMake: Remove unnecessary includes

18 months agoCMake: Bugfix: Do not propagate -Werror to boost checks
Matthias Maier [Thu, 9 Mar 2023 22:52:53 +0000 (16:52 -0600)]
CMake: Bugfix: Do not propagate -Werror to boost checks

18 months agoTest hp/step-27: mark value() as override
Matthias Maier [Tue, 7 Mar 2023 12:41:50 +0000 (06:41 -0600)]
Test hp/step-27: mark value() as override

18 months agoCMake: Bugfix: Properly shell-escape -Xcudafe and -Xlinker
Matthias Maier [Mon, 6 Mar 2023 20:28:26 +0000 (14:28 -0600)]
CMake: Bugfix: Properly shell-escape -Xcudafe and -Xlinker

18 months agoexamples/step-37: Mark value() as override
Matthias Maier [Mon, 6 Mar 2023 19:36:28 +0000 (13:36 -0600)]
examples/step-37: Mark value() as override

18 months agoCI: Disable -fuse-ld=gold on Jenkins CI
Matthias Maier [Mon, 6 Mar 2023 17:01:40 +0000 (11:01 -0600)]
CI: Disable -fuse-ld=gold on Jenkins CI

This works around an underlinkage issue with the current CI environment
and the Trilinos library:
```
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosamesos2.so: error: undefined reference to 'Amesos2::KLU2<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::KLU2(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>)'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosamesos2.so: error: undefined reference to 'Amesos2::TachoSolver<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >, Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >::TachoSolver(Teuchos::RCP<Tpetra::CrsMatrix<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > >, Teuchos::RCP<Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> > const>)'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosbelos.so: error: undefined reference to 'Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getVector(unsigned long) const'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosbelos.so: error: undefined reference to 'Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getLocalLength() const'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosbelos.so: error: undefined reference to 'Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getGlobalLength() const'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosbelos.so: error: undefined reference to 'Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::getNumVectors() const'
/home/dealii/libs/trilinos-release-13-2-0/lib/libstratimikosbelos.so: error: undefined reference to 'Tpetra::MultiVector<float, int, long long, Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial, Kokkos::HostSpace> >::get1dCopy(Teuchos::ArrayView<float> const&, unsigned long) const'
```

18 months agoCMake: use CXX language guard consistently
Matthias Maier [Mon, 6 Mar 2023 15:34:06 +0000 (09:34 -0600)]
CMake: use CXX language guard consistently

18 months agoCMake: FindDEAL_II_P4EST: do not use optimized/debug/general
Matthias Maier [Fri, 3 Mar 2023 21:03:19 +0000 (15:03 -0600)]
CMake: FindDEAL_II_P4EST: do not use optimized/debug/general

18 months agoCMake: FindDEAL_II_TBB: do not use optimized/debug/general keywords
Matthias Maier [Fri, 3 Mar 2023 20:49:20 +0000 (14:49 -0600)]
CMake: FindDEAL_II_TBB: do not use optimized/debug/general keywords

18 months agoCMake: Cosmetic: do not add link options to object targets
Matthias Maier [Fri, 3 Mar 2023 20:24:24 +0000 (14:24 -0600)]
CMake: Cosmetic: do not add link options to object targets

18 months agoCMake: opportunistically try to print every target
Matthias Maier [Fri, 3 Mar 2023 20:18:57 +0000 (14:18 -0600)]
CMake: opportunistically try to print every target

18 months agoCMake: process_feature() disallow general/optimized/debug identifiers
Matthias Maier [Fri, 3 Mar 2023 20:09:57 +0000 (14:09 -0600)]
CMake: process_feature() disallow general/optimized/debug identifiers

18 months agoCMake: Bugfix: also propagate linker flags
Matthias Maier [Thu, 2 Mar 2023 20:59:48 +0000 (14:59 -0600)]
CMake: Bugfix: also propagate linker flags

18 months agoCMake: Workaround: do not use object targets on Windows
Matthias Maier [Thu, 2 Mar 2023 14:54:40 +0000 (08:54 -0600)]
CMake: Workaround: do not use object targets on Windows

This works around a CMake issue where we cannot export targets that have
a private dependency on object targets because they are erroneously
required to be exported...

18 months agoCMake: Bugfix: include bundled include files with -isystem
Matthias Maier [Thu, 2 Mar 2023 13:41:13 +0000 (07:41 -0600)]
CMake: Bugfix: include bundled include files with -isystem

18 months agoCMake: Bugfix, also propagate cxx flags to insource targets
Matthias Maier [Thu, 2 Mar 2023 13:31:22 +0000 (07:31 -0600)]
CMake: Bugfix, also propagate cxx flags to insource targets

18 months agoCMake: make older CMake versions happy
Matthias Maier [Wed, 15 Feb 2023 17:35:46 +0000 (11:35 -0600)]
CMake: make older CMake versions happy

18 months agoCMake: do not export BOOST_CXX_FLAGS
Matthias Maier [Sat, 3 Dec 2022 03:39:10 +0000 (21:39 -0600)]
CMake: do not export BOOST_CXX_FLAGS

18 months agoCMake: use PUBLIC scope in deal_ii_add_test()
Matthias Maier [Sat, 3 Dec 2022 02:47:23 +0000 (20:47 -0600)]
CMake: use PUBLIC scope in deal_ii_add_test()

18 months agoCMake: Include target definitions if the compiler is set up
Matthias Maier [Fri, 2 Dec 2022 20:50:56 +0000 (14:50 -0600)]
CMake: Include target definitions if the compiler is set up

18 months agoCMake: update populate_target_properties
Matthias Maier [Fri, 2 Dec 2022 20:16:32 +0000 (14:16 -0600)]
CMake: update populate_target_properties

18 months agoCMake: query git information at right time
Matthias Maier [Thu, 1 Dec 2022 05:45:52 +0000 (23:45 -0600)]
CMake: query git information at right time

18 months agoCMake: update detailed.log generation
Matthias Maier [Thu, 1 Dec 2022 05:39:13 +0000 (23:39 -0600)]
CMake: update detailed.log generation

18 months agoCMake: update deal_ii_setup_target() macro
Matthias Maier [Wed, 30 Nov 2022 20:24:49 +0000 (14:24 -0600)]
CMake: update deal_ii_setup_target() macro

18 months agoCMake: clean up deal.IIConfig.cmake
Matthias Maier [Wed, 30 Nov 2022 20:13:19 +0000 (14:13 -0600)]
CMake: clean up deal.IIConfig.cmake

18 months agoCMake: Update insource_setup_target() macro, unify target naming
Matthias Maier [Tue, 29 Nov 2022 05:56:16 +0000 (23:56 -0600)]
CMake: Update insource_setup_target() macro, unify target naming

18 months agoCMake: remove old source configuration
Matthias Maier [Mon, 28 Nov 2022 23:53:51 +0000 (17:53 -0600)]
CMake: remove old source configuration

18 months agoCMake: introduce define_object_target() and harmonize naming
Matthias Maier [Mon, 28 Nov 2022 22:02:29 +0000 (16:02 -0600)]
CMake: introduce define_object_target() and harmonize naming

18 months agoCMake: clean up setup_finalize.cmake and call before feature configuration
Matthias Maier [Tue, 29 Nov 2022 04:11:11 +0000 (22:11 -0600)]
CMake: clean up setup_finalize.cmake and call before feature configuration

18 months agocorrect the typo in the variable name 14885/head
Nils Schween [Thu, 16 Mar 2023 07:15:27 +0000 (08:15 +0100)]
correct the typo in the variable name

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
18 months agoAdd a link to the documentation. 14906/head
Wolfgang Bangerth [Thu, 16 Mar 2023 17:56:53 +0000 (11:56 -0600)]
Add a link to the documentation.

18 months agoMerge pull request #14895 from masterleinad/fix_tpetra_forward
Daniel Arndt [Thu, 16 Mar 2023 17:31:07 +0000 (13:31 -0400)]
Merge pull request #14895 from masterleinad/fix_tpetra_forward

18 months agoAdd instantiation to for off-diagonal contributions to DiagonalMatrix 14904/head
Maximilian Bergbauer [Thu, 16 Mar 2023 16:45:13 +0000 (17:45 +0100)]
Add instantiation to for off-diagonal contributions to DiagonalMatrix

18 months agoJenkins: enable and update arm macos build 14902/head
Timo Heister [Thu, 16 Mar 2023 16:32:30 +0000 (12:32 -0400)]
Jenkins: enable and update arm macos build

18 months agoMerge pull request #14901 from peterrum/di_dim
Daniel Arndt [Thu, 16 Mar 2023 15:37:16 +0000 (11:37 -0400)]
Merge pull request #14901 from peterrum/di_dim

18 months agoMerge pull request #14899 from bangerth/rvalue-ref
Martin Kronbichler [Thu, 16 Mar 2023 13:20:34 +0000 (14:20 +0100)]
Merge pull request #14899 from bangerth/rvalue-ref

Do not allow assigning to rvalue references of Tensor.

18 months agoMerge pull request #14850 from btemuer/cellwise-inverse-mass-matrix-couplingvarcoeff
Peter Munch [Thu, 16 Mar 2023 13:04:25 +0000 (14:04 +0100)]
Merge pull request #14850 from btemuer/cellwise-inverse-mass-matrix-couplingvarcoeff

Implement InverseCellwiseMassMatrix with tensor var. coeff.

18 months agoFix concepts support for clang++ (and Tpetra) 14895/head
Daniel Arndt [Wed, 15 Mar 2023 16:06:11 +0000 (12:06 -0400)]
Fix concepts support for clang++ (and Tpetra)

18 months agoRemove DoFInfo::dimension 14901/head
Peter Munch [Thu, 16 Mar 2023 10:36:06 +0000 (11:36 +0100)]
Remove DoFInfo::dimension

18 months agoMerge pull request #14900 from peterrum/feeval_docu
Martin Kronbichler [Thu, 16 Mar 2023 10:21:05 +0000 (11:21 +0100)]
Merge pull request #14900 from peterrum/feeval_docu

Different documentation updates in `matrix_free`


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.