]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoBreak a long string to lead to a better line break.
Wolfgang Bangerth [Wed, 13 May 2020 21:30:02 +0000 (15:30 -0600)]
Break a long string to lead to a better line break.

4 years agoRename a variable in step-50.
Wolfgang Bangerth [Wed, 13 May 2020 21:26:53 +0000 (15:26 -0600)]
Rename a variable in step-50.

4 years agoUse a better description of the error estimator vector in the output.
Wolfgang Bangerth [Wed, 13 May 2020 21:24:16 +0000 (15:24 -0600)]
Use a better description of the error estimator vector in the output.

4 years agoMake the logic in step-50's main() function simpler.
Wolfgang Bangerth [Wed, 13 May 2020 21:23:00 +0000 (15:23 -0600)]
Make the logic in step-50's main() function simpler.

4 years agoUpdate the commentary of step-50.
Wolfgang Bangerth [Wed, 13 May 2020 21:22:34 +0000 (15:22 -0600)]
Update the commentary of step-50.

4 years agoUpdates to the results section of step-50.
Wolfgang Bangerth [Wed, 13 May 2020 21:18:12 +0000 (15:18 -0600)]
Updates to the results section of step-50.

4 years agoUpdates to the introduction of step-50.
Wolfgang Bangerth [Wed, 13 May 2020 21:18:02 +0000 (15:18 -0600)]
Updates to the introduction of step-50.

4 years agoMerge pull request #10013 from marcfehling/pd-error-prediction-extension
Wolfgang Bangerth [Thu, 14 May 2020 15:44:29 +0000 (17:44 +0200)]
Merge pull request #10013 from marcfehling/pd-error-prediction-extension

Introduced p::d::ErrorPredictor.

4 years agoIntroduced p::d::ErrorPredictor. 10013/head
Marc Fehling [Fri, 22 Nov 2019 17:06:14 +0000 (18:06 +0100)]
Introduced p::d::ErrorPredictor.

Predicts error after adaptation based on future_fe_indices and CellStatus.

4 years agoMerge pull request #10194 from drwells/remove-cout-from-test
Timo Heister [Thu, 14 May 2020 11:56:53 +0000 (07:56 -0400)]
Merge pull request #10194 from drwells/remove-cout-from-test

Avoid using std::cout in a test.

4 years agoMerge pull request #10201 from tamiko/fix_parpack_search
Timo Heister [Thu, 14 May 2020 11:55:52 +0000 (07:55 -0400)]
Merge pull request #10201 from tamiko/fix_parpack_search

CMake: relax arpack and parpack library directory requirements

4 years agoMerge pull request #10207 from peterrum/extract_rtree_level_small_fix
Timo Heister [Thu, 14 May 2020 11:55:29 +0000 (07:55 -0400)]
Merge pull request #10207 from peterrum/extract_rtree_level_small_fix

Fix extract_rtree_level for small problem sizes

4 years agoFix extract_rtree_level for small problem sizes 10207/head
Peter Munch [Thu, 14 May 2020 08:32:50 +0000 (10:32 +0200)]
Fix extract_rtree_level for small problem sizes

4 years agoMerge pull request #10199 from masterleinad/fix_mpi_condense_petsc_complex
Timo Heister [Thu, 14 May 2020 00:29:22 +0000 (20:29 -0400)]
Merge pull request #10199 from masterleinad/fix_mpi_condense_petsc_complex

Choose output files for mpi/condense_01 correctly

4 years agoMerge pull request #10202 from bangerth/changelog
Matthias Maier [Wed, 13 May 2020 23:21:29 +0000 (18:21 -0500)]
Merge pull request #10202 from bangerth/changelog

Update an entry in the changelog.

4 years agoUpdate an entry in the changelog. 10202/head
Wolfgang Bangerth [Wed, 13 May 2020 23:05:53 +0000 (17:05 -0600)]
Update an entry in the changelog.

4 years agoCMake: relax arpack and parpack library directory requirements 10201/head
Matthias Maier [Wed, 13 May 2020 22:54:10 +0000 (17:54 -0500)]
CMake: relax arpack and parpack library directory requirements

Some Linux distributions install the parallel libparpack.so* component
in an MPI vendor specific directory different from the location of the
serial libarpack.so* library. We can thus not assume that both are
located in the same directory.

Closes: #10197
4 years agoMerge pull request #10195 from tamiko/fix_doxygen_include_strip
Matthias Maier [Wed, 13 May 2020 22:49:29 +0000 (17:49 -0500)]
Merge pull request #10195 from tamiko/fix_doxygen_include_strip

Doxygen: Fix include strip

4 years agoChoose output files for mpi/condense_01 correctly 10199/head
Daniel Arndt [Wed, 13 May 2020 22:09:46 +0000 (18:09 -0400)]
Choose output files for mpi/condense_01 correctly

4 years agoDoxygen: Fix include strip 10195/head
Matthias Maier [Wed, 13 May 2020 19:19:18 +0000 (14:19 -0500)]
Doxygen: Fix include strip

This fixes a bug introduced in #10187

4 years agoMerge pull request #10189 from tamiko/documentation-fix-code-gallery-installation...
Wolfgang Bangerth [Wed, 13 May 2020 17:57:05 +0000 (19:57 +0200)]
Merge pull request #10189 from tamiko/documentation-fix-code-gallery-installation-path

Documentation: Treat code gallery projects as examples

4 years agoAvoid using std::cout in a test. 10194/head
David Wells [Wed, 13 May 2020 17:37:24 +0000 (13:37 -0400)]
Avoid using std::cout in a test.

This is problematic on misconfigured MPI implementations that print
warnings for one reason or another every time they are run (e.g., the
default MPI implementation on Ubuntu 16.04).

It is easy enough in this case to do the normal thing and print
everything to deallog.

4 years agoMerge pull request #10191 from tamiko/fix_code_gallery
Timo Heister [Wed, 13 May 2020 17:04:40 +0000 (13:04 -0400)]
Merge pull request #10191 from tamiko/fix_code_gallery

Documentation: fix make_gallery.pl

4 years agoMerge pull request #10190 from masterleinad/run_travis
Timo Heister [Wed, 13 May 2020 17:02:23 +0000 (13:02 -0400)]
Merge pull request #10190 from masterleinad/run_travis

Run Travis on all branches

4 years agoDocumentation: fix make_gallery.pl 10191/head
Matthias Maier [Wed, 13 May 2020 16:46:31 +0000 (11:46 -0500)]
Documentation: fix make_gallery.pl

Otherwise newer doxygen does not parse the generated *.h files...
See #8972

4 years agoRun Travis on all branches 10190/head
Daniel Arndt [Wed, 13 May 2020 16:41:20 +0000 (12:41 -0400)]
Run Travis on all branches

4 years agoDocumentation: Treat code gallery projects as examples 10189/head
Matthias Maier [Wed, 13 May 2020 16:02:38 +0000 (11:02 -0500)]
Documentation: Treat code gallery projects as examples

Installing the code gallery projects as part of the html documentation
is not ideal. Let us install the code gallery projects as a sub
directory under the EXAMPLES_RELDIR instead:

  examples/code-gallery/*
  examples/step-*

4 years agoMerge pull request #10183 from bangerth/47
Daniel Arndt [Wed, 13 May 2020 13:59:21 +0000 (09:59 -0400)]
Merge pull request #10183 from bangerth/47

4 years agoFix missing closing braces. 10183/head
Wolfgang Bangerth [Wed, 13 May 2020 13:37:08 +0000 (07:37 -0600)]
Fix missing closing braces.

4 years agoMerge pull request #10181 from kronbichler/always_inline_method
Daniel Arndt [Wed, 13 May 2020 13:02:02 +0000 (09:02 -0400)]
Merge pull request #10181 from kronbichler/always_inline_method

4 years agoAlways inline FEEvaluationBase::inverse_jacobian 10181/head
Martin Kronbichler [Wed, 13 May 2020 10:55:29 +0000 (12:55 +0200)]
Always inline FEEvaluationBase::inverse_jacobian

4 years agoMerge pull request #10179 from tamiko/make_offlinedoc
Martin Kronbichler [Wed, 13 May 2020 10:01:09 +0000 (12:01 +0200)]
Merge pull request #10179 from tamiko/make_offlinedoc

contrib/utilities/makeofflinedoc.sh: Also install jpg

4 years agoMerge pull request #10178 from tamiko/fix_doxygen_stip_path
Martin Kronbichler [Wed, 13 May 2020 10:00:25 +0000 (12:00 +0200)]
Merge pull request #10178 from tamiko/fix_doxygen_stip_path

doxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@

4 years agoMerge pull request #10176 from Rombur/fix_cuda_release
Martin Kronbichler [Wed, 13 May 2020 09:58:25 +0000 (11:58 +0200)]
Merge pull request #10176 from Rombur/fix_cuda_release

CUDA: multiple fixes

4 years agocontrib/utilities/makeofflinedoc.sh: Also install jpg 10179/head
Matthias Maier [Wed, 13 May 2020 06:43:02 +0000 (01:43 -0500)]
contrib/utilities/makeofflinedoc.sh: Also install jpg

4 years agoMerge pull request #10161 from lethe-cfd/interpolate_to_particles_unused_variables
Martin Kronbichler [Wed, 13 May 2020 06:01:48 +0000 (08:01 +0200)]
Merge pull request #10161 from lethe-cfd/interpolate_to_particles_unused_variables

Removed two variables which were not used in particles/utilities.h

4 years agodoxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@ 10178/head
Matthias Maier [Wed, 13 May 2020 05:12:48 +0000 (00:12 -0500)]
doxygen: Strip full @CMAKE_SOURCE_DIR@ and @CMAKE_BINARY_DIR@

The current configuration fails to strip the repository path from source
directories, e.g., on the homepage we have for example:

"""
The documentation for this struct was generated from the following files:

    deal.II/lac/petsc_precondition.h
    /home/dealii/dealii/source/lac/petsc_precondition.cc
"""

With this change this now reads:

"""
The documentation for this struct was generated from the following files:

    include/deal.II/lac/petsc_precondition.h
    source/lac/petsc_precondition.cc
"""

4 years agoMerge pull request #10173 from tjhei/jenkins_test_release_branches_master
Matthias Maier [Wed, 13 May 2020 03:17:02 +0000 (22:17 -0500)]
Merge pull request #10173 from tjhei/jenkins_test_release_branches_master

Jenkins: also test release branches

4 years agoMerge pull request #10168 from tamiko/fix_offending_tests
Daniel Arndt [Wed, 13 May 2020 02:12:19 +0000 (22:12 -0400)]
Merge pull request #10168 from tamiko/fix_offending_tests

4 years agoSilence deprecation warnings 10176/head
Bruno Turcksin [Wed, 13 May 2020 02:11:32 +0000 (02:11 +0000)]
Silence deprecation warnings

4 years agoFix comment
Bruno Turcksin [Wed, 13 May 2020 02:03:05 +0000 (02:03 +0000)]
Fix comment

4 years agoRemove unusable variable
Bruno Turcksin [Wed, 13 May 2020 02:02:26 +0000 (02:02 +0000)]
Remove unusable variable

4 years agoUse sensible default parameter
Bruno Turcksin [Wed, 13 May 2020 02:01:49 +0000 (02:01 +0000)]
Use sensible default parameter

4 years agoFix test after some sadd and equ functions have been removed
Bruno Turcksin [Wed, 13 May 2020 02:00:50 +0000 (02:00 +0000)]
Fix test after some sadd and equ functions have been removed

4 years agoJenknis: also test release branches 10173/head
Timo Heister [Tue, 12 May 2020 19:14:42 +0000 (15:14 -0400)]
Jenknis: also test release branches

4 years agoMerge pull request #10171 from tamiko/output_alternatives
Daniel Arndt [Wed, 13 May 2020 01:12:05 +0000 (21:12 -0400)]
Merge pull request #10171 from tamiko/output_alternatives

4 years agoupdate fe_series tests again to latest changes 10171/head
Matthias Maier [Wed, 13 May 2020 00:58:08 +0000 (19:58 -0500)]
update fe_series tests again to latest changes

4 years agodo not print mesh in opencascade/stl_* tests 10168/head
Matthias Maier [Wed, 13 May 2020 00:27:35 +0000 (19:27 -0500)]
do not print mesh in opencascade/stl_* tests

These tests create a mesh (with our opencascade) interface.
Unfortunately, the result pretty much depends on the mesher being used
(which changes between opencascade and oce versions), the standard
library version (libstdc++ versus libc++) and the CPU architecture.

I initially thought that the test result would not depend on the machine
this test is running on and created the output alternatives
(*.output.opencascade7.4.0) on my laptop. Evidently this did not fix
this test on our main tester. Let's simply remove the output and just
check that the code path runs without throwing an error.

4 years agoMerge pull request #10166 from tamiko/documentation_fix
Timo Heister [Tue, 12 May 2020 22:14:50 +0000 (18:14 -0400)]
Merge pull request #10166 from tamiko/documentation_fix

examples/step-69: fix texttt formulas

4 years agoexamples/step-69: fix texttt formulas 10166/head
Matthias Maier [Tue, 12 May 2020 22:01:37 +0000 (17:01 -0500)]
examples/step-69: fix texttt formulas

4 years agoRemoved two variables which were not used in particles/utilities.h 10161/head
blaisb [Tue, 12 May 2020 20:14:06 +0000 (16:14 -0400)]
Removed two variables which were not used in particles/utilities.h

4 years agoMerge pull request #10158 from tamiko/reuquire_current_version
Matthias Maier [Tue, 12 May 2020 18:00:47 +0000 (13:00 -0500)]
Merge pull request #10158 from tamiko/reuquire_current_version

Release step 6a: Require the current version of deal.II

4 years agoMerge pull request #10157 from tamiko/update_version
David Wells [Tue, 12 May 2020 17:56:46 +0000 (13:56 -0400)]
Merge pull request #10157 from tamiko/update_version

Release step 5: update VERSION

4 years agoMerge pull request #10156 from tamiko/update-tag-file
David Wells [Tue, 12 May 2020 17:56:36 +0000 (13:56 -0400)]
Merge pull request #10156 from tamiko/update-tag-file

Release step 1a: Update tag list

4 years agoMerge pull request #10154 from tamiko/update-changes-file
Matthias Maier [Tue, 12 May 2020 17:55:16 +0000 (12:55 -0500)]
Merge pull request #10154 from tamiko/update-changes-file

Release step 1: Update changelog file

4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h 10154/head
Matthias Maier [Tue, 12 May 2020 17:28:31 +0000 (12:28 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:28:25 +0000 (12:28 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:28:16 +0000 (12:28 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:28:08 +0000 (12:28 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:28:02 +0000 (12:28 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:27:55 +0000 (12:27 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:27:44 +0000 (12:27 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:27:20 +0000 (12:27 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoUpdate doc/news/9.1.1-vs-9.2.0.h
Matthias Maier [Tue, 12 May 2020 17:27:06 +0000 (12:27 -0500)]
Update doc/news/9.1.1-vs-9.2.0.h

Co-authored-by: David Wells <drwells@email.unc.edu>
4 years agoadd dummy entries to make travis happy
Matthias Maier [Tue, 12 May 2020 17:17:09 +0000 (12:17 -0500)]
add dummy entries to make travis happy

4 years agofix year range
Matthias Maier [Tue, 12 May 2020 17:12:07 +0000 (12:12 -0500)]
fix year range

4 years agoMerge pull request #10155 from masterleinad/instantiate_opencascade
Martin Kronbichler [Tue, 12 May 2020 17:10:52 +0000 (19:10 +0200)]
Merge pull request #10155 from masterleinad/instantiate_opencascade

Instantiate OpenCASCADE

4 years agoRequire the current version of deal.II. 10158/head
Matthias Maier [Tue, 12 May 2020 17:08:27 +0000 (12:08 -0500)]
Require the current version of deal.II.

4 years agoupdate VERSION 10157/head
Matthias Maier [Tue, 12 May 2020 17:04:54 +0000 (12:04 -0500)]
update VERSION

4 years agoRelease step 1a: Update tag list 10156/head
Matthias Maier [Tue, 12 May 2020 17:01:49 +0000 (12:01 -0500)]
Release step 1a: Update tag list

4 years agoRemove now obsolete files.
Matthias Maier [Tue, 12 May 2020 16:59:15 +0000 (11:59 -0500)]
Remove now obsolete files.

4 years agoUpdate the changelog file for the release.
Matthias Maier [Tue, 12 May 2020 16:58:22 +0000 (11:58 -0500)]
Update the changelog file for the release.

4 years agoInstantiate OpenCASCADE 10155/head
Daniel Arndt [Tue, 12 May 2020 16:47:18 +0000 (12:47 -0400)]
Instantiate OpenCASCADE

4 years agoMerge pull request #7513 from marcfehling/smoothness-estimator-2
Martin Kronbichler [Tue, 12 May 2020 16:13:19 +0000 (18:13 +0200)]
Merge pull request #7513 from marcfehling/smoothness-estimator-2

Introduced SmoothnessEstimator.

4 years agoMerge pull request #10152 from marcfehling/prediction-extension
Matthias Maier [Tue, 12 May 2020 15:27:25 +0000 (10:27 -0500)]
Merge pull request #10152 from marcfehling/prediction-extension

Updated doc for hp::Refinement::predict_error().

4 years agoUpdate include/deal.II/hp/refinement.h 10152/head
marcfehling [Tue, 12 May 2020 15:03:40 +0000 (17:03 +0200)]
Update include/deal.II/hp/refinement.h

Co-authored-by: Timo Heister <timo.heister@gmail.com>
4 years agofix compilation 7513/head
Matthias Maier [Tue, 12 May 2020 04:48:13 +0000 (23:48 -0500)]
fix compilation

4 years agoAddress typos brought up in review comments
Matthias Maier [Mon, 11 May 2020 19:48:19 +0000 (14:48 -0500)]
Address typos brought up in review comments

Update include/deal.II/hp/fe_collection.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h
Update include/deal.II/numerics/smoothness_estimator.h

Co-authored-by: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
4 years agoAdded SmoothnessEstimator::default_fe_series() functions returning default FESeries...
Marc Fehling [Wed, 29 Apr 2020 17:13:58 +0000 (19:13 +0200)]
Added SmoothnessEstimator::default_fe_series() functions returning default FESeries objects.

Removed default constructor and initialize() functions for FESeries objects.

4 years agoSmoothnessEstimator: Enhancements regarding applicability.
Marc Fehling [Mon, 7 Jan 2019 12:00:03 +0000 (13:00 +0100)]
SmoothnessEstimator: Enhancements regarding applicability.

4 years agoSmoothnessEstimator: Implementation with dedicated coefficient decay functions for...
Denis Davydov [Fri, 7 Dec 2018 19:01:57 +0000 (20:01 +0100)]
SmoothnessEstimator: Implementation with dedicated coefficient decay functions for both Fourier and Legendre series expansions individually.

4 years agoSmoothnessEstimator: Initial implementation with FESeries template.
Marc Fehling [Wed, 21 Nov 2018 10:07:00 +0000 (11:07 +0100)]
SmoothnessEstimator: Initial implementation with FESeries template.

4 years agoNo more restriction on isotropic refinement for hp::Refinement::predict_error().
Marc Fehling [Tue, 12 May 2020 13:49:09 +0000 (15:49 +0200)]
No more restriction on isotropic refinement for hp::Refinement::predict_error().

4 years agoUpdated doc for hp::Refinement::predict_error().
Marc Fehling [Tue, 12 May 2020 13:47:01 +0000 (15:47 +0200)]
Updated doc for hp::Refinement::predict_error().

4 years agoMerge pull request #8603 from tjhei/add_p4est_fail_test
Martin Kronbichler [Tue, 12 May 2020 10:34:02 +0000 (12:34 +0200)]
Merge pull request #8603 from tjhei/add_p4est_fail_test

add failing p4est test

4 years agoMerge pull request #9954 from marcfehling/prediction-extension
Martin Kronbichler [Tue, 12 May 2020 09:10:57 +0000 (11:10 +0200)]
Merge pull request #9954 from marcfehling/prediction-extension

Reworked error prediction algorithm.

4 years agoMerge pull request #10148 from tjhei/github-actions-windows
Martin Kronbichler [Tue, 12 May 2020 08:15:28 +0000 (10:15 +0200)]
Merge pull request #10148 from tjhei/github-actions-windows

github actions: split windows build

4 years agoMerge pull request #10149 from tamiko/fix_compilation_gcc_4.9.4
Martin Kronbichler [Tue, 12 May 2020 05:56:23 +0000 (07:56 +0200)]
Merge pull request #10149 from tamiko/fix_compilation_gcc_4.9.4

Fix compilation with gcc-4.9.4

4 years agoMerge pull request #10147 from tjhei/doxy_grid_gen
Martin Kronbichler [Tue, 12 May 2020 05:13:40 +0000 (07:13 +0200)]
Merge pull request #10147 from tjhei/doxy_grid_gen

doxygen: disable stuff in grid_generator.cc

4 years agoMerge pull request #9807 from kronbichler/improved_shell
Matthias Maier [Tue, 12 May 2020 04:45:42 +0000 (23:45 -0500)]
Merge pull request #9807 from kronbichler/improved_shell

Add additional cell options for 3D hyper shell

4 years agoUse 64bit toolset variant 10148/head
Daniel Arndt [Tue, 12 May 2020 03:19:28 +0000 (23:19 -0400)]
Use 64bit toolset variant

4 years agoMerge pull request #10150 from tamiko/fix_a_test_22
Daniel Arndt [Tue, 12 May 2020 01:31:12 +0000 (21:31 -0400)]
Merge pull request #10150 from tamiko/fix_a_test_22

4 years agoMerge pull request #10151 from tamiko/fix_a_test_23
David Wells [Tue, 12 May 2020 00:27:25 +0000 (20:27 -0400)]
Merge pull request #10151 from tamiko/fix_a_test_23

Test mpi/hp_step-4 disable test for 64bit indices

4 years agoTest petsc/reinit_preconditioner_0*: disable for 64bit indices 10150/head
Matthias Maier [Mon, 11 May 2020 21:44:09 +0000 (16:44 -0500)]
Test petsc/reinit_preconditioner_0*: disable for 64bit indices

4 years agoTest mpi/hp_step-4 disable test for 64bit indices 10151/head
Matthias Maier [Mon, 11 May 2020 22:08:29 +0000 (17:08 -0500)]
Test mpi/hp_step-4 disable test for 64bit indices

4 years agoadd failing p4est test 8603/head
Timo Heister [Mon, 19 Aug 2019 17:17:46 +0000 (13:17 -0400)]
add failing p4est test

This is a simple way to trigger
https://github.com/dealii/dealii/issues/7428

4 years agoFix compilation with gcc-4.9.4 10149/head
Matthias Maier [Mon, 11 May 2020 21:19:08 +0000 (16:19 -0500)]
Fix compilation with gcc-4.9.4

Closes: https://github.com/dealii/dealii/issues/10146
4 years agogithub actions: split windows build
Timo Heister [Mon, 11 May 2020 20:34:43 +0000 (16:34 -0400)]
github actions: split windows build

- move windows build out of main.yml
- test VS 2017 and VS 2019

4 years agodoxygen: disable stuff in grid_generator.cc 10147/head
Timo Heister [Mon, 11 May 2020 20:54:08 +0000 (16:54 -0400)]
doxygen: disable stuff in grid_generator.cc

see  #9914

4 years agoMerge pull request #10144 from tjhei/step-50-future
Martin Kronbichler [Mon, 11 May 2020 20:48:38 +0000 (22:48 +0200)]
Merge pull request #10144 from tjhei/step-50-future

step-50: Possible extensions


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.