]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoAdded small test for BDDC preconditioner
Nicolas Barnafi [Mon, 25 Jul 2022 10:10:54 +0000 (12:10 +0200)]
Added small test for BDDC preconditioner

2 years agowip PR
Nicolas Barnafi [Mon, 25 Jul 2022 07:06:59 +0000 (09:06 +0200)]
wip PR

2 years agoFixed initialization of BDDC preconditioner
Nicolas Barnafi [Fri, 8 Jul 2022 14:27:00 +0000 (16:27 +0200)]
Fixed initialization of BDDC preconditioner

2 years agoMerge branch 'master' of github.com:dealii/dealii into petsc-bddc-preconditioner
Nicolas Barnafi [Mon, 4 Jul 2022 16:26:26 +0000 (18:26 +0200)]
Merge branch 'master' of github.com:dealii/dealii into petsc-bddc-preconditioner

2 years agoFixed indentation
Nicolas Barnafi [Mon, 4 Jul 2022 15:33:43 +0000 (17:33 +0200)]
Fixed indentation

2 years agoFixed namings as suggested by P Munch
Nicolas Barnafi [Mon, 4 Jul 2022 15:05:44 +0000 (17:05 +0200)]
Fixed namings as suggested by P Munch

2 years agoMerge branch 'petsc-bddc-preconditioner' of github.com:nabw/dealii into petsc-bddc...
Nicolas Barnafi [Mon, 4 Jul 2022 14:44:56 +0000 (16:44 +0200)]
Merge branch 'petsc-bddc-preconditioner' of github.com:nabw/dealii into petsc-bddc-preconditioner

2 years agoUpdate source/lac/petsc_parallel_sparse_matrix.cc
Nico Barnafi [Mon, 4 Jul 2022 14:43:13 +0000 (16:43 +0200)]
Update source/lac/petsc_parallel_sparse_matrix.cc

Co-authored-by: Peter Munch <peterrmuench@gmail.com>
2 years agoUpdate include/deal.II/lac/petsc_sparse_matrix.h
Nico Barnafi [Mon, 4 Jul 2022 14:42:54 +0000 (16:42 +0200)]
Update include/deal.II/lac/petsc_sparse_matrix.h

Co-authored-by: Peter Munch <peterrmuench@gmail.com>
2 years agoRephrased for clarity
Nicolas Barnafi [Mon, 4 Jul 2022 14:42:34 +0000 (16:42 +0200)]
Rephrased for clarity

2 years agoAdded missing documentation, plus some missing ierr's and indentend
Nicolas Barnafi [Mon, 4 Jul 2022 10:04:54 +0000 (12:04 +0200)]
Added missing documentation, plus some missing ierr's and indentend

2 years agoMerge pull request #14055 from peterrum/docu_global_indices
Peter Munch [Sun, 3 Jul 2022 20:54:37 +0000 (22:54 +0200)]
Merge pull request #14055 from peterrum/docu_global_indices

Add cross-references for global indices

2 years agoMerge pull request #14080 from kronbichler/use_line_indices
Peter Munch [Sun, 3 Jul 2022 20:49:20 +0000 (22:49 +0200)]
Merge pull request #14080 from kronbichler/use_line_indices

Use get_line_indices_of_cell in DoFHandlerPolicy

2 years agoMerge pull request #14082 from kronbichler/restructure_refinement_3d
Peter Munch [Sun, 3 Jul 2022 20:46:05 +0000 (22:46 +0200)]
Merge pull request #14082 from kronbichler/restructure_refinement_3d

Restructure execute_refinement(Triangulation<3, spacedim>&)

2 years agoMerge pull request #14087 from tjhei/dox-formula-errors
Peter Munch [Sun, 3 Jul 2022 20:19:47 +0000 (22:19 +0200)]
Merge pull request #14087 from tjhei/dox-formula-errors

doxygen: fix errors in formulas

2 years agodoxygen: fix errors in formulas 14087/head
Timo Heister [Sun, 3 Jul 2022 14:19:21 +0000 (10:19 -0400)]
doxygen: fix errors in formulas

2 years agoMerge pull request #14085 from peterrum/read_write_operation_3_masking
Martin Kronbichler [Sun, 3 Jul 2022 13:28:51 +0000 (15:28 +0200)]
Merge pull request #14085 from peterrum/read_write_operation_3_masking

FEEvaluationBase::read_write_operation case 3: enable masking

2 years agoFEEvaluationBase::read_write_operation case 3: enable masking 14085/head
Peter Munch [Sat, 2 Jul 2022 14:47:12 +0000 (16:47 +0200)]
FEEvaluationBase::read_write_operation case 3: enable masking

2 years agoMerge pull request #14081 from kronbichler/work_with_raw_coarsen_flags
Martin Kronbichler [Fri, 1 Jul 2022 18:45:34 +0000 (20:45 +0200)]
Merge pull request #14081 from kronbichler/work_with_raw_coarsen_flags

Add function to extract raw coarsen flags

2 years agoMerge pull request #14076 from kronbichler/improve_mf_renumbering
Martin Kronbichler [Fri, 1 Jul 2022 18:45:11 +0000 (20:45 +0200)]
Merge pull request #14076 from kronbichler/improve_mf_renumbering

Use faster data structure to compute matrix-free renumbering

2 years agoUse get_line_indices_of_cell in DoFHandlerPolicy 14080/head
Martin Kronbichler [Wed, 29 Jun 2022 18:36:57 +0000 (20:36 +0200)]
Use get_line_indices_of_cell in DoFHandlerPolicy

2 years agoMerge pull request #14083 from kronbichler/fix_mg_no_indices
Martin Kronbichler [Fri, 1 Jul 2022 06:33:00 +0000 (08:33 +0200)]
Merge pull request #14083 from kronbichler/fix_mg_no_indices

Fix bug when we have no line dofs in assignment/renumbering of face mg dofs

2 years agoFix bug when we have no DoFs on a line 14083/head
Martin Kronbichler [Thu, 30 Jun 2022 08:01:21 +0000 (10:01 +0200)]
Fix bug when we have no DoFs on a line

2 years agoRestructure execture_refinement(Triangulation<3, spacedim>) 14082/head
Martin Kronbichler [Wed, 29 Jun 2022 21:08:53 +0000 (23:08 +0200)]
Restructure execture_refinement(Triangulation<3, spacedim>)

2 years agoMerge pull request #14078 from masterleinad/remove_remaining_deprecations_new
Matthias Maier [Wed, 29 Jun 2022 20:41:35 +0000 (15:41 -0500)]
Merge pull request #14078 from masterleinad/remove_remaining_deprecations_new

Remove remaining deprecations

2 years agoMerge pull request #14079 from kronbichler/fix_test2
Matthias Maier [Wed, 29 Jun 2022 20:41:15 +0000 (15:41 -0500)]
Merge pull request #14079 from kronbichler/fix_test2

Fix another matrix-free test case

2 years agoMerge pull request #14070 from masterleinad/remove_cellid_to_cell
Peter Munch [Wed, 29 Jun 2022 20:22:11 +0000 (22:22 +0200)]
Merge pull request #14070 from masterleinad/remove_cellid_to_cell

Remove CellId::to_cell

2 years agoAdd function to extract raw coarsen flags 14081/head
Martin Kronbichler [Wed, 29 Jun 2022 19:58:22 +0000 (21:58 +0200)]
Add function to extract raw coarsen flags

2 years agoMerge pull request #14077 from kronbichler/warning_1
Peter Munch [Wed, 29 Jun 2022 18:32:04 +0000 (20:32 +0200)]
Merge pull request #14077 from kronbichler/warning_1

Fix warning about possibly uninitialized variables

2 years agoUpdate doc/news/changes/incompatibilities/20220629Arndt 14078/head
Daniel Arndt [Wed, 29 Jun 2022 17:01:30 +0000 (13:01 -0400)]
Update doc/news/changes/incompatibilities/20220629Arndt

Co-authored-by: Marc Fehling <mafehling.git@gmail.com>
2 years agoFix another matrix-free test case 14079/head
Martin Kronbichler [Wed, 29 Jun 2022 16:17:30 +0000 (18:17 +0200)]
Fix another matrix-free test case

2 years agoUse faster data structure to compute matrix-free renumbering 14076/head
Martin Kronbichler [Wed, 29 Jun 2022 14:02:20 +0000 (16:02 +0200)]
Use faster data structure to compute matrix-free renumbering

2 years agoAlso remove explicit instantiations 14070/head
Daniel Arndt [Wed, 29 Jun 2022 15:02:08 +0000 (11:02 -0400)]
Also remove explicit instantiations

2 years agochangelog entry
Daniel Arndt [Wed, 29 Jun 2022 14:53:55 +0000 (10:53 -0400)]
changelog entry

2 years agoRemove Arkode::reinit_vector
Daniel Arndt [Wed, 29 Jun 2022 14:41:38 +0000 (10:41 -0400)]
Remove Arkode::reinit_vector

2 years agoRemove ParticleHandler::locally_relevant_ids()
Daniel Arndt [Wed, 29 Jun 2022 14:40:59 +0000 (10:40 -0400)]
Remove ParticleHandler::locally_relevant_ids()

2 years agoRemove QTrapezoid
Daniel Arndt [Wed, 29 Jun 2022 14:40:20 +0000 (10:40 -0400)]
Remove QTrapezoid

2 years agoFix warning about possibly uninitialized variables 14077/head
Martin Kronbichler [Wed, 29 Jun 2022 14:45:55 +0000 (16:45 +0200)]
Fix warning about possibly uninitialized variables

2 years agoRemove CellId::to_cell
Daniel Arndt [Tue, 28 Jun 2022 18:07:28 +0000 (14:07 -0400)]
Remove CellId::to_cell

2 years agoMerge pull request #14066 from kronbichler/speed_up_access_dof_indices
David Wells [Wed, 29 Jun 2022 14:28:08 +0000 (10:28 -0400)]
Merge pull request #14066 from kronbichler/speed_up_access_dof_indices

Speed up DoFAccessorImplementation::get_dof_indices

2 years agoMerge pull request #14075 from peterrum/MGTransferBlockMatrixFree_other_block_vector_type
Peter Munch [Wed, 29 Jun 2022 12:06:30 +0000 (14:06 +0200)]
Merge pull request #14075 from peterrum/MGTransferBlockMatrixFree_other_block_vector_type

MGTransferBlockMatrixFree: allow to copy form/to other type of block vector

2 years agoMerge pull request #14074 from peterrum/MGTransferGlobalCoarsening_min_max_level
Martin Kronbichler [Wed, 29 Jun 2022 09:16:10 +0000 (11:16 +0200)]
Merge pull request #14074 from peterrum/MGTransferGlobalCoarsening_min_max_level

Add MGTransferGlobalCoarsening::min_level() and max_level()

2 years agoAdd assertions for fe_index in MG case 14066/head
Martin Kronbichler [Wed, 29 Jun 2022 07:48:01 +0000 (09:48 +0200)]
Add assertions for fe_index in MG case

2 years agoUse fast access to line indices to speed up get_dof_indices
Martin Kronbichler [Tue, 28 Jun 2022 05:23:30 +0000 (07:23 +0200)]
Use fast access to line indices to speed up get_dof_indices

2 years agoProvide fast access function to all line indices of cell
Martin Kronbichler [Tue, 28 Jun 2022 05:23:02 +0000 (07:23 +0200)]
Provide fast access function to all line indices of cell

2 years agoMGTransferBlockMatrixFree: allow to copy form other type of block vector 14075/head
Peter Munch [Wed, 29 Jun 2022 06:27:16 +0000 (08:27 +0200)]
MGTransferBlockMatrixFree: allow to copy form other type of block vector

2 years agoAdd MGTransferGlobalCoarsening::min_level() and max_level() 14074/head
Peter Munch [Wed, 29 Jun 2022 06:22:51 +0000 (08:22 +0200)]
Add MGTransferGlobalCoarsening::min_level() and max_level()

2 years agoAdd cross-references for global indices 14055/head
Peter Munch [Sun, 26 Jun 2022 07:56:01 +0000 (09:56 +0200)]
Add cross-references for global indices

2 years agoMerge pull request #14057 from kronbichler/fix_reinit_mf
Peter Munch [Wed, 29 Jun 2022 05:24:36 +0000 (07:24 +0200)]
Merge pull request #14057 from kronbichler/fix_reinit_mf

Fix bug in MatrixFree::reinit for MG levels with empty process

2 years agoMerge pull request #13951 from kronbichler/simplify_some_code
Peter Munch [Wed, 29 Jun 2022 05:22:43 +0000 (07:22 +0200)]
Merge pull request #13951 from kronbichler/simplify_some_code

MatrixFree: Simplify some code in initialization of DoF indices

2 years agoMatrixFree: Simplify some code in initialization of DoF indices 13951/head
Martin Kronbichler [Fri, 10 Jun 2022 09:18:32 +0000 (11:18 +0200)]
MatrixFree: Simplify some code in initialization of DoF indices

2 years agoMerge pull request #14020 from kronbichler/use_shortcuts
David Wells [Tue, 28 Jun 2022 20:14:57 +0000 (16:14 -0400)]
Merge pull request #14020 from kronbichler/use_shortcuts

Avoid unnecessary locally_relevant_dofs in mg_transfer_internal

2 years agoMerge pull request #14051 from kronbichler/cleanup_mg_face
David Wells [Tue, 28 Jun 2022 20:12:53 +0000 (16:12 -0400)]
Merge pull request #14051 from kronbichler/cleanup_mg_face

DoFHandlerPolicy: Speed up function renumber_face_mg_dofs

2 years agoMerge pull request #14063 from kronbichler/improve_access_to_dofs
David Wells [Tue, 28 Jun 2022 20:04:49 +0000 (16:04 -0400)]
Merge pull request #14063 from kronbichler/improve_access_to_dofs

DoFAccessor: Streamline access to dof indices

2 years agoMerge pull request #13866 from kronbichler/cleanup_raviart_thomas_polynomials
Peter Munch [Tue, 28 Jun 2022 19:14:49 +0000 (21:14 +0200)]
Merge pull request #13866 from kronbichler/cleanup_raviart_thomas_polynomials

Clean up PolynomialsRaviartThomas

2 years agoMerge pull request #14067 from kronbichler/improve_reference_cell
David Wells [Tue, 28 Jun 2022 13:19:56 +0000 (09:19 -0400)]
Merge pull request #14067 from kronbichler/improve_reference_cell

Speed up ReferenceCell::standard_vs_true_line_orientation

2 years agoMerge pull request #13930 from kronbichler/speedup_cell_vertex_indices_cache
Marc Fehling [Tue, 28 Jun 2022 10:07:44 +0000 (04:07 -0600)]
Merge pull request #13930 from kronbichler/speedup_cell_vertex_indices_cache

Speed up computation of cell vertex indices cache

2 years agoMerge pull request #14064 from masterleinad/remove_xdmf_content
Marc Fehling [Tue, 28 Jun 2022 10:00:56 +0000 (04:00 -0600)]
Merge pull request #14064 from masterleinad/remove_xdmf_content

Remove deprecated XDMFEntry::get_xdmf_content

2 years agoMerge pull request #14062 from kronbichler/improve_assert
Martin Kronbichler [Tue, 28 Jun 2022 07:49:11 +0000 (09:49 +0200)]
Merge pull request #14062 from kronbichler/improve_assert

Simplify assertion by AssertIndexRange

2 years agoMerge pull request #14048 from masterleinad/remove_unqualified_functions
Martin Kronbichler [Tue, 28 Jun 2022 07:48:36 +0000 (09:48 +0200)]
Merge pull request #14048 from masterleinad/remove_unqualified_functions

Remove unqualified ContantFunction and ZeroFunction

2 years agoMerge pull request #14061 from sebproell/fe-eval-no-vectorization
Martin Kronbichler [Tue, 28 Jun 2022 06:05:03 +0000 (08:05 +0200)]
Merge pull request #14061 from sebproell/fe-eval-no-vectorization

Fix some VectorizedArrayTypes for non-default vectorization

2 years agoSpeed up ReferenceCell::standard_vs_true_line_orientation 14067/head
Martin Kronbichler [Tue, 28 Jun 2022 05:33:06 +0000 (07:33 +0200)]
Speed up ReferenceCell::standard_vs_true_line_orientation

2 years agoRemove deprecated XDMFEntry::get_xdmf_content 14064/head
Daniel Arndt [Mon, 27 Jun 2022 14:11:31 +0000 (10:11 -0400)]
Remove deprecated XDMFEntry::get_xdmf_content

2 years agoDoFAccessor: Streamline access to dof indices 14063/head
Martin Kronbichler [Mon, 27 Jun 2022 15:53:03 +0000 (17:53 +0200)]
DoFAccessor: Streamline access to dof indices

2 years agoFix some VectorizedArrayTypes for non-default vectorization 14061/head
Sebastian Proell [Mon, 27 Jun 2022 14:38:15 +0000 (16:38 +0200)]
Fix some VectorizedArrayTypes for non-default vectorization

2 years agoFurther code cleanup 14051/head
Martin Kronbichler [Mon, 27 Jun 2022 15:51:41 +0000 (17:51 +0200)]
Further code cleanup

2 years agoDoFHandlerPolicy: Speed up function renumber_face_mg_dofs
Martin Kronbichler [Sun, 26 Jun 2022 06:33:20 +0000 (08:33 +0200)]
DoFHandlerPolicy: Speed up function renumber_face_mg_dofs

2 years agoSimplify assertion by AssertIndexRange 14062/head
Martin Kronbichler [Mon, 27 Jun 2022 15:52:04 +0000 (17:52 +0200)]
Simplify assertion by AssertIndexRange

2 years agoMerge pull request #14060 from masterleinad/remove_deprecated_lac_parallel_block_vector
Daniel Arndt [Mon, 27 Jun 2022 15:46:20 +0000 (11:46 -0400)]
Merge pull request #14060 from masterleinad/remove_deprecated_lac_parallel_block_vector

2 years agoRemove deprecated header file lac/parallel_block_vector.h 14060/head
Daniel Arndt [Mon, 27 Jun 2022 12:47:15 +0000 (08:47 -0400)]
Remove deprecated header file lac/parallel_block_vector.h

2 years agoMerge pull request #14052 from kronbichler/index_set_improve
David Wells [Mon, 27 Jun 2022 12:34:47 +0000 (08:34 -0400)]
Merge pull request #14052 from kronbichler/index_set_improve

Small improvement for IndexSet::add_ranges_internal

2 years agoFix the reamaining occurrences 14048/head
Daniel Arndt [Mon, 27 Jun 2022 11:51:23 +0000 (07:51 -0400)]
Fix the reamaining occurrences

2 years agoMerge pull request #14050 from tamiko/fix_cuda_tests
Martin Kronbichler [Mon, 27 Jun 2022 11:12:11 +0000 (13:12 +0200)]
Merge pull request #14050 from tamiko/fix_cuda_tests

User projects: Make sure that CMAKE_CUDA_HOST_COMPILER is set.

2 years agoMerge pull request #14049 from tamiko/fix_cuda_warnings
Martin Kronbichler [Mon, 27 Jun 2022 11:11:04 +0000 (13:11 +0200)]
Merge pull request #14049 from tamiko/fix_cuda_warnings

fix a warning when compiling with cuda support

2 years agoMerge pull request #14058 from kronbichler/fix_tests
Martin Kronbichler [Mon, 27 Jun 2022 08:25:44 +0000 (10:25 +0200)]
Merge pull request #14058 from kronbichler/fix_tests

Fix a few MatrixFree tests

2 years agoFix a few tests 14058/head
Martin Kronbichler [Mon, 27 Jun 2022 04:28:30 +0000 (06:28 +0200)]
Fix a few tests

2 years agoFix bug in MatrixFree::reinit for MG levels with empty process 14057/head
Martin Kronbichler [Sun, 26 Jun 2022 18:24:05 +0000 (20:24 +0200)]
Fix bug in MatrixFree::reinit for MG levels with empty process

2 years agoMerge pull request #14014 from peterrum/mg_dg_hp_test
Martin Kronbichler [Sun, 26 Jun 2022 16:16:18 +0000 (18:16 +0200)]
Merge pull request #14014 from peterrum/mg_dg_hp_test

Add test (MF+DG+hp)

2 years agoMerge pull request #13842 from peterrum/build_interface_constraints_wedges
Martin Kronbichler [Sun, 26 Jun 2022 12:29:24 +0000 (14:29 +0200)]
Merge pull request #13842 from peterrum/build_interface_constraints_wedges

FESystem::build_interface_constraints() for wedges/pyramids

2 years agoMerge pull request #14054 from peterrum/traling_const
Peter Munch [Sun, 26 Jun 2022 12:11:23 +0000 (14:11 +0200)]
Merge pull request #14054 from peterrum/traling_const

Remove trailing const

2 years agoRemove traling const 14054/head
Peter Munch [Sun, 26 Jun 2022 07:47:19 +0000 (09:47 +0200)]
Remove traling const

2 years agoAdd test (MG+DG+hp) 14014/head
Peter Munch [Sun, 19 Jun 2022 07:50:04 +0000 (09:50 +0200)]
Add test (MG+DG+hp)

2 years agoFESystem::build_interface_constraints() for wedges/pyramids 13842/head
Peter Munch [Fri, 27 May 2022 20:37:31 +0000 (22:37 +0200)]
FESystem::build_interface_constraints() for wedges/pyramids

2 years agoSmall improvement for IndexSet::add_ranges_internal 14052/head
Martin Kronbichler [Sun, 26 Jun 2022 06:38:34 +0000 (08:38 +0200)]
Small improvement for IndexSet::add_ranges_internal

2 years agoUser projects: Make sure that CMAKE_CUDA_HOST_COMPILER is set. 14050/head
Matthias Maier [Sun, 26 Jun 2022 05:59:55 +0000 (00:59 -0500)]
User projects: Make sure that CMAKE_CUDA_HOST_COMPILER is set.

2 years agofix a warning when compiling with cuda support 14049/head
Matthias Maier [Sun, 26 Jun 2022 05:37:35 +0000 (00:37 -0500)]
fix a warning when compiling with cuda support

dealii/include/deal.II/matrix_free/cuda_matrix_free.templates.h:1027:17:
    warning: loop variable ‘cell’ creates a copy from type ‘const
    dealii::TriaActiveIterator<dealii::CellAccessor<3, 3> >’
    [-Wrange-loop-construct]
dealii/include/deal.II/matrix_free/cuda_matrix_free.templates.h:1027:17:
    note: use reference type to prevent copying
 1027 |                 for (const auto cell :
      |                 ^~~~
      |                 &

2 years agoMerge pull request #14037 from masterleinad/deprecate_matrixfree
Martin Kronbichler [Sat, 25 Jun 2022 18:54:52 +0000 (20:54 +0200)]
Merge pull request #14037 from masterleinad/deprecate_matrixfree

Remove deprecated MatrixFree functionalities

2 years agoMerge pull request #14043 from masterleinad/remove_deprecated_qprojector
Martin Kronbichler [Sat, 25 Jun 2022 18:54:07 +0000 (20:54 +0200)]
Merge pull request #14043 from masterleinad/remove_deprecated_qprojector

Remove deprecated QProjector member functions

2 years agoMerge pull request #14044 from tamiko/step_81_tutorial_fixes
Martin Kronbichler [Sat, 25 Jun 2022 18:53:55 +0000 (20:53 +0200)]
Merge pull request #14044 from tamiko/step_81_tutorial_fixes

step-81: Mention example step in the tutorial lists

2 years agoMerge pull request #14045 from drwells/indexset-test-header
Martin Kronbichler [Sat, 25 Jun 2022 18:52:40 +0000 (20:52 +0200)]
Merge pull request #14045 from drwells/indexset-test-header

Include index_set.h in two more tests.

2 years agoMerge pull request #14047 from masterleinad/remove_deprecated_dof_handler
Marc Fehling [Sat, 25 Jun 2022 18:37:06 +0000 (12:37 -0600)]
Merge pull request #14047 from masterleinad/remove_deprecated_dof_handler

Remove DoFHandler's initialize and set_fe

2 years agoMerge pull request #14040 from masterleinad/deprecate_dof_tools
Marc Fehling [Sat, 25 Jun 2022 18:36:55 +0000 (12:36 -0600)]
Merge pull request #14040 from masterleinad/deprecate_dof_tools

Remove deprecated DoFTools functions

2 years agoAlso add specialization for quadrilaterals 13930/head
Martin Kronbichler [Sat, 25 Jun 2022 14:16:03 +0000 (16:16 +0200)]
Also add specialization for quadrilaterals

2 years agoSpeed up computation of cell vertex indices cache
Martin Kronbichler [Wed, 8 Jun 2022 10:03:37 +0000 (12:03 +0200)]
Speed up computation of cell vertex indices cache

2 years agoMerge pull request #14046 from drwells/point-value-p4est
Timo Heister [Sat, 25 Jun 2022 02:52:47 +0000 (22:52 -0400)]
Merge pull request #14046 from drwells/point-value-p4est

Mark two tests that depend on p4est as such.

2 years agoRemove unqualified ContantFunction and ZeroFunction
Daniel Arndt [Fri, 24 Jun 2022 21:26:39 +0000 (17:26 -0400)]
Remove unqualified ContantFunction and ZeroFunction

2 years agoRemove deprecated MatrixFree functionalities 14037/head
Daniel Arndt [Wed, 22 Jun 2022 21:33:27 +0000 (17:33 -0400)]
Remove deprecated MatrixFree functionalities

2 years agoMerge pull request #14042 from drwells/reword-data-out-resample
Martin Kronbichler [Fri, 24 Jun 2022 18:42:34 +0000 (20:42 +0200)]
Merge pull request #14042 from drwells/reword-data-out-resample

Slightly reword DataOutResample's documentation.

2 years agoRemove DoFHandler's initialize and set_fe 14047/head
Daniel Arndt [Fri, 24 Jun 2022 17:46:24 +0000 (13:46 -0400)]
Remove DoFHandler's initialize and set_fe

2 years agoMark two tests that depend on p4est as such. 14046/head
David Wells [Fri, 24 Jun 2022 17:50:48 +0000 (13:50 -0400)]
Mark two tests that depend on p4est as such.


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.