]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoUpgrade write_vtu_in_parallel based on mpi large IO update 13673/head
Pengfei Jia [Thu, 5 May 2022 00:15:23 +0000 (20:15 -0400)]
Upgrade write_vtu_in_parallel based on mpi large IO update

Updating author name

fixing work

update indent

Remove the broadcast and fix some comment and fix author name

updates

updates!

last fix

fixing indent

fixing unmatched int type

fixing indent

trying to fix the broadcast error

Trying to fix broadcast error II

adding _c to write_at functions

fixing rank issue

fixing footer_offset

last fix on rank

indent

removing some unused line

2 years agoMerge pull request #13811 from kronbichler/add_another_pack
Wolfgang Bangerth [Wed, 25 May 2022 18:40:45 +0000 (12:40 -0600)]
Merge pull request #13811 from kronbichler/add_another_pack

Optimize Utilities::pack for std::vector<std::vector<trivial>>

2 years agoMerge pull request #13798 from kronbichler/speedup_poly_eval
Peter Munch [Wed, 25 May 2022 17:39:02 +0000 (19:39 +0200)]
Merge pull request #13798 from kronbichler/speedup_poly_eval

Provide function to evaluate polynomial on array of positions

2 years agoMerge pull request #13802 from kronbichler/simplify_grid_tools
Peter Munch [Wed, 25 May 2022 16:03:15 +0000 (18:03 +0200)]
Merge pull request #13802 from kronbichler/simplify_grid_tools

Avoid CellDataTransferBuffer in GridTools::exchange_cell_data_to_ghosts

2 years agoMerge pull request #13813 from kronbichler/fix_compile2
Peter Munch [Wed, 25 May 2022 14:36:33 +0000 (16:36 +0200)]
Merge pull request #13813 from kronbichler/fix_compile2

Utilities: Fix compile error on certain compilers

2 years agoProvide function to evaluate polynomial on array of positions 13798/head
Martin Kronbichler [Mon, 23 May 2022 18:45:20 +0000 (20:45 +0200)]
Provide function to evaluate polynomial on array of positions

2 years agoMerge pull request #13790 from kronbichler/simplify_reinit_shape_info
Peter Munch [Wed, 25 May 2022 12:10:41 +0000 (14:10 +0200)]
Merge pull request #13790 from kronbichler/simplify_reinit_shape_info

MatrixFree: Simplify initialization of ShapeInfo

2 years agoMerge pull request #13800 from kronbichler/simplify_grid_partitioners
Peter Munch [Wed, 25 May 2022 12:01:35 +0000 (14:01 +0200)]
Merge pull request #13800 from kronbichler/simplify_grid_partitioners

Slightly simplify setup of partitioners for global cell ids

2 years agoMerge pull request #13809 from kronbichler/adjust_test_output
Peter Munch [Wed, 25 May 2022 11:39:37 +0000 (13:39 +0200)]
Merge pull request #13809 from kronbichler/adjust_test_output

Adjust output of tests using PreconditionChebyshev

2 years agoUtilities: Fix compile error on certain compilers 13813/head
Martin Kronbichler [Wed, 25 May 2022 11:22:59 +0000 (13:22 +0200)]
Utilities: Fix compile error on certain compilers

2 years agoMerge pull request #13810 from simonsticko/assert_hypercube_quadrature_generator
Martin Kronbichler [Wed, 25 May 2022 10:27:37 +0000 (12:27 +0200)]
Merge pull request #13810 from simonsticko/assert_hypercube_quadrature_generator

Assert reference cell is hypercube in Discrete*QuadratureGenerator

2 years agoOptimize Utilities::pack for std::vector<std::vector<trivial>> 13811/head
Martin Kronbichler [Wed, 25 May 2022 10:08:33 +0000 (12:08 +0200)]
Optimize Utilities::pack for std::vector<std::vector<trivial>>

2 years agoAvoid usage of CellDataTransferBuffer in GridTools::exchange_cell_data_to_ghosts 13802/head
Martin Kronbichler [Tue, 24 May 2022 11:18:42 +0000 (13:18 +0200)]
Avoid usage of CellDataTransferBuffer in GridTools::exchange_cell_data_to_ghosts

2 years agoAssert reference cell is hypercube in Discrete*QuadratureGenerator 13810/head
Simon Sticko [Wed, 25 May 2022 07:32:12 +0000 (09:32 +0200)]
Assert reference cell is hypercube in Discrete*QuadratureGenerator

2 years agoSlightly simplify setup of partitioners for global cell ids 13800/head
Martin Kronbichler [Tue, 24 May 2022 11:09:27 +0000 (13:09 +0200)]
Slightly simplify setup of partitioners for global cell ids

2 years agoAdjust output of tests using PreconditionChebyshev 13809/head
Martin Kronbichler [Wed, 25 May 2022 06:01:07 +0000 (08:01 +0200)]
Adjust output of tests using PreconditionChebyshev

2 years agoMerge pull request #13788 from drwells/kinsol-sundials-6
Marc Fehling [Tue, 24 May 2022 22:30:46 +0000 (16:30 -0600)]
Merge pull request #13788 from drwells/kinsol-sundials-6

Kinsol sundials 6

2 years agoMerge pull request #13786 from drwells/arkode-sundials-6
Marc Fehling [Tue, 24 May 2022 22:30:34 +0000 (16:30 -0600)]
Merge pull request #13786 from drwells/arkode-sundials-6

Fix ARKODE for SUNDIALS 6.

2 years agoMerge pull request #13791 from kronbichler/reduce_cost_index_owner
Daniel Arndt [Tue, 24 May 2022 20:07:11 +0000 (16:07 -0400)]
Merge pull request #13791 from kronbichler/reduce_cost_index_owner

2 years agoMerge pull request #13803 from drwells/fix-doc-typos-11
Daniel Arndt [Tue, 24 May 2022 20:06:21 +0000 (16:06 -0400)]
Merge pull request #13803 from drwells/fix-doc-typos-11

2 years agoMerge pull request #13804 from marcfehling/citelist
Daniel Arndt [Tue, 24 May 2022 20:02:29 +0000 (16:02 -0400)]
Merge pull request #13804 from marcfehling/citelist

Fix doxygen entry Chronopoulos1989.

2 years agoFix doxygen entry Chronopoulos1989. 13804/head
Marc Fehling [Tue, 24 May 2022 17:51:52 +0000 (11:51 -0600)]
Fix doxygen entry Chronopoulos1989.

2 years agoReduce cost to set up dictionary for compute_index_owner 13791/head
Martin Kronbichler [Mon, 23 May 2022 10:07:59 +0000 (12:07 +0200)]
Reduce cost to set up dictionary for compute_index_owner

2 years agoMatrixFree: Simplify initialization of ShapeInfo 13790/head
Martin Kronbichler [Mon, 23 May 2022 10:04:08 +0000 (12:04 +0200)]
MatrixFree: Simplify initialization of ShapeInfo

2 years agoFix some miscellaneous typos. 13803/head
David Wells [Tue, 24 May 2022 16:08:11 +0000 (12:08 -0400)]
Fix some miscellaneous typos.

2 years agoMerge pull request #13801 from kronbichler/speed_up_utilities_pack
David Wells [Tue, 24 May 2022 14:47:27 +0000 (10:47 -0400)]
Merge pull request #13801 from kronbichler/speed_up_utilities_pack

Avoid a second copy in Utilities::pack for vector arguments

2 years agoAvoid a second copy in Utilities::pack for vector arguments 13801/head
Martin Kronbichler [Tue, 24 May 2022 11:14:59 +0000 (13:14 +0200)]
Avoid a second copy in Utilities::pack for vector arguments

2 years agoMerge pull request #13796 from kronbichler/fix_test_novec_1
Martin Kronbichler [Tue, 24 May 2022 05:27:24 +0000 (07:27 +0200)]
Merge pull request #13796 from kronbichler/fix_test_novec_1

Fix two tests with vectorization disabled

2 years agoUse 'greater than or equal to' instead of 'not less than'. 13788/head
David Wells [Mon, 23 May 2022 02:35:16 +0000 (22:35 -0400)]
Use 'greater than or equal to' instead of 'not less than'.

2 years agoFix KINSOL for SUNDIALS 6.
David Wells [Mon, 23 May 2022 02:33:13 +0000 (22:33 -0400)]
Fix KINSOL for SUNDIALS 6.

2 years agoMerge pull request #13797 from kronbichler/fix_test_novec_2
David Wells [Tue, 24 May 2022 02:30:01 +0000 (22:30 -0400)]
Merge pull request #13797 from kronbichler/fix_test_novec_2

Fix bug in FEEvaluation without vectorization

2 years agoMerge pull request #13799 from kronbichler/fix_compile
Matthias Maier [Tue, 24 May 2022 00:49:04 +0000 (19:49 -0500)]
Merge pull request #13799 from kronbichler/fix_compile

Fix compilation of Utilities::pack with std::vector<bool>

2 years agoFix compilation of Utilities::pack with std::vector<bool> 13799/head
Martin Kronbichler [Mon, 23 May 2022 21:06:04 +0000 (23:06 +0200)]
Fix compilation of Utilities::pack with std::vector<bool>

2 years agoMerge pull request #13792 from kronbichler/chebyshev_power_iteration
David Wells [Mon, 23 May 2022 21:01:42 +0000 (17:01 -0400)]
Merge pull request #13792 from kronbichler/chebyshev_power_iteration

PreconditionChebyshev: Implement power iteration for eigenvalue estimate

2 years agoMerge pull request #13784 from bangerth/pack-unpack
Martin Kronbichler [Mon, 23 May 2022 20:52:48 +0000 (22:52 +0200)]
Merge pull request #13784 from bangerth/pack-unpack

Optimize pack()/unpack() for std::vector<T> with trivially copyable T.

2 years agoMerge pull request #13795 from drwells/add-mpi-bool-instantiation
Martin Kronbichler [Mon, 23 May 2022 20:48:46 +0000 (22:48 +0200)]
Merge pull request #13795 from drwells/add-mpi-bool-instantiation

Add some missing MPI boolean instantiations.

2 years agoFix bug in FEEvaluation without vectorization 13797/head
Martin Kronbichler [Mon, 23 May 2022 18:35:47 +0000 (20:35 +0200)]
Fix bug in FEEvaluation without vectorization

2 years agoFix two tests with vectorization disabled 13796/head
Martin Kronbichler [Mon, 23 May 2022 18:32:07 +0000 (20:32 +0200)]
Fix two tests with vectorization disabled

2 years agoMerge pull request #13642 from NiklasWik/piola_matrix_free
Martin Kronbichler [Mon, 23 May 2022 17:49:23 +0000 (19:49 +0200)]
Merge pull request #13642 from NiklasWik/piola_matrix_free

Matrix-free Piola transformation for affine cells

2 years agoAdd some missing MPI boolean instantiations. 13795/head
David Wells [Mon, 23 May 2022 16:57:38 +0000 (12:57 -0400)]
Add some missing MPI boolean instantiations.

2 years agoChangelog 13792/head
Martin Kronbichler [Mon, 23 May 2022 12:15:06 +0000 (14:15 +0200)]
Changelog

2 years agoAdd test case
Martin Kronbichler [Mon, 23 May 2022 12:13:17 +0000 (14:13 +0200)]
Add test case

2 years agoPreconditionChebyshev: Implement power iteration for eigenvalue estimate
Martin Kronbichler [Mon, 23 May 2022 12:13:07 +0000 (14:13 +0200)]
PreconditionChebyshev: Implement power iteration for eigenvalue estimate

2 years agoMerge pull request #13789 from gfcas/reinit-argument
Martin Kronbichler [Mon, 23 May 2022 15:53:37 +0000 (17:53 +0200)]
Merge pull request #13789 from gfcas/reinit-argument

Clearify LA::d::BlockVector::reinit input argument

2 years agoMerge pull request #13611 from tjhei/add_big_mpi_compat
Martin Kronbichler [Mon, 23 May 2022 15:05:33 +0000 (17:05 +0200)]
Merge pull request #13611 from tjhei/add_big_mpi_compat

embed BigMPICompat library

2 years agoMerge pull request #13780 from dealii/dependabot/github_actions/docker/build-push...
Martin Kronbichler [Mon, 23 May 2022 13:09:51 +0000 (15:09 +0200)]
Merge pull request #13780 from dealii/dependabot/github_actions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3

2 years agoMerge pull request #13781 from dealii/dependabot/github_actions/actions/upload-artifact-3
Martin Kronbichler [Mon, 23 May 2022 12:18:51 +0000 (14:18 +0200)]
Merge pull request #13781 from dealii/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 1 to 3

2 years agoAvoid copy paste 13642/head
Niklas Wik [Mon, 23 May 2022 11:04:08 +0000 (13:04 +0200)]
Avoid copy paste

Fix documentation

2 years agoMerge pull request #13777 from dealii/dependabot/github_actions/docker/login-action-2
Martin Kronbichler [Mon, 23 May 2022 10:18:40 +0000 (12:18 +0200)]
Merge pull request #13777 from dealii/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1 to 2

2 years agoMerge pull request #13778 from dealii/dependabot/github_actions/docker/setup-buildx...
Martin Kronbichler [Mon, 23 May 2022 10:18:16 +0000 (12:18 +0200)]
Merge pull request #13778 from dealii/dependabot/github_actions/docker/setup-buildx-action-2

Bump docker/setup-buildx-action from 1 to 2

2 years agoMerge pull request #13779 from dealii/dependabot/github_actions/actions/cache-3
Martin Kronbichler [Mon, 23 May 2022 10:17:37 +0000 (12:17 +0200)]
Merge pull request #13779 from dealii/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3

2 years agoMerge pull request #13783 from tamiko/fix_oneapi
Martin Kronbichler [Mon, 23 May 2022 10:15:14 +0000 (12:15 +0200)]
Merge pull request #13783 from tamiko/fix_oneapi

TBB oneAPI: make global_control object static

2 years agoClearify LA::d::BlockVector::reinit input argument 13789/head
Fabian Castelli [Mon, 23 May 2022 08:14:55 +0000 (10:14 +0200)]
Clearify LA::d::BlockVector::reinit input argument

2 years agoAdd a missing MPI_InitFinalize. 13786/head
David Wells [Mon, 23 May 2022 02:55:47 +0000 (22:55 -0400)]
Add a missing MPI_InitFinalize.

This is now required in SUNDIALS 6 since SUNContext objects duplicate MPI
communicators.

2 years agoBump docker/build-push-action from 2 to 3 dependabot/github_actions/docker/build-push-action-3 13780/head
dependabot[bot] [Mon, 23 May 2022 02:40:40 +0000 (02:40 +0000)]
Bump docker/build-push-action from 2 to 3

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/upload-artifact from 1 to 3 dependabot/github_actions/actions/upload-artifact-3 13781/head
dependabot[bot] [Mon, 23 May 2022 02:39:53 +0000 (02:39 +0000)]
Bump actions/upload-artifact from 1 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/cache from 2 to 3 dependabot/github_actions/actions/cache-3 13779/head
dependabot[bot] [Mon, 23 May 2022 02:39:44 +0000 (02:39 +0000)]
Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump docker/login-action from 1 to 2 dependabot/github_actions/docker/login-action-2 13777/head
dependabot[bot] [Mon, 23 May 2022 02:39:43 +0000 (02:39 +0000)]
Bump docker/login-action from 1 to 2

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump docker/setup-buildx-action from 1 to 2 dependabot/github_actions/docker/setup-buildx-action-2 13778/head
dependabot[bot] [Mon, 23 May 2022 02:38:54 +0000 (02:38 +0000)]
Bump docker/setup-buildx-action from 1 to 2

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #13785 from drwells/ignore-dependabot-name
Marc Fehling [Mon, 23 May 2022 02:37:58 +0000 (20:37 -0600)]
Merge pull request #13785 from drwells/ignore-dependabot-name

Add an exception for commits from dependabot.

2 years agoFix ARKODE for SUNDIALS 6.
David Wells [Mon, 23 May 2022 01:43:42 +0000 (21:43 -0400)]
Fix ARKODE for SUNDIALS 6.

2 years agoMerge pull request #13776 from bangerth/copyright-2
David Wells [Sun, 22 May 2022 23:21:10 +0000 (19:21 -0400)]
Merge pull request #13776 from bangerth/copyright-2

Give a shell script a proper suffix.

2 years agoAdd an exception for commits from dependabot. 13785/head
David Wells [Sun, 22 May 2022 23:09:05 +0000 (19:09 -0400)]
Add an exception for commits from dependabot.

2 years agoAdd a changelog entry. 13784/head
Wolfgang Bangerth [Sun, 22 May 2022 21:22:24 +0000 (15:22 -0600)]
Add a changelog entry.

2 years agoOptimize pack()/unpack() for std::vector<T> with trivially copyable T.
Wolfgang Bangerth [Sun, 22 May 2022 21:14:48 +0000 (15:14 -0600)]
Optimize pack()/unpack() for std::vector<T> with trivially copyable T.

2 years agoadd a test 13783/head
Matthias Maier [Sun, 22 May 2022 20:45:28 +0000 (15:45 -0500)]
add a test

2 years agoTBB oneAPI: make global_control object static
Matthias Maier [Sun, 22 May 2022 20:18:52 +0000 (15:18 -0500)]
TBB oneAPI: make global_control object static

tbb::global_control is a class that affects the specified behavior of
tbb during its lifetime. Thus, in order to set a global thread limit for
tbb we have to maintain the object throughout the execution of the
program. We do this by maintaining a static std::unique_ptr.

A std::unique_ptr is a good choice here because tbb::global_control does
not provide a mechanism to override its setting - we can only delete the
old and replace it with a new one.

2 years agoMerge pull request #13774 from marcfehling/dependabot
Luca Heltai [Sun, 22 May 2022 17:34:32 +0000 (19:34 +0200)]
Merge pull request #13774 from marcfehling/dependabot

Added dependabot for github-actions.

2 years agoMerge pull request #13775 from bangerth/copyright
Timo Heister [Sun, 22 May 2022 13:23:02 +0000 (09:23 -0400)]
Merge pull request #13775 from bangerth/copyright

Update copyright years.

2 years agoMerge pull request #13721 from tjhei/step-40-no-limit-io
Wolfgang Bangerth [Sun, 22 May 2022 03:27:54 +0000 (21:27 -0600)]
Merge pull request #13721 from tjhei/step-40-no-limit-io

step-40: update IO section

2 years agoGive a shell script a proper suffix. 13776/head
Wolfgang Bangerth [Sun, 22 May 2022 03:26:04 +0000 (21:26 -0600)]
Give a shell script a proper suffix.

2 years agoUpdate copyright years. 13775/head
Wolfgang Bangerth [Sun, 22 May 2022 03:23:38 +0000 (21:23 -0600)]
Update copyright years.

2 years agoMerge pull request #13765 from drwells/signed-tet-volume
Wolfgang Bangerth [Sun, 22 May 2022 02:43:31 +0000 (20:43 -0600)]
Merge pull request #13765 from drwells/signed-tet-volume

Remove std::abs() from the tet volume calculation.

2 years agoMerge pull request #13766 from drwells/mixed-mesh-volume
Wolfgang Bangerth [Sun, 22 May 2022 02:42:58 +0000 (20:42 -0600)]
Merge pull request #13766 from drwells/mixed-mesh-volume

Implement pyramid volume and fix wedge volume.

2 years agoAdded dependabot for github-actions. 13774/head
Marc Fehling [Sun, 22 May 2022 00:37:29 +0000 (18:37 -0600)]
Added dependabot for github-actions.

2 years agoMerge pull request #13770 from gfcas/vector_tools_rhs
David Wells [Sat, 21 May 2022 23:58:48 +0000 (19:58 -0400)]
Merge pull request #13770 from gfcas/vector_tools_rhs

Minor code updates to create_right_hand_side

2 years agoImplement pyramid volume and fix wedge volume. 13766/head
David Wells [Fri, 20 May 2022 21:02:13 +0000 (17:02 -0400)]
Implement pyramid volume and fix wedge volume.

2 years agoRemove std::abs() from the tet volume calculation. 13765/head
David Wells [Fri, 20 May 2022 17:45:52 +0000 (13:45 -0400)]
Remove std::abs() from the tet volume calculation.

2 years agoMinor code updates to create_right_hand_side 13770/head
Fabian Castelli [Sat, 21 May 2022 09:53:30 +0000 (11:53 +0200)]
Minor code updates to create_right_hand_side

2 years agoMerge pull request #13772 from tamiko/doxygen_fixes
Peter Munch [Sat, 21 May 2022 16:36:16 +0000 (18:36 +0200)]
Merge pull request #13772 from tamiko/doxygen_fixes

Doxygen: Ensure that opening and closing glossary quotes are on the same line

2 years agoDoxygen: Ensure that opening and closing glossary quotes are on the same line 13772/head
Matthias Maier [Sat, 21 May 2022 15:55:12 +0000 (10:55 -0500)]
Doxygen: Ensure that opening and closing glossary quotes are on the same line

2 years agoMerge pull request #13754 from luca-heltai/cgal-dealii-tria-to-CGAL-surface-mesh
David Wells [Fri, 20 May 2022 14:44:59 +0000 (10:44 -0400)]
Merge pull request #13754 from luca-heltai/cgal-dealii-tria-to-CGAL-surface-mesh

Convert a deal.II tria to a CGAL::Surface_mesh

2 years agoMerge pull request #13763 from kronbichler/fix_compile_error
David Wells [Fri, 20 May 2022 14:29:54 +0000 (10:29 -0400)]
Merge pull request #13763 from kronbichler/fix_compile_error

Fix compile error of test on certain compilers

2 years agoFix compile error of test on certain compilers 13763/head
Martin Kronbichler [Fri, 20 May 2022 07:00:19 +0000 (09:00 +0200)]
Fix compile error of test on certain compilers

2 years agoMerge pull request #13759 from tamiko/fix_cgal_configure
Luca Heltai [Fri, 20 May 2022 06:51:17 +0000 (08:51 +0200)]
Merge pull request #13759 from tamiko/fix_cgal_configure

CMake: Do not configure CGAL with bundled boost

2 years agoMerge pull request #13751 from marcfehling/fixtest-bfgs
Martin Kronbichler [Fri, 20 May 2022 06:50:28 +0000 (08:50 +0200)]
Merge pull request #13751 from marcfehling/fixtest-bfgs

Check for range of function calls in bfgs tests.

2 years agoMerge pull request #13762 from bangerth/once_flag
Marc Fehling [Fri, 20 May 2022 04:06:09 +0000 (22:06 -0600)]
Merge pull request #13762 from bangerth/once_flag

Use std::call_once() instead of hand-rolling a solution.

2 years agoMerge pull request #13761 from bangerth/indent-cmake
Marc Fehling [Fri, 20 May 2022 04:05:35 +0000 (22:05 -0600)]
Merge pull request #13761 from bangerth/indent-cmake

Properly indent a cmake command.

2 years agoProperly indent a cmake command. 13761/head
Wolfgang Bangerth [Fri, 20 May 2022 01:52:53 +0000 (19:52 -0600)]
Properly indent a cmake command.

2 years agoUse std::call_once() instead of hand-rolling a solution. 13762/head
Wolfgang Bangerth [Fri, 20 May 2022 01:52:22 +0000 (19:52 -0600)]
Use std::call_once() instead of hand-rolling a solution.

2 years agoMerge pull request #13760 from kronbichler/test_robustness2
Bruno Turcksin [Fri, 20 May 2022 01:10:50 +0000 (21:10 -0400)]
Merge pull request #13760 from kronbichler/test_robustness2

2 years agoCheck for range of function calls in bfgs tests. 13751/head
Marc Fehling [Thu, 19 May 2022 21:17:14 +0000 (15:17 -0600)]
Check for range of function calls in bfgs tests.

2 years agoRemove number of function calls from bfgs tests.
Marc Fehling [Thu, 19 May 2022 21:15:40 +0000 (15:15 -0600)]
Remove number of function calls from bfgs tests.

2 years agoMake sure to reach numbers small enough to be below numdiff threshold 13760/head
Martin Kronbichler [Thu, 19 May 2022 20:38:32 +0000 (22:38 +0200)]
Make sure to reach numbers small enough to be below numdiff threshold

2 years agoImprove robustness of two tests
Martin Kronbichler [Thu, 19 May 2022 20:37:50 +0000 (22:37 +0200)]
Improve robustness of two tests

2 years agoMerge pull request #13745 from drwells/muparser-tls
Daniel Arndt [Thu, 19 May 2022 20:22:18 +0000 (16:22 -0400)]
Merge pull request #13745 from drwells/muparser-tls

Avoid doing extra TLS lookups in FunctionParser.

2 years agoMerge pull request #13757 from tamiko/silence_cmake_warning
Daniel Arndt [Thu, 19 May 2022 20:21:13 +0000 (16:21 -0400)]
Merge pull request #13757 from tamiko/silence_cmake_warning

2 years agoMerge pull request #13758 from drwells/add-boost-definition-note
Daniel Arndt [Thu, 19 May 2022 20:19:15 +0000 (16:19 -0400)]
Merge pull request #13758 from drwells/add-boost-definition-note

Add a comment explaining BOOST_DEFINITIONS

2 years agoCMake: Avoid a CMake policy warning 13757/head
Matthias Maier [Thu, 19 May 2022 06:30:28 +0000 (01:30 -0500)]
CMake: Avoid a CMake policy warning

2 years agoCMake: Do not configure CGAL with bundled boost 13759/head
Matthias Maier [Thu, 19 May 2022 19:30:02 +0000 (14:30 -0500)]
CMake: Do not configure CGAL with bundled boost


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.