]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Fri, 5 Nov 2021 15:24:42 +0000 (11:24 -0400)]
Revert "Remove sudials/copy.h"
This reverts commit
51b6f10f36a4dd61ed4daf20c137cc48c19de5f0 .
Daniel Arndt [Fri, 5 Nov 2021 15:24:41 +0000 (11:24 -0400)]
Revert "Fix Kinsol interface."
This reverts commit
1032025f3a076f97fc42e43fbd927278b6aec327 .
Daniel Arndt [Fri, 5 Nov 2021 15:24:39 +0000 (11:24 -0400)]
Revert "Minor updates to the SUNDIALS/IDA wrappers."
This reverts commit
9e8dc71be8e24e77ae3ced1a93617d938f073abf .
Daniel Arndt [Fri, 5 Nov 2021 15:24:36 +0000 (11:24 -0400)]
Revert "Addressed comments by WB."
This reverts commit
ab509cd1cbe288efa0f7164bc453c589b14aa50d .
Daniel Arndt [Fri, 5 Nov 2021 15:24:34 +0000 (11:24 -0400)]
Revert "Fixed naming in IDA."
This reverts commit
0b157b0d0b680a258bc51ffafe8bc8c4df5038ee .
Martin Kronbichler [Tue, 26 Oct 2021 08:35:22 +0000 (10:35 +0200)]
Merge pull request #12882 from tamiko/pr_12634
[9.3] Cherry pick #12634
Martin Kronbichler [Tue, 26 Oct 2021 08:35:06 +0000 (10:35 +0200)]
Merge pull request #12881 from tamiko/pr_12830
[9.3] Cherry pick #12830
Timo Heister [Fri, 20 Aug 2021 21:19:08 +0000 (17:19 -0400)]
actually fix the problem
Timo Heister [Sun, 8 Aug 2021 21:40:48 +0000 (17:40 -0400)]
add broken test
Timo Heister [Fri, 15 Oct 2021 14:52:35 +0000 (10:52 -0400)]
adjust variable name
Timo Heister [Fri, 15 Oct 2021 03:05:53 +0000 (23:05 -0400)]
fix checkpointing for >4GB files
We incorrectly compute MPI_Offset for MPI IO for checkpointing using
SolutionTransfer using 32 bit indices, which means that files larger
than 4GB end up being corrupted.
This manifests in errors like
n error occurred in line <749> of file
<../source/distributed/tria_base.cc> in function
void dealii::parallel::DistributedTriangulationBase<dim,
spacedim>::load_attached_data(unsigned int, unsigned int, unsigned int,
const string&, unsigned int, unsigned int) [with int dim = 3; int
spacedim = 3; std::string = std::__cxx11::basic_string<char>]
The violated condition was:
(cell_rel.second == parallel::DistributedTriangulationBase<dim,
spacedim>::CELL_PERSIST)
part of #12752
Peter Munch [Sun, 10 Oct 2021 16:46:04 +0000 (18:46 +0200)]
Merge pull request #12809 from masterleinad/pick_12548
Avoid lambda function to compile with Intel 18/19.
Daniel Arndt [Sun, 10 Oct 2021 02:23:51 +0000 (22:23 -0400)]
Update include/deal.II/numerics/vector_tools_evaluate.h
Co-authored-by: Peter Munch <peterrmuench@gmail.com>
Daniel Arndt [Sat, 9 Oct 2021 04:28:39 +0000 (00:28 -0400)]
A remote_point_evaluation test requires trilinos.
Daniel Arndt [Sat, 9 Oct 2021 04:25:04 +0000 (00:25 -0400)]
Avoid lambda function to compile with Intel 18/19.
Matthias Maier [Fri, 8 Oct 2021 18:18:48 +0000 (13:18 -0500)]
Merge pull request #12805 from masterleinad/9.3-fix-step-79
9.3: cherry-picking #12533: step-79: Avoid using constructor which are incompatible to Intel 18.
Marc Fehling [Thu, 1 Jul 2021 18:43:24 +0000 (12:43 -0600)]
step-79: Avoid using constructor which are incompatible to Intel 18.
Matthias Maier [Wed, 30 Jun 2021 21:01:32 +0000 (16:01 -0500)]
update VERSION
David Wells [Wed, 30 Jun 2021 20:54:00 +0000 (16:54 -0400)]
Merge pull request #12527 from tamiko/update_changelog
[9.3] reorganize changelog entries for point release
Matthias Maier [Wed, 30 Jun 2021 20:46:20 +0000 (15:46 -0500)]
reorganize changelog entries for point release
- create 9.3.0-vs-9.3.1.h file
- remove individual entries
Matthias Maier [Tue, 29 Jun 2021 22:19:33 +0000 (17:19 -0500)]
Merge pull request #12524 from tamiko/pr_12515
[9.3] Take over #12515
Matthias Maier [Tue, 29 Jun 2021 22:19:21 +0000 (17:19 -0500)]
Merge pull request #12525 from tamiko/pr_12523
[9.3] Take over #12523
Timo Heister [Tue, 29 Jun 2021 22:09:54 +0000 (18:09 -0400)]
silence gcc 11 warning
silence boost warning
../bundled/boost-1.70.0/include/boost/concept/usage.hpp:16:48: warning:
'this' pointer is null [-Wnonnull]
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
Matthias Maier [Tue, 29 Jun 2021 16:16:47 +0000 (11:16 -0500)]
add a news entry
Matthias Maier [Tue, 29 Jun 2021 15:18:41 +0000 (10:18 -0500)]
Tensor: refactor constructor and assignment operator guards
* This commit guards some constructors and copy/move assignment
operators that are necessary to work around a gcc 11 regression with
DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG.
* Add back explicitly guarded constructor working around a code
generation issue with intel compilers
Matthias Maier [Tue, 29 Jun 2021 16:13:13 +0000 (11:13 -0500)]
CMake: Add a configuration check for DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG
Matthias Maier [Mon, 28 Jun 2021 20:51:32 +0000 (15:51 -0500)]
Merge pull request #12516 from drwells/cherry-pick-12511
[9.3] take over #12511 - add one more missing file extension.
Matthias Maier [Mon, 28 Jun 2021 20:50:51 +0000 (15:50 -0500)]
Merge pull request #12519 from drwells/cherry-pick-12398
[9.3] Take over #12398 - Add grid reordering to read_exodusii function
Matthias Maier [Mon, 28 Jun 2021 20:50:44 +0000 (15:50 -0500)]
Merge pull request #12518 from drwells/cherry-pick-12468
[9.3] Take over #12468 - Fix a segmentation fault at high optimization levels.
Maximilian Bergbauer [Mon, 7 Jun 2021 14:59:12 +0000 (16:59 +0200)]
Add grid reordering to read_exodusii function
David Wells [Thu, 17 Jun 2021 14:10:33 +0000 (10:10 -0400)]
Fix a segmentation fault at high optimization levels.
I don't completely understand this but accessing these pointers causes
segmentation faults. It's not due to type aliasing - converting both to 'const
auto *' does not fix the problem.
David Wells [Mon, 28 Jun 2021 01:17:46 +0000 (21:17 -0400)]
Add one more missing file extension.
David Wells [Mon, 28 Jun 2021 17:56:50 +0000 (13:56 -0400)]
Merge pull request #12509 from tjhei/pr_12505
[9.3] take over #12505 add missing inst
David Wells [Mon, 28 Jun 2021 17:15:39 +0000 (13:15 -0400)]
Merge pull request #12510 from tjhei/pr_12506
[9.3] take over #12506 - fix umfpack cmake 3.20 warning
Timo Heister [Sat, 26 Jun 2021 21:33:43 +0000 (17:33 -0400)]
fix umfpack cmake 3.20 warning
Fix the following warnings produced by CMake 3.20:
CMake Warning (dev) at cmake/macros/macro_deal_ii_add_library.cmake:35
(ADD_LIBRARY):
Policy CMP0115 is not set: Source file extensions must be explicit.
File:
/home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_dump.cc
/home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_init_front.cc
/home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_local_search.cc
/home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umfpack_report_numeric.cc
Timo Heister [Sat, 26 Jun 2021 17:38:26 +0000 (13:38 -0400)]
add missing inst
fixes #12501 and #12490
Matthias Maier [Sun, 27 Jun 2021 07:20:06 +0000 (02:20 -0500)]
Merge pull request #12488 from tamiko/pr_12478
[9.3.] fix cmake underlinkage error
Timo Heister [Sat, 19 Jun 2021 18:15:38 +0000 (14:15 -0400)]
fix cmake underlinkage error
The underlinkage MPI check under Ubuntu fails if MPI_CXX_LIBRARIES is
empty, which happens if you configure with CXX=mpicxx (even though you
should not).
In this situation, just disable this hack. Errors look like this:
CMake Error at cmake/modules/FindMPI.cmake:143 (LIST):
LIST GET given empty list
Call Stack (most recent call first):
cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
CMakeLists.txt:121 (VERBOSE_INCLUDE)
CMake Error at cmake/modules/FindMPI.cmake:144 (GET_FILENAME_COMPONENT):
GET_FILENAME_COMPONENT called with incorrect number of arguments
Call Stack (most recent call first):
cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
CMakeLists.txt:121 (VERBOSE_INCLUDE)
-- _mpi_libopen_pal_library not found! The call was:
-- FIND_LIBRARY(_mpi_libopen_pal_library NAMES open-pal HINTS
NO_DEFAULT_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)
Matthias Maier [Tue, 1 Jun 2021 19:17:31 +0000 (14:17 -0500)]
update VERSION for release
Martin Kronbichler [Mon, 31 May 2021 21:36:43 +0000 (23:36 +0200)]
Merge pull request #12367 from marcfehling/fix-step-75-dealii-9.3
[9.3] Take over #12366: Bugfix step-75: Call `get_fe()` only on locally owned cells.
Timo Heister [Mon, 31 May 2021 20:53:47 +0000 (16:53 -0400)]
Merge pull request #12369 from jppelteret/dealii-9.3-pr10932
[9.3] Takeover #10932: Add changelog entry for step-74
Jean-Paul Pelteret [Mon, 31 May 2021 18:50:49 +0000 (20:50 +0200)]
Add changelog entry for step-74
Marc Fehling [Mon, 31 May 2021 17:59:25 +0000 (11:59 -0600)]
Bugfix step-75: Call `get_fe()` only on locally owned cells.
Matthias Maier [Mon, 31 May 2021 15:09:41 +0000 (10:09 -0500)]
Merge pull request #12362 from kronbichler/pr12361
[9.3] Take over #12361: Remove changelog entry about taskflow
Matthias Maier [Mon, 31 May 2021 15:08:33 +0000 (10:08 -0500)]
Merge pull request #12364 from peterrum/rpe_race_condition_
[9.3] Take over #12363: RemotePointEvaluation: fix race condition if called multiple times
Matthias Maier [Mon, 31 May 2021 15:07:13 +0000 (10:07 -0500)]
Merge pull request #12359 from tamiko/pr_12358
[9.3] Take over #12358: Avoid underlinkage with OpenMPI on Debian/Ubuntu
Peter Munch [Mon, 31 May 2021 11:35:55 +0000 (13:35 +0200)]
RemotePointEvaluation: fix race condition if called multiple times
Martin Kronbichler [Mon, 31 May 2021 09:30:44 +0000 (11:30 +0200)]
Remove changelog entry about taskflow
Matthias Maier [Sun, 30 May 2021 20:24:50 +0000 (15:24 -0500)]
Avoid underlinkage with OpenMPI on Debian/Ubuntu
Make sure that we do not run into underlinking on Debian/Ubuntu systems
with lld / ld.gold and missing libopen-pal.so on the link line
Martin Kronbichler [Sun, 30 May 2021 09:37:40 +0000 (11:37 +0200)]
Merge pull request #12354 from masterleinad/take_over_12335
[9.3] Take over #12335: Remove noexcept on DoFAccessor move constructor and assignment operator
Martin Kronbichler [Sun, 30 May 2021 08:43:30 +0000 (10:43 +0200)]
Merge pull request #12355 from peterrum/point_values_93
[9.3] Take over #12332: Rename VectorTools::evaluate_at_points() -> VectorTools::point_values()
Peter Munch [Fri, 28 May 2021 06:46:20 +0000 (08:46 +0200)]
Rename VectorTools::evaluate_at_points() -> VectorTools::point_values()
Simon Sticko [Fri, 28 May 2021 09:42:10 +0000 (11:42 +0200)]
Remove noexcept on DoFAccessor move constructor and assignment operator
To avoid a compilation error with clang 6.0.0
Matthias Maier [Sat, 29 May 2021 22:55:33 +0000 (17:55 -0500)]
Merge pull request #12345 from kronbichler/apply_12344
[9.3] Take over #12344
Martin Kronbichler [Sat, 29 May 2021 07:44:20 +0000 (09:44 +0200)]
Test basic ability of interpolate
Martin Kronbichler [Sat, 29 May 2021 07:43:49 +0000 (09:43 +0200)]
Bugfix in MGTwoLevelTransfer::interpolate: forgot to copy vector
Peter Munch [Fri, 28 May 2021 07:55:05 +0000 (09:55 +0200)]
Merge pull request #12318 from Rombur/clang_13_warnings_93
[9.3] Take over #12299
Daniel Arndt [Wed, 26 May 2021 21:49:51 +0000 (17:49 -0400)]
Merge pull request #12316 from simonsticko/fix_tria_accessor_noexcept_93
Bruno Turcksin [Tue, 25 May 2021 01:22:27 +0000 (21:22 -0400)]
Fix warnings using clang 13.0
Simon Sticko [Wed, 26 May 2021 15:30:01 +0000 (17:30 +0200)]
Remove noexcept on TriaAccessor move constructor and assignment operator
To avoid a compilation error with clang 6.0.0.
Daniel Arndt [Wed, 26 May 2021 13:25:55 +0000 (09:25 -0400)]
Merge pull request #12298 from masterleinad/special_members_tria_accessor
Daniel Arndt [Wed, 26 May 2021 13:25:37 +0000 (09:25 -0400)]
Merge pull request #12305 from jppelteret/dealii-9.3-step-79-touchups_01
[9.3] Take over #12292: Some minor changes to the step-79 documentation
Jean-Paul Pelteret [Sun, 23 May 2021 20:34:13 +0000 (22:34 +0200)]
Some minor changes to the step-79 documentation
Daniel Arndt [Tue, 25 May 2021 14:16:44 +0000 (10:16 -0400)]
Update include/deal.II/grid/tria_accessor.h
Co-authored-by: Bruno Turcksin <bruno.turcksin@gmail.com>
Daniel Arndt [Mon, 24 May 2021 19:31:57 +0000 (15:31 -0400)]
Mark destructor and move assignment operator as noexcept
Daniel Arndt [Mon, 24 May 2021 15:37:38 +0000 (11:37 -0400)]
Allow copy construction again
Daniel Arndt [Mon, 24 May 2021 15:06:41 +0000 (11:06 -0400)]
Fix typos
Daniel Arndt [Mon, 24 May 2021 14:34:06 +0000 (10:34 -0400)]
Provide special member functions for TriaAccessor
Daniel Arndt [Mon, 24 May 2021 21:12:24 +0000 (17:12 -0400)]
Merge pull request #12297 from peterrum/authors_fix_formatting
Fix formating of authors.md (release 9.3)
Peter Munch [Mon, 24 May 2021 20:17:42 +0000 (22:17 +0200)]
Fix formating of authors.md (release 9.3)
Matthias Maier [Sat, 22 May 2021 16:07:40 +0000 (11:07 -0500)]
update VERSION for release
Matthias Maier [Sat, 22 May 2021 15:53:09 +0000 (10:53 -0500)]
Merge pull request #12286 from tamiko/disable-taskflow
[9.3.0] Remove Taskflow from 9.3 release branch
Matthias Maier [Sat, 22 May 2021 15:39:49 +0000 (10:39 -0500)]
remove dead code from source
Matthias Maier [Sat, 22 May 2021 15:39:12 +0000 (10:39 -0500)]
remove dead taskflow code from includes
Matthias Maier [Sat, 22 May 2021 15:38:13 +0000 (10:38 -0500)]
remove bundled version
Matthias Maier [Sat, 22 May 2021 15:37:29 +0000 (10:37 -0500)]
Disable Taskflow: remove CMAKE configuration
Matthias Maier [Sat, 22 May 2021 15:33:41 +0000 (10:33 -0500)]
update LICENSE
Matthias Maier [Sat, 22 May 2021 15:25:38 +0000 (10:25 -0500)]
update AUTHORS
Matthias Maier [Sat, 22 May 2021 14:59:32 +0000 (09:59 -0500)]
update VERSION
Matthias Maier [Sat, 22 May 2021 14:55:39 +0000 (09:55 -0500)]
Merge pull request #12283 from tamiko/update-doxygen-tag
Update doxygen tags.
Matthias Maier [Sat, 22 May 2021 14:51:58 +0000 (09:51 -0500)]
Merge pull request #12282 from tamiko/update-changes-file
Replace individual files by one changelog for the whole release.
Matthias Maier [Sat, 22 May 2021 14:35:42 +0000 (09:35 -0500)]
Update doxygen tags.
Matthias Maier [Sat, 22 May 2021 14:33:47 +0000 (09:33 -0500)]
Remove now obsolete files.
Matthias Maier [Sat, 22 May 2021 14:32:00 +0000 (09:32 -0500)]
Update the changelog file for the release.
Matthias Maier [Sat, 22 May 2021 14:31:16 +0000 (09:31 -0500)]
Update the changelog file for the release.
Matthias Maier [Sat, 22 May 2021 14:30:36 +0000 (09:30 -0500)]
Update the changelog file for the release.
David Wells [Sat, 22 May 2021 14:20:15 +0000 (10:20 -0400)]
Merge pull request #12034 from juleoc02/step-79
Step 79: A topology optimization problem
Matthias Maier [Sat, 22 May 2021 14:14:01 +0000 (09:14 -0500)]
Merge pull request #12246 from mathsen/gcc_11
Fix compilation issues with GCC 11.1
Peter Munch [Sat, 22 May 2021 14:12:50 +0000 (16:12 +0200)]
Merge pull request #12273 from drwells/step-78-edits
Step 78 edits
David Wells [Sat, 22 May 2021 14:12:19 +0000 (10:12 -0400)]
Merge pull request #12278 from jppelteret/symengine-fix_10016
Fix SymEngine tests for SymEngine version 0.7 and greater
Peter Munch [Sat, 22 May 2021 14:06:44 +0000 (16:06 +0200)]
Merge pull request #12281 from peterrum/tests_with_simplex_support
Remove remaining .with_simplex_support=on from tests
David Wells [Sat, 22 May 2021 13:56:29 +0000 (09:56 -0400)]
Merge pull request #12277 from masterleinad/fix_inline
Fix functions that should be inline in *.templates.h files
Peter Munch [Sat, 22 May 2021 11:52:42 +0000 (13:52 +0200)]
Remove remaining .with_simplex_support=on from tests
Martin Kronbichler [Sat, 22 May 2021 11:43:18 +0000 (13:43 +0200)]
Merge pull request #12279 from peterrum/tria_policy_copy
Clone policy in Triangulation
Jean-Paul Pelteret [Fri, 21 May 2021 21:13:20 +0000 (23:13 +0200)]
Fix SymEngine tests
Peter Munch [Sat, 22 May 2021 07:02:24 +0000 (09:02 +0200)]
Clone policy in Triangulation
David Wells [Sat, 22 May 2021 00:21:39 +0000 (20:21 -0400)]
Merge pull request #12276 from marcfehling/clang-tidy
Fix clang-tidy issues with #12246.
Daniel Arndt [Fri, 21 May 2021 20:59:14 +0000 (16:59 -0400)]
Fix functions that should be inline in *.templates.h files
Marc Fehling [Fri, 21 May 2021 20:15:53 +0000 (14:15 -0600)]
Merge pull request #12261 from bangerth/initlog-2
Use C++11 functionality.
Marc Fehling [Fri, 21 May 2021 20:13:15 +0000 (14:13 -0600)]
Merge pull request #12262 from bangerth/initlog-3
Pass 'true' instead of '1' for a function that takes a 'bool' argument.
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.