]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Wed, 24 Nov 2021 09:26:48 +0000 (10:26 +0100)]
Fix compile warning by adding copy constructor to hp iterator
Martin Kronbichler [Wed, 24 Nov 2021 08:30:18 +0000 (09:30 +0100)]
Merge pull request #12977 from peterrum/setup_constraints_refactor
Refactor HangingNodes::setup_constraints()
Wolfgang Bangerth [Wed, 24 Nov 2021 04:22:38 +0000 (21:22 -0700)]
Merge pull request #12973 from tjhei/checkpointing_large_part2
fix checkpointing with >2GB per process
Daniel Arndt [Tue, 23 Nov 2021 14:27:40 +0000 (09:27 -0500)]
Merge pull request #12985 from peterrum/cuda_flags
Peter Munch [Thu, 18 Nov 2021 21:57:20 +0000 (22:57 +0100)]
Refactor HangingNodes::setup_constraints()
Peter Munch [Tue, 23 Nov 2021 09:29:43 +0000 (10:29 +0100)]
Improve default behaviour of CUDAWrappers::MatrixFree::reinit()
Wolfgang Bangerth [Tue, 23 Nov 2021 04:05:39 +0000 (21:05 -0700)]
Merge pull request #12984 from drwells/remove-set_vertex_dof_index
Remove set_vertex_dof_index().
David Wells [Tue, 23 Nov 2021 02:17:38 +0000 (21:17 -0500)]
Merge pull request #12982 from peterrum/CollectionIterator_trait
Add iterator traits to hp::CollectionIterator
David Wells [Tue, 23 Nov 2021 01:53:12 +0000 (20:53 -0500)]
Remove set_vertex_dof_index().
This is no longer used as of
e759ceee8e .
Peter Munch [Mon, 22 Nov 2021 21:06:31 +0000 (22:06 +0100)]
Merge pull request #12980 from peterrum/neighbor_child_on_subface_simplex
Fix CellAccessor::neighbor_child_on_subface()
David Wells [Mon, 22 Nov 2021 19:29:25 +0000 (14:29 -0500)]
Merge pull request #12979 from peterrum/merge_triangulations_simplex
Fix GridGenerator::merge_triangulations() for simplex meshes
Martin Kronbichler [Mon, 22 Nov 2021 19:28:45 +0000 (20:28 +0100)]
Merge pull request #12976 from peterrum/FEImmersedSurfaceValues_assert
Add assert to FEImmersedSurfaceValues
Peter Munch [Sat, 20 Nov 2021 12:25:33 +0000 (13:25 +0100)]
Add assert to FEImmersedSurfaceValues
Peter Munch [Mon, 22 Nov 2021 10:28:34 +0000 (11:28 +0100)]
Fix GridGenerator::merge_triangulations() for simplex meshes
Peter Munch [Mon, 22 Nov 2021 14:50:59 +0000 (15:50 +0100)]
Add iterator traits to hp::CollectionIterator
Peter Munch [Mon, 22 Nov 2021 13:35:45 +0000 (14:35 +0100)]
Merge pull request #12981 from kronbichler/simd_simplify_blend
VectorizedArray: Simplify compare_and_apply_mask by blend instruction
Martin Kronbichler [Mon, 22 Nov 2021 10:38:02 +0000 (11:38 +0100)]
VectorizedArray: Simplify compare_and_apply_mask by blend instruction
Peter Munch [Mon, 22 Nov 2021 10:32:36 +0000 (11:32 +0100)]
Fix CellAccessor::neighbor_child_on_subface()
Peter Munch [Mon, 22 Nov 2021 07:06:52 +0000 (08:06 +0100)]
Merge pull request #12978 from tjhei/mg_access_assert
add Assert to get_mg_dof_indices
Timo Heister [Sun, 21 Nov 2021 22:04:49 +0000 (17:04 -0500)]
add Assert to get_mg_dof_indices
Calling get_mg_dof_indices currently causes a segfault when you don't
have MG DoFs distributed. Fix by adding an Assert with a nice message in
two places (why not).
Timo Heister [Sat, 20 Nov 2021 03:19:24 +0000 (22:19 -0500)]
Merge pull request #12965 from bangerth/filters
Use iterator filters in our code base.
Timo Heister [Sat, 20 Nov 2021 03:02:51 +0000 (22:02 -0500)]
fix checkpointing with >2GB per process
This fixes save/load of fixed and variable checkpointing where
individual ranks write more than 2GBs of data.
Part of #12873 and #12752
David Wells [Sat, 20 Nov 2021 02:45:47 +0000 (21:45 -0500)]
Merge pull request #12967 from bangerth/comsol
More work for COMSOL meshes
Timo Heister [Sat, 20 Nov 2021 00:24:38 +0000 (19:24 -0500)]
Merge pull request #12970 from masterleinad/replace_cancel_builds_on_update
Replace cancel-builds-on-update by concurrency feature in the GitHub CI
Wolfgang Bangerth [Fri, 19 Nov 2021 23:40:06 +0000 (16:40 -0700)]
Use proper types instead of string comparisons.
Wolfgang Bangerth [Fri, 19 Nov 2021 18:25:50 +0000 (11:25 -0700)]
Merge pull request #12964 from tjhei/mpi_create_big_datatype
Utilities::MPI::create_mpi_data_type_n_bytes
Timo Heister [Fri, 19 Nov 2021 11:21:55 +0000 (06:21 -0500)]
round 2 of comments
Wolfgang Bangerth [Thu, 18 Nov 2021 22:40:06 +0000 (15:40 -0700)]
Use emplace_back() over push_back().
Daniel Arndt [Thu, 18 Nov 2021 22:01:43 +0000 (17:01 -0500)]
Replace cancel-builds-on-update by concurrency feature in the GitHub CI
Timo Heister [Thu, 18 Nov 2021 19:32:56 +0000 (14:32 -0500)]
address comments
Wolfgang Bangerth [Wed, 17 Nov 2021 04:37:10 +0000 (21:37 -0700)]
Add more tests.
Wolfgang Bangerth [Wed, 17 Nov 2021 04:36:29 +0000 (21:36 -0700)]
Read more variants of COMSOL files.
Wolfgang Bangerth [Wed, 17 Nov 2021 02:07:55 +0000 (19:07 -0700)]
Fix a test.
Bruno Turcksin [Thu, 18 Nov 2021 18:14:03 +0000 (13:14 -0500)]
Merge pull request #12949 from bangerth/comsol
Peter Munch [Thu, 18 Nov 2021 18:10:43 +0000 (19:10 +0100)]
Merge pull request #12966 from bergbauer/cell_neighbor
FEEvaluation: Select correct code path for cell neighbors
Maximilian Bergbauer [Tue, 9 Nov 2021 13:37:57 +0000 (14:37 +0100)]
Select correct code path for neighbor elements
Peter Munch [Wed, 17 Nov 2021 22:17:06 +0000 (23:17 +0100)]
Merge pull request #12024 from simonsticko/fe_immersed_surface_values
Add class FEImmersedSurfaceValues
Wolfgang Bangerth [Wed, 17 Nov 2021 21:09:54 +0000 (14:09 -0700)]
Use iterator filters in our code base.
Peter Munch [Wed, 17 Nov 2021 20:44:17 +0000 (21:44 +0100)]
Merge pull request #12957 from bangerth/warning
Work around a (wrong) warning about an unused variable.
Simon Sticko [Wed, 17 Nov 2021 09:42:24 +0000 (10:42 +0100)]
Add class NonMatching::FEImmersedSurfaceValues
That has the same shape function values/derivatives as FEValues,
but has JxW-values corresponding to integration over a surface
immersed in the cell. This is achieved by passing an
ImmersedSurfaceQuadrature instead of a Quadrature to the constructor.
Add a virtual function fill_fe_immersed_surface_values on Mapping to
be able to compute the correct JxW-values and surface normals. Make it
throw ExcNotImplemented by default, but override it with an
implementation on MappingCartesian and MappingQ.
Wolfgang Bangerth [Tue, 16 Nov 2021 17:37:18 +0000 (10:37 -0700)]
Work around a (wrong) warning about an unused variable.
Timo Heister [Wed, 17 Nov 2021 16:57:24 +0000 (11:57 -0500)]
Utilities::MPI::create_mpi_data_type_n_bytes
part of #12752
Peter Munch [Wed, 17 Nov 2021 16:12:24 +0000 (17:12 +0100)]
Merge pull request #12963 from peterrum/DictionaryPayLoad_assert_fix
Fix assert in DictionaryPayLoad
David Wells [Wed, 17 Nov 2021 14:59:46 +0000 (09:59 -0500)]
Merge pull request #12952 from bangerth/filters
Provide C++20-style operator| to filter iterator ranges.
Peter Munch [Wed, 17 Nov 2021 14:31:40 +0000 (15:31 +0100)]
Fix assert in DictionaryPayLoad
Peter Munch [Wed, 17 Nov 2021 13:12:30 +0000 (14:12 +0100)]
Merge pull request #12962 from peterrum/CellIteratorContainer_inline
CellIteratorContainer: inline function
Peter Munch [Wed, 17 Nov 2021 11:31:23 +0000 (12:31 +0100)]
CellIteratorContainer: inline function
Peter Munch [Wed, 17 Nov 2021 11:14:27 +0000 (12:14 +0100)]
Merge pull request #12959 from peterrum/ConstraintKinds_memory_consumption
ConstraintKinds: implement memory_consumption()
Martin Kronbichler [Wed, 17 Nov 2021 09:22:01 +0000 (10:22 +0100)]
Merge pull request #12945 from peterrum/subcell
Rename ConstraintKinds::type to subcell
Martin Kronbichler [Wed, 17 Nov 2021 09:18:30 +0000 (10:18 +0100)]
Merge pull request #12951 from bangerth/doc-0
Minor updates to the documentation of CellData.
Martin Kronbichler [Wed, 17 Nov 2021 09:05:09 +0000 (10:05 +0100)]
Merge pull request #12961 from bangerth/unsigned-2
Make the 'direction' argument of some GridTools functions 'unsigned'.
Wolfgang Bangerth [Wed, 17 Nov 2021 04:41:42 +0000 (21:41 -0700)]
Convert a few places to use operator| to filter iterators.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:37:19 +0000 (18:37 -0700)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:29:52 +0000 (18:29 -0700)]
Add tests.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:29:18 +0000 (18:29 -0700)]
Provide C++20-style operator| to filter iterator ranges.
Wolfgang Bangerth [Wed, 17 Nov 2021 00:51:34 +0000 (17:51 -0700)]
Make the 'direction' argument of some GridTools functions 'unsigned'.
David Wells [Tue, 16 Nov 2021 21:53:07 +0000 (16:53 -0500)]
Merge pull request #12946 from peterrum/CellIteratorContainer
std::unique_ptr<const CellIteratorBase> -> CellIteratorContainer
Peter Munch [Tue, 16 Nov 2021 19:31:14 +0000 (20:31 +0100)]
ConstraintKinds: implement memory_consumption()
Bruno Turcksin [Tue, 16 Nov 2021 19:04:36 +0000 (14:04 -0500)]
Merge pull request #12950 from bangerth/gridout
Peter Munch [Tue, 16 Nov 2021 18:23:52 +0000 (19:23 +0100)]
Merge pull request #12956 from simonsticko/simplify_mapping_cartesian
Remove some duplication in MappingCartesian
Martin Kronbichler [Tue, 16 Nov 2021 17:29:30 +0000 (18:29 +0100)]
Merge pull request #12955 from bergbauer/read_dof_values_with_masks
Introduce mask in read_dof_values
Simon Sticko [Tue, 16 Nov 2021 13:56:32 +0000 (14:56 +0100)]
Add MappingCartesian::maybe_update_volume_elements()
To remove some duplication in the class.
Simon Sticko [Tue, 16 Nov 2021 13:32:22 +0000 (14:32 +0100)]
Add MappingCartesian::maybe_update_jacobians()
To remove some duplication in the class.
Wolfgang Bangerth [Tue, 16 Nov 2021 14:52:29 +0000 (07:52 -0700)]
Merge pull request #12947 from peterrum/fix_types
Fix types
Simon Sticko [Tue, 16 Nov 2021 13:21:36 +0000 (14:21 +0100)]
Add MappingCartesian::maybe_update_inverse_jacobians()
To remove some duplication in the class.
Maximilian Bergbauer [Tue, 9 Nov 2021 13:37:57 +0000 (14:37 +0100)]
Introduce masks in read_dof_values
Peter Munch [Mon, 15 Nov 2021 15:03:08 +0000 (16:03 +0100)]
Fix types
Peter Munch [Tue, 16 Nov 2021 06:35:43 +0000 (07:35 +0100)]
Merge pull request #12948 from peterrum/step-64-feeval
Step-64: be explicit regarding templater parameter
Wolfgang Bangerth [Tue, 16 Nov 2021 01:17:30 +0000 (18:17 -0700)]
Minor updates to the documentation of CellData.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:47:06 +0000 (17:47 -0700)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:46:59 +0000 (17:46 -0700)]
Add the ability to output tet meshes in gnuplot format.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:45:20 +0000 (17:45 -0700)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:44:10 +0000 (17:44 -0700)]
Add a test.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:42:06 +0000 (17:42 -0700)]
Add the ability to read COMSOL .mphtxt files.
Peter Munch [Mon, 15 Nov 2021 18:43:24 +0000 (19:43 +0100)]
Step-64: be explicit regarding templater parameter
Peter Munch [Sat, 13 Nov 2021 21:05:19 +0000 (22:05 +0100)]
std::unique_ptr<const CellIteratorBase> -> CellIteratorContainer
Peter Munch [Sat, 13 Nov 2021 21:49:35 +0000 (22:49 +0100)]
Merge pull request #12931 from gassmoeller/optimize_particle_generation
Optimize particle generation
Peter Munch [Sat, 13 Nov 2021 21:36:05 +0000 (22:36 +0100)]
Merge pull request #12937 from peterrum/mpi_compute_index_owner_internal_assert_message
Improve assert message in DictionaryPayLoad
Peter Munch [Sat, 13 Nov 2021 20:12:34 +0000 (21:12 +0100)]
Rename ConstraintKinds::type to subcell
Peter Munch [Sat, 13 Nov 2021 20:00:44 +0000 (21:00 +0100)]
Merge pull request #12944 from peterrum/ConstraintKinds_check
Check ConstraintKinds
Peter Munch [Fri, 12 Nov 2021 08:14:40 +0000 (09:14 +0100)]
Improve assert message in DictionaryPayLoad
Peter Munch [Sat, 13 Nov 2021 09:27:43 +0000 (10:27 +0100)]
Check ConstraintKinds
David Wells [Sat, 13 Nov 2021 16:51:23 +0000 (11:51 -0500)]
Merge pull request #12943 from bangerth/message-2
Improve an error message.
Martin Kronbichler [Sat, 13 Nov 2021 16:49:16 +0000 (17:49 +0100)]
Merge pull request #12938 from bangerth/threads
Minor cleanups in thread_management.h.
Martin Kronbichler [Sat, 13 Nov 2021 16:48:37 +0000 (17:48 +0100)]
Merge pull request #12942 from bangerth/tests-2
Convert loops in some tests to reference-cell-independent form.
David Wells [Sat, 13 Nov 2021 16:37:12 +0000 (11:37 -0500)]
Merge pull request #12941 from peterrum/FEValuesBase_content
FEValuesBase: move content around
Wolfgang Bangerth [Sat, 13 Nov 2021 04:33:05 +0000 (21:33 -0700)]
Improve an error message.
Wolfgang Bangerth [Sat, 13 Nov 2021 01:02:28 +0000 (18:02 -0700)]
Convert loops in some tests to reference-cell-independent form.
David Wells [Sat, 13 Nov 2021 01:07:12 +0000 (20:07 -0500)]
Merge pull request #12939 from bangerth/gmsh
Streamline documentation.
Wolfgang Bangerth [Fri, 12 Nov 2021 18:04:33 +0000 (11:04 -0700)]
Minor cleanups in thread_management.h.
Peter Munch [Fri, 12 Nov 2021 22:54:21 +0000 (23:54 +0100)]
FEValuesBase: move content around
Wolfgang Bangerth [Fri, 12 Nov 2021 21:34:40 +0000 (14:34 -0700)]
Streamline documentation.
Rene Gassmoeller [Fri, 12 Nov 2021 17:05:07 +0000 (12:05 -0500)]
Update documentation
David Wells [Fri, 12 Nov 2021 15:03:16 +0000 (10:03 -0500)]
Merge pull request #12932 from peterrum/fe_values_cell_iterator_base
FEValues: simplify CellIteratorBase
Martin Kronbichler [Fri, 12 Nov 2021 07:44:01 +0000 (08:44 +0100)]
Merge pull request #12934 from bangerth/const
Mark FEValuesExtrator objects as 'const'.
Martin Kronbichler [Fri, 12 Nov 2021 07:43:00 +0000 (08:43 +0100)]
Merge pull request #12936 from peterrum/ConstraintKinds_reorder
MatrixFreeFunctions::ConstraintKinds: rename and reorder
Martin Kronbichler [Fri, 12 Nov 2021 07:35:21 +0000 (08:35 +0100)]
Merge pull request #12935 from bangerth/message
Improve an error message.
Peter Munch [Thu, 11 Nov 2021 22:07:20 +0000 (23:07 +0100)]
MatrixFreeFunctions::ConstraintKinds: rename and reorder
Wolfgang Bangerth [Thu, 11 Nov 2021 22:06:02 +0000 (15:06 -0700)]
Improve an error message.
Wolfgang Bangerth [Thu, 11 Nov 2021 22:01:35 +0000 (15:01 -0700)]
Mark FEValuesExtrator objects as 'const'.
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.