]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Mon, 6 Jun 2022 12:52:22 +0000 (14:52 +0200)]
MF: make things more consistent
Daniel Arndt [Mon, 6 Jun 2022 12:29:05 +0000 (08:29 -0400)]
Merge pull request #13911 from peterrum/warning
Work on warning
Martin Kronbichler [Mon, 6 Jun 2022 10:14:54 +0000 (12:14 +0200)]
Merge pull request #13902 from drwells/cleanup-sundials-context
Cleanup sundials context
Peter Munch [Mon, 6 Jun 2022 09:58:47 +0000 (11:58 +0200)]
Work on warning
Marc Fehling [Mon, 6 Jun 2022 02:39:17 +0000 (20:39 -0600)]
Merge pull request #13903 from drwells/update-sundials-docs
Update sundials docs
Peter Munch [Sun, 5 Jun 2022 22:16:26 +0000 (00:16 +0200)]
Merge pull request #13907 from NiklasWik/project_div_conforming
Add typename and instantiation to `project_boundary_values_div_conforming`
David Wells [Fri, 3 Jun 2022 20:20:45 +0000 (16:20 -0400)]
Remove unnecessary MPI initialization from SUNDIALS programs.
David Wells [Fri, 3 Jun 2022 19:07:22 +0000 (15:07 -0400)]
Clean up SUNDIALS contexts and communicators.
SUNDIALS will duplicate communicators for us, as needed. For example, in
SUNProfiler_Create, SUNDIALS implements
#if SUNDIALS_MPI_ENABLED
profiler->comm = NULL;
if (comm != NULL)
{
profiler->comm = malloc(sizeof(MPI_Comm));
MPI_Comm_dup(*((MPI_Comm*) comm), (MPI_Comm*) profiler->comm);
}
#else
profiler->comm = comm;
#endif
It is preferable to let SUNDIALS duplicate the communicator so that we
don't call MPI functions when we have only serial data structures (and
may not have initialized MPI).
Martin Kronbichler [Sun, 5 Jun 2022 15:20:16 +0000 (17:20 +0200)]
Merge pull request #13743 from luca-heltai/cgal-dealii-tria-from-implicit-function
Cgal dealii tria from implicit function
Martin Kronbichler [Sun, 5 Jun 2022 15:19:52 +0000 (17:19 +0200)]
Merge pull request #13900 from drwells/fix-kinsol
Fix step-77 by fixing KINSOL.
Niklas Wik [Sat, 4 Jun 2022 15:10:36 +0000 (17:10 +0200)]
Add typename and instantiation
Luca Heltai [Tue, 17 May 2022 16:29:09 +0000 (19:29 +0300)]
Added Implementation for Triangulation<2,3>
David Wells [Fri, 3 Jun 2022 21:47:58 +0000 (17:47 -0400)]
Clean up SUNDIALS copyright notices.
David Wells [Fri, 3 Jun 2022 21:43:57 +0000 (17:43 -0400)]
Remove references to older SUNDIALS versions.
David Wells [Fri, 3 Jun 2022 21:31:00 +0000 (17:31 -0400)]
Merge pull request #10747 from dangars/find_cell_test
Add parallel test for find_active_cell_around_point
David Wells [Fri, 3 Jun 2022 21:13:17 +0000 (17:13 -0400)]
Merge pull request #13898 from kronbichler/remove_headers
Remove inclusion of additional headers
Wolfgang Bangerth [Fri, 3 Jun 2022 21:11:28 +0000 (15:11 -0600)]
Merge pull request #13901 from kronbichler/fix_test
Add missing header to test
Martin Kronbichler [Fri, 3 Jun 2022 19:24:44 +0000 (21:24 +0200)]
Add missing header to test
David Wells [Fri, 3 Jun 2022 16:54:27 +0000 (12:54 -0400)]
Add a test based on step-77.
David Wells [Fri, 3 Jun 2022 15:28:16 +0000 (11:28 -0400)]
Initialize MPI with step-77.
SUNDIALS duplicates communicators even in serial.
David Wells [Fri, 3 Jun 2022 15:03:56 +0000 (11:03 -0400)]
Revert "Remove sudials/copy.h"
This reverts commit
51b6f10f36a4dd61ed4daf20c137cc48c19de5f0 .
While we are here - patch the copy test to work with SUNDIALS 6.
Luca Heltai [Sat, 14 May 2022 10:32:02 +0000 (13:32 +0300)]
CGAL Triangulation from implicit function.
David Wells [Fri, 3 Jun 2022 15:03:39 +0000 (11:03 -0400)]
Revert SUNDIALS copy to fix KINSOL, part 1
Daniel Arndt [Fri, 3 Jun 2022 12:33:21 +0000 (08:33 -0400)]
Fix up test
Bruno Turcksin [Fri, 3 Jun 2022 12:28:02 +0000 (08:28 -0400)]
Merge pull request #13899 from kronbichler/documentation_chebyshev
Martin Kronbichler [Fri, 3 Jun 2022 08:42:45 +0000 (10:42 +0200)]
Document possibility for data locality in matrix-free tutorial
Martin Kronbichler [Fri, 3 Jun 2022 06:41:20 +0000 (08:41 +0200)]
Merge pull request #13867 from zjiaqi2018/large-count-mpi-io
LargeCount MPI_write/read_at
Matthias Maier [Fri, 3 Jun 2022 03:42:16 +0000 (22:42 -0500)]
Merge pull request #13846 from marcfehling/occ-76
Restore compatibility with OpenCASCADE >= 7.6.0
Peter Munch [Thu, 2 Jun 2022 21:25:45 +0000 (23:25 +0200)]
Merge pull request #13835 from bergbauer/NonMatching_MappingInfo
Implement class NonMatching::MappingInfo
Martin Kronbichler [Thu, 2 Jun 2022 15:47:11 +0000 (17:47 +0200)]
Remove inclusion of additional headers
Jiaqi Zhang [Thu, 2 Jun 2022 17:16:29 +0000 (13:16 -0400)]
LargeCount MPI_write/read_at
Daniel Arndt [Thu, 2 Jun 2022 16:01:32 +0000 (12:01 -0400)]
Merge pull request #13894 from bangerth/unicode
Daniel Arndt [Thu, 2 Jun 2022 15:59:46 +0000 (11:59 -0400)]
Merge pull request #13892 from zjiaqi2018/fix-step-81-warnings
Fix step-81 complex number warnings
Marc Fehling [Tue, 10 May 2022 04:56:05 +0000 (22:56 -0600)]
Added missing header.
Daniel Garcia-Sanchez [Fri, 21 May 2021 19:30:24 +0000 (21:30 +0200)]
Add point_value_03 test
Parallel test for find_active_cell_around_point()
Wolfgang Bangerth [Wed, 1 Jun 2022 22:54:09 +0000 (16:54 -0600)]
Avoid unicode and correct 10-5 -> 10^-5.
Wolfgang Bangerth [Thu, 2 Jun 2022 13:50:37 +0000 (07:50 -0600)]
Merge pull request #13883 from kronbichler/documentation
Remove another inclusion of hanging_nodes_internal.h. Documentation.
Wolfgang Bangerth [Thu, 2 Jun 2022 13:49:31 +0000 (07:49 -0600)]
Merge pull request #13893 from drwells/fix-arkode-3-and-4
Fix arkode 3 and 4
Jiaqi Zhang [Thu, 2 Jun 2022 13:31:13 +0000 (09:31 -0400)]
address comments
Maximilian Bergbauer [Thu, 19 May 2022 11:58:06 +0000 (13:58 +0200)]
Implement class NonMatching::MappingInfo
Daniel Arndt [Thu, 2 Jun 2022 12:11:09 +0000 (08:11 -0400)]
Merge pull request #13897 from kronbichler/compile_warning
Martin Kronbichler [Thu, 2 Jun 2022 08:12:01 +0000 (10:12 +0200)]
Merge pull request #13457 from peterrum/distribute_local_to_global_by_interpolation
Allow to average values in parallel::distributed::SolutionTransfer
Martin Kronbichler [Thu, 2 Jun 2022 07:42:58 +0000 (09:42 +0200)]
Avoid warning regarding unused variable
Martin Kronbichler [Thu, 2 Jun 2022 07:42:42 +0000 (09:42 +0200)]
Fix compile warning in step-50
Martin Kronbichler [Thu, 2 Jun 2022 07:40:15 +0000 (09:40 +0200)]
Merge pull request #13888 from bangerth/std
Qualify int*_t and uint*_t with std::.
Martin Kronbichler [Thu, 2 Jun 2022 07:38:40 +0000 (09:38 +0200)]
Use static_assert to ensure correct type
Martin Kronbichler [Wed, 1 Jun 2022 13:40:41 +0000 (15:40 +0200)]
Remove another inclusion of hanging_nodes_internal.h. Documentation.
Matthias Maier [Thu, 2 Jun 2022 04:20:15 +0000 (23:20 -0500)]
Merge pull request #13896 from drwells/fix-cgal
Fix compilation with CGAL.
David Wells [Thu, 2 Jun 2022 02:28:27 +0000 (22:28 -0400)]
Fix compilation with CGAL.
Timo Heister [Thu, 2 Jun 2022 02:21:36 +0000 (22:21 -0400)]
Merge pull request #13885 from drwells/fix-lc-mpi-clobbering
Fix a problem with combining MPI::LargeCount and PETSc.
Wolfgang Bangerth [Wed, 1 Jun 2022 22:56:34 +0000 (16:56 -0600)]
Merge pull request #13850 from tjhei/wrapcomments-update
wrapcomments.py update
Wolfgang Bangerth [Wed, 1 Jun 2022 22:44:47 +0000 (16:44 -0600)]
Merge pull request #13879 from tjhei/add_large_vtu_test
add large vtu test
Wolfgang Bangerth [Wed, 1 Jun 2022 22:43:21 +0000 (16:43 -0600)]
Merge pull request #13887 from tjhei/simplex-dox-relates
doxygen: don't use @ingroup simplex
Daniel Arndt [Wed, 1 Jun 2022 21:24:29 +0000 (17:24 -0400)]
Merge pull request #13872 from kronbichler/reduce_cost_hanging_nodes
David Wells [Sat, 28 May 2022 00:43:39 +0000 (20:43 -0400)]
Fix the ARKODE 4 test.
David Wells [Sat, 28 May 2022 00:25:31 +0000 (20:25 -0400)]
Fix ARKODE 3 test.
This works with both 5.4 and 6.2 now.
Jiaqi Zhang [Wed, 1 Jun 2022 19:56:43 +0000 (15:56 -0400)]
fix step-81 warnings
Martin Kronbichler [Wed, 1 Jun 2022 19:28:38 +0000 (21:28 +0200)]
Merge pull request #13753 from luca-heltai/cgal-variadic_criteria
Variadic template parameter for CGAL Mesh criteria
Daniel Arndt [Wed, 1 Jun 2022 19:17:58 +0000 (15:17 -0400)]
Merge pull request #13886 from tjhei/dox_fix
Daniel Arndt [Wed, 1 Jun 2022 19:17:27 +0000 (15:17 -0400)]
Merge pull request #13880 from tjhei/fix_parallel_vtu_footer
Wolfgang Bangerth [Wed, 1 Jun 2022 17:22:33 +0000 (11:22 -0600)]
Qualify int*_t and uint*_t with std::.
David Wells [Wed, 1 Jun 2022 15:58:53 +0000 (11:58 -0400)]
Fix a problem with combining MPI::LargeCount and PETSc.
PETSc, in petsclog.h, implements logging by redefining all MPI functions as
macros, e.g.,
#define MPI_Send_c(buf,count,datatype,dest,tag,comm) \
((petsc_send_ct++,0) || PetscMPITypeSize((count),(datatype),(&petsc_send_len)) || MPI_Send_c((buf),(count),(datatype),(dest),(tag),(comm)))
This only works when all MPI declarations are made before these macro
definitions. Hence this library won't work with PETSc unless we include headers
in the right order.
Work around this by removing the MPI_ prefix from these function definitions.
Since we put these functions in our own namespace there is no need for them to
have the same names as the normal MPI functions.
Wolfgang Bangerth [Wed, 1 Jun 2022 17:08:14 +0000 (11:08 -0600)]
Merge pull request #13884 from kronbichler/simplify_access_to_map
Use map::find rather than insert to avoid creating temporary
Timo Heister [Wed, 1 Jun 2022 17:04:46 +0000 (13:04 -0400)]
doxygen: don't use @ingroup simplex
fixes #13509
Wolfgang Bangerth [Wed, 1 Jun 2022 16:37:01 +0000 (10:37 -0600)]
Merge pull request #13793 from drwells/sundials-version
Require SUNDIALS 5.4 or later.
Timo Heister [Wed, 1 Jun 2022 16:34:42 +0000 (12:34 -0400)]
fix doxygen comment
Timo Heister [Sun, 29 May 2022 19:19:52 +0000 (15:19 -0400)]
wrapcomments.py update
- stop it from actually wrapping comments
- add documentation
- remove unnecessary \
Timo Heister [Wed, 1 Jun 2022 16:14:54 +0000 (12:14 -0400)]
rename test output
Timo Heister [Wed, 1 Jun 2022 16:05:00 +0000 (12:05 -0400)]
add comment
Martin Kronbichler [Wed, 1 Jun 2022 13:47:19 +0000 (15:47 +0200)]
Use map::find rather than insert to avoid creating temporary
Martin Kronbichler [Tue, 31 May 2022 11:17:00 +0000 (13:17 +0200)]
MatrixFree: Do not construct hanging nodes structure for non-adapted meshes
Wolfgang Bangerth [Wed, 1 Jun 2022 03:50:23 +0000 (21:50 -0600)]
Merge pull request #13875 from tjhei/vtu-large-error
vtu zlib: assert max size
Bruno Turcksin [Tue, 31 May 2022 22:27:44 +0000 (18:27 -0400)]
Merge pull request #13874 from kronbichler/fix_test_communicate_mg_ghost_cells
Bruno Turcksin [Tue, 31 May 2022 22:25:08 +0000 (18:25 -0400)]
Merge pull request #13878 from kronbichler/runtime_mf_rt
Timo Heister [Tue, 31 May 2022 20:19:24 +0000 (16:19 -0400)]
fix parallel .vtu missing footer
Timo Heister [Tue, 31 May 2022 19:53:58 +0000 (15:53 -0400)]
add large vtu test
A a test that writes a .vtu file with parallel IO that is larger than
4GB.
Daniel Arndt [Tue, 31 May 2022 19:41:42 +0000 (15:41 -0400)]
Merge pull request #13869 from kronbichler/speed_up_n_active_entries_per_batch
Speed up the function MatrixFree::n_active_entries_per_cell_batch
Daniel Arndt [Tue, 31 May 2022 19:34:40 +0000 (15:34 -0400)]
Merge pull request #13864 from kronbichler/fix_complex_mf
Martin Kronbichler [Tue, 31 May 2022 19:23:47 +0000 (21:23 +0200)]
Reduce run time of matrix-free RT tests
Martin Kronbichler [Tue, 31 May 2022 18:14:07 +0000 (20:14 +0200)]
Merge pull request #13876 from tjhei/update_large_tests
update large IO test output
Martin Kronbichler [Tue, 31 May 2022 17:31:58 +0000 (19:31 +0200)]
Merge pull request #13807 from luca-heltai/cgal-compute_quadrature_over_region
Compute Quadrature formula over a general poly
Martin Kronbichler [Tue, 31 May 2022 17:07:22 +0000 (19:07 +0200)]
Compare with interpolate() in test
Martin Kronbichler [Mon, 30 May 2022 20:36:35 +0000 (22:36 +0200)]
Changelog
Martin Kronbichler [Mon, 30 May 2022 20:34:59 +0000 (22:34 +0200)]
New test case by Pascal Kraft
Martin Kronbichler [Mon, 30 May 2022 20:34:47 +0000 (22:34 +0200)]
Make VectorTools::project compile with complex numbers
Timo Heister [Tue, 31 May 2022 16:04:23 +0000 (16:04 +0000)]
update large IO test output
Timo Heister [Tue, 31 May 2022 15:28:44 +0000 (11:28 -0400)]
vtu zlib: assert max size
We only support VTU output where each compressed section (on a single
MPI rank) is less than 4GB. This is a reasonable limit, but we should
assert this instead of writing corrupted data.
Daniel Arndt [Tue, 31 May 2022 15:02:20 +0000 (11:02 -0400)]
Merge pull request #13871 from kronbichler/remove_header_inclusion
Daniel Arndt [Tue, 31 May 2022 14:50:15 +0000 (10:50 -0400)]
Merge pull request #13870 from kronbichler/avoid_deprecated_interface
Martin Kronbichler [Tue, 31 May 2022 14:29:46 +0000 (16:29 +0200)]
Allow to call communicate_mg_ghost_cells in 1D
Marco Feder [Sat, 21 May 2022 19:37:09 +0000 (21:37 +0200)]
Compute Quadrature formula over a general poly
Martin Kronbichler [Tue, 31 May 2022 07:15:40 +0000 (09:15 +0200)]
Speed up the function MatrixFree::n_active_entries_per_cell_batch
Martin Kronbichler [Tue, 31 May 2022 11:15:04 +0000 (13:15 +0200)]
Remove inclusion of unneeded header
Martin Kronbichler [Tue, 31 May 2022 07:20:43 +0000 (09:20 +0200)]
MatrixFree: Avoid use of deprecated n_components_filled
Martin Kronbichler [Tue, 31 May 2022 05:35:02 +0000 (07:35 +0200)]
Merge pull request #13865 from gassmoeller/prevent_endless_loop
Prevent endless particle loop during refinement
Marc Fehling [Tue, 31 May 2022 04:11:34 +0000 (22:11 -0600)]
Merge pull request #13856 from dealii/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
Wolfgang Bangerth [Tue, 31 May 2022 00:27:15 +0000 (18:27 -0600)]
Merge pull request #13863 from pengfej/fixing_grammar_mistakes_in_comments
Fixing grammar mistakes in comments
Martin Kronbichler [Mon, 30 May 2022 22:22:11 +0000 (00:22 +0200)]
Merge pull request #13854 from bangerth/empty
Optimize Utilities::pack/unpack for empty objects.
Martin Kronbichler [Mon, 30 May 2022 22:21:57 +0000 (00:21 +0200)]
Merge pull request #13862 from bangerth/typo
Fix a grammar mistake.
Rene Gassmoeller [Mon, 30 May 2022 20:56:08 +0000 (16:56 -0400)]
Prevent endless particle loop during refinement
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.