]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
14 months agoRemove hand made time stepping. Use TimeStepper. pr/bangerth/15540
Luca Heltai [Sat, 8 Jul 2023 16:13:44 +0000 (18:13 +0200)]
Remove hand made time stepping. Use TimeStepper.

14 months agoLink to step-86.
Wolfgang Bangerth [Tue, 4 Jul 2023 03:45:20 +0000 (21:45 -0600)]
Link to step-86.

14 months agoWrite more parts of the introduction.
Wolfgang Bangerth [Tue, 4 Jul 2023 03:45:12 +0000 (21:45 -0600)]
Write more parts of the introduction.

14 months agoLink to step-86.
Wolfgang Bangerth [Sun, 2 Jul 2023 17:15:27 +0000 (11:15 -0600)]
Link to step-86.

14 months agoStart with the introduction.
Wolfgang Bangerth [Sun, 2 Jul 2023 17:15:18 +0000 (11:15 -0600)]
Start with the introduction.

14 months agoUse global refinement for the moment.
Wolfgang Bangerth [Sun, 2 Jul 2023 16:42:09 +0000 (10:42 -0600)]
Use global refinement for the moment.

14 months agoGet it closer with hanging nodes.
Wolfgang Bangerth [Sun, 2 Jul 2023 16:18:05 +0000 (10:18 -0600)]
Get it closer with hanging nodes.

14 months agoDirect-initialize matrix from dsp.
Wolfgang Bangerth [Sun, 2 Jul 2023 14:36:15 +0000 (08:36 -0600)]
Direct-initialize matrix from dsp.

14 months agoAdd changelog entry.
Wolfgang Bangerth [Sun, 2 Jul 2023 02:15:46 +0000 (20:15 -0600)]
Add changelog entry.

14 months agoAdd test.
Wolfgang Bangerth [Sun, 2 Jul 2023 02:13:55 +0000 (20:13 -0600)]
Add test.

14 months agoFix SolutionTransfer to properly compress() vectors.
Wolfgang Bangerth [Sun, 2 Jul 2023 02:13:38 +0000 (20:13 -0600)]
Fix SolutionTransfer to properly compress() vectors.

14 months agoConvert to PETSc.
Wolfgang Bangerth [Sat, 1 Jul 2023 21:10:03 +0000 (15:10 -0600)]
Convert to PETSc.

14 months agoFix cmake requirements.
Wolfgang Bangerth [Sat, 1 Jul 2023 18:51:01 +0000 (12:51 -0600)]
Fix cmake requirements.

14 months agoStrip comments.
Wolfgang Bangerth [Fri, 30 Jun 2023 17:34:45 +0000 (11:34 -0600)]
Strip comments.

14 months agoCreate the framework for step-86.
Wolfgang Bangerth [Fri, 30 Jun 2023 17:07:17 +0000 (11:07 -0600)]
Create the framework for step-86.

14 months agoMerge pull request #15555 from masterleinad/remove_deprecated_new_thread_functions
Marc Fehling [Sun, 2 Jul 2023 01:44:56 +0000 (19:44 -0600)]
Merge pull request #15555 from masterleinad/remove_deprecated_new_thread_functions

Remove deprecated Threads functionalities

14 months agoMerge pull request #15197 from drwells/read-vector
Wolfgang Bangerth [Sun, 2 Jul 2023 01:13:21 +0000 (19:13 -0600)]
Merge pull request #15197 from drwells/read-vector

Add an abstract base class ReadVector purely for vector access.

14 months agoMerge pull request #15544 from bangerth/affine-constraints-3
David Wells [Sun, 2 Jul 2023 00:40:09 +0000 (20:40 -0400)]
Merge pull request #15544 from bangerth/affine-constraints-3

Simplify constructors/operators of AffineConstraints::ConstraintLine.

14 months agoMerge pull request #15554 from marcfehling/github-jobs
Daniel Arndt [Sun, 2 Jul 2023 00:35:10 +0000 (20:35 -0400)]
Merge pull request #15554 from marcfehling/github-jobs

14 months agoMerge pull request #15549 from masterleinad/enable_if_supported_werror
Marc Fehling [Sat, 1 Jul 2023 22:14:22 +0000 (16:14 -0600)]
Merge pull request #15549 from masterleinad/enable_if_supported_werror

Use -Werror again in enable_if_supported

14 months agoMerge pull request #15556 from tamiko/print_test_info
Wolfgang Bangerth [Sat, 1 Jul 2023 21:20:54 +0000 (15:20 -0600)]
Merge pull request #15556 from tamiko/print_test_info

CMake: print a status message after deal_ii_pickup_tests() invocation

14 months agoMerge pull request #15381 from kronbichler/mf_create_inner_faces
Matthias Maier [Sat, 1 Jul 2023 17:56:21 +0000 (17:56 +0000)]
Merge pull request #15381 from kronbichler/mf_create_inner_faces

MatrixFree: Only set up the inner faces when so requested

14 months agoRemove deprecated Threads functionalities 15555/head
Daniel Arndt [Thu, 29 Jun 2023 14:24:04 +0000 (10:24 -0400)]
Remove deprecated Threads functionalities

14 months agoMerge pull request #15557 from tamiko/move_cmake_file
Matthias Maier [Sat, 1 Jul 2023 16:56:52 +0000 (16:56 +0000)]
Merge pull request #15557 from tamiko/move_cmake_file

CMake: move a file to a better location

14 months agoMerge pull request #15546 from marcfehling/step-55-3d
Matthias Maier [Sat, 1 Jul 2023 16:51:49 +0000 (16:51 +0000)]
Merge pull request #15546 from marcfehling/step-55-3d

Make step-55 work in 3D.

14 months agoAdd changelog entries. 15197/head
David Wells [Sat, 1 Jul 2023 16:25:13 +0000 (12:25 -0400)]
Add changelog entries.

Its both a new feature and a small incompatibility.

14 months agoDo not take scalars by reference. 15544/head
Wolfgang Bangerth [Sat, 1 Jul 2023 16:18:35 +0000 (10:18 -0600)]
Do not take scalars by reference.

14 months agoWork around a doxygen issue where it can't match declaration and definition.
Wolfgang Bangerth [Sat, 1 Jul 2023 16:18:00 +0000 (10:18 -0600)]
Work around a doxygen issue where it can't match declaration and definition.

14 months agoMerge pull request #15521 from luca-heltai/output_nonnestedMG_lessverbose
Peter Munch [Sat, 1 Jul 2023 15:15:35 +0000 (11:15 -0400)]
Merge pull request #15521 from luca-heltai/output_nonnestedMG_lessverbose

Make output of non_nested_transfer tests less verbose

14 months agoMerge pull request #15551 from masterleinad/remove_deprecated_fe_values_views_outputtype
Marc Fehling [Sat, 1 Jul 2023 15:12:09 +0000 (09:12 -0600)]
Merge pull request #15551 from masterleinad/remove_deprecated_fe_values_views_outputtype

Remove deprecated FEValuesViews::OutputType

14 months agoMerge pull request #15526 from tamiko/fix_submit_results_cmake
Matthias Maier [Sat, 1 Jul 2023 15:10:53 +0000 (15:10 +0000)]
Merge pull request #15526 from tamiko/fix_submit_results_cmake

CMake: fix submit_results.cmake

14 months agoCapitalize Werror 15549/head
Daniel Arndt [Sat, 1 Jul 2023 15:06:23 +0000 (11:06 -0400)]
Capitalize Werror

Co-authored-by: Matthias Maier <tamiko@43-1.org>
14 months agoMerge pull request #15520 from kronbichler/shorten_tests
Matthias Maier [Sat, 1 Jul 2023 15:06:21 +0000 (15:06 +0000)]
Merge pull request #15520 from kronbichler/shorten_tests

Shorten compilation time of two MatrixFree tests

14 months agoMerge pull request #15529 from masterleinad/remove_deprecated_consensus_algorithms
David Wells [Sat, 1 Jul 2023 15:02:50 +0000 (11:02 -0400)]
Merge pull request #15529 from masterleinad/remove_deprecated_consensus_algorithms

Remove deprecations in consensus algorithms

14 months agoFix some tests by explicitly using make_array_view().
David Wells [Wed, 28 Jun 2023 00:26:14 +0000 (20:26 -0400)]
Fix some tests by explicitly using make_array_view().

14 months agoMake VectorTools::compute_mean_value() use ReadVector.
David Wells [Fri, 2 Jun 2023 20:08:10 +0000 (16:08 -0400)]
Make VectorTools::compute_mean_value() use ReadVector.

14 months agoMake VectorTools::integrate_difference() use ReadVector.
David Wells [Sat, 13 May 2023 16:41:12 +0000 (12:41 -0400)]
Make VectorTools::integrate_difference() use ReadVector.

14 months agoMake KellyErrorEstimator use ReadVector.
David Wells [Sat, 13 May 2023 14:04:47 +0000 (10:04 -0400)]
Make KellyErrorEstimator use ReadVector.

14 months agoMake all higher derivative functions of FEValues use ReadVector.
David Wells [Fri, 2 Jun 2023 14:48:10 +0000 (10:48 -0400)]
Make all higher derivative functions of FEValues use ReadVector.

14 months agoMake FEValues::get_function_gradients() use ReadVector.
David Wells [Sat, 13 May 2023 13:45:02 +0000 (09:45 -0400)]
Make FEValues::get_function_gradients() use ReadVector.

14 months agoMake FEValues::get_function_values() use ReadVector.
David Wells [Sat, 13 May 2023 12:50:21 +0000 (08:50 -0400)]
Make FEValues::get_function_values() use ReadVector.

14 months agoMake all vectors inherit from ReadVector.
David Wells [Thu, 1 Jun 2023 20:29:03 +0000 (16:29 -0400)]
Make all vectors inherit from ReadVector.

This gives a common interface to all vectors for use by FEValues.

14 months agoCMake: move a file to a better location 15557/head
Matthias Maier [Sat, 1 Jul 2023 13:44:14 +0000 (08:44 -0500)]
CMake: move a file to a better location

14 months agoMerge pull request #15550 from bangerth/19
David Wells [Sat, 1 Jul 2023 13:22:14 +0000 (09:22 -0400)]
Merge pull request #15550 from bangerth/19

Remove some stray comment. Fix grammar.

14 months agoMerge pull request #15548 from bangerth/affine-constraints-6
Daniel Arndt [Sat, 1 Jul 2023 11:48:31 +0000 (07:48 -0400)]
Merge pull request #15548 from bangerth/affine-constraints-6

14 months agoMerge pull request #15547 from bangerth/affine-constraints-5
Daniel Arndt [Sat, 1 Jul 2023 11:48:17 +0000 (07:48 -0400)]
Merge pull request #15547 from bangerth/affine-constraints-5

14 months agoMerge pull request #15545 from drwells/shorten-face-vertex-location
Martin Kronbichler [Sat, 1 Jul 2023 06:03:01 +0000 (08:03 +0200)]
Merge pull request #15545 from drwells/shorten-face-vertex-location

Make face_vertex_location_location() a lot shorter.

14 months agoadd a news entry 15556/head
Matthias Maier [Sat, 1 Jul 2023 04:58:34 +0000 (23:58 -0500)]
add a news entry

14 months agoCMake: deal_ii_pickup_tests(): only print a summary if we actually found something
Matthias Maier [Sat, 1 Jul 2023 04:49:38 +0000 (23:49 -0500)]
CMake: deal_ii_pickup_tests(): only print a summary if we actually found something

14 months agoTests: print a nice summary after the invocation of the setup_tests macro
Matthias Maier [Sat, 1 Jul 2023 04:47:48 +0000 (23:47 -0500)]
Tests: print a nice summary after the invocation of the setup_tests macro

14 months agoMerge pull request #15528 from masterleinad/remove_deprecations_celldatatransferbuffer
Daniel Arndt [Sat, 1 Jul 2023 04:30:40 +0000 (00:30 -0400)]
Merge pull request #15528 from masterleinad/remove_deprecations_celldatatransferbuffer

14 months agoCMake: deal_ii_pickup_tests(): print a nice summary
Matthias Maier [Sat, 1 Jul 2023 03:34:41 +0000 (22:34 -0500)]
CMake: deal_ii_pickup_tests(): print a nice summary

Let us print a nice little summary at the end of the
deal_ii_pickup_tests() macro that summarizes how many test artifacts
have been found.

14 months agogithub-actions: 15554/head
Marc Fehling [Sat, 1 Jul 2023 03:15:11 +0000 (23:15 -0400)]
github-actions:

- max out cores on macos

- set number of jobs via cmake on windows

14 months agoSimplify constructors/operators of AffineConstraints::ConstraintLine.
Wolfgang Bangerth [Fri, 30 Jun 2023 19:15:40 +0000 (13:15 -0600)]
Simplify constructors/operators of AffineConstraints::ConstraintLine.

14 months agoMerge pull request #15543 from masterleinad/remove_deprecated_signed_distance
Marc Fehling [Sat, 1 Jul 2023 03:50:06 +0000 (21:50 -0600)]
Merge pull request #15543 from masterleinad/remove_deprecated_signed_distance

Remove deprecated LevelSet namespace

14 months agoMerge pull request #15530 from masterleinad/remove_deprecated_interface_values
Marc Fehling [Sat, 1 Jul 2023 03:49:18 +0000 (21:49 -0600)]
Merge pull request #15530 from masterleinad/remove_deprecated_interface_values

Remove deprecated functions in fe_interface_values.h

14 months agoCMake: deal_ii_add_test() count how many tests we are setting up
Matthias Maier [Sat, 1 Jul 2023 03:24:40 +0000 (22:24 -0500)]
CMake: deal_ii_add_test() count how many tests we are setting up

This sets the variables _number_of_tests _number_of_test_dependencies in
the parent scope from which deal_ii_add_test() was invoked.

14 months agoMerge pull request #15539 from marcfehling/legacysignal
David Wells [Sat, 1 Jul 2023 03:22:54 +0000 (23:22 -0400)]
Merge pull request #15539 from marcfehling/legacysignal

Remove deprecated LegacySignal.

14 months agoRemove deprecated FEValuesViews::OutputType 15551/head
Daniel Arndt [Fri, 30 Jun 2023 19:51:47 +0000 (15:51 -0400)]
Remove deprecated FEValuesViews::OutputType

14 months agoRemove some stray comment. Fix grammar. 15550/head
Wolfgang Bangerth [Fri, 30 Jun 2023 21:01:19 +0000 (15:01 -0600)]
Remove some stray comment. Fix grammar.

14 months agoUnconditionally try enabling ffp-exception-behavior=strict
Daniel Arndt [Fri, 30 Jun 2023 20:30:42 +0000 (16:30 -0400)]
Unconditionally try enabling ffp-exception-behavior=strict

14 months agoUse -Werror again in enable_if_supported
Daniel Arndt [Fri, 30 Jun 2023 20:29:48 +0000 (16:29 -0400)]
Use -Werror again in enable_if_supported

14 months agoRemove ill-defined (and poorly documented) comparison operators for AffineConstraints... 15548/head
Wolfgang Bangerth [Fri, 30 Jun 2023 20:12:35 +0000 (14:12 -0600)]
Remove ill-defined (and poorly documented) comparison operators for AffineConstraints::ConstraintLine.

14 months agoImplement AffineConstraints::ConstraintLine::swap(). 15547/head
Wolfgang Bangerth [Fri, 30 Jun 2023 20:11:19 +0000 (14:11 -0600)]
Implement AffineConstraints::ConstraintLine::swap().

14 months agoMake step-55 work in 3D. 15546/head
Marc Fehling [Fri, 30 Jun 2023 19:45:36 +0000 (13:45 -0600)]
Make step-55 work in 3D.

14 months agoMake face_vertex_location_location() a lot shorter. 15545/head
David Wells [Fri, 30 Jun 2023 19:44:08 +0000 (15:44 -0400)]
Make face_vertex_location_location() a lot shorter.

We can just call the other functions directly here. We can always switch this
back if we need better performance.

14 months agoRemove deprecations in consensus algorithms 15529/head
Daniel Arndt [Thu, 29 Jun 2023 14:05:41 +0000 (10:05 -0400)]
Remove deprecations in consensus algorithms

14 months agoRemove deprecated functions in fe_interface_values.h 15530/head
Daniel Arndt [Thu, 29 Jun 2023 16:21:27 +0000 (12:21 -0400)]
Remove deprecated functions in fe_interface_values.h

14 months agoRemove deprecated LevelSet namespace 15543/head
Daniel Arndt [Thu, 29 Jun 2023 15:53:49 +0000 (11:53 -0400)]
Remove deprecated LevelSet namespace

14 months agoMerge pull request #15536 from kronbichler/simplify_index_set
Wolfgang Bangerth [Fri, 30 Jun 2023 18:59:19 +0000 (12:59 -0600)]
Merge pull request #15536 from kronbichler/simplify_index_set

Simplify IndexSet::add_index()

14 months agoMerge pull request #15537 from kronbichler/reduce_header_inclusions2
Wolfgang Bangerth [Fri, 30 Jun 2023 18:59:04 +0000 (12:59 -0600)]
Merge pull request #15537 from kronbichler/reduce_header_inclusions2

MatrixFree: Reduce header inclusions in expensive factory files

14 months agoMerge pull request #15535 from kronbichler/index_set_complexity
David Wells [Fri, 30 Jun 2023 17:19:27 +0000 (13:19 -0400)]
Merge pull request #15535 from kronbichler/index_set_complexity

Avoid one potential quadratic complexity case in IndexSet::add_ranges

14 months agoMerge pull request #15516 from kronbichler/simplify_job_supports_mpi
Wolfgang Bangerth [Fri, 30 Jun 2023 15:54:52 +0000 (09:54 -0600)]
Merge pull request #15516 from kronbichler/simplify_job_supports_mpi

Move job_supports_mpi() to a more central place

14 months agomake output less verbose in non-nested mg tests 15521/head
Marco Feder [Fri, 30 Jun 2023 08:25:07 +0000 (10:25 +0200)]
make output less verbose in non-nested mg tests

14 months agoMerge pull request #15489 from bangerth/const
David Wells [Fri, 30 Jun 2023 14:38:53 +0000 (10:38 -0400)]
Merge pull request #15489 from bangerth/const

Catch exceptions as const-reference when possible.

14 months agoMatrixFree: Reduce header inclusions in expensive factory files 15537/head
Martin Kronbichler [Fri, 30 Jun 2023 10:28:25 +0000 (12:28 +0200)]
MatrixFree: Reduce header inclusions in expensive factory files

14 months agoSimplify IndexSet::add_index() 15536/head
Martin Kronbichler [Fri, 30 Jun 2023 09:45:02 +0000 (11:45 +0200)]
Simplify IndexSet::add_index()

14 months agoChangelog 15535/head
Martin Kronbichler [Fri, 30 Jun 2023 09:40:02 +0000 (11:40 +0200)]
Changelog

14 months agoTest case that would previously run in quadratic complexity
Martin Kronbichler [Fri, 30 Jun 2023 09:39:55 +0000 (11:39 +0200)]
Test case that would previously run in quadratic complexity

14 months agoAvoid quadratic complexity in IndexSet::add_ranges
Martin Kronbichler [Fri, 30 Jun 2023 09:34:12 +0000 (11:34 +0200)]
Avoid quadratic complexity in IndexSet::add_ranges

14 months agoShorten another matrix-free test 15520/head
Martin Kronbichler [Thu, 29 Jun 2023 18:23:21 +0000 (20:23 +0200)]
Shorten another matrix-free test

14 months agoShorten compilation time of two MatrixFree tests
Martin Kronbichler [Thu, 29 Jun 2023 10:34:31 +0000 (12:34 +0200)]
Shorten compilation time of two MatrixFree tests

14 months agoApply review comments 15516/head
Martin Kronbichler [Thu, 29 Jun 2023 18:34:44 +0000 (20:34 +0200)]
Apply review comments

14 months agoMerge pull request #15525 from bangerth/add-indices-dev
Martin Kronbichler [Fri, 30 Jun 2023 05:52:39 +0000 (07:52 +0200)]
Merge pull request #15525 from bangerth/add-indices-dev

Do not remove duplicates before inserting index set elements.

14 months agoMerge pull request #15532 from drwells/make-fp-flag-stricter
Martin Kronbichler [Fri, 30 Jun 2023 05:51:41 +0000 (07:51 +0200)]
Merge pull request #15532 from drwells/make-fp-flag-stricter

Only enable -ffp-exception-behavior=strict for some platforms.

14 months agoMerge pull request #15517 from kronbichler/mg_two_level_transfer_without_mpi
David Wells [Fri, 30 Jun 2023 01:27:04 +0000 (21:27 -0400)]
Merge pull request #15517 from kronbichler/mg_two_level_transfer_without_mpi

Fix MGTwoLevelTransfer when used without MPI

14 months agoOnly enable -ffp-exception-behavior=strict for some platforms. 15532/head
David Wells [Thu, 29 Jun 2023 21:12:08 +0000 (17:12 -0400)]
Only enable -ffp-exception-behavior=strict for some platforms.

This doesn't work with AppleClang 14.0, even though the enable_with_supported()
flag works.

14 months agoMerge pull request #15438 from bangerth/simplify
Martin Kronbichler [Thu, 29 Jun 2023 19:36:03 +0000 (21:36 +0200)]
Merge pull request #15438 from bangerth/simplify

Simplify some code that uses SolutionTransfer.

14 months agoMerge pull request #15419 from bangerth/77-3
Martin Kronbichler [Thu, 29 Jun 2023 19:35:03 +0000 (21:35 +0200)]
Merge pull request #15419 from bangerth/77-3

Minor adjustment to versions of step-77 in the test suite.

14 months agoMerge pull request #15524 from tamiko/fix_a_test_30
Martin Kronbichler [Thu, 29 Jun 2023 19:18:48 +0000 (21:18 +0200)]
Merge pull request #15524 from tamiko/fix_a_test_30

Test: mpi/locally_owned_dofs_per_subdomain_02: do not compare output

14 months agoAdd changelog 15517/head
Martin Kronbichler [Wed, 28 Jun 2023 17:56:52 +0000 (19:56 +0200)]
Add changelog

14 months agoTwo new test cases
Martin Kronbichler [Wed, 28 Jun 2023 17:54:18 +0000 (19:54 +0200)]
Two new test cases

14 months agoRemove deprecated CellDataTransferBuffer 15528/head
Daniel Arndt [Thu, 29 Jun 2023 14:03:53 +0000 (10:03 -0400)]
Remove deprecated CellDataTransferBuffer

14 months agoCMake: remove unnecessary statement from ctest_start() 15526/head
Matthias Maier [Thu, 29 Jun 2023 16:41:53 +0000 (11:41 -0500)]
CMake: remove unnecessary statement from ctest_start()

14 months agoCMake: fix submit_results.cmake
Matthias Maier [Thu, 29 Jun 2023 16:35:21 +0000 (11:35 -0500)]
CMake: fix submit_results.cmake

Nowadays, we need to set CTEST_SITE before we can submit an already
existing test result.

14 months agoDo not remove duplicates before inserting index set elements. 15525/head
Wolfgang Bangerth [Wed, 21 Jun 2023 15:40:39 +0000 (09:40 -0600)]
Do not remove duplicates before inserting index set elements.

14 months agoSimplify some code that uses SolutionTransfer. 15438/head
Wolfgang Bangerth [Thu, 22 Jun 2023 17:05:52 +0000 (11:05 -0600)]
Simplify some code that uses SolutionTransfer.

14 months agoTest: mpi/locally_owned_dofs_per_subdomain_02: do not compare output 15524/head
Matthias Maier [Thu, 29 Jun 2023 13:43:04 +0000 (08:43 -0500)]
Test: mpi/locally_owned_dofs_per_subdomain_02: do not compare output

The parallel partition that we compared in this test depends on metis,
and thus shows different (but valid) output depending on machine,
and chosen optimization level. Let us restrict this test to run only and
not compare the output.

14 months agoFix the two-level transfer without MPI
Martin Kronbichler [Wed, 28 Jun 2023 17:53:57 +0000 (19:53 +0200)]
Fix the two-level transfer without MPI

14 months agoMerge pull request #15416 from bangerth/lambda
Martin Kronbichler [Wed, 28 Jun 2023 21:39:09 +0000 (23:39 +0200)]
Merge pull request #15416 from bangerth/lambda

Rename a lambda function and make it easier to read.


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.