]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Fri, 8 May 2020 18:05:28 +0000 (14:05 -0400)]
update copyright years
Timo Heister [Fri, 8 May 2020 17:10:31 +0000 (13:10 -0400)]
Merge pull request #10091 from tjhei/boost_bind_warning
hide boost deprecation warning with 1.73
Daniel Arndt [Fri, 8 May 2020 16:32:55 +0000 (12:32 -0400)]
Merge pull request #10089 from tjhei/fix_boost_1.73
Martin Kronbichler [Fri, 8 May 2020 15:41:19 +0000 (17:41 +0200)]
Merge pull request #10012 from kronbichler/mf_group_cells
Group cells by parents in matrix-free setup
Martin Kronbichler [Fri, 8 May 2020 15:24:27 +0000 (17:24 +0200)]
Merge pull request #10079 from nfehn/manifolds
correct docu of GridTools::transform() and GridGenerator::cylinder()
Timo Heister [Fri, 8 May 2020 15:07:06 +0000 (11:07 -0400)]
Merge pull request #10076 from tamiko/fix_query_testsuite_script
contrib/utilities/query_testsuite: modernize
Timo Heister [Fri, 8 May 2020 14:54:48 +0000 (10:54 -0400)]
hide boost deprecation warning with 1.73
boost 1.73 deprecated boost/bind.hpp but uses it internally. Defining
this macro silences the warnings.
fixes #10090
Timo Heister [Fri, 8 May 2020 14:30:27 +0000 (10:30 -0400)]
remove boost include to fix compilation
fixes #10088
Daniel Arndt [Fri, 8 May 2020 12:55:14 +0000 (08:55 -0400)]
Merge pull request #10067 from tamiko/fix_a_test_8
Daniel Arndt [Fri, 8 May 2020 12:38:27 +0000 (08:38 -0400)]
Merge pull request #10083 from kronbichler/fix_tests-2
Martin Kronbichler [Fri, 8 May 2020 11:27:58 +0000 (13:27 +0200)]
Merge pull request #10080 from kronbichler/fix_step-37-inhomogeneous
Undo accidental change in test result file with LAPACK
Niklas Fehn [Fri, 8 May 2020 05:47:15 +0000 (07:47 +0200)]
correct docu of GridTools::transform() and GridGenerator::cylinder()
Martin Kronbichler [Fri, 8 May 2020 10:28:05 +0000 (12:28 +0200)]
Merge pull request #9948 from peterrum/coarse_cell_index_to_coarse_cell_id_private
Make coarse_cell_*_to_coarse_cell_* private
Martin Kronbichler [Fri, 8 May 2020 10:02:21 +0000 (12:02 +0200)]
Merge pull request #10077 from bangerth/upload
Minor update to the section on uploading test results.
Martin Kronbichler [Fri, 8 May 2020 10:00:42 +0000 (12:00 +0200)]
Merge pull request #10081 from nfehn/merge_triangulations
merge_triangulations(): reformulate documentation
Martin Kronbichler [Fri, 8 May 2020 07:08:39 +0000 (09:08 +0200)]
Make a few tests check what they are supposed to
Niklas Fehn [Fri, 8 May 2020 06:04:05 +0000 (08:04 +0200)]
merge_triangulations(): formulate documentation in a way that keeping the manifolds is the expected default behavior
Martin Kronbichler [Fri, 8 May 2020 05:57:04 +0000 (07:57 +0200)]
Undo accidental change in test result file with LAPACK
Martin Kronbichler [Fri, 8 May 2020 05:46:06 +0000 (07:46 +0200)]
Merge pull request #10069 from tamiko/fix_a_test_10
base/utilities_pack_unpack_07: Add a variant for clang-10/libc++
Martin Kronbichler [Fri, 8 May 2020 05:45:32 +0000 (07:45 +0200)]
Merge pull request #10070 from tamiko/fix_a_test_11
arpack/step-36_ar_shift: use solver_within_range macro
Martin Kronbichler [Fri, 8 May 2020 05:45:01 +0000 (07:45 +0200)]
Merge pull request #10071 from tamiko/fix_a_test_12
adolc/helper_tape_index_01: Increase tolerance
Jean-Paul Pelteret [Fri, 8 May 2020 05:18:13 +0000 (07:18 +0200)]
Merge pull request #10068 from tamiko/fix_a_test_9
symengine/batch_optimizer: Add output variants
Martin Kronbichler [Fri, 8 May 2020 05:05:39 +0000 (07:05 +0200)]
Merge pull request #10078 from bangerth/typo
Fix a grammar error.
Wolfgang Bangerth [Fri, 8 May 2020 04:21:54 +0000 (22:21 -0600)]
Fix a grammar error.
Wolfgang Bangerth [Fri, 8 May 2020 03:44:57 +0000 (21:44 -0600)]
Minor update to the section on uploading test results.
Daniel Arndt [Fri, 8 May 2020 03:35:32 +0000 (23:35 -0400)]
Merge pull request #10074 from drwells/double-word-typos-2
Daniel Arndt [Fri, 8 May 2020 03:35:15 +0000 (23:35 -0400)]
Merge pull request #10075 from drwells/run-codespell
Matthias Maier [Fri, 8 May 2020 03:10:33 +0000 (22:10 -0500)]
reverse sorting
Matthias Maier [Fri, 8 May 2020 03:06:26 +0000 (22:06 -0500)]
improve script description - every script deserves to be loved
Matthias Maier [Fri, 8 May 2020 03:02:37 +0000 (22:02 -0500)]
add a helpful error message
Matthias Maier [Fri, 8 May 2020 02:51:45 +0000 (21:51 -0500)]
update script to new api/v1 interface
David Wells [Fri, 8 May 2020 02:05:29 +0000 (22:05 -0400)]
Run codespell.
David Wells [Fri, 8 May 2020 01:36:11 +0000 (21:36 -0400)]
Remove double word typos.
Matthias Maier [Thu, 7 May 2020 23:44:46 +0000 (18:44 -0500)]
adolc/helper_tape_index_01: Increase tolerance
Matthias Maier [Thu, 7 May 2020 23:39:38 +0000 (18:39 -0500)]
arpack/step-36_ar_shift: use solver_within_range macro
Matthias Maier [Thu, 7 May 2020 23:27:20 +0000 (18:27 -0500)]
Merge pull request #10046 from bangerth/vec
Augment the documentation of operator<< for Vector.
Matthias Maier [Thu, 7 May 2020 23:25:51 +0000 (18:25 -0500)]
Merge pull request #10047 from bangerth/cxx
Better document C++11/14/17/20.
Matthias Maier [Thu, 7 May 2020 23:24:11 +0000 (18:24 -0500)]
Merge pull request #10062 from kronbichler/fix_read_dof_values_plain
Fix bug in FEFaceEvaluation::read_dof_values_plain
Matthias Maier [Thu, 7 May 2020 23:22:45 +0000 (18:22 -0500)]
Merge pull request #10066 from jppelteret/sd-llvm_patch_01
Disable a fallback option in the BatchOptimizer
Matthias Maier [Thu, 7 May 2020 23:18:52 +0000 (18:18 -0500)]
base/utilities_pack_unpack_07: Add a variant for clang-10/libc++
Unfortunately, the compression level changes significantly for
clang-10/libc++. Add an output variant
Matthias Maier [Thu, 7 May 2020 23:10:04 +0000 (18:10 -0500)]
symengine/batch_optimizer: Add output variants
Depending on architecture these tests produce slightly different results
with a relative error of just above 1e-6. Fix this by providing output
variants for clang-10 with libc++
Matthias Maier [Thu, 7 May 2020 22:35:54 +0000 (17:35 -0500)]
symengine/batch_optimizer: Increase number of printed digits
We need to output more digits here in order for numdiff to take effect.
Jean-Paul Pelteret [Thu, 7 May 2020 21:58:07 +0000 (23:58 +0200)]
Disable a fallback option in the BatchOptimizer
This is what is promised in the documentation, and I forgot to change the behaviour everywhere.
Daniel Arndt [Thu, 7 May 2020 21:13:09 +0000 (17:13 -0400)]
Merge pull request #10056 from jppelteret/fevalues_dof_idx_rbl-tuts
Bruno Turcksin [Thu, 7 May 2020 20:13:03 +0000 (16:13 -0400)]
Merge pull request #10063 from jppelteret/sd-doc_04
Daniel Arndt [Thu, 7 May 2020 20:06:23 +0000 (16:06 -0400)]
Merge pull request #10050 from rezarastak/mark_lapack
Peter Munch [Thu, 7 May 2020 19:17:11 +0000 (21:17 +0200)]
Merge pull request #10053 from Rombur/overlap_comm
CUDA matrix-free: overlap communication and computation
Martin Kronbichler [Thu, 7 May 2020 15:08:41 +0000 (17:08 +0200)]
Changelog
Martin Kronbichler [Thu, 7 May 2020 15:08:31 +0000 (17:08 +0200)]
Test case
Jean-Paul Pelteret [Thu, 7 May 2020 06:23:05 +0000 (08:23 +0200)]
Convert step-44 to use FEValues range based loops
Jean-Paul Pelteret [Thu, 7 May 2020 17:19:16 +0000 (19:19 +0200)]
Improve documentation of a BatchOptimizer function
Reza Rastak [Wed, 6 May 2020 23:29:09 +0000 (16:29 -0700)]
Some tests depend on lapack
Martin Kronbichler [Thu, 7 May 2020 15:20:18 +0000 (17:20 +0200)]
Merge pull request #10059 from bangerth/changelog
Add a changelog entry.
Martin Kronbichler [Thu, 7 May 2020 15:08:18 +0000 (17:08 +0200)]
Fix bug in FEFaceEvaluation::read_dof_values_plain
Luca Heltai [Thu, 7 May 2020 14:06:36 +0000 (16:06 +0200)]
Merge pull request #9978 from mwichro/fix_FE_interface_for_mg
Fix FEInterface for MG support
Bruno Turcksin [Thu, 7 May 2020 01:45:51 +0000 (21:45 -0400)]
Add changelog entry
Bruno Turcksin [Wed, 15 Apr 2020 02:08:59 +0000 (02:08 +0000)]
Overlap communication and computation
Bruno Turcksin [Tue, 21 Apr 2020 18:23:13 +0000 (18:23 +0000)]
Extend documentation
Wolfgang Bangerth [Thu, 7 May 2020 12:19:33 +0000 (06:19 -0600)]
Add a changelog entry.
Martin Kronbichler [Thu, 7 May 2020 11:10:00 +0000 (13:10 +0200)]
Merge pull request #10033 from rezarastak/remove_tol
The tolerance parameter is removed from project_tensor
Martin Kronbichler [Thu, 7 May 2020 11:08:24 +0000 (13:08 +0200)]
Merge pull request #10051 from tamiko/fix_a_test_3
fe/memory_consumption_01: remove test
Martin Kronbichler [Thu, 7 May 2020 11:07:53 +0000 (13:07 +0200)]
Merge pull request #10055 from tamiko/fix_a_test_6
rol/vector_adaptor_02: port to Trilinos 12.18.1
Martin Kronbichler [Thu, 7 May 2020 11:07:12 +0000 (13:07 +0200)]
Merge pull request #10054 from tamiko/fix_a_test_5
serialization/fe_series_0?: Add test variants for libc++
Martin Kronbichler [Thu, 7 May 2020 11:06:42 +0000 (13:06 +0200)]
Merge pull request #10052 from tamiko/fix_a_test_4
mpi/petsc_step-27*: add a test variant for petsc-3.13 and newer
Martin Kronbichler [Thu, 7 May 2020 11:03:15 +0000 (13:03 +0200)]
Add a comment
Jean-Paul Pelteret [Thu, 7 May 2020 06:10:57 +0000 (08:10 +0200)]
Convert steps 3,4,5,6,8 to FEValues::dof_indices()Do some FeValues::quadrature_point_indices() conversions as well.
Martin Kronbichler [Thu, 7 May 2020 09:02:09 +0000 (11:02 +0200)]
Merge pull request #10048 from tamiko/fix_a_test_2
base/utilities_pack_unpack_07: make test more robust
Martin Kronbichler [Wed, 6 May 2020 20:48:10 +0000 (22:48 +0200)]
Changelog
Martin Kronbichler [Wed, 6 May 2020 20:45:34 +0000 (22:45 +0200)]
Update test cases
Daniel Arndt [Thu, 7 May 2020 03:46:03 +0000 (23:46 -0400)]
Merge pull request #9990 from jppelteret/fevalues_dof_idx_rbl
Matthias Maier [Thu, 7 May 2020 02:30:12 +0000 (21:30 -0500)]
fe/memory_consumption - remove test
Remove a stray memory consumption test
Matthias Maier [Thu, 7 May 2020 02:23:07 +0000 (21:23 -0500)]
rol/vector_adaptor_02: port to Trilinos 12.18.1
Matthias Maier [Thu, 7 May 2020 01:57:39 +0000 (20:57 -0500)]
serialization/fe_series_0?: Add test variants for libc++
The order of the coefficients stored internally in FESeries::Fourier are
not stable wrt standard library. Just add a test variant.
Matthias Maier [Thu, 7 May 2020 01:35:54 +0000 (20:35 -0500)]
mpi/petsc_step-27*: add a test variant for petsc-3.13 and newer
Matthias Maier [Thu, 7 May 2020 01:12:01 +0000 (20:12 -0500)]
add a comment
Bruno Turcksin [Wed, 6 May 2020 23:57:44 +0000 (19:57 -0400)]
Merge pull request #10028 from jppelteret/sd-batch_optimiser
Michal Wichrowski [Tue, 28 Apr 2020 14:12:01 +0000 (16:12 +0200)]
Fix FEInterface for MG support
Indetation
Daniel Arndt [Wed, 6 May 2020 22:58:17 +0000 (18:58 -0400)]
Merge pull request #10036 from starki0815/hp_dof_handler_tria_base
Daniel Arndt [Wed, 6 May 2020 22:57:39 +0000 (18:57 -0400)]
Merge pull request #10042 from bangerth/formula
Luca Heltai [Wed, 6 May 2020 22:39:16 +0000 (00:39 +0200)]
Merge pull request #10034 from starki0815/hanging_node_hp_instantiations
Add codim 1 instantiations of make_hanging_node_constraints()
Jean-Paul Pelteret [Wed, 29 Apr 2020 20:54:30 +0000 (22:54 +0200)]
Update physics tests to use cell DoF range based loop
Jean-Paul Pelteret [Wed, 29 Apr 2020 20:38:40 +0000 (22:38 +0200)]
Update physics tests to use QP range based loop
Jean-Paul Pelteret [Wed, 29 Apr 2020 19:08:49 +0000 (21:08 +0200)]
Add range based loops for DoF indices to FEValuesBase
Wolfgang Bangerth [Tue, 5 May 2020 22:23:56 +0000 (16:23 -0600)]
Improve wording.
Wolfgang Bangerth [Tue, 5 May 2020 21:39:56 +0000 (15:39 -0600)]
Clarify what this class actually computes.
Wolfgang Bangerth [Tue, 5 May 2020 21:34:13 +0000 (15:34 -0600)]
Improve the formatting of a formula in a .h file.
This doesn't change the output, just whether or not it's readable in the
source file. It isn't right now :-)
Wolfgang Bangerth [Wed, 6 May 2020 16:17:54 +0000 (10:17 -0600)]
Better document C++11/14/17/20.
Wolfgang Bangerth [Wed, 6 May 2020 21:38:05 +0000 (23:38 +0200)]
Merge pull request #10049 from nfehn/print_parameters
clarify documentation of print_parameters()
Sebastian Stark [Mon, 16 Sep 2019 07:56:55 +0000 (09:56 +0200)]
Allow hp::DoFHandler with parallel::DistributedTriangulationBase
This allows the distribution of dofs for an hp::DoFHandler combined with a triangulation class derived from parallel::DistributedTriangulationBase other than parallel::distributed::Triangulation.
This makes it possible to handle the triangulation without p4est (e.g. manual partitioning).
Niklas Fehn [Wed, 6 May 2020 17:18:46 +0000 (19:18 +0200)]
clarify documentation of print_parameters()
Sebastian Stark [Mon, 17 Dec 2018 11:51:07 +0000 (13:51 +0200)]
Add codim 1 instantiations of make_hanging_node_constraints()
Martin Kronbichler [Mon, 4 May 2020 11:17:48 +0000 (13:17 +0200)]
Implement better strategy for data locality detection
Martin Kronbichler [Sat, 2 May 2020 13:52:12 +0000 (15:52 +0200)]
Group cells by parents in matrix-free setup
Matthias Maier [Wed, 6 May 2020 16:29:50 +0000 (11:29 -0500)]
base/utilities_pack_unpack_07: make test more robust
Wolfgang Bangerth [Wed, 6 May 2020 15:41:02 +0000 (09:41 -0600)]
Augment the documentation of operator<< for Vector.
Daniel Arndt [Wed, 6 May 2020 15:33:29 +0000 (11:33 -0400)]
Merge pull request #10039 from bangerth/vector-op
Wolfgang Bangerth [Wed, 6 May 2020 15:14:06 +0000 (17:14 +0200)]
Merge pull request #10044 from rezarastak/prefer_discrete_time
DiscreteTime is preferred over TimestepControl
Daniel Arndt [Wed, 6 May 2020 14:42:41 +0000 (10:42 -0400)]
Merge pull request #10045 from tjhei/add_missing_override
Daniel Arndt [Wed, 6 May 2020 14:35:20 +0000 (10:35 -0400)]
Merge pull request #10035 from starki0815/mesh_refinement_codim_1
Daniel Arndt [Wed, 6 May 2020 13:11:41 +0000 (09:11 -0400)]
Merge pull request #9930 from tjhei/ci_tidy_clang10
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.