]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoadd a news entry 12524/head
Matthias Maier [Tue, 29 Jun 2021 16:16:47 +0000 (11:16 -0500)]
add a news entry

3 years agoTensor: refactor constructor and assignment operator guards
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

3 years agoCMake: Add a configuration check for DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG
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

3 years agoupdate VERSION for release v9.3.0
Matthias Maier [Tue, 1 Jun 2021 19:17:31 +0000 (14:17 -0500)]
update VERSION for release

3 years agoMerge pull request #12367 from marcfehling/fix-step-75-dealii-9.3
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.

3 years agoMerge pull request #12369 from jppelteret/dealii-9.3-pr10932
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

3 years agoAdd changelog entry for step-74 12369/head
Jean-Paul Pelteret [Mon, 31 May 2021 18:50:49 +0000 (20:50 +0200)]
Add changelog entry for step-74

3 years agoBugfix step-75: Call `get_fe()` only on locally owned cells. 12367/head
Marc Fehling [Mon, 31 May 2021 17:59:25 +0000 (11:59 -0600)]
Bugfix step-75: Call `get_fe()` only on locally owned cells.

3 years agoMerge pull request #12362 from kronbichler/pr12361
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

3 years agoMerge pull request #12364 from peterrum/rpe_race_condition_
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

3 years agoMerge pull request #12359 from tamiko/pr_12358
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

3 years agoRemotePointEvaluation: fix race condition if called multiple times 12364/head
Peter Munch [Mon, 31 May 2021 11:35:55 +0000 (13:35 +0200)]
RemotePointEvaluation: fix race condition if called multiple times

3 years agoRemove changelog entry about taskflow 12362/head
Martin Kronbichler [Mon, 31 May 2021 09:30:44 +0000 (11:30 +0200)]
Remove changelog entry about taskflow

3 years agoAvoid underlinkage with OpenMPI on Debian/Ubuntu 12359/head
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

3 years agoMerge pull request #12354 from masterleinad/take_over_12335
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

3 years agoMerge pull request #12355 from peterrum/point_values_93
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()

3 years agoRename VectorTools::evaluate_at_points() -> VectorTools::point_values() 12355/head
Peter Munch [Fri, 28 May 2021 06:46:20 +0000 (08:46 +0200)]
Rename VectorTools::evaluate_at_points() -> VectorTools::point_values()

3 years agoRemove noexcept on DoFAccessor move constructor and assignment operator 12354/head
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

3 years agoMerge pull request #12345 from kronbichler/apply_12344
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

3 years agoTest basic ability of interpolate 12345/head
Martin Kronbichler [Sat, 29 May 2021 07:44:20 +0000 (09:44 +0200)]
Test basic ability of interpolate

3 years agoBugfix in MGTwoLevelTransfer::interpolate: forgot to copy vector
Martin Kronbichler [Sat, 29 May 2021 07:43:49 +0000 (09:43 +0200)]
Bugfix in MGTwoLevelTransfer::interpolate: forgot to copy vector

3 years agoMerge pull request #12318 from Rombur/clang_13_warnings_93
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

3 years agoMerge pull request #12316 from simonsticko/fix_tria_accessor_noexcept_93
Daniel Arndt [Wed, 26 May 2021 21:49:51 +0000 (17:49 -0400)]
Merge pull request #12316 from simonsticko/fix_tria_accessor_noexcept_93

3 years agoFix warnings using clang 13.0 12318/head
Bruno Turcksin [Tue, 25 May 2021 01:22:27 +0000 (21:22 -0400)]
Fix warnings using clang 13.0

3 years agoRemove noexcept on TriaAccessor move constructor and assignment operator 12316/head
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.

3 years agoMerge pull request #12298 from masterleinad/special_members_tria_accessor
Daniel Arndt [Wed, 26 May 2021 13:25:55 +0000 (09:25 -0400)]
Merge pull request #12298 from masterleinad/special_members_tria_accessor

3 years agoMerge pull request #12305 from jppelteret/dealii-9.3-step-79-touchups_01
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

3 years agoSome minor changes to the step-79 documentation 12305/head
Jean-Paul Pelteret [Sun, 23 May 2021 20:34:13 +0000 (22:34 +0200)]
Some minor changes to the step-79 documentation

3 years agoUpdate include/deal.II/grid/tria_accessor.h 12298/head
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>
3 years agoMark destructor and move assignment operator as noexcept
Daniel Arndt [Mon, 24 May 2021 19:31:57 +0000 (15:31 -0400)]
Mark destructor and move assignment operator as noexcept

3 years agoAllow copy construction again
Daniel Arndt [Mon, 24 May 2021 15:37:38 +0000 (11:37 -0400)]
Allow copy construction again

3 years agoFix typos
Daniel Arndt [Mon, 24 May 2021 15:06:41 +0000 (11:06 -0400)]
Fix typos

3 years agoProvide special member functions for TriaAccessor
Daniel Arndt [Mon, 24 May 2021 14:34:06 +0000 (10:34 -0400)]
Provide special member functions for TriaAccessor

3 years agoMerge pull request #12297 from peterrum/authors_fix_formatting
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)

3 years agoFix formating of authors.md (release 9.3) 12297/head
Peter Munch [Mon, 24 May 2021 20:17:42 +0000 (22:17 +0200)]
Fix formating of authors.md (release 9.3)

3 years agoupdate VERSION for release v9.3.0-rc1
Matthias Maier [Sat, 22 May 2021 16:07:40 +0000 (11:07 -0500)]
update VERSION for release

3 years agoMerge pull request #12286 from tamiko/disable-taskflow
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

3 years agoremove dead code from source 12286/head
Matthias Maier [Sat, 22 May 2021 15:39:49 +0000 (10:39 -0500)]
remove dead code from source

3 years agoremove dead taskflow code from includes
Matthias Maier [Sat, 22 May 2021 15:39:12 +0000 (10:39 -0500)]
remove dead taskflow code from includes

3 years agoremove bundled version
Matthias Maier [Sat, 22 May 2021 15:38:13 +0000 (10:38 -0500)]
remove bundled version

3 years agoDisable Taskflow: remove CMAKE configuration
Matthias Maier [Sat, 22 May 2021 15:37:29 +0000 (10:37 -0500)]
Disable Taskflow: remove CMAKE configuration

3 years agoupdate LICENSE
Matthias Maier [Sat, 22 May 2021 15:33:41 +0000 (10:33 -0500)]
update LICENSE

3 years agoupdate AUTHORS
Matthias Maier [Sat, 22 May 2021 15:25:38 +0000 (10:25 -0500)]
update AUTHORS

3 years agoupdate VERSION
Matthias Maier [Sat, 22 May 2021 14:59:32 +0000 (09:59 -0500)]
update VERSION

3 years agoMerge pull request #12283 from tamiko/update-doxygen-tag
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.

3 years agoMerge pull request #12282 from tamiko/update-changes-file
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.

3 years agoUpdate doxygen tags. 12283/head
Matthias Maier [Sat, 22 May 2021 14:35:42 +0000 (09:35 -0500)]
Update doxygen tags.

3 years agoRemove now obsolete files. 12282/head
Matthias Maier [Sat, 22 May 2021 14:33:47 +0000 (09:33 -0500)]
Remove now obsolete files.

3 years agoUpdate the changelog file for the release.
Matthias Maier [Sat, 22 May 2021 14:32:00 +0000 (09:32 -0500)]
Update the changelog file for the release.

3 years agoUpdate 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.

3 years agoUpdate 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.

3 years agoMerge pull request #12034 from juleoc02/step-79
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

3 years agoMerge pull request #12246 from mathsen/gcc_11
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

3 years agoMerge pull request #12273 from drwells/step-78-edits
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

3 years agoMerge pull request #12278 from jppelteret/symengine-fix_10016
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

3 years agoMerge pull request #12281 from peterrum/tests_with_simplex_support
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

3 years agoMerge pull request #12277 from masterleinad/fix_inline
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

3 years agoRemove remaining .with_simplex_support=on from tests 12281/head
Peter Munch [Sat, 22 May 2021 11:52:42 +0000 (13:52 +0200)]
Remove remaining .with_simplex_support=on from tests

3 years agoMerge pull request #12279 from peterrum/tria_policy_copy
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

3 years agoFix SymEngine tests 12278/head
Jean-Paul Pelteret [Fri, 21 May 2021 21:13:20 +0000 (23:13 +0200)]
Fix SymEngine tests

3 years agoClone policy in Triangulation 12279/head
Peter Munch [Sat, 22 May 2021 07:02:24 +0000 (09:02 +0200)]
Clone policy in Triangulation

3 years agoMerge pull request #12276 from marcfehling/clang-tidy
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.

3 years agoFix functions that should be inline in *.templates.h files 12277/head
Daniel Arndt [Fri, 21 May 2021 20:59:14 +0000 (16:59 -0400)]
Fix functions that should be inline in *.templates.h files

3 years agoMerge pull request #12261 from bangerth/initlog-2
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.

3 years agoMerge pull request #12262 from bangerth/initlog-3
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.

3 years agoMerge pull request #12272 from luca-heltai/fix-ida
Marc Fehling [Fri, 21 May 2021 19:58:10 +0000 (13:58 -0600)]
Merge pull request #12272 from luca-heltai/fix-ida

Fixed naming in IDA.

3 years agofix indentation 12246/head
Mathias Anselmann [Fri, 21 May 2021 19:38:31 +0000 (21:38 +0200)]
fix indentation

3 years agoFix clang-tidy issues with #12246. 12276/head
Marc Fehling [Fri, 21 May 2021 19:34:14 +0000 (13:34 -0600)]
Fix clang-tidy issues with #12246.

3 years agofixec preprocessor directive
Mathias Anselmann [Fri, 21 May 2021 19:21:38 +0000 (21:21 +0200)]
fixec preprocessor directive

3 years agoadd preprocessor directive to restrict changes to GCC >= 11 and Intel compilers
Mathias Anselmann [Fri, 21 May 2021 18:59:59 +0000 (20:59 +0200)]
add preprocessor directive to restrict changes to GCC >= 11 and Intel compilers

3 years agostep-79: a topology optimization problem. 12034/head
Justin O'Connor [Wed, 19 May 2021 21:52:53 +0000 (15:52 -0600)]
step-79: a topology optimization problem.

3 years agoMerge pull request #12035 from tyand96/step-78
David Wells [Fri, 21 May 2021 17:00:28 +0000 (13:00 -0400)]
Merge pull request #12035 from tyand96/step-78

Step 78

3 years agostep-78: clarify that we have an IMEX method. 12273/head
David Wells [Fri, 21 May 2021 16:39:47 +0000 (12:39 -0400)]
step-78: clarify that we have an IMEX method.

3 years agostep-78: Update results.
David Wells [Fri, 21 May 2021 16:31:24 +0000 (12:31 -0400)]
step-78: Update results.

3 years agostep-78: Avoid doing another timestep at the end.
David Wells [Fri, 21 May 2021 16:23:51 +0000 (12:23 -0400)]
step-78: Avoid doing another timestep at the end.

We should finish at 1, not 1 + dt.

3 years agostep-78: Avoid using singular first-person pronouns.
David Wells [Fri, 21 May 2021 16:23:01 +0000 (12:23 -0400)]
step-78: Avoid using singular first-person pronouns.

This change makes this tutorial more in line with the common style of the others.

3 years agostep-78: Make output a lot quieter.
David Wells [Fri, 21 May 2021 16:21:49 +0000 (12:21 -0400)]
step-78: Make output a lot quieter.

We don't want to print thousands of lines.

3 years agostep-78: Fix some minor typos.
David Wells [Fri, 21 May 2021 16:20:39 +0000 (12:20 -0400)]
step-78: Fix some minor typos.

3 years agoFixed naming in IDA. 12272/head
Luca Heltai [Fri, 21 May 2021 16:00:02 +0000 (18:00 +0200)]
Fixed naming in IDA.

3 years agoMerge pull request #12266 from bangerth/ida
Luca Heltai [Fri, 21 May 2021 15:55:23 +0000 (17:55 +0200)]
Merge pull request #12266 from bangerth/ida

Minor updates to the SUNDIALS/IDA wrappers.

3 years agoMerge pull request #12254 from luca-heltai/fix-kinsol
Luca Heltai [Fri, 21 May 2021 15:24:32 +0000 (17:24 +0200)]
Merge pull request #12254 from luca-heltai/fix-kinsol

Fix kinsol

3 years agoMerge pull request #12269 from bangerth/aligned-3
Daniel Arndt [Fri, 21 May 2021 13:11:08 +0000 (09:11 -0400)]
Merge pull request #12269 from bangerth/aligned-3

Remove a destructor now no longer necessary.

3 years agoAddressed comments by WB. 12254/head
Luca Heltai [Fri, 21 May 2021 12:59:47 +0000 (14:59 +0200)]
Addressed comments by WB.

3 years agoMerge pull request #12260 from bangerth/initlog
David Wells [Thu, 20 May 2021 23:55:20 +0000 (19:55 -0400)]
Merge pull request #12260 from bangerth/initlog

Mark a function argument as 'const'.

3 years agoRemove a destructor now no longer necessary. 12269/head
Wolfgang Bangerth [Tue, 11 May 2021 21:43:18 +0000 (15:43 -0600)]
Remove a destructor now no longer necessary.

Leave the declaration in place but =default it, so that we continue to implement
the rule of 7.

3 years agoMerge pull request #12185 from bangerth/aligned
David Wells [Thu, 20 May 2021 21:36:54 +0000 (17:36 -0400)]
Merge pull request #12185 from bangerth/aligned

AlignedVector: Move element destructors into the 'deleter' object.

3 years agoMerge pull request #12268 from jppelteret/changelogs_01
Wolfgang Bangerth [Thu, 20 May 2021 21:30:57 +0000 (15:30 -0600)]
Merge pull request #12268 from jppelteret/changelogs_01

Add three changelog entries for new tutorials.

3 years agoadded copy and move constructors / assignment operators to fix compilation issues...
Mathias Anselmann [Tue, 18 May 2021 18:40:54 +0000 (20:40 +0200)]
added copy and move constructors / assignment operators to fix compilation issues with gcc 11.1

3 years agoAdd three changelog entries for new tutorials. 12268/head
Jean-Paul Pelteret [Thu, 20 May 2021 20:01:33 +0000 (22:01 +0200)]
Add three changelog entries for new tutorials.

3 years agoMinor updates to the SUNDIALS/IDA wrappers. 12266/head
Wolfgang Bangerth [Thu, 20 May 2021 19:54:48 +0000 (13:54 -0600)]
Minor updates to the SUNDIALS/IDA wrappers.

3 years agoMark a function argument as 'const'. 12260/head
Wolfgang Bangerth [Thu, 20 May 2021 15:41:31 +0000 (09:41 -0600)]
Mark a function argument as 'const'.

3 years agoMerge pull request #12258 from gfcas/step_66_update
Wolfgang Bangerth [Thu, 20 May 2021 19:22:14 +0000 (13:22 -0600)]
Merge pull request #12258 from gfcas/step_66_update

Step 66 minor doc update

3 years agoMerge pull request #12264 from mathsen/preparation_gcc_11
Wolfgang Bangerth [Thu, 20 May 2021 19:21:06 +0000 (13:21 -0600)]
Merge pull request #12264 from mathsen/preparation_gcc_11

small changes which resulted in problems when merging a GCC 11 fix

3 years agoAdd a test. 12185/head
Wolfgang Bangerth [Tue, 11 May 2021 22:35:54 +0000 (16:35 -0600)]
Add a test.

3 years agoAdd a test.
Wolfgang Bangerth [Tue, 11 May 2021 21:31:19 +0000 (15:31 -0600)]
Add a test.

3 years agoMove element destructors into the 'deleter' object.
Wolfgang Bangerth [Tue, 11 May 2021 21:31:02 +0000 (15:31 -0600)]
Move element destructors into the 'deleter' object.

3 years agosmall changes which resulted in problems when merging a GCC 11 fix 12264/head
Mathias Anselmann [Thu, 20 May 2021 16:51:38 +0000 (18:51 +0200)]
small changes which resulted in problems when merging a GCC 11 fix

3 years agoMerge pull request #12259 from bangerth/35
David Wells [Thu, 20 May 2021 16:07:42 +0000 (12:07 -0400)]
Merge pull request #12259 from bangerth/35

Link to new image files in step-35

3 years agoPass 'true' instead of '1' for a function that takes a 'bool' argument. 12262/head
Wolfgang Bangerth [Thu, 20 May 2021 15:42:43 +0000 (09:42 -0600)]
Pass 'true' instead of '1' for a function that takes a 'bool' argument.

3 years agoUse C++11 functionality. 12261/head
Wolfgang Bangerth [Thu, 20 May 2021 15:42:08 +0000 (09:42 -0600)]
Use C++11 functionality.


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.