]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Fri, 13 Oct 2023 18:34:34 +0000 (20:34 +0200)]
Merge pull request #16118 from bangerth/index-set
Improve an error message in IndexSet::get_view().
Martin Kronbichler [Fri, 13 Oct 2023 18:33:52 +0000 (20:33 +0200)]
Merge pull request #16058 from nils-schween/use-gmres-in-step-12
Use gmres in step 12
Marc Fehling [Fri, 13 Oct 2023 02:38:40 +0000 (20:38 -0600)]
Merge pull request #16116 from bangerth/doc
Minor doc updates.
Martin Kronbichler [Thu, 12 Oct 2023 19:04:56 +0000 (21:04 +0200)]
Merge pull request #16123 from bangerth/add-constraints
Further work on AffineConstraints::add_constraint().
David Wells [Thu, 12 Oct 2023 18:52:12 +0000 (14:52 -0400)]
Merge pull request #16117 from bangerth/readme
Clarify UMFPACK instructions in the readme file.
Wolfgang Bangerth [Tue, 10 Oct 2023 16:51:16 +0000 (10:51 -0600)]
Minor doc updates.
Wolfgang Bangerth [Tue, 10 Oct 2023 16:50:44 +0000 (10:50 -0600)]
Clarify UMFPACK instructions in the readme file.
Wolfgang Bangerth [Wed, 11 Oct 2023 22:47:18 +0000 (16:47 -0600)]
Merge pull request #16128 from peterrum/fix_test
Fix test
Marc Fehling [Wed, 11 Oct 2023 21:05:50 +0000 (15:05 -0600)]
Merge pull request #16126 from bangerth/const
Make a couple of loop variables 'const'.
Peter Munch [Wed, 11 Oct 2023 19:27:04 +0000 (21:27 +0200)]
Fix test
Wolfgang Bangerth [Wed, 11 Oct 2023 19:13:23 +0000 (13:13 -0600)]
Move a function to a .templates.h file.
Wolfgang Bangerth [Wed, 11 Oct 2023 16:23:31 +0000 (10:23 -0600)]
Make a couple of loop variables 'const'.
David Wells [Wed, 11 Oct 2023 16:05:38 +0000 (12:05 -0400)]
Merge pull request #16005 from jpthiele/jpt-fix-64bit-tpetra-type
Fix Tpetra 64 bit global ordinate errors
Wolfgang Bangerth [Tue, 10 Oct 2023 16:28:41 +0000 (10:28 -0600)]
Inline the action of the three individual functions into add_constraint().
Wolfgang Bangerth [Tue, 10 Oct 2023 15:19:14 +0000 (09:19 -0600)]
Convert AffineConstraints::add_constraint() to take an ArrayView.
David Wells [Wed, 11 Oct 2023 14:26:14 +0000 (10:26 -0400)]
Merge pull request #15927 from peterrum/mg_nm_simplex_multiple_components
MGTwoLevelTransferNonNested: simplices with multiple components
Timo Heister [Wed, 11 Oct 2023 14:20:30 +0000 (10:20 -0400)]
Merge pull request #16122 from kronbichler/fix_constraints
AffineConstraints: Use more efficient function in add_constraint
Martin Kronbichler [Wed, 11 Oct 2023 13:06:02 +0000 (15:06 +0200)]
Merge pull request #16088 from peterrum/assert_dof_handler
MGTransferMF: check compatibility of DoFHandlers
Martin Kronbichler [Wed, 11 Oct 2023 13:04:56 +0000 (15:04 +0200)]
Merge pull request #16114 from bangerth/array-view
Allow creation of an ArrayView from a std::initializer_list.
Martin Kronbichler [Wed, 11 Oct 2023 09:10:11 +0000 (11:10 +0200)]
AffineConstraints: Use more efficient function in add_constraint
Peter Munch [Wed, 11 Oct 2023 04:07:16 +0000 (06:07 +0200)]
Merge pull request #16119 from peterrum/standard_vs_true_line_orientation
Fix ReferenceCell::standard_vs_true_line_orientation() for simplices
Peter Munch [Thu, 24 Aug 2023 20:17:10 +0000 (22:17 +0200)]
MGTwoLevelTransferNonNested: simplices with multiple components
Matthias Maier [Tue, 10 Oct 2023 18:23:21 +0000 (18:23 +0000)]
Merge pull request #16115 from bangerth/debug
Restrict checking ArrayView validity to debug mode.
Peter Munch [Tue, 10 Oct 2023 06:00:15 +0000 (08:00 +0200)]
Fix ReferenceCell::standard_vs_true_line_orientation() for simplices
Wolfgang Bangerth [Sun, 10 Sep 2023 16:20:03 +0000 (10:20 -0600)]
Improve an error message in IndexSet::get_view().
Wolfgang Bangerth [Tue, 10 Oct 2023 16:32:33 +0000 (10:32 -0600)]
Let the delegated constructor deal with the case of empty arrays.
Martin Kronbichler [Tue, 10 Oct 2023 16:13:40 +0000 (18:13 +0200)]
Merge pull request #16083 from bangerth/invalid
Document the intention of the numbers::invalid_* variables.
Wolfgang Bangerth [Tue, 10 Oct 2023 15:10:55 +0000 (09:10 -0600)]
Restrict checking ArrayView validity to debug mode.
Wolfgang Bangerth [Tue, 10 Oct 2023 14:30:52 +0000 (08:30 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 10 Oct 2023 14:29:53 +0000 (08:29 -0600)]
Make sure the conversion only works for 'const' types.
Wolfgang Bangerth [Tue, 10 Oct 2023 14:06:36 +0000 (08:06 -0600)]
Add a test.
Wolfgang Bangerth [Mon, 9 Oct 2023 23:15:09 +0000 (17:15 -0600)]
Allow creation of an ArrayView from a std::initializer_list.
David Wells [Tue, 10 Oct 2023 13:34:48 +0000 (09:34 -0400)]
Merge pull request #16112 from bangerth/invalid-2
Make sure ArrayView of an empty array really is a nullptr.
David Wells [Tue, 10 Oct 2023 13:09:15 +0000 (09:09 -0400)]
Merge pull request #15945 from drwells/serialize-petsc-vector
Add code to serialize PETSc vectors.
Wolfgang Bangerth [Mon, 9 Oct 2023 23:11:28 +0000 (17:11 -0600)]
Make sure ArrayView of an empty array really is a nullptr.
Marc Fehling [Mon, 9 Oct 2023 22:18:35 +0000 (16:18 -0600)]
Merge pull request #16111 from peterrum/typo
Fix typo in step-87
Peter Munch [Mon, 9 Oct 2023 20:56:59 +0000 (22:56 +0200)]
Fix typo in step-87
Martin Kronbichler [Mon, 9 Oct 2023 08:16:05 +0000 (10:16 +0200)]
Merge pull request #16096 from bangerth/deprecate
Deprecate AffineConstraints::add_selected_constraints().
Wolfgang Bangerth [Sun, 8 Oct 2023 15:43:45 +0000 (09:43 -0600)]
Merge pull request #16109 from peterrum/tria_accessor_simplify
TriaAccessor: simplify code
Peter Munch [Sun, 8 Oct 2023 12:11:14 +0000 (14:11 +0200)]
TriaAccessor: simplify code
Rene Gassmoeller [Fri, 6 Oct 2023 23:39:48 +0000 (17:39 -0600)]
Merge pull request #16103 from bangerth/add-constraint
Add AffineConstraint::add_constraint().
Marc Fehling [Fri, 6 Oct 2023 20:09:33 +0000 (14:09 -0600)]
Merge pull request #16105 from tamiko/remove_timer_03
base/timer_03: remove test
Rene Gassmoeller [Fri, 6 Oct 2023 16:59:59 +0000 (12:59 -0400)]
Merge pull request #16099 from bangerth/view
Add AffineConstraints::get_view().
Wolfgang Bangerth [Thu, 5 Oct 2023 22:30:22 +0000 (16:30 -0600)]
Convert some of the tutorials.
Wolfgang Bangerth [Thu, 5 Oct 2023 22:19:22 +0000 (16:19 -0600)]
Convert a bunch of places to use AffineConstraint::add_constraint().
Wolfgang Bangerth [Thu, 5 Oct 2023 21:38:38 +0000 (15:38 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Thu, 5 Oct 2023 21:38:28 +0000 (15:38 -0600)]
Add AffineConstraint::add_constraint().
Matthias Maier [Fri, 6 Oct 2023 15:06:43 +0000 (10:06 -0500)]
base/timer_03: remove test
The test is fragile under load (depending on how the process gets
scheduled, timer sections end up with different CPU and WALL counts).
Furthermore, as written the test isn't really a regression or unit test
for a deal.II functionality but rather verifies that the underlying
std::chrono framework works as intended.
Let's simply remove the test.
Marc Fehling [Fri, 6 Oct 2023 03:34:54 +0000 (21:34 -0600)]
Merge pull request #16101 from bangerth/error
Fix swapped error messages.
Marc Fehling [Fri, 6 Oct 2023 03:30:52 +0000 (21:30 -0600)]
Merge pull request #16097 from bangerth/sstream
Remove unnecessary <sstream> header include.
Marc Fehling [Fri, 6 Oct 2023 03:30:43 +0000 (21:30 -0600)]
Merge pull request #16102 from bangerth/assert-2
Add another assertion.
Marc Fehling [Fri, 6 Oct 2023 01:54:57 +0000 (19:54 -0600)]
Merge pull request #16100 from bangerth/cleanup
Some cleanups.
Marc Fehling [Fri, 6 Oct 2023 01:54:31 +0000 (19:54 -0600)]
Merge pull request #16095 from mschreter/step_87_zenodo
Add zenodo DOI for step-87
Wolfgang Bangerth [Thu, 5 Oct 2023 17:51:34 +0000 (11:51 -0600)]
Remove unnecessary <sstream> header include.
Wolfgang Bangerth [Thu, 5 Oct 2023 21:01:30 +0000 (15:01 -0600)]
Add another assertion.
Wolfgang Bangerth [Thu, 5 Oct 2023 21:01:04 +0000 (15:01 -0600)]
Fix swapped error messages.
Wolfgang Bangerth [Thu, 5 Oct 2023 21:00:33 +0000 (15:00 -0600)]
Some cleanups.
Wolfgang Bangerth [Thu, 5 Oct 2023 20:59:23 +0000 (14:59 -0600)]
Add a test.
Wolfgang Bangerth [Thu, 5 Oct 2023 20:53:45 +0000 (14:53 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Thu, 5 Oct 2023 20:52:18 +0000 (14:52 -0600)]
Add AffineConstraints::add_view().
Wolfgang Bangerth [Thu, 5 Oct 2023 17:24:55 +0000 (11:24 -0600)]
Deprecate AffineConstraints::add_selected_constraints().
Magdalena Schreter [Thu, 5 Oct 2023 17:10:24 +0000 (19:10 +0200)]
add zenodo doi for step-87
Wolfgang Bangerth [Tue, 3 Oct 2023 03:18:13 +0000 (21:18 -0600)]
Document the intention of the numbers::invalid_* variables.
Martin Kronbichler [Thu, 5 Oct 2023 14:09:15 +0000 (16:09 +0200)]
Merge pull request #16043 from bergbauer/integrate_add
FEPointEvaluation: Implement sum into values option in integrate
Martin Kronbichler [Thu, 5 Oct 2023 14:08:25 +0000 (16:08 +0200)]
Merge pull request #16072 from peterrum/step-87
Add step-87: Tutorial on RemotePointEvaluation
Martin Kronbichler [Thu, 5 Oct 2023 14:07:58 +0000 (16:07 +0200)]
Merge pull request #16081 from bergbauer/tol_mapping_compr
NonMatching::MappingInfo: Adjust tolerance for GeometryType detection
Martin Kronbichler [Thu, 5 Oct 2023 14:07:13 +0000 (16:07 +0200)]
Merge pull request #16093 from bangerth/fix
Fix a bug in AffineConstraints::clear().
Martin Kronbichler [Thu, 5 Oct 2023 14:06:04 +0000 (16:06 +0200)]
Merge pull request #16079 from bangerth/view
Add a function to take a view of an index set with regard to an index set mask.
Daniel Arndt [Thu, 5 Oct 2023 13:42:58 +0000 (09:42 -0400)]
Merge pull request #16089 from bergbauer/out_df_2
Daniel Arndt [Thu, 5 Oct 2023 13:42:07 +0000 (09:42 -0400)]
Merge pull request #16094 from luca-heltai/clang-format-16-arm
Daniel Arndt [Thu, 5 Oct 2023 13:41:38 +0000 (09:41 -0400)]
Merge pull request #16092 from bangerth/assertion
Luca Heltai [Thu, 5 Oct 2023 13:21:01 +0000 (15:21 +0200)]
Update contrib/utilities/download_clang_format
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Luca Heltai [Thu, 5 Oct 2023 11:37:32 +0000 (13:37 +0200)]
Added shasum and download file for arm architecture.
Maximilian Bergbauer [Wed, 4 Oct 2023 08:06:00 +0000 (10:06 +0200)]
Add test and changelog
Wolfgang Bangerth [Thu, 5 Oct 2023 02:52:48 +0000 (20:52 -0600)]
Fix a bug in AffineConstraints::clear().
Wolfgang Bangerth [Thu, 5 Oct 2023 02:51:10 +0000 (20:51 -0600)]
Improve two error messages.
Wolfgang Bangerth [Thu, 5 Oct 2023 02:47:34 +0000 (20:47 -0600)]
Add an example to the documentation.
Wolfgang Bangerth [Mon, 2 Oct 2023 17:53:37 +0000 (11:53 -0600)]
Add changelog entry.
Wolfgang Bangerth [Mon, 2 Oct 2023 17:52:42 +0000 (11:52 -0600)]
Add tests.
Wolfgang Bangerth [Mon, 2 Oct 2023 17:52:23 +0000 (11:52 -0600)]
Add a function to take a view of an index set with regard to an index set.
Peter Munch [Thu, 10 Aug 2023 14:29:42 +0000 (16:29 +0200)]
Add step-87
Marc Fehling [Wed, 4 Oct 2023 18:46:17 +0000 (12:46 -0600)]
Merge pull request #16090 from bergbauer/fix_fe_point_debug
FEPointEvaluation: Fix check in debug mode
Maximilian Bergbauer [Wed, 4 Oct 2023 15:52:47 +0000 (17:52 +0200)]
Fix check
David Wells [Wed, 4 Oct 2023 15:28:55 +0000 (11:28 -0400)]
Add code to serialize PETSc vectors.
Peter Munch [Wed, 4 Oct 2023 14:16:43 +0000 (16:16 +0200)]
Work on warning
Peter Munch [Wed, 4 Oct 2023 13:23:02 +0000 (15:23 +0200)]
Work on warning
Peter Munch [Wed, 4 Oct 2023 13:11:28 +0000 (15:11 +0200)]
Apply review comments
Maximilian Bergbauer [Mon, 25 Sep 2023 08:20:57 +0000 (10:20 +0200)]
Implement integrate sum into values option
Martin Kronbichler [Wed, 4 Oct 2023 08:44:51 +0000 (10:44 +0200)]
Merge pull request #16078 from bergbauer/overhead_reinit
Reduce overhead in FEEvaluation::reinit(array of cells)
Peter Munch [Thu, 28 Sep 2023 14:46:26 +0000 (16:46 +0200)]
MGTransferMF: check compatibility of DoFHandlers
Jan Philipp Thiele [Wed, 4 Oct 2023 06:01:42 +0000 (08:01 +0200)]
Fix Tpetra 64-it global ordnate errors
Marc Fehling [Wed, 4 Oct 2023 03:09:57 +0000 (21:09 -0600)]
Merge pull request #16085 from lpsaavedra/fix_typo_global_coarsening
Fix initialize typo in global coarsening functions
Marc Fehling [Wed, 4 Oct 2023 03:06:05 +0000 (21:06 -0600)]
Merge pull request #16086 from drwells/timer-sleep
Swap out burn() for sleep in an erratic test.
David Wells [Tue, 3 Oct 2023 20:23:25 +0000 (16:23 -0400)]
Swap out burn() for sleep in an erratic test.
I did some experiments and, under load, I can get a few percentage points of
difference between section 1 and section 2 when using burn(). These go
away (also under load) when I use sleep(), so that should make this test more
reliable.
David Wells [Tue, 3 Oct 2023 18:51:59 +0000 (14:51 -0400)]
Merge pull request #16055 from jpthiele/jpt-pl-copyright
Fix .pl extensions in copyright update script
David Wells [Tue, 3 Oct 2023 18:47:05 +0000 (14:47 -0400)]
Merge pull request #16080 from peterrum/ncp_import_from_ghosted_array
Fix NoncontiguousPartitioner::import_from_ghosted_array()
Laura Prieto Saavedra [Tue, 3 Oct 2023 18:12:37 +0000 (14:12 -0400)]
Fix initialize typo in GC functions
Daniel Arndt [Tue, 3 Oct 2023 12:02:36 +0000 (08:02 -0400)]
Merge pull request #16076 from kronbichler/full_matrix_inverse
Wolfgang Bangerth [Tue, 3 Oct 2023 11:43:19 +0000 (05:43 -0600)]
Merge pull request #16082 from bergbauer/out_df
Print function for DerivativeForm
Maximilian Bergbauer [Mon, 2 Oct 2023 20:11:15 +0000 (22:11 +0200)]
Print function for DerivativeForm
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.