]>
https://gitweb.dealii.org/ - dealii.git/log
Matthias Maier [Fri, 11 Jun 2021 16:08:02 +0000 (11:08 -0500)]
update clang-format infrastructure to version 11
Daniel Arndt [Fri, 11 Jun 2021 20:32:06 +0000 (16:32 -0400)]
Require the correct version in contrib/utilities/indent_common.sh
Daniel Arndt [Thu, 29 Oct 2020 20:48:51 +0000 (16:48 -0400)]
Update to clang-tidy-11
Peter Munch [Tue, 20 Jul 2021 19:00:56 +0000 (21:00 +0200)]
Merge pull request #12585 from peterrum/compute_diagonal_ref
Add new compute_diagonal() test
Peter Munch [Tue, 20 Jul 2021 07:38:59 +0000 (09:38 +0200)]
Add new compute_diagonal() test
Martin Kronbichler [Tue, 20 Jul 2021 15:58:42 +0000 (17:58 +0200)]
Merge pull request #12577 from peterrum/hn_generalize
Generalize HangingNodes
Peter Munch [Fri, 16 Jul 2021 17:03:49 +0000 (19:03 +0200)]
Generalize HangingNodes
Martin Kronbichler [Tue, 20 Jul 2021 05:28:35 +0000 (07:28 +0200)]
Merge pull request #12583 from drwells/mapping-fe-field-face-simplices
Mapping fe field face simplices
Martin Kronbichler [Tue, 20 Jul 2021 05:21:56 +0000 (07:21 +0200)]
Merge pull request #12582 from peterrum/ConstraintTypes_enum
Make internal::MatrixFreeFunctions::ConstraintTypes enum
David Wells [Mon, 19 Jul 2021 21:55:36 +0000 (17:55 -0400)]
Add a test for both features.
David Wells [Mon, 19 Jul 2021 21:55:02 +0000 (17:55 -0400)]
Fix cell->face(0)->measure() for tets.
Fortunately its easy to find the area of a triangle.
David Wells [Mon, 19 Jul 2021 21:54:38 +0000 (17:54 -0400)]
Copy quadrature weights in MappingFEField.
David Wells [Mon, 19 Jul 2021 20:53:52 +0000 (16:53 -0400)]
Use the correct reference cell in MappingFEField.
David Wells [Mon, 19 Jul 2021 20:50:50 +0000 (16:50 -0400)]
Add a new class member MappingFEField::reference_cell.
This is easier than constantly looking it up.
Peter Munch [Mon, 19 Jul 2021 19:30:19 +0000 (21:30 +0200)]
Make internal::MatrixFreeFunctions::ConstraintTypes enum
Bruno Turcksin [Mon, 19 Jul 2021 18:59:30 +0000 (14:59 -0400)]
Merge pull request #12571 from peterrum/hanging_nodes_internal
Peter Munch [Fri, 16 Jul 2021 16:21:01 +0000 (18:21 +0200)]
Fill CUDAWrappers::internal::constraint_weights inside of ReinitHelper
Peter Munch [Thu, 15 Jul 2021 07:28:48 +0000 (09:28 +0200)]
Rename cuda_hanging_nodes_internal.h to hanging_nodes_internal.h
Martin Kronbichler [Mon, 19 Jul 2021 13:47:02 +0000 (15:47 +0200)]
Merge pull request #12581 from peterrum/read_dof_indices
DoFInfo::read_dof_indices(): add additional index vector
Peter Munch [Mon, 19 Jul 2021 10:29:59 +0000 (12:29 +0200)]
DoFInfo::read_dof_indices(): add additional index vector
Peter Munch [Sun, 18 Jul 2021 19:40:41 +0000 (21:40 +0200)]
Merge pull request #12579 from kronbichler/fix_64bit
DoFHandlerPolicy: Fix 64 bit code path
Martin Kronbichler [Sun, 18 Jul 2021 18:08:25 +0000 (20:08 +0200)]
DoFHandlerPolicy: Fix 64 bit code path
Peter Munch [Sun, 18 Jul 2021 05:38:02 +0000 (07:38 +0200)]
Merge pull request #12576 from kronbichler/simplify_dof_accessor
Implement DoFHandler::distribute_dofs with a single pass through entities
Martin Kronbichler [Sat, 17 Jul 2021 14:32:41 +0000 (16:32 +0200)]
Merge pull request #12562 from peterrum/MGCoarseGridIterativeSolver_float
Enable different VectorTypes in MGCoarseGridIterativeSolver
Martin Kronbichler [Sat, 17 Jul 2021 10:16:28 +0000 (12:16 +0200)]
Use faster process_dof_indices in one more place
Martin Kronbichler [Sat, 17 Jul 2021 09:39:17 +0000 (11:39 +0200)]
Merge pull request #12563 from peterrum/si_subface_interpolation_matrix
Introduce ShapeInfo::subface_interpolation_matrix
Martin Kronbichler [Fri, 16 Jul 2021 16:43:58 +0000 (18:43 +0200)]
DoFHandler::distribute_dofs: only go through entities once
Martin Kronbichler [Fri, 16 Jul 2021 16:33:27 +0000 (18:33 +0200)]
Simplify implementation of set/get_dof_indices
Martin Kronbichler [Sat, 17 Jul 2021 09:32:17 +0000 (11:32 +0200)]
Merge pull request #12574 from kronbichler/improve_dof_handler_distr
Avoid unnecessary updates of cell dof index cache in DoFHandlerPolicy
David Wells [Fri, 16 Jul 2021 20:04:24 +0000 (16:04 -0400)]
Merge pull request #12572 from bangerth/64b
Add a couple of exceptions that ensure we don't accidentally run out of indices.
Martin Kronbichler [Fri, 16 Jul 2021 19:03:45 +0000 (21:03 +0200)]
Merge pull request #12573 from drwells/q-iterated-simplex
Implement QIteratedSimplex.
Martin Kronbichler [Fri, 16 Jul 2021 17:19:52 +0000 (19:19 +0200)]
Add documentation about cache
David Wells [Thu, 15 Jul 2021 23:42:00 +0000 (19:42 -0400)]
Implement QIteratedSimplex.
A limited version of QIterated for simplex meshes.
Peter Munch [Sun, 11 Jul 2021 19:53:55 +0000 (21:53 +0200)]
Introduce ShapeInfo::subface_interpolation_matrix
David Wells [Fri, 16 Jul 2021 13:15:01 +0000 (09:15 -0400)]
Merge pull request #12454 from kronbichler/update_raviart_thomas_nodal
Straight-forward tensor-product version of FE_RaviartThomasNodal
Martin Kronbichler [Fri, 16 Jul 2021 12:12:20 +0000 (14:12 +0200)]
Avoid unnecessary updates of cell dof index cache in DoFHandlerPolicy
Matthias Maier [Fri, 16 Jul 2021 07:58:15 +0000 (02:58 -0500)]
Merge pull request #12564 from masterleinad/suggest_non_mpi_compiler_wrappers
Avoid suggesting using MPI compiler wrappers as CMake compilers
Wolfgang Bangerth [Thu, 15 Jul 2021 22:27:12 +0000 (16:27 -0600)]
Add a couple of exceptions that ensure we don't accidentally run out of indices.
David Wells [Thu, 15 Jul 2021 13:50:57 +0000 (09:50 -0400)]
Merge pull request #12570 from peterrum/fe_eval_typos
Fix typos in fe_evaluation.h
Peter Munch [Thu, 15 Jul 2021 05:29:36 +0000 (07:29 +0200)]
Fix typos in fe_evaluation.h
Peter Munch [Wed, 14 Jul 2021 06:52:23 +0000 (08:52 +0200)]
Merge pull request #12561 from kronbichler/update_mapping_q
Move all code of MappingQGeneric to MappingQ
Matthias Maier [Tue, 13 Jul 2021 11:45:15 +0000 (06:45 -0500)]
Merge pull request #12568 from marcfehling/cmake-flags
cmake: check_compiler_setup: move linker flags to correct CMAKE_REQUIRED variable
Bruno Turcksin [Tue, 13 Jul 2021 01:42:15 +0000 (21:42 -0400)]
Merge pull request #12565 from bangerth/assertion
Improve an assertion.
Bruno Turcksin [Tue, 13 Jul 2021 01:38:31 +0000 (21:38 -0400)]
Merge pull request #12567 from bangerth/doc
Update documentation in SubcellData.
Bruno Turcksin [Tue, 13 Jul 2021 01:37:38 +0000 (21:37 -0400)]
Merge pull request #12566 from bangerth/warning
Avoid a warning about an unused variable in BOOST.
Marc Fehling [Mon, 12 Jul 2021 22:52:44 +0000 (16:52 -0600)]
cmake: check_compiler_setup: move linker flags to correct CMAKE_REQUIRED variable
Wolfgang Bangerth [Mon, 12 Jul 2021 18:56:34 +0000 (12:56 -0600)]
Improve an assertion.
Wolfgang Bangerth [Mon, 12 Jul 2021 18:55:35 +0000 (12:55 -0600)]
Update documentation in SubcellData.
Wolfgang Bangerth [Mon, 12 Jul 2021 18:54:52 +0000 (12:54 -0600)]
Avoid a warning about an unused variable in BOOST.
Daniel Arndt [Mon, 12 Jul 2021 18:08:24 +0000 (14:08 -0400)]
Avoid suggesting using MPI compiler wrappers as CMake compilers
Martin Kronbichler [Sat, 10 Jul 2021 19:26:40 +0000 (21:26 +0200)]
Move all code of MappingQGeneric to MappingQ
Peter Munch [Sun, 11 Jul 2021 06:01:07 +0000 (08:01 +0200)]
Enable different VectorTypes in MGCoarseGridIterativeSolver
Daniel Arndt [Thu, 8 Jul 2021 13:59:33 +0000 (09:59 -0400)]
Merge pull request #12550 from marcfehling/zorder
David Wells [Thu, 8 Jul 2021 12:21:53 +0000 (08:21 -0400)]
Merge pull request #12551 from bangerth/ref
Don't use references where necessary.
Daniel Arndt [Thu, 8 Jul 2021 03:45:34 +0000 (23:45 -0400)]
Merge pull request #12552 from bangerth/lowest
Use std::numeric_limits::lowest() instead of -max().
Wolfgang Bangerth [Wed, 7 Jul 2021 23:14:52 +0000 (17:14 -0600)]
Use std::numeric_limits::lowest() instead of -max().
Wolfgang Bangerth [Wed, 7 Jul 2021 23:11:55 +0000 (17:11 -0600)]
Don't use references where necessary.
Marc Fehling [Wed, 7 Jul 2021 04:27:16 +0000 (22:27 -0600)]
tests: fix output configuration flags
Marc Fehling [Wed, 7 Jul 2021 04:25:58 +0000 (22:25 -0600)]
tests: shared tria: use partition_zoltan instead of partition_auto if output prepared with zoltan.
Marc Fehling [Wed, 7 Jul 2021 06:09:22 +0000 (00:09 -0600)]
tests: simplex/step-67: add mapping for non-p4est case
Marc Fehling [Wed, 7 Jul 2021 04:27:34 +0000 (22:27 -0600)]
tests: lac constraints: add template parameter
Martin Kronbichler [Wed, 7 Jul 2021 07:01:05 +0000 (09:01 +0200)]
Merge pull request #12423 from kronbichler/remove_mapping_q
Make the class MappingQ equivalent to MappingQGeneric
Marc Fehling [Wed, 7 Jul 2021 02:40:13 +0000 (20:40 -0600)]
Merge pull request #12548 from marcfehling/intel1819
Avoid lambda function to compile with Intel 18/19.
Bruno Turcksin [Wed, 7 Jul 2021 01:32:17 +0000 (21:32 -0400)]
Merge pull request #12547 from bangerth/doc-88
Minor doc update to BoundingBox.
Wolfgang Bangerth [Wed, 7 Jul 2021 00:56:54 +0000 (18:56 -0600)]
Merge pull request #12487 from dianeguignard/updated-references-doc
Updated references doc
Marc Fehling [Tue, 6 Jul 2021 23:06:52 +0000 (17:06 -0600)]
A remote_point_evaluation test requires trilinos.
Marc Fehling [Tue, 6 Jul 2021 22:24:24 +0000 (16:24 -0600)]
Most remote_point_evaluation tests require p4est.
Marc Fehling [Tue, 6 Jul 2021 21:08:09 +0000 (16:08 -0500)]
Avoid lambda function to compile with Intel 18/19.
Wolfgang Bangerth [Tue, 6 Jul 2021 20:10:45 +0000 (14:10 -0600)]
Minor doc update to BoundingBox.
Peter Munch [Tue, 6 Jul 2021 17:54:16 +0000 (19:54 +0200)]
Merge pull request #12544 from kronbichler/particle_local_index
Add ParticleAccessor::get_local_index
Martin Kronbichler [Tue, 6 Jul 2021 07:18:23 +0000 (09:18 +0200)]
Changelog
Martin Kronbichler [Tue, 6 Jul 2021 07:16:41 +0000 (09:16 +0200)]
Make the descriptions clearer
Martin Kronbichler [Tue, 6 Jul 2021 07:24:00 +0000 (09:24 +0200)]
Changelog entry
Martin Kronbichler [Mon, 5 Jul 2021 16:19:57 +0000 (18:19 +0200)]
Update test output
Martin Kronbichler [Mon, 5 Jul 2021 18:09:56 +0000 (20:09 +0200)]
Merge pull request #12542 from drwells/fix-fe-simplex-p-bubbles
Make FE_SimplexP_Bubbles inherit from FE_SimplexPoly.
Martin Kronbichler [Mon, 5 Jul 2021 18:09:09 +0000 (20:09 +0200)]
Merge pull request #12545 from gfcas/cmake_sundials
Update sundials version number extraction
Martin Kronbichler [Sat, 12 Jun 2021 19:06:39 +0000 (21:06 +0200)]
More straight-forward version of FE_RaviartThomasNodal
Martin Kronbichler [Sun, 4 Jul 2021 20:48:20 +0000 (22:48 +0200)]
Test case for new function
Martin Kronbichler [Sun, 4 Jul 2021 20:48:05 +0000 (22:48 +0200)]
Add ParticleAccessor::get_local_index
Martin Kronbichler [Mon, 5 Jul 2021 15:31:37 +0000 (17:31 +0200)]
Merge pull request #12541 from bangerth/rename-2
No longer require active_fe_index when calling cell->vertex_dof_index().
Peter Munch [Mon, 5 Jul 2021 15:25:18 +0000 (17:25 +0200)]
Merge pull request #12538 from peterrum/ghosts_set
MatrixFree: optional assert to prevent ghosted vectors in loop
Peter Munch [Fri, 2 Jul 2021 09:14:23 +0000 (11:14 +0200)]
MatrixFree: optional assert to prevent ghosted vectors in loop
Martin Kronbichler [Wed, 9 Jun 2021 20:20:48 +0000 (22:20 +0200)]
Remove deprecated functionality from test
Martin Kronbichler [Wed, 9 Jun 2021 19:24:09 +0000 (21:24 +0200)]
Fix tutorials with MappingQ
Martin Kronbichler [Wed, 9 Jun 2021 18:08:07 +0000 (20:08 +0200)]
Make the class MappingQ equivalent to MappingQGeneric
Martin Kronbichler [Mon, 5 Jul 2021 09:55:38 +0000 (11:55 +0200)]
Merge pull request #12543 from bangerth/34
Avoid a memory leak in step-34.
Fabian Castelli [Sat, 3 Jul 2021 12:54:25 +0000 (14:54 +0200)]
Update sundials version number extraction
Wolfgang Bangerth [Sun, 4 Jul 2021 04:58:23 +0000 (22:58 -0600)]
Avoid a qualified name to make sure doxygen doesn't try to
find a target for it.
Wolfgang Bangerth [Sun, 4 Jul 2021 04:41:18 +0000 (22:41 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Sun, 4 Jul 2021 04:40:57 +0000 (22:40 -0600)]
Avoid a memory leak in step-34.
David Wells [Sun, 4 Jul 2021 01:02:03 +0000 (21:02 -0400)]
Merge pull request #12539 from peterrum/CellIDTranslator_cleanup
Clean up in CellIDTranslator
David Wells [Sat, 3 Jul 2021 21:22:28 +0000 (17:22 -0400)]
Merge pull request #12537 from peterrum/Convert_assert
Improve assert message in Convert
Peter Munch [Sat, 3 Jul 2021 20:07:19 +0000 (22:07 +0200)]
Merge pull request #12531 from peterrum/multigrid_new_signals
Add new signals to Multigrid
Peter Munch [Fri, 2 Jul 2021 09:47:08 +0000 (11:47 +0200)]
Clean up in CellIDTranslator
David Wells [Sat, 3 Jul 2021 16:53:29 +0000 (12:53 -0400)]
Merge pull request #12540 from peterrum/gc_simplify
Simplify GC code a bit
David Wells [Sat, 3 Jul 2021 15:17:22 +0000 (11:17 -0400)]
Make FE_SimplexP_Bubbles inherit from FE_SimplexPoly.
This makes the code simpler and should make this element work automatically with
the current matrix-free simplex implementation.
David Wells [Sat, 3 Jul 2021 15:16:51 +0000 (11:16 -0400)]
Don't test piecewise constants with FE_SimplexP_Bubbles.
The element's conformity is H1 so this doesn't make sense.
David Wells [Sat, 3 Jul 2021 15:04:21 +0000 (11:04 -0400)]
Make FE_SimplexP work better in 1D.
This is useful when initializing face info.
David Wells [Sat, 3 Jul 2021 14:14:15 +0000 (10:14 -0400)]
Use the new ctor for FE_Simplex(DG)P.
David Wells [Sat, 3 Jul 2021 13:53:58 +0000 (09:53 -0400)]
Rename some functions.
These are for FE_P and FE_DGP, not FE_(Simplex)Poly.
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.