]>
https://gitweb.dealii.org/ - dealii.git/log
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.
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
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 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.
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: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'.
Peter Munch [Tue, 9 Nov 2021 23:33:46 +0000 (00:33 +0100)]
FEValues: simplify CellIteratorBase
Rene Gassmoeller [Wed, 10 Nov 2021 16:52:16 +0000 (11:52 -0500)]
Optimize particle generation
Martin Kronbichler [Wed, 10 Nov 2021 15:12:10 +0000 (16:12 +0100)]
Merge pull request #12913 from kronbichler/pic_data_layout
ParticleHandler: Store vector of particles per cell in std::list
Peter Munch [Wed, 10 Nov 2021 09:17:31 +0000 (10:17 +0100)]
Merge pull request #12923 from peterrum/get_projection_matrix_multiple_components
Enable FETools::get_projection_matrix() for multiple components
Peter Munch [Sun, 7 Nov 2021 08:27:28 +0000 (09:27 +0100)]
Enabel FETools::get_projection_matrix() for multiple components
Peter Munch [Tue, 9 Nov 2021 16:38:24 +0000 (17:38 +0100)]
Merge pull request #12929 from peterrum/function_signed_distance_test_name
Rename some tests
Peter Munch [Tue, 9 Nov 2021 09:45:54 +0000 (10:45 +0100)]
Rename some tests
Martin Kronbichler [Tue, 9 Nov 2021 09:10:26 +0000 (10:10 +0100)]
Merge pull request #12920 from nmuch/signed_distance_ellipse
Add signed distance function for 1D and 2D ellipsoids
Martin Kronbichler [Tue, 9 Nov 2021 09:00:49 +0000 (10:00 +0100)]
Fix bug with un-initialized field
Matthias Maier [Tue, 9 Nov 2021 03:05:26 +0000 (21:05 -0600)]
Merge pull request #12927 from marcfehling/doc-predict
Minor fixes to `predict_error` doc.
Marc Fehling [Tue, 9 Nov 2021 01:38:54 +0000 (18:38 -0700)]
Merge pull request #12928 from tjhei/mg_repart_edits
minor MGRepartining edits
Timo Heister [Mon, 8 Nov 2021 23:41:37 +0000 (18:41 -0500)]
minor MGRepartiniong edits
Marc Fehling [Mon, 8 Nov 2021 17:10:26 +0000 (10:10 -0700)]
Minor fixes to `predict_error` doc.
Marc Fehling [Mon, 8 Nov 2021 17:04:15 +0000 (10:04 -0700)]
Merge pull request #12926 from gfcas/hp_prediction_doc
Update predict_error doc entry
Fabian Castelli [Mon, 8 Nov 2021 13:40:34 +0000 (14:40 +0100)]
Update predict_error doc entry
Martin Kronbichler [Mon, 8 Nov 2021 13:35:32 +0000 (14:35 +0100)]
Merge pull request #12925 from peterrum/typo
Fix typo
Martin Kronbichler [Mon, 8 Nov 2021 12:24:02 +0000 (13:24 +0100)]
Make access to list of particles more robust
Martin Kronbichler [Sun, 7 Nov 2021 10:00:28 +0000 (11:00 +0100)]
Fix some review documentation hinted in review comments
Peter Munch [Sun, 7 Nov 2021 08:37:49 +0000 (09:37 +0100)]
Fix typo
Matthias Maier [Sun, 7 Nov 2021 06:20:12 +0000 (01:20 -0500)]
Merge pull request #12917 from tamiko/update_changelog
add changelog entry for point release
David Wells [Sat, 6 Nov 2021 17:06:57 +0000 (13:06 -0400)]
Merge pull request #12922 from marcfehling/const
CylindricalManifold: make member variable const.
Nils Much [Thu, 4 Nov 2021 15:10:09 +0000 (16:10 +0100)]
Add signed distance function of 1 and 2D ellipsoid
Jean-Paul Pelteret [Sat, 6 Nov 2021 08:09:19 +0000 (09:09 +0100)]
Merge pull request #12921 from sebproell/nvector-getcomm-ptr
N_Vector now returns a pointer to MPI_Comm
Martin Kronbichler [Fri, 5 Nov 2021 21:59:33 +0000 (22:59 +0100)]
Fix bug in sort_particles_into_subdomains_and_cells
Marc Fehling [Fri, 5 Nov 2021 21:04:25 +0000 (15:04 -0600)]
CylindricalManifold: make member variable const.
Martin Kronbichler [Fri, 5 Nov 2021 09:37:57 +0000 (10:37 +0100)]
Adjust test cases
Martin Kronbichler [Fri, 5 Nov 2021 07:42:10 +0000 (08:42 +0100)]
Keep both owned/ghost particles in a single container
This is needed to keep _GLIBCXX_DEBUG happy when comparing iterators from cache.
This commit also addresses the review comments
Martin Kronbichler [Thu, 4 Nov 2021 06:10:06 +0000 (07:10 +0100)]
Switch from pair to struct
Martin Kronbichler [Wed, 3 Nov 2021 15:19:49 +0000 (16:19 +0100)]
ParticleHandler: Store vector of particles per cell in std::list
Martin Kronbichler [Fri, 5 Nov 2021 18:58:58 +0000 (19:58 +0100)]
Merge pull request #12919 from kronbichler/fix_error_glibcxx_debug
Fix some errors revealed by STL debug compile
Sebastian Proell [Fri, 5 Nov 2021 15:52:05 +0000 (16:52 +0100)]
N_Vector now returns a pointer to MPI_Comm
Martin Kronbichler [Fri, 5 Nov 2021 11:22:25 +0000 (12:22 +0100)]
Fix some errors revealed by STL debug compile
Matthias Maier [Fri, 5 Nov 2021 03:56:50 +0000 (22:56 -0500)]
add changelog entry for point release
Martin Kronbichler [Fri, 5 Nov 2021 12:37:28 +0000 (13:37 +0100)]
Merge pull request #12909 from bergbauer/evaluate_integrate_shape_info
FEEvaluation: Evaluate and integrate functions which use a user shape_info object
Bruno Turcksin [Fri, 5 Nov 2021 12:29:35 +0000 (08:29 -0400)]
Merge pull request #12911 from bangerth/do-2
Wolfgang Bangerth [Wed, 3 Nov 2021 06:07:32 +0000 (00:07 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 2 Nov 2021 23:50:52 +0000 (17:50 -0600)]
Simplify some code.
Wolfgang Bangerth [Tue, 2 Nov 2021 23:32:59 +0000 (17:32 -0600)]
Add a test for wedge output with gnuplot.
Wolfgang Bangerth [Tue, 2 Nov 2021 23:32:18 +0000 (17:32 -0600)]
Add the ability to output wedges via gnuplot.
Wolfgang Bangerth [Tue, 2 Nov 2021 23:33:13 +0000 (17:33 -0600)]
Add a test for pyramid output with gnuplot.
Wolfgang Bangerth [Tue, 2 Nov 2021 00:03:39 +0000 (18:03 -0600)]
Implement gnuplot output for pyramids.
Wolfgang Bangerth [Mon, 1 Nov 2021 22:49:07 +0000 (16:49 -0600)]
Update a test to also output tetrahedra in gnuplot.
Wolfgang Bangerth [Mon, 1 Nov 2021 22:48:42 +0000 (16:48 -0600)]
Implement gnuplot output for tetrahedra.
Martin Kronbichler [Thu, 4 Nov 2021 06:15:17 +0000 (07:15 +0100)]
Merge pull request #12910 from fdrmrc/fix_doctypo_step38
Fix a typo in step38 doc
Marco Feder [Tue, 2 Nov 2021 17:40:07 +0000 (18:40 +0100)]
Fixed latex typo in step-38 doc
Maximilian Bergbauer [Thu, 28 Oct 2021 14:09:53 +0000 (16:09 +0200)]
Make evaluate and integrate functions ready for an anisotropic shape_info object
Marc Fehling [Wed, 3 Nov 2021 06:22:25 +0000 (00:22 -0600)]
Merge pull request #12912 from bangerth/fix-cl
Fix the dates in four changelog entries.
Wolfgang Bangerth [Wed, 3 Nov 2021 06:08:37 +0000 (00:08 -0600)]
Fix the dates in four changelog entries.
David Wells [Wed, 3 Nov 2021 00:48:59 +0000 (20:48 -0400)]
Merge pull request #12908 from bangerth/test-2
Simplify a test.
Wolfgang Bangerth [Tue, 2 Nov 2021 15:36:06 +0000 (09:36 -0600)]
Merge pull request #12902 from kronbichler/range_based_for
Apply some range-based for loops
Martin Kronbichler [Mon, 1 Nov 2021 18:06:48 +0000 (19:06 +0100)]
Apply some range-based for loops
Bruno Turcksin [Tue, 2 Nov 2021 01:28:13 +0000 (21:28 -0400)]
Merge pull request #12905 from bangerth/do
Bruno Turcksin [Tue, 2 Nov 2021 01:18:52 +0000 (21:18 -0400)]
Merge pull request #12904 from kronbichler/simplify_mg_code
Bruno Turcksin [Tue, 2 Nov 2021 01:08:59 +0000 (21:08 -0400)]
Merge pull request #12907 from bangerth/test
Wolfgang Bangerth [Mon, 1 Nov 2021 22:27:34 +0000 (16:27 -0600)]
Simplify a test.
Wolfgang Bangerth [Mon, 1 Nov 2021 21:23:41 +0000 (15:23 -0600)]
Avoid code duplication.
Wolfgang Bangerth [Mon, 1 Nov 2021 21:18:13 +0000 (15:18 -0600)]
Merge pull request #12903 from kronbichler/inline_accessor_functions
Inline active_cell_index functions
Wolfgang Bangerth [Mon, 1 Nov 2021 19:18:44 +0000 (13:18 -0600)]
Update general node lookup routine.
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.