]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #12749 from bangerth/size_type
David Wells [Wed, 8 Sep 2021 13:25:20 +0000 (09:25 -0400)]
Merge pull request #12749 from bangerth/size_type

Consistently declare size_type in preconditioners derived from PreconditionRelaxation.

3 years agoConsistently declare size_type in preconditioners derived from PreconditionRelaxation. 12749/head
Wolfgang Bangerth [Wed, 8 Sep 2021 02:31:52 +0000 (20:31 -0600)]
Consistently declare size_type in preconditioners derived from PreconditionRelaxation.

The base class declares a 'size_type' typedef, but only some of the derived classes
import it. Do so consistently, and do it by inheriting the type instead of
re-inventing the wheel.

3 years agoMerge pull request #12747 from Rombur/fix_warnings
Wolfgang Bangerth [Tue, 7 Sep 2021 16:02:31 +0000 (10:02 -0600)]
Merge pull request #12747 from Rombur/fix_warnings

Fix unused-but-set-variable warnings

3 years agoMerge pull request #12748 from simonsticko/read_vtk_doc
Daniel Arndt [Tue, 7 Sep 2021 13:52:07 +0000 (09:52 -0400)]
Merge pull request #12748 from simonsticko/read_vtk_doc

Avoid comment from grid_in.cc showing up in doc of read_vtk.

3 years agoAvoid comment from grid_in.cc showing up in doc of read_vtk. 12748/head
Simon Sticko [Tue, 7 Sep 2021 13:19:49 +0000 (15:19 +0200)]
Avoid comment from grid_in.cc showing up in doc of read_vtk.

By changing the /// to // in the cc-file.

3 years agoFix unused-but-set-variabel warnings 12747/head
Bruno Turcksin [Tue, 7 Sep 2021 12:16:15 +0000 (12:16 +0000)]
Fix unused-but-set-variabel warnings

3 years agoMerge pull request #12741 from bangerth/47
Martin Kronbichler [Tue, 7 Sep 2021 05:09:15 +0000 (07:09 +0200)]
Merge pull request #12741 from bangerth/47

Adjust some symbols in step-47.

3 years agoMerge pull request #12746 from peterrum/MGTransferGlobalCoarsening_elements
Martin Kronbichler [Tue, 7 Sep 2021 05:08:10 +0000 (07:08 +0200)]
Merge pull request #12746 from peterrum/MGTransferGlobalCoarsening_elements

Update documentation of MGTransferGlobalCoarsening regarding supported elements

3 years agoMerge pull request #12738 from peterrum/interpolate_to_mg
Martin Kronbichler [Tue, 7 Sep 2021 05:07:42 +0000 (07:07 +0200)]
Merge pull request #12738 from peterrum/interpolate_to_mg

Fix MGTransferMatrixFree::interpolate_to_mg() for PBC

3 years agoUpdate documentation of MGTransferGlobalCoarsening regarding supported elements 12746/head
Peter Munch [Mon, 6 Sep 2021 16:24:07 +0000 (18:24 +0200)]
Update documentation of MGTransferGlobalCoarsening regarding supported elements

3 years agoMerge pull request #12731 from peterrum/gc_memory_consumption
Martin Kronbichler [Mon, 6 Sep 2021 18:14:02 +0000 (20:14 +0200)]
Merge pull request #12731 from peterrum/gc_memory_consumption

Implement MGTransferGlobalCoarsening::memory_consumption()

3 years agoFix MGTransferMatrixFree::interpolate_to_mg() for PBC 12738/head
Peter Munch [Fri, 3 Sep 2021 08:10:47 +0000 (10:10 +0200)]
Fix MGTransferMatrixFree::interpolate_to_mg() for PBC

3 years agoMerge pull request #12745 from peterrum/copy_to_mg_fix
Peter Munch [Mon, 6 Sep 2021 17:27:40 +0000 (19:27 +0200)]
Merge pull request #12745 from peterrum/copy_to_mg_fix

Fix MGTransferGlobalCoarsening::copy_to_mg()

3 years agoFix MGTransferGlobalCoarsening::copy_to_mg() 12745/head
Peter Munch [Mon, 6 Sep 2021 13:58:05 +0000 (15:58 +0200)]
Fix MGTransferGlobalCoarsening::copy_to_mg()

3 years agoMerge pull request #12743 from peterrum/HangingNodes
Martin Kronbichler [Sun, 5 Sep 2021 18:22:29 +0000 (20:22 +0200)]
Merge pull request #12743 from peterrum/HangingNodes

Extend references of HangingNodes

3 years agoImplement MGTransferGlobalCoarsening::memory_consumption() 12731/head
Peter Munch [Wed, 1 Sep 2021 20:44:37 +0000 (22:44 +0200)]
Implement MGTransferGlobalCoarsening::memory_consumption()

3 years agoExtend references of HangingNodes 12743/head
Peter Munch [Sun, 5 Sep 2021 09:22:51 +0000 (11:22 +0200)]
Extend references of HangingNodes

3 years agoMerge pull request #12742 from kronbichler/fix_matrix_vector_hessian_faces
Peter Munch [Sun, 5 Sep 2021 09:09:43 +0000 (11:09 +0200)]
Merge pull request #12742 from kronbichler/fix_matrix_vector_hessian_faces

Fix test for Hessians on faces with MatrixFree

3 years agoMerge pull request #12739 from slfuchs/add-test-checking-insert-particle
Marc Fehling [Sat, 4 Sep 2021 20:23:10 +0000 (14:23 -0600)]
Merge pull request #12739 from slfuchs/add-test-checking-insert-particle

Add test for inserting particle method

3 years agoAdd test checking insert particle method 12739/head
Sebastian Fuchs [Fri, 3 Sep 2021 09:28:07 +0000 (11:28 +0200)]
Add test checking insert particle method

follows #12724, #12727

3 years agoMerge pull request #12740 from kronbichler/eval_bugfix_hessians
Peter Munch [Sat, 4 Sep 2021 15:22:17 +0000 (17:22 +0200)]
Merge pull request #12740 from kronbichler/eval_bugfix_hessians

FEFaceEvaluation: Do not run into reduced reads with Hessians

3 years agoFix test for Hessians on faces with MatrixFree 12742/head
Martin Kronbichler [Sat, 4 Sep 2021 14:26:21 +0000 (16:26 +0200)]
Fix test for Hessians on faces with MatrixFree

3 years agoAdjust some symbols in step-47. 12741/head
Wolfgang Bangerth [Fri, 3 Sep 2021 21:20:37 +0000 (15:20 -0600)]
Adjust some symbols in step-47.

3 years agoFEFaceEvaluation: Do not run into reduced reads with Hessians 12740/head
Martin Kronbichler [Fri, 3 Sep 2021 17:46:11 +0000 (19:46 +0200)]
FEFaceEvaluation: Do not run into reduced reads with Hessians

3 years agoMerge pull request #12714 from peterrum/vt_point_values_docu
Martin Kronbichler [Fri, 3 Sep 2021 06:31:33 +0000 (08:31 +0200)]
Merge pull request #12714 from peterrum/vt_point_values_docu

Extend the documentation of VT::point_values()

3 years agoMerge pull request #12733 from peterrum/get_multigrid
Martin Kronbichler [Fri, 3 Sep 2021 06:30:42 +0000 (08:30 +0200)]
Merge pull request #12733 from peterrum/get_multigrid

Implement PreconditionMG::get_multigrid()

3 years agoMerge pull request #12735 from Rombur/fix_cuda
Martin Kronbichler [Fri, 3 Sep 2021 06:30:13 +0000 (08:30 +0200)]
Merge pull request #12735 from Rombur/fix_cuda

Fix size of data copied to constant memory and add missing include

3 years agoMerge pull request #12717 from bangerth/next
Marc Fehling [Thu, 2 Sep 2021 23:07:04 +0000 (17:07 -0600)]
Merge pull request #12717 from bangerth/next

Use std::next instead of ++object.begin().

3 years agoMerge pull request #12736 from bangerth/stack
Marc Fehling [Thu, 2 Sep 2021 21:38:20 +0000 (15:38 -0600)]
Merge pull request #12736 from bangerth/stack

Add a static_assert to DataOutStack.

3 years agoUse std::prev in one place. 12717/head
Wolfgang Bangerth [Fri, 27 Aug 2021 20:26:21 +0000 (14:26 -0600)]
Use std::prev in one place.

3 years agoAlso use std::next for ++object.begin(x).
Wolfgang Bangerth [Fri, 27 Aug 2021 17:33:40 +0000 (11:33 -0600)]
Also use std::next for ++object.begin(x).

3 years agoAlso use std::next for ++object.begin_active().
Wolfgang Bangerth [Fri, 27 Aug 2021 17:30:16 +0000 (11:30 -0600)]
Also use std::next for ++object.begin_active().

3 years agoUse std::next instead of ++object.begin().
Wolfgang Bangerth [Fri, 27 Aug 2021 17:23:51 +0000 (11:23 -0600)]
Use std::next instead of ++object.begin().

3 years agoDeclare std::iterator_traits for sparse matrix iterators.
Wolfgang Bangerth [Thu, 2 Sep 2021 20:36:35 +0000 (14:36 -0600)]
Declare std::iterator_traits for sparse matrix iterators.

3 years agoDeclare local difference_type for sparse matrix iterators.
Wolfgang Bangerth [Sat, 28 Aug 2021 22:23:37 +0000 (16:23 -0600)]
Declare local difference_type for sparse matrix iterators.

3 years agoAdd a static_assert to DataOutStack. 12736/head
Wolfgang Bangerth [Thu, 2 Sep 2021 19:26:44 +0000 (13:26 -0600)]
Add a static_assert to DataOutStack.

3 years agoFix size of data copied to constant memory and add missing include 12735/head
Bruno Turcksin [Thu, 2 Sep 2021 17:52:22 +0000 (17:52 +0000)]
Fix size of data copied to constant memory and add missing include

3 years agoMerge pull request #12734 from gfcas/changelog_ginkgo_version
David Wells [Thu, 2 Sep 2021 13:57:55 +0000 (09:57 -0400)]
Merge pull request #12734 from gfcas/changelog_ginkgo_version

Add changelog entry for ginkgo 1.4.0 requirement

3 years agoAdd changelog entry for ginkgo 1.4.0 requirement 12734/head
Fabian Castelli [Thu, 2 Sep 2021 07:14:51 +0000 (09:14 +0200)]
Add changelog entry for ginkgo 1.4.0 requirement

3 years agoImplement PreconditionMG::get_multigrid() 12733/head
Peter Munch [Wed, 1 Sep 2021 20:56:23 +0000 (22:56 +0200)]
Implement PreconditionMG::get_multigrid()

3 years agoMerge pull request #12732 from tamiko/boost_177_compatibility
Wolfgang Bangerth [Thu, 2 Sep 2021 02:10:28 +0000 (20:10 -0600)]
Merge pull request #12732 from tamiko/boost_177_compatibility

Boost 1.77 compatibility: change order of includes

3 years agoBoost 1.77 compatibility: change order of includes 12732/head
Matthias Maier [Wed, 1 Sep 2021 22:36:42 +0000 (17:36 -0500)]
Boost 1.77 compatibility: change order of includes

Otherwise, including both header files in reverse order leads to a
compilation failure:

```
In file included from /usr/include/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp:25,
                 from /usr/include/boost/geometry/index/detail/rtree/rstar/rstar.hpp:15,
                 from /usr/include/boost/geometry/index/rtree.hpp:80,
                 from ../include/deal.II/numerics/rtree.h:29,
                 from ../include/deal.II/grid/grid_tools.h:49,
                 from ../include/deal.II/numerics/vector_tools_point_gradient.templates.h:22,
                 from ../source/numerics/vector_tools_point_gradient.cc:17:
/usr/include/boost/geometry/index/detail/algorithms/intersection_content.hpp: In function ‘bool boost::geometry::index::detail::disjoint_box_box(const Box&, const Box&, const boost::geometry::default_strategy&)’:
/usr/include/boost/geometry/index/detail/algorithms/intersection_content.hpp:35:32: error: ‘boost::geometry::strategy::disjoint’ has not been declared
   35 |     typedef typename strategy::disjoint::services::default_strategy<Box, Box>::type strategy_type;
      |                                ^~~~~~~~
/usr/include/boost/geometry/index/detail/algorithms/intersection_content.hpp:35:68: error: expected unqualified-id before ‘<’ token
   35 |     typedef typename strategy::disjoint::services::default_strategy<Box, Box>::type strategy_type;
      |                                                                    ^
/usr/include/boost/geometry/index/detail/algorithms/intersection_content.hpp:36:83: error: class template argument deduction failed:
   36 |     return geometry::detail::disjoint::disjoint_box_box(box1, box2, strategy_type());
```

3 years agoMerge pull request #12703 from gfcas/cmake_ginkgo
Matthias Maier [Wed, 1 Sep 2021 21:47:54 +0000 (16:47 -0500)]
Merge pull request #12703 from gfcas/cmake_ginkgo

Require GINKGO 1.4.0

3 years agoMerge pull request #12730 from kronbichler/step26-fix
Peter Munch [Wed, 1 Sep 2021 08:48:59 +0000 (10:48 +0200)]
Merge pull request #12730 from kronbichler/step26-fix

step-26: Remove stray newline in formula

3 years agostep-26: Remove stray newline in formula 12730/head
Martin Kronbichler [Wed, 1 Sep 2021 07:56:30 +0000 (09:56 +0200)]
step-26: Remove stray newline in formula

3 years agoMerge pull request #12729 from bangerth/mutable
Marc Fehling [Tue, 31 Aug 2021 19:13:56 +0000 (13:13 -0600)]
Merge pull request #12729 from bangerth/mutable

Make some static local variables mutable members.

3 years agoMake some static local variables mutable members. 12729/head
Wolfgang Bangerth [Tue, 31 Aug 2021 17:21:52 +0000 (11:21 -0600)]
Make some static local variables mutable members.

3 years agoMerge pull request #12727 from slfuchs/fix-deadlock-particle-insertion
Daniel Arndt [Tue, 31 Aug 2021 13:02:15 +0000 (09:02 -0400)]
Merge pull request #12727 from slfuchs/fix-deadlock-particle-insertion

3 years agoAdd changelog entry 12727/head
Sebastian Fuchs [Tue, 31 Aug 2021 10:16:44 +0000 (12:16 +0200)]
Add changelog entry

3 years agoMerge pull request #12725 from Rombur/time_stepping
Martin Kronbichler [Tue, 31 Aug 2021 09:57:33 +0000 (11:57 +0200)]
Merge pull request #12725 from Rombur/time_stepping

Fix a bug in EmbeddedExplicitRungeKutta default constructor

3 years agoMerge pull request #12726 from bangerth/doc
Martin Kronbichler [Tue, 31 Aug 2021 09:48:35 +0000 (11:48 +0200)]
Merge pull request #12726 from bangerth/doc

Improve documentation of PolynomialsRaviartThomas a bit.

3 years agoFix bug in particle handler insertion
Sebastian Fuchs [Tue, 31 Aug 2021 07:42:50 +0000 (09:42 +0200)]
Fix bug in particle handler insertion

Fix a bug in ParticleHandler::insert_particles(const
std::vector<Point<spacedim>> &positions) that occurs when no particles
are inserted on some processors.

3 years agoImprove documentation of PolynomialsRaviartThomas a bit. 12726/head
Wolfgang Bangerth [Tue, 31 Aug 2021 01:13:35 +0000 (19:13 -0600)]
Improve documentation of PolynomialsRaviartThomas a bit.

3 years agoFix a bug in EmbeddedExplicitRungeKutta default constructor 12725/head
Bruno Turcksin [Mon, 30 Aug 2021 18:58:46 +0000 (18:58 +0000)]
Fix a bug in EmbeddedExplicitRungeKutta default constructor

- Fix a bug where some variables were not initialized.
- Fix documentation in RungeKutta
- Remove unused variable in ImplicitRungeKutta

3 years agoMerge pull request #12711 from marcfehling/identities-nobug
Martin Kronbichler [Mon, 30 Aug 2021 14:18:56 +0000 (16:18 +0200)]
Merge pull request #12711 from marcfehling/identities-nobug

Identity constraints in 3D are correct.

3 years agoMerge pull request #12720 from peterrum/MGTwoLevelTransfer_unify
Martin Kronbichler [Mon, 30 Aug 2021 14:16:37 +0000 (16:16 +0200)]
Merge pull request #12720 from peterrum/MGTwoLevelTransfer_unify

Unify structure of MGTwoLevelTransfer::prolongate_and_add() and ::restrict_and_add()

3 years agoMerge pull request #12723 from peterrum/loop_over_active_or_level_cells
Martin Kronbichler [Mon, 30 Aug 2021 14:16:22 +0000 (16:16 +0200)]
Merge pull request #12723 from peterrum/loop_over_active_or_level_cells

Simplify code in MGTwoLevelTransferImplementation by introducing a helper function

3 years agoMerge pull request #12705 from peterrum/pft_create_description_from_triangulation_par...
Martin Kronbichler [Mon, 30 Aug 2021 07:08:16 +0000 (09:08 +0200)]
Merge pull request #12705 from peterrum/pft_create_description_from_triangulation_partition_levels

Allow to partition levels in TriangulationDescription::Utilities::create_description_from_triangulation()

3 years agoSimplify code in MGTwoLevelTransferImplementation by introducing a helper function 12723/head
Peter Munch [Sun, 29 Aug 2021 20:26:15 +0000 (22:26 +0200)]
Simplify code in MGTwoLevelTransferImplementation by introducing a helper function

3 years agoMerge pull request #12722 from peterrum/restrict_and_add_zero_out_ghost_values
Marc Fehling [Sun, 29 Aug 2021 06:04:08 +0000 (00:04 -0600)]
Merge pull request #12722 from peterrum/restrict_and_add_zero_out_ghost_values

Move a zero_out_ghost_values

3 years agoMerge pull request #12721 from peterrum/FineDoFHandlerView_names
Marc Fehling [Sun, 29 Aug 2021 06:03:54 +0000 (00:03 -0600)]
Merge pull request #12721 from peterrum/FineDoFHandlerView_names

Fix the name of some variables

3 years agoMove a zero_out_ghost_values 12722/head
Peter Munch [Sat, 28 Aug 2021 19:39:34 +0000 (21:39 +0200)]
Move a zero_out_ghost_values

3 years agoFix the name of some variables 12721/head
Peter Munch [Sat, 28 Aug 2021 19:31:22 +0000 (21:31 +0200)]
Fix the name of some variables

3 years agoUnify structure of MGTwoLevelTransfer::prolongate_and_add() and ::restrict_and_add() 12720/head
Peter Munch [Sat, 28 Aug 2021 18:59:35 +0000 (20:59 +0200)]
Unify structure of MGTwoLevelTransfer::prolongate_and_add() and ::restrict_and_add()

3 years agoMerge pull request #12716 from bangerth/identities-5
David Wells [Sat, 28 Aug 2021 14:13:07 +0000 (10:13 -0400)]
Merge pull request #12716 from bangerth/identities-5

Change the return type of hp::FECollection::hp_*_dof_identities.

3 years agoExtend the documentation of VT::point_values() 12714/head
Peter Munch [Fri, 27 Aug 2021 07:28:23 +0000 (09:28 +0200)]
Extend the documentation of VT::point_values()

3 years agoMerge pull request #12718 from peterrum/MGTwoLevelTransfer_cleanup
Peter Munch [Sat, 28 Aug 2021 13:53:39 +0000 (15:53 +0200)]
Merge pull request #12718 from peterrum/MGTwoLevelTransfer_cleanup

Clean up in MGTwoLevelTransfer

3 years agoAllow to partition levels in TriangulationDescription::Utilities::create_description_... 12705/head
Peter Munch [Sat, 28 Aug 2021 13:41:51 +0000 (15:41 +0200)]
Allow to partition levels in TriangulationDescription::Utilities::create_description_from_triangulation()

3 years agoUpdate cmake/modules/FindGINKGO.cmake 12703/head
Fabian Castelli [Sat, 28 Aug 2021 11:16:05 +0000 (13:16 +0200)]
Update cmake/modules/FindGINKGO.cmake

Co-authored-by: Marc Fehling <mafehling.git@gmail.com>
3 years agoMerge pull request #12713 from peterrum/pft_create_description_from_triangulation_res...
Martin Kronbichler [Sat, 28 Aug 2021 11:10:21 +0000 (13:10 +0200)]
Merge pull request #12713 from peterrum/pft_create_description_from_triangulation_restructure_2

Restructure TriangulationDescription::Utilities::create_description_from_triangulation() 2

3 years agoMerge pull request #12719 from marcfehling/unify-dofs-tests
Wolfgang Bangerth [Sat, 28 Aug 2021 03:41:41 +0000 (21:41 -0600)]
Merge pull request #12719 from marcfehling/unify-dofs-tests

New test for parallel dof unification algorithm.

3 years agoAdded new test `mpi/hp_unify_dof_indices_14`. 12719/head
Marc Fehling [Fri, 27 Aug 2021 22:04:28 +0000 (16:04 -0600)]
Added new test `mpi/hp_unify_dof_indices_14`.

3 years agoAdded new test `mpi/hp_unify_dof_indices_13`.
Marc Fehling [Fri, 27 Aug 2021 21:18:45 +0000 (15:18 -0600)]
Added new test `mpi/hp_unify_dof_indices_13`.

3 years agoUse `TestGrids::hyper_line` to avoid code duplication.
Marc Fehling [Fri, 27 Aug 2021 21:02:08 +0000 (15:02 -0600)]
Use `TestGrids::hyper_line` to avoid code duplication.

3 years agoClean up in MGTwoLevelTransfer 12718/head
Peter Munch [Fri, 27 Aug 2021 15:45:53 +0000 (17:45 +0200)]
Clean up in MGTwoLevelTransfer

3 years agoChange the return type of hp::FECollection::hp_*_dof_identities. 12716/head
Wolfgang Bangerth [Thu, 26 Aug 2021 21:27:53 +0000 (15:27 -0600)]
Change the return type of hp::FECollection::hp_*_dof_identities.

3 years agoMerge pull request #12691 from bangerth/deprecate
David Wells [Fri, 27 Aug 2021 12:01:48 +0000 (08:01 -0400)]
Merge pull request #12691 from bangerth/deprecate

Deprecate ArrayView functionality for tensors.

3 years agoRestructure TriangulationDescription::Utilities::create_description_from_triangulatio... 12713/head
Peter Munch [Fri, 27 Aug 2021 06:12:40 +0000 (08:12 +0200)]
Restructure TriangulationDescription::Utilities::create_description_from_triangulation() 2

3 years agoMerge pull request #12708 from bangerth/identities-4
Martin Kronbichler [Fri, 27 Aug 2021 07:44:55 +0000 (09:44 +0200)]
Merge pull request #12708 from bangerth/identities-4

Rewrite ensure_existence_and_return_dof_identities().

3 years agoMerge pull request #12712 from peterrum/with_mpi
Martin Kronbichler [Fri, 27 Aug 2021 06:35:29 +0000 (08:35 +0200)]
Merge pull request #12712 from peterrum/with_mpi

Rename tests with with_mpi=true

3 years agoRename tests with with_mpi=true 12712/head
Peter Munch [Thu, 26 Aug 2021 19:52:07 +0000 (21:52 +0200)]
Rename tests with with_mpi=true

3 years agoAdd a changelog entry. 12691/head
Wolfgang Bangerth [Fri, 20 Aug 2021 20:58:10 +0000 (14:58 -0600)]
Add a changelog entry.

3 years agoDeprecate ArrayView functionality for tensors.
Wolfgang Bangerth [Fri, 20 Aug 2021 20:54:41 +0000 (14:54 -0600)]
Deprecate ArrayView functionality for tensors.

3 years agoMerge pull request #12709 from peterrum/is_artificial_on_level
Wolfgang Bangerth [Fri, 27 Aug 2021 03:08:05 +0000 (21:08 -0600)]
Merge pull request #12709 from peterrum/is_artificial_on_level

Introduce CellAccessor::is_artificial_on_level()

3 years agoMerge pull request #12707 from peterrum/range-based-loop
Wolfgang Bangerth [Fri, 27 Aug 2021 03:07:24 +0000 (21:07 -0600)]
Merge pull request #12707 from peterrum/range-based-loop

Replace loop by range-based loop

3 years agoRewrite ensure_existence_and_return_dof_identities(). 12708/head
Wolfgang Bangerth [Wed, 25 Aug 2021 17:33:19 +0000 (11:33 -0600)]
Rewrite ensure_existence_and_return_dof_identities().

3 years agoReplace loop by range-based loop 12707/head
Peter Munch [Wed, 25 Aug 2021 17:15:38 +0000 (19:15 +0200)]
Replace loop by range-based loop

3 years agoIntroduce CellAccessor::is_artificial_on_level() 12709/head
Peter Munch [Wed, 25 Aug 2021 17:42:46 +0000 (19:42 +0200)]
Introduce CellAccessor::is_artificial_on_level()

3 years agoMerge pull request #12710 from bangerth/identities-5
Martin Kronbichler [Thu, 26 Aug 2021 07:27:13 +0000 (09:27 +0200)]
Merge pull request #12710 from bangerth/identities-5

Short-circuit compute_hp_dof_identities() when possible.

3 years agoMerge pull request #12702 from peterrum/setup_constraints_edge_multiple_components
Martin Kronbichler [Thu, 26 Aug 2021 05:10:11 +0000 (07:10 +0200)]
Merge pull request #12702 from peterrum/setup_constraints_edge_multiple_components

Fix HangingNodes::setup_constraints() for multiple components

3 years agoIdentity constraints in 3D are correct. 12711/head
Marc Fehling [Thu, 26 Aug 2021 00:22:53 +0000 (18:22 -0600)]
Identity constraints in 3D are correct.

Fix description of test `hp/identity_constraints_02`.

3 years agoMerge pull request #12684 from bangerth/tensor-array-view
David Wells [Wed, 25 Aug 2021 23:49:50 +0000 (19:49 -0400)]
Merge pull request #12684 from bangerth/tensor-array-view

Introduce ParticleAccessor::set_properties() taking a Tensor.

3 years agoShort-circuit compute_hp_dof_identities() when possible. 12710/head
Wolfgang Bangerth [Wed, 25 Aug 2021 19:09:45 +0000 (13:09 -0600)]
Short-circuit compute_hp_dof_identities() when possible.

3 years agoAdd a changelog entry. 12684/head
Wolfgang Bangerth [Fri, 20 Aug 2021 01:38:58 +0000 (19:38 -0600)]
Add a changelog entry.

3 years agoFix HangingNodes::setup_constraints() for multiple components 12702/head
Peter Munch [Tue, 24 Aug 2021 08:34:09 +0000 (10:34 +0200)]
Fix HangingNodes::setup_constraints() for multiple components

3 years agoMerge pull request #12706 from bangerth/identities-2
Marc Fehling [Wed, 25 Aug 2021 15:42:41 +0000 (09:42 -0600)]
Merge pull request #12706 from bangerth/identities-2

Minor changes to internal function arguments.

3 years agoMerge pull request #12704 from peterrum/pft_create_description_from_triangulation_res...
Peter Munch [Wed, 25 Aug 2021 05:14:39 +0000 (07:14 +0200)]
Merge pull request #12704 from peterrum/pft_create_description_from_triangulation_restructure

Restructure TriangulationDescription::Utilities::create_description_from_triangulation()

3 years agoUpdate source/dofs/dof_handler_policy.cc 12706/head
Wolfgang Bangerth [Wed, 25 Aug 2021 03:18:17 +0000 (21:18 -0600)]
Update source/dofs/dof_handler_policy.cc

Co-authored-by: Marc Fehling <mafehling.git@gmail.com>
3 years agoMinor changes to internal function arguments.
Wolfgang Bangerth [Tue, 24 Aug 2021 20:41:07 +0000 (14:41 -0600)]
Minor changes to internal function arguments.

3 years agoMerge pull request #12690 from bangerth/identities
Marc Fehling [Wed, 25 Aug 2021 01:34:44 +0000 (19:34 -0600)]
Merge pull request #12690 from bangerth/identities

Implement multiway DoF identities on vertices/lines/quads.


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.