]>
https://gitweb.dealii.org/ - dealii.git/log
Daniel Arndt [Thu, 21 Mar 2019 05:29:10 +0000 (06:29 +0100)]
Merge pull request #7837 from masterleinad/check_scalapack_symbols
Fix SCALAPACK symbol check
Daniel Arndt [Wed, 20 Mar 2019 10:25:29 +0000 (11:25 +0100)]
Merge pull request #7807 from masterleinad/fix_msvc_cxx17_boost
Fix compiling bundled boost with MSVC and C++17
David Wells [Wed, 20 Mar 2019 02:02:33 +0000 (22:02 -0400)]
Merge pull request #7832 from tjhei/step-15-doc
step-15: small doc update
Daniel Arndt [Tue, 19 Mar 2019 20:57:40 +0000 (21:57 +0100)]
Fix SCALAPACK symbol check
Timo Heister [Tue, 19 Mar 2019 18:30:41 +0000 (12:30 -0600)]
step-15: doc update
Wolfgang Bangerth [Tue, 19 Mar 2019 16:23:55 +0000 (10:23 -0600)]
Merge pull request #7792 from drwells/fix-doc-frame-link
Fix link targets in frames.
Wolfgang Bangerth [Tue, 19 Mar 2019 15:53:48 +0000 (09:53 -0600)]
Merge pull request #7827 from masterleinad/fix_tpetra_fabs_complex
Fix Tpetra test for std::fabs without std::complex overload
Timo Heister [Tue, 19 Mar 2019 14:56:34 +0000 (08:56 -0600)]
Merge pull request #7816 from tamiko/workaround_for_ldlld
CMake: Reorganize MPI sanity check
Daniel Arndt [Tue, 19 Mar 2019 10:24:51 +0000 (11:24 +0100)]
Merge pull request #7763 from drwells/fix-dual-dof-handler-sparsity
Fix dual dof handler sparsity
Daniel Arndt [Tue, 19 Mar 2019 10:19:03 +0000 (11:19 +0100)]
Fix Tpetra test for std::fabs without std::complex overload
Daniel Arndt [Tue, 19 Mar 2019 09:57:35 +0000 (10:57 +0100)]
Merge pull request #7818 from masterleinad/apply_all_indicators_ucd_cell
Set cell manifold ids when the apply_all_indicators_to_manifold flag is used.
Daniel Arndt [Tue, 19 Mar 2019 09:57:07 +0000 (10:57 +0100)]
Merge pull request #7820 from masterleinad/check_scalapack_symbols
Check SCALAPACK symbols
Martin Kronbichler [Tue, 19 Mar 2019 08:11:55 +0000 (09:11 +0100)]
Merge pull request #7825 from Rombur/fix_no_threads
Add missing #ifdef DEAL_II_WITH_THREADS around tbb calls
Daniel Arndt [Tue, 19 Mar 2019 00:08:45 +0000 (01:08 +0100)]
Unify two symbol checks
Bruno Turcksin [Mon, 18 Mar 2019 18:40:14 +0000 (14:40 -0400)]
Add missing #ifdef DEAL_II_WITH_THREADS around tbb calls
Matthias Maier [Mon, 18 Mar 2019 18:06:20 +0000 (13:06 -0500)]
CMake: Refactor MPI sanity check into setup_finalize.cmake
Matthias Maier [Fri, 15 Mar 2019 17:20:58 +0000 (12:20 -0500)]
Revert "Only permit use of ld.lld linker when the Clang compiler is used."
This reverts commit
7ca10c52d89ec0e201320acaa9b34822d47779df .
Matthias Maier [Fri, 15 Mar 2019 17:14:45 +0000 (12:14 -0500)]
CMake: Reorganize MPI sanity check
David Wells [Wed, 27 Feb 2019 22:13:25 +0000 (17:13 -0500)]
Fix a bug in make_sparsity_pattern(dh, dh, sp).
This function relied GridTools::get_finest_common_cells which was
written before any of the parallel triangulations were implemented and
thus assumed that all cells without children were active. This commit
modifies that function to only return active cells that are also locally
owned, which fixes the sparsity pattern function.
David Wells [Wed, 27 Feb 2019 01:58:14 +0000 (20:58 -0500)]
Reflow comments.
Daniel Arndt [Mon, 18 Mar 2019 11:03:00 +0000 (12:03 +0100)]
Merge pull request #7808 from Rombur/tbb
Encapsulate the calls to tbb::parallel_for
Daniel Arndt [Sat, 16 Mar 2019 23:40:56 +0000 (00:40 +0100)]
Merge pull request #7751 from starki0815/interpolate_to_different_mesh_hp
interpolate_to_different_mesh for hp::DoFHandler
Sebastian Stark [Fri, 22 Feb 2019 13:09:35 +0000 (15:09 +0200)]
interpolate_to_different_mesh for hp::DoFHandler
Make interpolate_to_different_mesh work with hp::DoFHandler objects. Added also four tests for the implementation as well as the relevant instantiations.
Daniel Arndt [Sat, 16 Mar 2019 12:50:01 +0000 (13:50 +0100)]
Check SCALAPACK symbols
Daniel Arndt [Sat, 16 Mar 2019 00:11:58 +0000 (01:11 +0100)]
Set cell manifold ids when the apply_all_indicators_to_manifold flag is used.
Jean-Paul Pelteret [Fri, 15 Mar 2019 16:23:08 +0000 (17:23 +0100)]
Merge pull request #7815 from jppelteret/fix_linker_error
Only permit use of ld.lld linker when the Clang compiler is used.
Jean-Paul Pelteret [Fri, 15 Mar 2019 09:05:20 +0000 (10:05 +0100)]
Only permit use of ld.lld linker when the Clang compiler is used.
Fixes #7811
Bruno Turcksin [Thu, 14 Mar 2019 22:00:30 +0000 (18:00 -0400)]
Use std::lambda instead of boost::lambda
Bruno Turcksin [Thu, 14 Mar 2019 21:58:31 +0000 (17:58 -0400)]
Make clear that the predicate must be const
Bruno Turcksin [Tue, 12 Mar 2019 13:32:28 +0000 (09:32 -0400)]
Encapsulate the calls to tbb::parallel_for
Daniel Arndt [Thu, 14 Mar 2019 20:10:50 +0000 (21:10 +0100)]
Merge pull request #7810 from jppelteret/sd-symengine_cmake
Add CMake module and configuration files for SymEngine
Jean-Paul Pelteret [Thu, 14 Mar 2019 08:54:01 +0000 (09:54 +0100)]
Add CMake module and configuration files for SymEngine
Daniel Arndt [Wed, 13 Mar 2019 23:22:42 +0000 (00:22 +0100)]
Merge pull request #7803 from kronbichler/fix_matrixfree_type_traits
Fix MatrixFree::loop() for the case where VectorType is not a vector
Daniel Arndt [Wed, 13 Mar 2019 16:25:57 +0000 (17:25 +0100)]
Fix compiling bundled boost with MSVC and C++17
Daniel Arndt [Wed, 13 Mar 2019 22:24:11 +0000 (23:24 +0100)]
Merge pull request #7804 from davydden/feature/fe_eval_type_traits_5
remove unneeded assert in internal::update_ghost_values_finish()
Daniel Arndt [Wed, 13 Mar 2019 22:23:43 +0000 (23:23 +0100)]
Merge pull request #7805 from bangerth/assertion
Improve the error text of an assertion.
Wolfgang Bangerth [Wed, 13 Mar 2019 18:26:27 +0000 (12:26 -0600)]
Improve the error text of an assertion.
Denis Davydov [Wed, 13 Mar 2019 14:39:56 +0000 (15:39 +0100)]
remove unneeded assert in internal::update_ghost_values_finish()
Martin Kronbichler [Wed, 13 Mar 2019 16:16:04 +0000 (17:16 +0100)]
Fix MatrixFree::loop() for the case where VectorType is not a vector
Timo Heister [Tue, 12 Mar 2019 20:18:14 +0000 (16:18 -0400)]
Merge pull request #7800 from masterleinad/update_msvc
Update allowed MSVC version in bundled boost
David Wells [Tue, 12 Mar 2019 17:02:16 +0000 (13:02 -0400)]
Merge pull request #7798 from drwells/remove-make_slice
Remove make slice
Daniel Arndt [Tue, 12 Mar 2019 16:02:16 +0000 (17:02 +0100)]
Update allowed MSVC version in bundled boost
Jean-Paul Pelteret [Tue, 12 Mar 2019 15:33:03 +0000 (16:33 +0100)]
Merge pull request #7799 from bangerth/doc
Update documentation of class Vector.
Wolfgang Bangerth [Tue, 12 Mar 2019 04:59:07 +0000 (22:59 -0600)]
Update documentation of class Vector.
David Wells [Mon, 11 Mar 2019 19:35:27 +0000 (15:35 -0400)]
Excise remaining inclusions of vector_slice.h.
Wolfgang Bangerth [Tue, 12 Mar 2019 04:25:01 +0000 (22:25 -0600)]
Merge pull request #7777 from marcfehling/p-flags
Introduced p-refinement and p-coarsening flags.
Wolfgang Bangerth [Tue, 12 Mar 2019 04:21:45 +0000 (22:21 -0600)]
Merge pull request #7776 from marcfehling/signals-repartition
Signals for p::d::Triangulation::repartition.
David Wells [Tue, 12 Mar 2019 02:23:03 +0000 (22:23 -0400)]
Merge pull request #7797 from masterleinad/fix_warnings_convert_to_pattern
Fix warnings in Convert::to_pattern()
David Wells [Mon, 11 Mar 2019 19:32:21 +0000 (15:32 -0400)]
Excise remaining calls to VectorSlice.
Wolfgang Bangerth [Mon, 11 Mar 2019 18:37:06 +0000 (12:37 -0600)]
Merge pull request #7795 from tjhei/use_lld
enable lld linker if available
Daniel Arndt [Mon, 11 Mar 2019 17:56:31 +0000 (18:56 +0100)]
Fix warnings in Convert::to_pattern()
Timo Heister [Mon, 11 Mar 2019 13:48:48 +0000 (09:48 -0400)]
enable lld linker if available
Marc Fehling [Thu, 21 Feb 2019 07:12:36 +0000 (08:12 +0100)]
Introduced p-refinement and p-coarsening flags.
David Wells [Sat, 9 Mar 2019 15:26:53 +0000 (10:26 -0500)]
Fix link targets in frames.
The first link is currently unclickable and it should have
'target="body"' anyway since it should not be framed.
The second link works but it should not be framed.
Daniel Arndt [Sat, 9 Mar 2019 00:41:35 +0000 (00:41 +0000)]
Merge pull request #7787 from davydden/feature/fe_eval_type_traits_4
add and use type traits for data exchange in matrix-free
David Wells [Fri, 8 Mar 2019 21:49:57 +0000 (16:49 -0500)]
Merge pull request #7791 from kronbichler/fix_mg_dof_renumbering
Fix renumbering of level dofs for FE_Q
Denis Davydov [Thu, 7 Mar 2019 08:33:00 +0000 (09:33 +0100)]
streamline treatment of block and non-block vectors in MatrixFree using updated VectorDataExchange
Denis Davydov [Thu, 7 Mar 2019 08:29:28 +0000 (09:29 +0100)]
use type-traits to generalize VectorDataExchange
Denis Davydov [Wed, 6 Mar 2019 16:52:18 +0000 (17:52 +0100)]
add internal type-traits to be used with VectorDataExchange of matrix-free framework
Martin Kronbichler [Fri, 8 Mar 2019 18:13:14 +0000 (19:13 +0100)]
Add changelog
Martin Kronbichler [Fri, 8 Mar 2019 18:13:06 +0000 (19:13 +0100)]
Fix renumbering of mg dofs for FE_Q
Bruno Turcksin [Fri, 8 Mar 2019 14:02:52 +0000 (09:02 -0500)]
Merge pull request #7785 from Rombur/cuda_add_and_dot
Fix a bug in cuda add_and_dot
Bruno Turcksin [Wed, 6 Mar 2019 22:48:18 +0000 (22:48 +0000)]
Fix a bug where add_and_dot was giving the wrong results if the vector size was
greater than 4096
Bruno Turcksin [Fri, 8 Mar 2019 13:52:23 +0000 (08:52 -0500)]
Merge pull request #7760 from masterleinad/fix_compiling_sacado_cuda
Fix compiling with Sacado and CUDA
Daniel Arndt [Thu, 7 Mar 2019 23:29:08 +0000 (00:29 +0100)]
Merge pull request #7789 from tjhei/valgrind_warn
fix uninitialized reads
Daniel Arndt [Thu, 7 Mar 2019 22:02:39 +0000 (23:02 +0100)]
Merge pull request #7786 from luca-heltai/demangle
Type to string.
Timo Heister [Thu, 7 Mar 2019 20:25:00 +0000 (13:25 -0700)]
fix uninitialized reads
valgrind warns about uninitialized reads in the following two MPI
functions. The totals are only available on rank 0. Note that the value
doesn't matter as the results will be thrown away for rank !=0.
Martin Kronbichler [Thu, 7 Mar 2019 16:14:00 +0000 (17:14 +0100)]
Merge pull request #7782 from davydden/feature/fe_eval_type_traits_3
add and use more type traits in FEEvaluation
Luca Heltai [Thu, 7 Mar 2019 14:51:44 +0000 (15:51 +0100)]
Type to string.
Denis Davydov [Wed, 6 Mar 2019 18:27:20 +0000 (19:27 +0100)]
Merge pull request #7781 from kronbichler/manifold_fixes
Two small manifold fixes
Denis Davydov [Wed, 6 Mar 2019 12:43:08 +0000 (13:43 +0100)]
add LA::d::Vector::set_ghost_state() and use it in VectorDataExchange::update_ghost_values_finish() to allow reading from ghosts in LA::d::Vector::local_element() const
Denis Davydov [Tue, 5 Mar 2019 18:24:58 +0000 (19:24 +0100)]
add more vector_access_XYZ internal function in FEEvaluation and improve const-correctness of reader class
Jean-Paul Pelteret [Wed, 6 Mar 2019 12:35:35 +0000 (13:35 +0100)]
Merge pull request #7783 from kronbichler/fix_changelog_dates
Fix file name date in two changelog entries
Martin Kronbichler [Wed, 6 Mar 2019 11:20:30 +0000 (12:20 +0100)]
Fix date markup for changelog.
Martin Kronbichler [Wed, 6 Mar 2019 11:09:06 +0000 (12:09 +0100)]
Fix file name date in two changelog entries
Denis Davydov [Tue, 5 Mar 2019 14:13:53 +0000 (15:13 +0100)]
add two more type traits to FEEvaluation
Martin Kronbichler [Tue, 5 Mar 2019 17:47:19 +0000 (18:47 +0100)]
Add changelogs
Martin Kronbichler [Tue, 5 Mar 2019 17:41:56 +0000 (18:41 +0100)]
Add test for EllipticalManifold::push_forward_gradient
Martin Kronbichler [Tue, 5 Mar 2019 17:41:39 +0000 (18:41 +0100)]
Add test for cylindrical manifold
Martin Kronbichler [Tue, 5 Mar 2019 17:41:11 +0000 (18:41 +0100)]
Fix CylindricalManifold::get_new_point
Martin Kronbichler [Tue, 5 Mar 2019 17:40:11 +0000 (18:40 +0100)]
Fix EllipticalManifold::push_forward_gradient
Martin Kronbichler [Tue, 5 Mar 2019 17:39:31 +0000 (18:39 +0100)]
Fix documentation of cylindrical manifold
Wolfgang Bangerth [Tue, 5 Mar 2019 15:17:24 +0000 (08:17 -0700)]
Merge pull request #7767 from marcfehling/fe-hierarchy
Added hierarchy to hp::FECollection.
Marc Fehling [Mon, 4 Mar 2019 23:05:15 +0000 (00:05 +0100)]
Explicitly set noexcept specifier for move constructor.
Marc Fehling [Mon, 4 Mar 2019 21:39:52 +0000 (22:39 +0100)]
Call post_distributed signals in the end of 'execute_coarsening_and_refinement' and 'repartition'.
Marc Fehling [Thu, 7 Feb 2019 23:59:12 +0000 (00:59 +0100)]
Added 'repartition' signals. Attached 'active_fe_transfer' functions to them.
Marc Fehling [Tue, 26 Feb 2019 15:34:09 +0000 (16:34 +0100)]
Added hierarchy to hp::FECollection.
Daniel Arndt [Mon, 4 Mar 2019 11:57:24 +0000 (12:57 +0100)]
Merge pull request #7775 from masterleinad/codim_material_id_manifold
Fix inteference if material_id with the manifold object in the codimension case
Daniel Arndt [Sun, 3 Mar 2019 14:50:29 +0000 (15:50 +0100)]
Merge pull request #7770 from bangerth/decompress
Convert a few explicit loops to range-based for loops.
Daniel Arndt [Sun, 3 Mar 2019 13:42:25 +0000 (14:42 +0100)]
Move the TODO
David Wells [Sun, 3 Mar 2019 03:46:17 +0000 (22:46 -0500)]
Merge pull request #7773 from marcfehling/feidx-policy
hp::DoFHandler::ActiveFEIndicesTransfer: Separate work from memory management
Bruno Turcksin [Sat, 2 Mar 2019 23:31:47 +0000 (18:31 -0500)]
Merge pull request #7180 from masterleinad/switch_to_tpetra
Implement TpetraWrappers::Vector
Daniel Arndt [Sat, 2 Mar 2019 20:10:24 +0000 (21:10 +0100)]
Fix inteference if material_id with the manifold object in the codimension case
Wolfgang Bangerth [Sat, 2 Mar 2019 20:03:50 +0000 (13:03 -0700)]
Merge pull request #7717 from marcfehling/set-fe-3
Added 'set_fe' functionality to DoFHandlers.
Daniel Arndt [Sat, 2 Mar 2019 16:16:12 +0000 (17:16 +0100)]
Document the execution space some more
Daniel Arndt [Sat, 2 Mar 2019 15:05:05 +0000 (16:05 +0100)]
Merge pull request #7772 from tjhei/old_gcc_bb_bug
work around gcc 4.8.5 behavior in GridTools::Cache
Marc Fehling [Fri, 1 Mar 2019 18:17:29 +0000 (19:17 +0100)]
hp::DoFHandler::ActiveFEIndicesTransfer: Separate work from memory management.
Timo Heister [Fri, 1 Mar 2019 17:00:40 +0000 (10:00 -0700)]
work around gcc 4.8.5 behavior in GridTools::Cache
fixes #7771
Daniel Arndt [Fri, 1 Mar 2019 09:04:42 +0000 (10:04 +0100)]
Merge pull request #7769 from rezarastak/quadrature_point_data_comment_fix
Out of date description of quadrature_point_data test fixed
Wolfgang Bangerth [Fri, 1 Mar 2019 07:10:36 +0000 (00:10 -0700)]
Convert a few explicit loops to range-based for loops.
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.