]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Wed, 27 May 2020 21:34:48 +0000 (17:34 -0400)]
documentation fixes
Timo Heister [Wed, 27 May 2020 21:08:30 +0000 (17:08 -0400)]
update examples and tests
Timo Heister [Tue, 26 May 2020 16:12:43 +0000 (12:12 -0400)]
matrix-free: do not use bool args
- replace evaluate*, integrate* calls in FEEvaluation
Matthias Maier [Wed, 27 May 2020 16:52:38 +0000 (11:52 -0500)]
Merge pull request #10165 from tjhei/p4est-bug-only-debug
let tests/mpi/p4est_bug_01 only run in debug mode
Wolfgang Bangerth [Wed, 27 May 2020 15:24:13 +0000 (17:24 +0200)]
Merge pull request #10384 from tamiko/fix_thread_tests
export "DEAL_II_WITH_THREADS" in deal.IIConfig.cmake
Wolfgang Bangerth [Wed, 27 May 2020 15:22:43 +0000 (17:22 +0200)]
Merge pull request #10385 from tjhei/doxygen_tbb_define
fix doxygen export of DEAL_II_WITH_TBB/CPP_TASKFLOW
Timo Heister [Wed, 27 May 2020 14:39:35 +0000 (10:39 -0400)]
fix doxygen export of DEAL_II_WITH_TBB/CPP_TASKFLOW
surprising to see the typo in DEAL_II_WITH_THREADS.
Matthias Maier [Wed, 27 May 2020 14:37:16 +0000 (09:37 -0500)]
export "DEAL_II_WITH_THREADS" in deal.IIConfig.cmake
Matthias Maier [Wed, 27 May 2020 14:12:47 +0000 (09:12 -0500)]
Merge pull request #10380 from MarcusCalhoun-Lopez/macos_fix
Find correct FindBoost.cmake on case-insensitive fs
David Wells [Wed, 27 May 2020 14:03:31 +0000 (10:03 -0400)]
Merge pull request #10377 from bangerth/task
Improve documentation of Threads::Task.
Wolfgang Bangerth [Wed, 27 May 2020 13:08:32 +0000 (15:08 +0200)]
Merge pull request #10379 from masterleinad/simplify_lambda_initializer
Simplify C++14 lambda initializers
Wolfgang Bangerth [Wed, 27 May 2020 13:05:17 +0000 (15:05 +0200)]
Merge pull request #10327 from tamiko/thread_cleanup-2
CMake: decouple thread setup, add taskflow library
Wolfgang Bangerth [Wed, 27 May 2020 00:11:53 +0000 (18:11 -0600)]
Improve documentation of Threads::Task.
Daniel Arndt [Wed, 27 May 2020 05:18:55 +0000 (01:18 -0400)]
Merge pull request #10378 from bangerth/opeq
Daniel Arndt [Wed, 27 May 2020 04:56:31 +0000 (00:56 -0400)]
Merge pull request #10372 from bangerth/route
Matthias Maier [Wed, 27 May 2020 04:26:42 +0000 (23:26 -0500)]
Merge pull request #10368 from bangerth/69
Hook in videos of second-order results for step-69.
Marcus Calhoun-Lopez [Wed, 27 May 2020 04:00:18 +0000 (21:00 -0700)]
Find correct FindBoost.cmake on case-insensitive fs
Matthias Maier [Wed, 27 May 2020 03:43:11 +0000 (22:43 -0500)]
address review comments
Matthias Maier [Tue, 26 May 2020 17:08:00 +0000 (12:08 -0500)]
update config.h.in
Matthias Maier [Mon, 25 May 2020 19:35:19 +0000 (14:35 -0500)]
rename directory
Matthias Maier [Mon, 25 May 2020 19:33:33 +0000 (14:33 -0500)]
fix docu
Matthias Maier [Mon, 25 May 2020 17:20:25 +0000 (12:20 -0500)]
fix rename leftovers
Matthias Maier [Sat, 23 May 2020 07:14:00 +0000 (02:14 -0500)]
CMake: Add a bundled taskflow library and facility to search for external one
Matthias Maier [Sat, 23 May 2020 05:25:47 +0000 (00:25 -0500)]
CMake: Remove obsolete threading setup
Daniel Arndt [Wed, 27 May 2020 03:14:18 +0000 (23:14 -0400)]
Simplify C++14 lambda initializers
David Wells [Wed, 27 May 2020 02:57:30 +0000 (22:57 -0400)]
Merge pull request #10373 from bangerth/members
Move member functions of an internal class outside the class declaration
David Wells [Wed, 27 May 2020 02:52:38 +0000 (22:52 -0400)]
Merge pull request #10375 from krishnakumarg1984/krishna_fix_10365
removes an unnecessary edge in tutorial dependency graph
David Wells [Wed, 27 May 2020 02:52:07 +0000 (22:52 -0400)]
Merge pull request #10371 from bangerth/doc
Better document Threads::new_task.
Wolfgang Bangerth [Wed, 27 May 2020 00:37:42 +0000 (18:37 -0600)]
Add changelog entry.
Wolfgang Bangerth [Wed, 27 May 2020 00:35:04 +0000 (18:35 -0600)]
Remove Task::operator==.
I don't see how to implement in the scheme I have in my head, and it's hard to see
why anyone would want to use it to begin with.
Krishnakumar Gopalakrishnan [Wed, 27 May 2020 00:05:05 +0000 (01:05 +0100)]
removes an unnecessary edge in tutorial dependency graph
Wolfgang Bangerth [Tue, 26 May 2020 23:31:28 +0000 (17:31 -0600)]
Move member functions of an internal class outside the class declaration.
Wolfgang Bangerth [Tue, 26 May 2020 23:15:43 +0000 (17:15 -0600)]
Route all variations of Threads::new_task() through one instance.
Right now, there are two that are the end points of all overloads. Reduce this to one
to make some further clean-ups simpler.
Daniel Arndt [Tue, 26 May 2020 22:38:45 +0000 (18:38 -0400)]
Merge pull request #10367 from masterleinad/msvc_warnings_errors
Wolfgang Bangerth [Tue, 26 May 2020 22:31:48 +0000 (16:31 -0600)]
Better document Threads::new_task.
Wolfgang Bangerth [Tue, 26 May 2020 21:22:49 +0000 (23:22 +0200)]
Merge pull request #10357 from peterrum/gridinfo_add_some_docu
Add missing docu to GeometryInfo
Timo Heister [Tue, 26 May 2020 20:59:43 +0000 (16:59 -0400)]
Merge pull request #10355 from bangerth/70-ref
Use @cite style for references in step-70.
Wolfgang Bangerth [Mon, 25 May 2020 03:17:32 +0000 (21:17 -0600)]
Use @cite style for references in step-70.
Wolfgang Bangerth [Tue, 26 May 2020 20:20:44 +0000 (14:20 -0600)]
Hook in videos of second-order results for step-69.
Daniel Arndt [Mon, 25 May 2020 20:18:10 +0000 (16:18 -0400)]
Compile MSVC testers with warnings as errors
Daniel Arndt [Tue, 26 May 2020 19:26:09 +0000 (15:26 -0400)]
Merge pull request #10359 from peterrum/set_bit_fix_warning
Wolfgang Bangerth [Tue, 26 May 2020 19:06:10 +0000 (21:06 +0200)]
Merge pull request #10362 from gassmoeller/introduce_particle_signals
Add particle handler signal particle_lost
Matthias Maier [Tue, 26 May 2020 16:58:05 +0000 (11:58 -0500)]
Merge pull request #10360 from masterleinad/cpp20-compatibility-cleaned
Fix compiling with clang-10 with C++20 support
Peter Munch [Mon, 25 May 2020 19:46:12 +0000 (21:46 +0200)]
Fix warning in set_bit
Rene Gassmoeller [Tue, 26 May 2020 15:15:24 +0000 (08:15 -0700)]
Improve documentation
Daniel Arndt [Tue, 26 May 2020 14:37:21 +0000 (10:37 -0400)]
Remove unnecessary assertion
Bruno Turcksin [Tue, 26 May 2020 13:11:03 +0000 (09:11 -0400)]
Merge pull request #10268 from peterrum/dofaccessor_get_set_dof_indices
Daniel Arndt [Tue, 26 May 2020 12:45:37 +0000 (08:45 -0400)]
Add another comparison operator
Daniel Arndt [Tue, 26 May 2020 04:22:08 +0000 (00:22 -0400)]
Avoid using non-public members
Daniel Arndt [Tue, 26 May 2020 02:24:55 +0000 (22:24 -0400)]
Fix test
Rene Gassmoeller [Mon, 25 May 2020 22:12:13 +0000 (15:12 -0700)]
Add particle handler signal and test.
Matthias Maier [Mon, 25 May 2020 03:49:59 +0000 (22:49 -0500)]
Fix compiling with clang-10 with C++20 support
Peter Munch [Mon, 25 May 2020 14:44:56 +0000 (16:44 +0200)]
Add missing docu to GeometryInfo
Martin Kronbichler [Mon, 25 May 2020 10:18:57 +0000 (12:18 +0200)]
Merge pull request #10337 from luca-heltai/pack_rtree_of_indices
pack_rtree_of_indices().
Martin Kronbichler [Mon, 25 May 2020 10:17:19 +0000 (12:17 +0200)]
Merge pull request #10352 from bangerth/gsl
Ensure that a test is only run when its dependencies are satisfied.
Martin Kronbichler [Mon, 25 May 2020 10:16:48 +0000 (12:16 +0200)]
Merge pull request #10356 from tamiko/cmake_fixes
CMake: Refactor C++17 bessel function support into separate check
Luca Heltai [Mon, 25 May 2020 07:29:03 +0000 (09:29 +0200)]
Fixed typo.
Matthias Maier [Mon, 25 May 2020 04:39:41 +0000 (23:39 -0500)]
Merge pull request #10354 from drwells/more-cxx14-docs
More cxx14 docs
Matthias Maier [Mon, 25 May 2020 04:32:58 +0000 (23:32 -0500)]
while at it also unify variable naming and reindent the file
Matthias Maier [Mon, 25 May 2020 04:27:46 +0000 (23:27 -0500)]
CMake: Refactor C++17 bessel function support into separate check
David Wells [Mon, 25 May 2020 01:13:17 +0000 (21:13 -0400)]
Remove some unused CMake code.
Now that we require C++14 neither of these is necessary.
David Wells [Mon, 25 May 2020 01:12:54 +0000 (21:12 -0400)]
Clean up some more C++14 documentation.
Daniel Arndt [Mon, 25 May 2020 00:53:42 +0000 (20:53 -0400)]
Merge pull request #10347 from tamiko/cosmetic_change
Daniel Arndt [Mon, 25 May 2020 00:51:23 +0000 (20:51 -0400)]
Merge pull request #10346 from tamiko/cmake_cpp_configuration
Wolfgang Bangerth [Sun, 24 May 2020 23:34:44 +0000 (17:34 -0600)]
Ensure that a test is only run when its dependencies are satisfied.
Specifically, this test requires the GSL.
Martin Kronbichler [Sun, 24 May 2020 20:16:55 +0000 (22:16 +0200)]
Merge pull request #10341 from tamiko/fix_scalapack_test
CMake: Bugfix: Run symbol check (using C compiler) without CXXFLAGS
Matthias Maier [Sun, 24 May 2020 18:03:17 +0000 (13:03 -0500)]
CMake: Record C++ standard support level in detailed.log
Matthias Maier [Sun, 24 May 2020 17:31:38 +0000 (12:31 -0500)]
introduce DEAL_II_HAVE_CXX20 check
Matthias Maier [Sun, 24 May 2020 17:16:01 +0000 (12:16 -0500)]
fix comment
Matthias Maier [Sun, 24 May 2020 17:02:36 +0000 (12:02 -0500)]
base/std_cxx17: Make selection of boost/std a configure time constant
Closes #10340
Matthias Maier [Sun, 24 May 2020 16:48:37 +0000 (11:48 -0500)]
Merge pull request #10345 from bangerth/64-bit
Fix 64-bit compilation.
Matthias Maier [Sun, 24 May 2020 16:47:25 +0000 (11:47 -0500)]
Merge pull request #10344 from bangerth/fixes
C++14 updates to a couple of tutorials.
Wolfgang Bangerth [Sun, 24 May 2020 15:15:15 +0000 (09:15 -0600)]
Fix 64-bit compilation.
Wolfgang Bangerth [Sun, 24 May 2020 14:45:35 +0000 (08:45 -0600)]
C++14 updates to a couple of tutorials.
Martin Kronbichler [Sun, 24 May 2020 13:07:39 +0000 (15:07 +0200)]
Merge pull request #10320 from bangerth/n_particles_per_cell
Update ParticleHandler::n_particles_in_cell().
Martin Kronbichler [Sun, 24 May 2020 13:06:57 +0000 (15:06 +0200)]
Merge pull request #10309 from marcfehling/fix-sibling
Bugfix: hp::Refinement::choose_p_over_h() in parallel
David Wells [Sun, 24 May 2020 12:50:28 +0000 (08:50 -0400)]
Merge pull request #10338 from tamiko/cpp14-cleanup
C++14 cleanup part 1: deprecate headers, do not use wrapper namespace
Matthias Maier [Sun, 24 May 2020 05:58:21 +0000 (00:58 -0500)]
CMake: Bugfix: Run symbol check (using C compiler) without CXXFLAGS
Matthias Maier [Sun, 24 May 2020 04:58:05 +0000 (23:58 -0500)]
C++14 cleanup: fix up includes
Matthias Maier [Sun, 24 May 2020 05:00:50 +0000 (00:00 -0500)]
C++14 cleanup: do not use wrapper namespace
Martin Kronbichler [Sun, 24 May 2020 05:22:40 +0000 (07:22 +0200)]
Merge pull request #10336 from peterrum/mastrixfree_si_instantiation
Remove redundant instantiation of ShapeInfo
Matthias Maier [Sun, 24 May 2020 04:38:16 +0000 (23:38 -0500)]
C++14 cleanup: deprecate headers
David Wells [Sun, 24 May 2020 00:00:03 +0000 (20:00 -0400)]
Merge pull request #10326 from peterrum/orientation_rotation_flip
Orientation rotation flip
David Wells [Sat, 23 May 2020 23:59:31 +0000 (19:59 -0400)]
Merge pull request #10325 from peterrum/vertex_line_quad_index
Generalize vertex/line/quad_index
Matthias Maier [Sat, 23 May 2020 23:17:40 +0000 (18:17 -0500)]
Merge pull request #10307 from tamiko/c++14-cleanup
Require C++14, massive CMake cleanup
Peter Munch [Sat, 23 May 2020 23:02:49 +0000 (01:02 +0200)]
Remove redundant instantiation of ShapeInfo
Marc Fehling [Thu, 21 May 2020 20:56:56 +0000 (22:56 +0200)]
Bugfix: hp::Refinement::choose_p_over_h() in parallel
Luca Heltai [Sat, 23 May 2020 22:41:36 +0000 (00:41 +0200)]
pack_rtree_of_indices().
Martin Kronbichler [Sat, 23 May 2020 20:15:35 +0000 (22:15 +0200)]
Merge pull request #10305 from bangerth/70
step-70: Rewrite the motivation for particles.
Martin Kronbichler [Sat, 23 May 2020 20:14:09 +0000 (22:14 +0200)]
Merge pull request #10332 from kronbichler/update_documentation
Correct documentation of a MatrixFree additional data parameter
Wolfgang Bangerth [Fri, 22 May 2020 01:49:18 +0000 (19:49 -0600)]
step-70: Rewrite a the motivation for particles.
Matthias Maier [Fri, 22 May 2020 21:33:31 +0000 (16:33 -0500)]
unify check
We had another DEAL_II_CONSTEXPR_BUG check in our CMake configuration.
Let's just use DEAL_II_CXX14_CONSTEXPR_BUG instead.
Matthias Maier [Fri, 22 May 2020 19:06:07 +0000 (14:06 -0500)]
bugfix
Matthias Maier [Fri, 22 May 2020 17:53:42 +0000 (12:53 -0500)]
make MSVC happy
Matthias Maier [Fri, 22 May 2020 17:34:28 +0000 (12:34 -0500)]
improve automagic a bit
Matthias Maier [Fri, 22 May 2020 15:13:57 +0000 (10:13 -0500)]
make the clang-tidy happy again (new standard, new warnings)
Matthias Maier [Fri, 22 May 2020 14:45:19 +0000 (09:45 -0500)]
also update config.h.in
Matthias Maier [Fri, 22 May 2020 14:37:20 +0000 (09:37 -0500)]
CMake: try to be more friendly and export DEAL_II_WITH_CXX17 in deal.IIConfig.cmake
Matthias Maier [Fri, 22 May 2020 14:24:23 +0000 (09:24 -0500)]
address review comments
Matthias Maier [Fri, 22 May 2020 05:01:08 +0000 (00:01 -0500)]
CMake: Put [[deprecated]] checks back in place
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.