]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoA remote_point_evaluation test requires trilinos. 12548/head
Marc Fehling [Tue, 6 Jul 2021 23:06:52 +0000 (17:06 -0600)]
A remote_point_evaluation test requires trilinos.

3 years agoMost remote_point_evaluation tests require p4est.
Marc Fehling [Tue, 6 Jul 2021 22:24:24 +0000 (16:24 -0600)]
Most remote_point_evaluation tests require p4est.

3 years agoAvoid lambda function to compile with Intel 18/19.
Marc Fehling [Tue, 6 Jul 2021 21:08:09 +0000 (16:08 -0500)]
Avoid lambda function to compile with Intel 18/19.

3 years agoMerge pull request #12536 from peterrum/assert_process_dof_index
Wolfgang Bangerth [Fri, 2 Jul 2021 23:05:10 +0000 (17:05 -0600)]
Merge pull request #12536 from peterrum/assert_process_dof_index

Improve an assert message in DoFAccessorImplementation

3 years agoImprove an asser message in DoFAccessorImplementation 12536/head
Peter Munch [Fri, 2 Jul 2021 07:13:00 +0000 (09:13 +0200)]
Improve an asser message in DoFAccessorImplementation

3 years agoMerge pull request #12408 from peterrum/DataOutResample
Martin Kronbichler [Fri, 2 Jul 2021 14:59:28 +0000 (16:59 +0200)]
Merge pull request #12408 from peterrum/DataOutResample

Add DataOutResample

3 years agoMerge pull request #12532 from zjiaqi2018/fix_read_msh
David Wells [Fri, 2 Jul 2021 14:23:50 +0000 (10:23 -0400)]
Merge pull request #12532 from zjiaqi2018/fix_read_msh

fix assert for read_msh()

3 years agoMerge pull request #12535 from bangerth/rename
David Wells [Fri, 2 Jul 2021 14:23:34 +0000 (10:23 -0400)]
Merge pull request #12535 from bangerth/rename

Rename and document a template argument.

3 years agoMerge pull request #12530 from peterrum/level_v_step_prolongate_and_add
Peter Munch [Fri, 2 Jul 2021 06:34:25 +0000 (08:34 +0200)]
Merge pull request #12530 from peterrum/level_v_step_prolongate_and_add

Use prolongate_and_add() in Multigrid::level_v_step()

3 years agoMerge pull request #12503 from gassmoeller/define_ndebug_in_release
Matthias Maier [Fri, 2 Jul 2021 00:51:52 +0000 (19:51 -0500)]
Merge pull request #12503 from gassmoeller/define_ndebug_in_release

Define NDEBUG in release mode

3 years agoMerge pull request #12533 from marcfehling/step-79
Wolfgang Bangerth [Thu, 1 Jul 2021 21:43:53 +0000 (15:43 -0600)]
Merge pull request #12533 from marcfehling/step-79

step-79: Avoid using constructor which are incompatible to Intel 18.

3 years agoRename and document a template argument. 12535/head
Wolfgang Bangerth [Thu, 1 Jul 2021 21:18:03 +0000 (15:18 -0600)]
Rename and document a template argument.

3 years agoDefine NDEBUG in release mode 12503/head
Rene Gassmoeller [Sat, 26 Jun 2021 15:55:01 +0000 (11:55 -0400)]
Define NDEBUG in release mode

3 years agostep-79: Avoid using constructor which are incompatible to Intel 18. 12533/head
Marc Fehling [Thu, 1 Jul 2021 18:43:24 +0000 (12:43 -0600)]
step-79: Avoid using constructor which are incompatible to Intel 18.

3 years agofix assert for 2d mesh 12532/head
Jiaqi Zhang [Thu, 1 Jul 2021 14:48:55 +0000 (14:48 +0000)]
fix assert for 2d mesh

3 years agoUse prolongate_and_add() in Multigrid::level_v_step() 12530/head
Peter Munch [Thu, 1 Jul 2021 13:04:32 +0000 (15:04 +0200)]
Use prolongate_and_add() in Multigrid::level_v_step()

3 years agoMerge pull request #12498 from drwells/p-d-vector-swap
Martin Kronbichler [Thu, 1 Jul 2021 07:28:39 +0000 (09:28 +0200)]
Merge pull request #12498 from drwells/p-d-vector-swap

Add a move ctor for p::d::Vector.

3 years agoMerge pull request #12529 from marcfehling/typo
Martin Kronbichler [Thu, 1 Jul 2021 05:19:54 +0000 (07:19 +0200)]
Merge pull request #12529 from marcfehling/typo

CellIDTranslator: Fix typo in assert.

3 years agoMerge pull request #12528 from tamiko/update_changelog_master
Martin Kronbichler [Thu, 1 Jul 2021 05:17:08 +0000 (07:17 +0200)]
Merge pull request #12528 from tamiko/update_changelog_master

[Main branch] reorganize changelog entries for point release

3 years agoFix typo in assert. 12529/head
Marc Fehling [Wed, 30 Jun 2021 22:44:43 +0000 (16:44 -0600)]
Fix typo in assert.

3 years agoremove dummy entries 12528/head
Matthias Maier [Wed, 30 Jun 2021 20:54:28 +0000 (15:54 -0500)]
remove dummy entries

3 years agoreorganize changelog entries for point release
Matthias Maier [Wed, 30 Jun 2021 20:46:20 +0000 (15:46 -0500)]
reorganize changelog entries for point release

 - create 9.3.0-vs-9.3.1.h file
 - remove individual entries

3 years agoMerge pull request #12523 from tjhei/gcc11_boost_warn
David Wells [Wed, 30 Jun 2021 13:15:31 +0000 (09:15 -0400)]
Merge pull request #12523 from tjhei/gcc11_boost_warn

silence gcc 11 warning

3 years agoMerge pull request #12520 from peterrum/CellWeightPolicy_type
Martin Kronbichler [Wed, 30 Jun 2021 09:59:12 +0000 (11:59 +0200)]
Merge pull request #12520 from peterrum/CellWeightPolicy_type

CellWeightPolicy: global_cell_index->uint64_t

3 years agoMerge pull request #12526 from kronbichler/fix_particle_compile
Peter Munch [Wed, 30 Jun 2021 09:58:19 +0000 (11:58 +0200)]
Merge pull request #12526 from kronbichler/fix_particle_compile

Make particle_handler.cc compile again

3 years agoMake particle_handler.cc compile again 12526/head
Martin Kronbichler [Wed, 30 Jun 2021 08:15:17 +0000 (10:15 +0200)]
Make particle_handler.cc compile again

3 years agoMerge pull request #12450 from gassmoeller/simplify_transfer_particle_handler
Martin Kronbichler [Wed, 30 Jun 2021 05:17:38 +0000 (07:17 +0200)]
Merge pull request #12450 from gassmoeller/simplify_transfer_particle_handler

Simplify particle transfer during refinement/serialization

3 years agoMerge pull request #12521 from drwells/improve-is-ghost-docs
Martin Kronbichler [Wed, 30 Jun 2021 05:05:33 +0000 (07:05 +0200)]
Merge pull request #12521 from drwells/improve-is-ghost-docs

Improve the documentation of TriaAccessor::is_ghost().

3 years agosilence gcc 11 warning 12523/head
Timo Heister [Tue, 29 Jun 2021 22:09:54 +0000 (18:09 -0400)]
silence gcc 11 warning

silence boost warning
../bundled/boost-1.70.0/include/boost/concept/usage.hpp:16:48: warning:
'this' pointer is null [-Wnonnull]
   16 |     ~usage_requirements() { ((Model*)0)->~Model(); }

3 years agoMerge pull request #12515 from tamiko/revert_gcc11_fixes
David Wells [Tue, 29 Jun 2021 21:49:56 +0000 (17:49 -0400)]
Merge pull request #12515 from tamiko/revert_gcc11_fixes

Guard GCC 11 fixes for intel 18/19 compatibility

3 years agoMerge pull request #12484 from peterrum/MGTwoLevelTransfer_reinit
Martin Kronbichler [Tue, 29 Jun 2021 20:02:04 +0000 (22:02 +0200)]
Merge pull request #12484 from peterrum/MGTwoLevelTransfer_reinit

Introduce MGTwoLevelTransfer::reinit()

3 years agoMerge pull request #12513 from peterrum/CellIDTranslator_warning
Martin Kronbichler [Tue, 29 Jun 2021 19:59:49 +0000 (21:59 +0200)]
Merge pull request #12513 from peterrum/CellIDTranslator_warning

CellIDTranslator:: add assert to prevent overflow

3 years agoadd a news entry 12515/head
Matthias Maier [Tue, 29 Jun 2021 16:16:47 +0000 (11:16 -0500)]
add a news entry

3 years agoTensor: refactor constructor and assignment operator guards
Matthias Maier [Tue, 29 Jun 2021 15:18:41 +0000 (10:18 -0500)]
Tensor: refactor constructor and assignment operator guards

 * This commit guards some constructors and copy/move assignment
   operators that are necessary to work around a gcc 11 regression with
   DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG.

 * Add back explicitly guarded constructor working around a code
   generation issue with intel compilers

3 years agoCMake: Add a configuration check for DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG
Matthias Maier [Tue, 29 Jun 2021 16:13:13 +0000 (11:13 -0500)]
CMake: Add a configuration check for DEAL_II_DELETED_MOVE_CONSTRUCTOR_BUG

3 years agoImprove the documentation of TriaAccessor::is_ghost(). 12521/head
David Wells [Tue, 29 Jun 2021 14:23:23 +0000 (10:23 -0400)]
Improve the documentation of TriaAccessor::is_ghost().

The documentation isn't quite right for p::s::T. Now that we have three parallel
Triangulation classes we should be a bit more careful in describing some of
their distinctions.

3 years agoCellIDTranslator:: add assert to prevent overflow 12513/head
Peter Munch [Mon, 28 Jun 2021 10:09:24 +0000 (12:09 +0200)]
CellIDTranslator:: add assert to prevent overflow

3 years agoMerge pull request #12517 from peterrum/tria_serialization_fix
David Wells [Tue, 29 Jun 2021 12:49:06 +0000 (08:49 -0400)]
Merge pull request #12517 from peterrum/tria_serialization_fix

Fix serialization of Triangulation

3 years agoCellWeightPolicy: global_cell_index->uint64_t 12520/head
Peter Munch [Tue, 29 Jun 2021 10:17:28 +0000 (12:17 +0200)]
CellWeightPolicy: global_cell_index->uint64_t

3 years agoIntroduce MGTwoLevelTransfer::reinit() 12484/head
Peter Munch [Tue, 22 Jun 2021 07:40:05 +0000 (09:40 +0200)]
Introduce MGTwoLevelTransfer::reinit()

3 years agoMerge pull request #12502 from peterrum/n_global_coarse_cells
Peter Munch [Tue, 29 Jun 2021 08:34:30 +0000 (10:34 +0200)]
Merge pull request #12502 from peterrum/n_global_coarse_cells

Add Triangulation::n_global_coarse_cells()

3 years agoMerge pull request #12508 from peterrum/CellWeightPolicy
Martin Kronbichler [Tue, 29 Jun 2021 07:55:20 +0000 (09:55 +0200)]
Merge pull request #12508 from peterrum/CellWeightPolicy

Introduce RepartitioningPolicyTools::CellWeightPolicy

3 years agoIntroduce RepartitioningPolicyTools::CellWeightPolicy 12508/head
Peter Munch [Sun, 27 Jun 2021 14:29:49 +0000 (16:29 +0200)]
Introduce RepartitioningPolicyTools::CellWeightPolicy

3 years agoMerge pull request #12504 from peterrum/CellIDTranslator
Martin Kronbichler [Mon, 28 Jun 2021 20:01:27 +0000 (22:01 +0200)]
Merge pull request #12504 from peterrum/CellIDTranslator

Move CellIDTranslator into a new file

3 years agoFix serialization of Triangulation 12517/head
Peter Munch [Mon, 28 Jun 2021 18:52:52 +0000 (20:52 +0200)]
Fix serialization of Triangulation

3 years agoAdd Triangulation::n_global_coarse_cells() 12502/head
Peter Munch [Sat, 26 Jun 2021 15:30:16 +0000 (17:30 +0200)]
Add Triangulation::n_global_coarse_cells()

3 years agoTry one more 12498/head
David Wells [Mon, 28 Jun 2021 16:22:54 +0000 (12:22 -0400)]
Try one more

3 years agoDisable clang-tidy
David Wells [Fri, 25 Jun 2021 18:36:17 +0000 (14:36 -0400)]
Disable clang-tidy

3 years agoMerge pull request #12430 from peterrum/make_consistent_in_parallel
Martin Kronbichler [Mon, 28 Jun 2021 13:51:38 +0000 (15:51 +0200)]
Merge pull request #12430 from peterrum/make_consistent_in_parallel

Implement AffineConstraints::make_consistent_in_parallel()

3 years agoMerge pull request #12492 from peterrum/is_ghost_on_level
David Wells [Mon, 28 Jun 2021 11:56:23 +0000 (07:56 -0400)]
Merge pull request #12492 from peterrum/is_ghost_on_level

Add CellAccessor::is_ghost_on_level()

3 years agoMerge pull request #12511 from drwells/missing-umfpack-extension
Timo Heister [Mon, 28 Jun 2021 05:06:38 +0000 (01:06 -0400)]
Merge pull request #12511 from drwells/missing-umfpack-extension

Add one more missing file extension.

3 years agoAdd one more missing file extension. 12511/head
David Wells [Mon, 28 Jun 2021 01:17:46 +0000 (21:17 -0400)]
Add one more missing file extension.

3 years agoMove CellIDTranslator into a new file 12504/head
Peter Munch [Sat, 26 Jun 2021 17:12:45 +0000 (19:12 +0200)]
Move CellIDTranslator into a new file

3 years agoMerge pull request #12506 from tjhei/umfpack_cmake_warning
Martin Kronbichler [Sun, 27 Jun 2021 06:46:34 +0000 (08:46 +0200)]
Merge pull request #12506 from tjhei/umfpack_cmake_warning

fix umfpack cmake 3.20 warning

3 years agoMerge pull request #12505 from tjhei/fix_undefined_copy_to_mg
Martin Kronbichler [Sun, 27 Jun 2021 06:45:52 +0000 (08:45 +0200)]
Merge pull request #12505 from tjhei/fix_undefined_copy_to_mg

fix missing undefined copy_to_mg

3 years agofix umfpack cmake 3.20 warning 12506/head
Timo Heister [Sat, 26 Jun 2021 21:33:43 +0000 (17:33 -0400)]
fix umfpack cmake 3.20 warning

Fix the following warnings produced by CMake 3.20:

CMake Warning (dev) at cmake/macros/macro_deal_ii_add_library.cmake:35
(ADD_LIBRARY):
Policy CMP0115 is not set: Source file extensions must be explicit.
File:

    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_dump.cc
   /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_init_front.cc
    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_local_search.cc
    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umfpack_report_numeric.cc

3 years agoadd missing inst 12505/head
Timo Heister [Sat, 26 Jun 2021 17:38:26 +0000 (13:38 -0400)]
add missing inst

fixes #12501 and #12490

3 years agoAdd a move ctor for p::d::Vector.
David Wells [Fri, 25 Jun 2021 15:57:10 +0000 (11:57 -0400)]
Add a move ctor for p::d::Vector.

3 years agoMerge pull request #12499 from peterrum/distributed_compute_point_locations_unique_ma...
David Wells [Fri, 25 Jun 2021 20:22:02 +0000 (16:22 -0400)]
Merge pull request #12499 from peterrum/distributed_compute_point_locations_unique_mapping

Make mapping in GridTools::distributed_compute_point_locations() unique

3 years agoMerge pull request #12495 from drwells/improve-p-d-T-checks
David Wells [Fri, 25 Jun 2021 20:17:56 +0000 (16:17 -0400)]
Merge pull request #12495 from drwells/improve-p-d-T-checks

Improve some checks for distributed Triangulations.

3 years agoMerge pull request #12486 from drwells/instantiate-subdomain
David Wells [Fri, 25 Jun 2021 18:46:09 +0000 (14:46 -0400)]
Merge pull request #12486 from drwells/instantiate-subdomain

Instantiate a GridTools function for dim = 1.

3 years agoImprove some checks for distributed Triangulations. 12495/head
David Wells [Thu, 24 Jun 2021 20:26:02 +0000 (16:26 -0400)]
Improve some checks for distributed Triangulations.

3 years agoMake mapping in GridTools::distributed_compute_point_locations() unique 12499/head
Peter Munch [Fri, 25 Jun 2021 16:17:44 +0000 (18:17 +0200)]
Make mapping in GridTools::distributed_compute_point_locations() unique

3 years agoInstantiate a GridTools function for dim = 1. 12486/head
David Wells [Tue, 22 Jun 2021 14:41:10 +0000 (10:41 -0400)]
Instantiate a GridTools function for dim = 1.

This requires special-casing p::d::T since the internal functions aren't defined
for 1D.

3 years agoMerge pull request #12491 from peterrum/get_face_quadrature_collection
David Wells [Thu, 24 Jun 2021 12:25:36 +0000 (08:25 -0400)]
Merge pull request #12491 from peterrum/get_face_quadrature_collection

Work on get_face_quadrature_collection() and get_unique_face_quadratures()

3 years agoMerge pull request #12485 from gassmoeller/clarify_locally_owned_particles
Timo Heister [Wed, 23 Jun 2021 21:42:41 +0000 (17:42 -0400)]
Merge pull request #12485 from gassmoeller/clarify_locally_owned_particles

Fix number of locally owned particles in particle handler

3 years agoAdd CellAccessor::is_ghost_on_level() 12492/head
Peter Munch [Wed, 23 Jun 2021 21:00:44 +0000 (23:00 +0200)]
Add CellAccessor::is_ghost_on_level()

3 years agoClarify locally owned particles 12485/head
Rene Gassmoeller [Tue, 22 Jun 2021 14:31:27 +0000 (10:31 -0400)]
Clarify locally owned particles

3 years agoWork on get_face_quadrature_collection() and get_unique_face_quadratures() 12491/head
Peter Munch [Wed, 23 Jun 2021 08:56:19 +0000 (10:56 +0200)]
Work on get_face_quadrature_collection() and get_unique_face_quadratures()

3 years agoMerge pull request #12489 from drwells/fix-simplex-quadrature-rules
Peter Munch [Wed, 23 Jun 2021 06:08:05 +0000 (08:08 +0200)]
Merge pull request #12489 from drwells/fix-simplex-quadrature-rules

Really use n_points_1D for the simplex quadrature rules.

3 years agoFix several simplex quadrature rules. 12489/head
David Wells [Tue, 22 Jun 2021 18:04:34 +0000 (14:04 -0400)]
Fix several simplex quadrature rules.

3 years agoSimplify particle transfer during refinement 12450/head
Rene Gassmoeller [Fri, 11 Jun 2021 19:52:02 +0000 (15:52 -0400)]
Simplify particle transfer during refinement

3 years agoAdd a test with poor output.
David Wells [Tue, 22 Jun 2021 18:00:07 +0000 (14:00 -0400)]
Add a test with poor output.

This test passes on master, but shouldn't, since several of the printed
integrands are wrong. This will be corrected in the next commit.

3 years agoMerge pull request #12483 from gassmoeller/fix_remove_particle
Marc Fehling [Tue, 22 Jun 2021 17:20:06 +0000 (11:20 -0600)]
Merge pull request #12483 from gassmoeller/fix_remove_particle

Fix bug in remove particle

3 years agoMerge pull request #12478 from tjhei/mpi_underlinkage_bug
Matthias Maier [Tue, 22 Jun 2021 16:31:15 +0000 (11:31 -0500)]
Merge pull request #12478 from tjhei/mpi_underlinkage_bug

fix cmake underlinkage error

3 years agoMerge pull request #12416 from mathsen/flux_level_constraints
David Wells [Tue, 22 Jun 2021 16:29:26 +0000 (12:29 -0400)]
Merge pull request #12416 from mathsen/flux_level_constraints

changed make_flux_sparsity_pattern to have the ability to add constraints

3 years agoMerge pull request #12469 from bangerth/count
David Wells [Tue, 22 Jun 2021 14:48:49 +0000 (10:48 -0400)]
Merge pull request #12469 from bangerth/count

Update/extend the script that counts lines of code.

3 years agoFix copyright year 12483/head
Rene Gassmoeller [Tue, 22 Jun 2021 14:01:13 +0000 (10:01 -0400)]
Fix copyright year

3 years agoMerge pull request #12482 from bangerth/arkode-3
Bruno Turcksin [Tue, 22 Jun 2021 01:20:26 +0000 (21:20 -0400)]
Merge pull request #12482 from bangerth/arkode-3

Remove code for SUNDIALS versions prior to 3.0.

3 years agoMerge pull request #12480 from peterrum/MinimalGranularityPolicy_fix
Daniel Arndt [Mon, 21 Jun 2021 22:22:39 +0000 (18:22 -0400)]
Merge pull request #12480 from peterrum/MinimalGranularityPolicy_fix

Fix MinimalGranularityPolicy

3 years agoFix bug in remove particle
Rene Gassmoeller [Mon, 21 Jun 2021 21:52:48 +0000 (17:52 -0400)]
Fix bug in remove particle

3 years agoMerge pull request #12481 from bangerth/changelog
Daniel Arndt [Mon, 21 Jun 2021 18:56:48 +0000 (14:56 -0400)]
Merge pull request #12481 from bangerth/changelog

Add a missing changelog entry.

3 years agoRemove code for SUNDIALS versions prior to 3.0. 12482/head
Wolfgang Bangerth [Tue, 25 May 2021 19:31:15 +0000 (13:31 -0600)]
Remove code for SUNDIALS versions prior to 3.0.

3 years agoAdd a missing changelog entry. 12481/head
Wolfgang Bangerth [Mon, 21 Jun 2021 17:38:12 +0000 (11:38 -0600)]
Add a missing changelog entry.

3 years agoFix MinimalGranularityPolicy 12480/head
Peter Munch [Mon, 21 Jun 2021 14:37:23 +0000 (16:37 +0200)]
Fix MinimalGranularityPolicy

3 years agoMerge pull request #12473 from bangerth/exc-3
Daniel Arndt [Sun, 20 Jun 2021 15:53:00 +0000 (11:53 -0400)]
Merge pull request #12473 from bangerth/exc-3

Simplify an exception.

3 years agoMerge pull request #12479 from joseeroman/jose/fix-slepc-url
Jean-Paul Pelteret [Sun, 20 Jun 2021 11:51:43 +0000 (13:51 +0200)]
Merge pull request #12479 from joseeroman/jose/fix-slepc-url

Fix SLEPc URL

3 years agoFix SLEPc URL 12479/head
Jose E. Roman [Sun, 20 Jun 2021 11:14:44 +0000 (13:14 +0200)]
Fix SLEPc URL

3 years agofix cmake underlinkage error 12478/head
Timo Heister [Sat, 19 Jun 2021 18:15:38 +0000 (14:15 -0400)]
fix cmake underlinkage error

The underlinkage MPI check under Ubuntu fails if MPI_CXX_LIBRARIES is
empty, which happens if you configure with CXX=mpicxx (even though you
should not).

In this situation, just disable this hack. Errors look like this:

CMake Error at cmake/modules/FindMPI.cmake:143 (LIST):
  LIST GET given empty list
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
  cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
  cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:121 (VERBOSE_INCLUDE)

CMake Error at cmake/modules/FindMPI.cmake:144 (GET_FILENAME_COMPONENT):
  GET_FILENAME_COMPONENT called with incorrect number of arguments
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
  cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
  cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:121 (VERBOSE_INCLUDE)

-- _mpi_libopen_pal_library not found! The call was:
--     FIND_LIBRARY(_mpi_libopen_pal_library NAMES open-pal HINTS
NO_DEFAULT_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)

3 years agoMerge pull request #12462 from simonsticko/face_quadrature_generator
Martin Kronbichler [Sat, 19 Jun 2021 20:41:28 +0000 (22:41 +0200)]
Merge pull request #12462 from simonsticko/face_quadrature_generator

Add class generating immersed quadrature rules over a box face

3 years agoMerge pull request #12470 from bangerth/ref
Martin Kronbichler [Sat, 19 Jun 2021 20:40:58 +0000 (22:40 +0200)]
Merge pull request #12470 from bangerth/ref

Leave a reference to step-78.

3 years agoMerge pull request #12471 from bangerth/77
Martin Kronbichler [Sat, 19 Jun 2021 20:40:20 +0000 (22:40 +0200)]
Merge pull request #12471 from bangerth/77

Fix an indentation problem in step-77.

3 years agoMerge pull request #12472 from bangerth/tutorials
Martin Kronbichler [Sat, 19 Jun 2021 20:39:45 +0000 (22:39 +0200)]
Merge pull request #12472 from bangerth/tutorials

Add two missing tutorial programs to the changelog.

3 years agoAdd two missing tutorial programs to the changelog. 12472/head
Wolfgang Bangerth [Fri, 18 Jun 2021 21:16:35 +0000 (15:16 -0600)]
Add two missing tutorial programs to the changelog.

3 years agoSimplify an exception. 12473/head
Wolfgang Bangerth [Fri, 18 Jun 2021 21:15:57 +0000 (15:15 -0600)]
Simplify an exception.

3 years agoFix an indentation problem in step-77. 12471/head
Wolfgang Bangerth [Fri, 18 Jun 2021 20:56:49 +0000 (14:56 -0600)]
Fix an indentation problem in step-77.

Saw this while giving my talk this morning.

3 years agoLeave a reference to step-78. 12470/head
Wolfgang Bangerth [Fri, 18 Jun 2021 20:56:15 +0000 (14:56 -0600)]
Leave a reference to step-78.

3 years agoMerge pull request #12451 from gassmoeller/update_particle_documentation
David Wells [Fri, 18 Jun 2021 12:14:11 +0000 (08:14 -0400)]
Merge pull request #12451 from gassmoeller/update_particle_documentation

Cleanup for particle handler documentation

3 years agoAdd class generating immersed quadrature rules over a box face 12462/head
Simon Sticko [Mon, 14 Jun 2021 18:26:11 +0000 (20:26 +0200)]
Add class generating immersed quadrature rules over a box face

Add a class NonMatching::FaceQuadratureGenerator, that in the same way
as QuadratureGenerator generates immersed quadrature rules, but over a
given face of a BoundingBox.

3 years agoMerge pull request #12449 from drwells/cleanup-symmetrictensor-docs-1
Martin Kronbichler [Fri, 18 Jun 2021 07:00:36 +0000 (09:00 +0200)]
Merge pull request #12449 from drwells/cleanup-symmetrictensor-docs-1

Clean up some SymmetricTensor utility functions.


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.