]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Mon, 11 May 2020 14:17:28 +0000 (10:17 -0400)]
Fix some small things in step-44's introduction.
Martin Kronbichler [Mon, 11 May 2020 10:45:36 +0000 (12:45 +0200)]
Merge pull request #10133 from tamiko/fix_a_test_19
Test lac/gmres_reorthogonalize_04: Only output iteration count
Martin Kronbichler [Mon, 11 May 2020 10:45:23 +0000 (12:45 +0200)]
Merge pull request #10132 from tamiko/fix_a_test_18
Test vector_tools/integrate_difference_04_hp_02: Make test less expensive
Martin Kronbichler [Mon, 11 May 2020 10:44:56 +0000 (12:44 +0200)]
Merge pull request #10131 from tamiko/fix_a_test_17
Tests: grid/refine_boundary_domain - avoid roundoff errros
Martin Kronbichler [Mon, 11 May 2020 06:17:34 +0000 (08:17 +0200)]
Merge pull request #9558 from sophy1029/step-47
step-47: Add derivation for the simply supported plates to result section.
Zhuoran Wang [Mon, 11 May 2020 06:05:32 +0000 (00:05 -0600)]
Update examples/step-47/doc/results.dox
Co-authored-by: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
Zhuoran Wang [Tue, 24 Mar 2020 05:46:22 +0000 (23:46 -0600)]
Introduce face notations to introduction.
Zhuoran Wang [Sat, 21 Mar 2020 17:15:05 +0000 (11:15 -0600)]
Add more details to simply supported plates case.
Zhuoran Wang [Sun, 23 Feb 2020 22:01:12 +0000 (15:01 -0700)]
Add derivation for the simply supported plates to result section.
Matthias Maier [Mon, 11 May 2020 02:01:07 +0000 (21:01 -0500)]
Test lac/gmres_reorthogonalize_04: Only output iteration count
In reference to #10073
See also: https://cdash.43-1.org/testDetails.php?test=
43916417 &build=6239
Matthias Maier [Mon, 11 May 2020 01:51:29 +0000 (20:51 -0500)]
Test vector_tools/integrate_difference_04_hp_02: Make test less expensive
The test runs in 3D in debug mode on a 3 times globally refined mesh.
Depending on workload of the machine this test is running on this might
imply to hit the 10 minute timeout. Make the test 8 times less expensive
by reducing the number of global refinement steps
In reference to #10073
See also: https://cdash.43-1.org/viewTest.php?onlydelta&buildid=6260
Matthias Maier [Mon, 11 May 2020 01:04:57 +0000 (20:04 -0500)]
Tests: grid/refine_boundary_domain - avoid roundoff errros
Converting from double to float is unfortunately not a stable strategy
for avoiding roundoff errors. Fix this by using std::set with a custom
comparator
See also: https://cdash.43-1.org/testDetails.php?test=
43923513 &build=6239
In reference to #10073
Daniel Arndt [Mon, 11 May 2020 00:22:04 +0000 (20:22 -0400)]
Merge pull request #10128 from tamiko/fix_a_test_14
Daniel Arndt [Mon, 11 May 2020 00:21:33 +0000 (20:21 -0400)]
Merge pull request #10129 from tamiko/fix_a_test_15
Daniel Arndt [Mon, 11 May 2020 00:20:56 +0000 (20:20 -0400)]
Merge pull request #10127 from tamiko/fix_compilation
Daniel Arndt [Mon, 11 May 2020 00:10:16 +0000 (20:10 -0400)]
Merge pull request #10130 from tamiko/fix_a_test_16
Daniel Arndt [Mon, 11 May 2020 00:08:32 +0000 (20:08 -0400)]
Merge pull request #10126 from tamiko/fix_a_test_13
Matthias Maier [Sun, 10 May 2020 23:56:51 +0000 (18:56 -0500)]
Tests: avoid a race condition in grid/build_global_description_tree
In reference to #10073
Matthias Maier [Sun, 10 May 2020 23:50:32 +0000 (18:50 -0500)]
Tests arpack/step-36_ar* - use solver_within_range macro
Matthias Maier [Sun, 10 May 2020 23:25:44 +0000 (18:25 -0500)]
Test adolc/helper_scalar_coupled_3_components_01* - fix race condition
All tests of a test variant have to be annotated by
"with_mpi=true.mpirun=" otherwise we risk the chance of the executable
being temporarily deleted and recompiled.
See also: https://cdash.43-1.org/testDetails.php?test=
43888682 &build=6235
Matthias Maier [Sun, 10 May 2020 23:12:02 +0000 (18:12 -0500)]
python_bindings: Also update order of compute_aspect_ratio
In reference to #10124
Matthias Maier [Sun, 10 May 2020 21:59:31 +0000 (16:59 -0500)]
Merge pull request #10123 from tjhei/step-67-noreturn-warn
fix no-return warning in step-67
Matthias Maier [Sun, 10 May 2020 21:59:07 +0000 (16:59 -0500)]
Merge pull request #10124 from kronbichler/reverse_order_aspect_ratio
Reverse order of mapping and triangulation in compute_aspect_ratio
Matthias Maier [Sun, 10 May 2020 21:58:55 +0000 (16:58 -0500)]
Merge pull request #10125 from kronbichler/fix_gcc10_warning
Fix dim<spacedim case in create_triangulation with TriaDescription
Matthias Maier [Sun, 10 May 2020 21:17:20 +0000 (16:17 -0500)]
Merge pull request #9802 from kronbichler/hyper_ball_variant
Add alternative GridGenerator::hyper_ball with better balance of cells
Timo Heister [Sun, 10 May 2020 20:58:40 +0000 (16:58 -0400)]
Merge pull request #10122 from tjhei/missing_matrix_free_trask_info_braces
fix warning about braces
Matthias Maier [Sun, 10 May 2020 20:49:46 +0000 (15:49 -0500)]
fix test conditions for binary p4est output
Matthias Maier [Sun, 10 May 2020 20:43:16 +0000 (15:43 -0500)]
fix test conditions for binary p4est output
Matthias Maier [Sun, 10 May 2020 20:23:33 +0000 (15:23 -0500)]
cmake: query p4est configuration for binary output
Martin Kronbichler [Sun, 10 May 2020 19:39:35 +0000 (21:39 +0200)]
Merge pull request #10121 from tjhei/missing_make_bdry_sp_inst
add missing instantiations for make_boundary_sparsity_pattern
Timo Heister [Sun, 10 May 2020 15:41:30 +0000 (11:41 -0400)]
fix no-return warning in step-67
Martin Kronbichler [Sun, 10 May 2020 16:58:35 +0000 (18:58 +0200)]
Fix dim<spacedim case in create_triangulation with TriaDescription
Martin Kronbichler [Sun, 10 May 2020 16:49:06 +0000 (18:49 +0200)]
Reverse order of mapping and triangulation in compute_aspect_ratio
Timo Heister [Sun, 10 May 2020 15:39:38 +0000 (11:39 -0400)]
fix warning about braces
fix #10120
Timo Heister [Sun, 10 May 2020 15:18:44 +0000 (11:18 -0400)]
add missing instantiations for make_boundary_sparsity_pattern
Martin Kronbichler [Sun, 10 May 2020 15:12:59 +0000 (17:12 +0200)]
Merge pull request #10021 from luca-heltai/extract-representative-from-boost-rtree
New extract_rtree_level function, and RTree visitor.
Martin Kronbichler [Sun, 10 May 2020 15:11:43 +0000 (17:11 +0200)]
Merge pull request #10118 from tjhei/update_copyright2
update copyright years
Martin Kronbichler [Sun, 10 May 2020 15:11:15 +0000 (17:11 +0200)]
Merge pull request #10117 from tjhei/step-50-refs
step-50: fix references
Martin Kronbichler [Sun, 10 May 2020 15:10:59 +0000 (17:10 +0200)]
Merge pull request #10116 from tjhei/step-50-kind
step-50: set kind to techniques
Timo Heister [Sun, 10 May 2020 14:47:48 +0000 (10:47 -0400)]
update copyright years
part 2, because of the recent changes
Martin Kronbichler [Sun, 10 May 2020 14:22:37 +0000 (16:22 +0200)]
Merge pull request #10113 from peterrum/pft_test_repeated_local_refinement
p:f:t: Test repeated local refinement of base triangulation
Timo Heister [Sun, 10 May 2020 14:20:00 +0000 (10:20 -0400)]
step-50: fix references
- update funding source
- fix paper references
Timo Heister [Sun, 10 May 2020 14:13:20 +0000 (10:13 -0400)]
step-50: set kind to techniques
Peter Munch [Sun, 10 May 2020 11:41:55 +0000 (13:41 +0200)]
Merge pull request #10108 from luca-heltai/fix-closest-vertex-point
Add mapping argument to find_closest_vertex_of_cell().
Martin Kronbichler [Sun, 10 May 2020 11:32:18 +0000 (13:32 +0200)]
Merge pull request #9891 from luca-heltai/interpolate-field-on-particles
Interpolate field on particles
Peter Munch [Sun, 10 May 2020 09:14:40 +0000 (11:14 +0200)]
Test repeated local refinement of base triangulation
Martin Kronbichler [Sun, 10 May 2020 08:44:18 +0000 (10:44 +0200)]
Merge pull request #10112 from peterrum/fix_authors
Add author in changelog
Martin Kronbichler [Sun, 10 May 2020 08:37:23 +0000 (10:37 +0200)]
Merge pull request #10110 from peterrum/mapping
Fix ICC compilation
Luca Heltai [Sun, 10 May 2020 07:15:55 +0000 (09:15 +0200)]
Fixed spacing.
Luca Heltai [Sun, 10 May 2020 00:21:05 +0000 (02:21 +0200)]
Add mapping argument to find_closest_vertex_of_cell(). Closes #7922.
Peter Munch [Sun, 10 May 2020 08:18:20 +0000 (10:18 +0200)]
Merge pull request #10111 from kronbichler/fix-tidy
Make clang-tidy happy with parallel::apply_to_subranges
Peter Munch [Sun, 10 May 2020 08:15:47 +0000 (10:15 +0200)]
Add author in changelog
Martin Kronbichler [Thu, 2 Apr 2020 19:35:51 +0000 (21:35 +0200)]
Changelog
Martin Kronbichler [Thu, 2 Apr 2020 19:33:31 +0000 (21:33 +0200)]
Test case
Martin Kronbichler [Thu, 2 Apr 2020 19:33:01 +0000 (21:33 +0200)]
Add alternative GridGenerator::hyper_ball with better balance of cells
Martin Kronbichler [Sun, 10 May 2020 06:16:07 +0000 (08:16 +0200)]
Merge pull request #10018 from bangerth/iota-range
Introduce std_cxx20::ranges::iota_view
Martin Kronbichler [Sun, 10 May 2020 05:59:58 +0000 (07:59 +0200)]
Make clang-tidy happy with parallel::apply_to_subranges
Martin Kronbichler [Sun, 10 May 2020 05:54:30 +0000 (07:54 +0200)]
Merge pull request #10101 from rezarastak/constexpr_doc
Doc added for constexpr support
Peter Munch [Sun, 10 May 2020 05:13:18 +0000 (07:13 +0200)]
Fix ICC compilation
Martin Kronbichler [Sun, 10 May 2020 05:31:14 +0000 (07:31 +0200)]
Merge pull request #10100 from resetius/step-35-fix
Properly initalization of velocity vector
Daniel Arndt [Sun, 10 May 2020 03:52:43 +0000 (23:52 -0400)]
Merge pull request #10107 from drwells/run-cppcheck
blaisb [Sun, 10 May 2020 02:51:49 +0000 (22:51 -0400)]
Applied Martin Kronbichler suggestions
- Removed useless includes out of interpolate_on_particle_01.cc test
David Wells [Sun, 10 May 2020 00:20:50 +0000 (20:20 -0400)]
Merge pull request #10106 from tjhei/fix-step-58-umlaut
Fix umlaut in tooltip of tutorial graph
David Wells [Sat, 9 May 2020 19:32:34 +0000 (15:32 -0400)]
cppcheck: make an incremental move clearer.
David Wells [Sat, 9 May 2020 19:32:12 +0000 (15:32 -0400)]
cppcheck: clean up some loops.
David Wells [Sat, 9 May 2020 19:31:43 +0000 (15:31 -0400)]
cppcheck: move some things into the initializer list.
David Wells [Sat, 9 May 2020 19:30:58 +0000 (15:30 -0400)]
cppcheck: clean up use of references.
Capture by reference when the return type is by reference: capture by value when
the return type is by value.
David Wells [Sat, 9 May 2020 19:28:34 +0000 (15:28 -0400)]
cppcheck: use ++i, not i++.
David Wells [Sat, 9 May 2020 19:27:49 +0000 (15:27 -0400)]
cppcheck: make virtual function calls in ctors explicit.
Luca Heltai [Sat, 9 May 2020 22:49:10 +0000 (00:49 +0200)]
Added another test, and images to the documentation.
Luca Heltai [Tue, 5 May 2020 15:24:41 +0000 (17:24 +0200)]
Make sure we don't implicitly convert from tuple to pair.
Luca Heltai [Mon, 20 Jan 2020 14:26:42 +0000 (15:26 +0100)]
New extract_rtree_level function, and RTree visitor.
Alexey Ozeritskiy [Fri, 8 May 2020 22:03:15 +0000 (01:03 +0300)]
Properly initalization of velocity vector
Timo Heister [Sat, 9 May 2020 22:09:10 +0000 (18:09 -0400)]
Fix umlaut in tooltip of tutorial graph
The html code for the umlaut in step-58 breaks the generation of the
graph for me, while using the umlaut directy seems to work.
Martin Kronbichler [Sat, 9 May 2020 19:51:27 +0000 (21:51 +0200)]
Merge pull request #9835 from kronbichler/parallelize_mapping_info_q
Parallelize the main loops of MappingInfo::compute_mapping_q
Martin Kronbichler [Sat, 9 May 2020 19:50:53 +0000 (21:50 +0200)]
Merge pull request #9883 from tcclevenger/step-50
Finish step-50
Timo Heister [Sun, 3 May 2020 20:49:44 +0000 (16:49 -0400)]
comment code
tcclevenger [Thu, 23 Apr 2020 21:53:42 +0000 (17:53 -0400)]
Add results
tcclevenger [Mon, 20 Apr 2020 15:12:11 +0000 (11:12 -0400)]
update intro/changes
tcclevenger [Fri, 10 Apr 2020 19:10:42 +0000 (15:10 -0400)]
step-50
Reza Rastak [Sat, 9 May 2020 16:48:16 +0000 (09:48 -0700)]
Apply suggestions from code review
Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
Peter Munch [Sat, 9 May 2020 12:10:49 +0000 (14:10 +0200)]
Merge pull request #10103 from kronbichler/mark_override
Mark LaplaceOperator::apply_add as override
Martin Kronbichler [Mon, 6 Apr 2020 06:03:56 +0000 (08:03 +0200)]
Parallelize main loops of MappingInfo::compute_mapping_q
Martin Kronbichler [Mon, 6 Apr 2020 05:25:08 +0000 (07:25 +0200)]
Break up first part of MappingQ setup to make it parallelizable
Martin Kronbichler [Sat, 9 May 2020 05:56:04 +0000 (07:56 +0200)]
Mark LaplaceOperator::apply_add as override
Martin Kronbichler [Sat, 9 May 2020 10:11:56 +0000 (12:11 +0200)]
Merge pull request #10102 from kronbichler/fix_build_tidy
Qualify a call to parallel::apply_to_subrange
Reza Rastak [Sat, 9 May 2020 04:50:38 +0000 (21:50 -0700)]
Doc added for constexpr support
Martin Kronbichler [Sat, 9 May 2020 05:51:52 +0000 (07:51 +0200)]
Qualify a call to parallel::apply_to_subrange
Daniel Arndt [Sat, 9 May 2020 01:13:46 +0000 (21:13 -0400)]
Merge pull request #10087 from peterrum/feq_hold_all_faces_to_owned_cells
Timo Heister [Sat, 9 May 2020 00:52:17 +0000 (20:52 -0400)]
Merge pull request #10084 from kronbichler/fix_pre_post_loops
Fix matrix-free pre/post loops with threads
Daniel Arndt [Fri, 8 May 2020 23:33:44 +0000 (19:33 -0400)]
Merge pull request #10099 from kronbichler/fix_compile_gcc10
Daniel Arndt [Fri, 8 May 2020 22:52:36 +0000 (18:52 -0400)]
Merge pull request #10092 from peterrum/pft_fix_sorting
Daniel Arndt [Fri, 8 May 2020 22:41:32 +0000 (18:41 -0400)]
Merge pull request #10098 from tjhei/copyright-fix-script
Martin Kronbichler [Fri, 8 May 2020 20:40:42 +0000 (22:40 +0200)]
Merge pull request #10064 from tamiko/fix_a_test_7
Tests: symengine/cse*: Disable unstable output
Martin Kronbichler [Fri, 8 May 2020 20:39:31 +0000 (22:39 +0200)]
Merge pull request #10065 from masterleinad/gcc-10-fixes
Silence gcc-10 warnings about invalid array accesses
Peter Munch [Fri, 8 May 2020 13:22:37 +0000 (15:22 +0200)]
Disable hold_all_faces_to_owned_cells for FE_Q
Martin Kronbichler [Fri, 8 May 2020 20:01:21 +0000 (22:01 +0200)]
Fix compilation with gcc-10
Timo Heister [Fri, 8 May 2020 18:30:31 +0000 (14:30 -0400)]
update copyright
Timo Heister [Fri, 8 May 2020 18:19:16 +0000 (14:19 -0400)]
modify script
do not use the words in this commit
Martin Kronbichler [Fri, 8 May 2020 19:23:03 +0000 (21:23 +0200)]
Merge pull request #10094 from tjhei/release_step_0c
release step 0c: doxygen formatting
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.