]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoAnd again the fix for the project_bv_curl_conf_04 test 9000/head
Winnifried Wollner [Mon, 9 Mar 2020 13:18:33 +0000 (14:18 +0100)]
And again the fix for the project_bv_curl_conf_04 test

4 years agoMerge branch 'nedelec' into nedelec
Winnifried Wollner [Tue, 3 Mar 2020 10:00:58 +0000 (11:00 +0100)]
Merge branch 'nedelec' into nedelec

4 years agoFix for wrong index in face dof for FE_Nedelec
Winnifried Wollner [Sat, 29 Feb 2020 07:42:32 +0000 (08:42 +0100)]
Fix for wrong index in face dof for FE_Nedelec

4 years agoAdd changelog entry.
Wolfgang Bangerth [Fri, 28 Feb 2020 18:15:14 +0000 (11:15 -0700)]
Add changelog entry.

4 years agoAdd tests.
Wolfgang Bangerth [Fri, 28 Feb 2020 18:15:02 +0000 (11:15 -0700)]
Add tests.

4 years agoFix a problem with the project and Nedelec elements.
Wolfgang Bangerth [Fri, 28 Feb 2020 18:14:34 +0000 (11:14 -0700)]
Fix a problem with the project and Nedelec elements.

4 years agoMerge branch 'nedelec' into nedelec
Wolfgang Bangerth [Fri, 28 Feb 2020 18:11:16 +0000 (19:11 +0100)]
Merge branch 'nedelec' into nedelec

4 years agoChanges entry
Winnifried Wollner [Fri, 28 Feb 2020 16:41:50 +0000 (17:41 +0100)]
Changes entry

4 years agoindentation
Winnifried Wollner [Fri, 28 Feb 2020 16:29:49 +0000 (17:29 +0100)]
indentation

4 years agoFix for Issue 8974
Winnifried Wollner [Fri, 28 Feb 2020 16:24:47 +0000 (17:24 +0100)]
Fix for Issue 8974

4 years agoNew Test-Case for Curl-Conforming BV and FESystem
Winnifried Wollner [Fri, 28 Feb 2020 09:26:44 +0000 (10:26 +0100)]
New Test-Case for Curl-Conforming BV and FESystem

4 years agoMerge pull request #9570 from tjhei/fix_tutorial_inline_comments
Matthias Maier [Thu, 27 Feb 2020 02:08:13 +0000 (20:08 -0600)]
Merge pull request #9570 from tjhei/fix_tutorial_inline_comments

doxygen: do not remove multiline code comments

4 years agodoxygen: do not remove multiline code comments 9570/head
Timo Heister [Wed, 26 Feb 2020 19:06:56 +0000 (14:06 -0500)]
doxygen: do not remove multiline code comments

Code in tutorials that contains multiline comments like

/*keep_constrained_dofs = */ false

were being replaced by

/ *keep_constrained_dofs = * / false

I don't see why this is necessary. The documentation looks correct to
me.

fixes #9554

4 years agoMerge pull request #9569 from tjhei/doxygen_skip_header_step_b
Wolfgang Bangerth [Wed, 26 Feb 2020 18:16:00 +0000 (19:16 +0100)]
Merge pull request #9569 from tjhei/doxygen_skip_header_step_b

doxygen: skip license header in step-xxb

4 years agodoxygen: skip license header in step-xxb 9569/head
Timo Heister [Wed, 26 Feb 2020 15:54:46 +0000 (10:54 -0500)]
doxygen: skip license header in step-xxb

We introduced tutorials like step-12b but we incorrectly print the
license header at the beginning of the "commented program". Filter those
out as well.

4 years agoMerge pull request #9568 from tjhei/64bit_refinement
Wolfgang Bangerth [Wed, 26 Feb 2020 15:24:28 +0000 (16:24 +0100)]
Merge pull request #9568 from tjhei/64bit_refinement

fix 64bit overflow in refine_and_coarsen_fixed_number

4 years agofix 64bit overflow in refine_and_coarsen_fixed_number 9568/head
Timo Heister [Wed, 26 Feb 2020 13:13:52 +0000 (08:13 -0500)]
fix 64bit overflow in refine_and_coarsen_fixed_number

The argument max_n_cells (that probably nobody uses) was declared as an
unsigned int, meaning that we can not refine over 4 billion cells with
this function. This is now fixed.

4 years agoMerge pull request #9564 from kronbichler/fe_evaluation_assert_test
Timo Heister [Tue, 25 Feb 2020 21:29:33 +0000 (16:29 -0500)]
Merge pull request #9564 from kronbichler/fe_evaluation_assert_test

Make assertions to track state in FEEvaluation debug-only

4 years agoMerge pull request #9559 from bangerth/doc
Martin Kronbichler [Tue, 25 Feb 2020 20:27:38 +0000 (21:27 +0100)]
Merge pull request #9559 from bangerth/doc

Update documentation of SphericalManifold::normal_vector.

4 years agoMake assertions to track state in FEEvaluation debug-only 9564/head
Martin Kronbichler [Tue, 25 Feb 2020 18:34:20 +0000 (19:34 +0100)]
Make assertions to track state in FEEvaluation debug-only

4 years agoUpdate documentation of SphericalManifold::normal_vector. 9559/head
Wolfgang Bangerth [Mon, 24 Feb 2020 17:52:05 +0000 (10:52 -0700)]
Update documentation of SphericalManifold::normal_vector.

4 years agoMerge pull request #9539 from masterleinad/replace_assert_in_tests
David Wells [Tue, 25 Feb 2020 00:29:14 +0000 (19:29 -0500)]
Merge pull request #9539 from masterleinad/replace_assert_in_tests

Redefine Assert as AssertThrow in tests

4 years agoMerge pull request #9561 from bangerth/endl
David Wells [Tue, 25 Feb 2020 00:28:55 +0000 (19:28 -0500)]
Merge pull request #9561 from bangerth/endl

Avoid using std::endl over '\n'.

4 years agoMerge pull request #9526 from agrayver/add_step_49_python
Daniel Arndt [Mon, 24 Feb 2020 22:42:27 +0000 (17:42 -0500)]
Merge pull request #9526 from agrayver/add_step_49_python

Add python version of step-49

4 years agoAvoid using std::endl over '\n'. 9561/head
Wolfgang Bangerth [Mon, 24 Feb 2020 21:59:08 +0000 (14:59 -0700)]
Avoid using std::endl over '\n'.

std::endl writes an endline character into the stream, but then follows
that up with a flush(). That's expensive on remote-mounted file systems,
and most unnecessary as well -- we should really just write the endline
character and put a flush() at the very end of the operation.

4 years agoAdd python version of step-49 9526/head
Alexander Grayver [Wed, 12 Feb 2020 20:50:59 +0000 (21:50 +0100)]
Add python version of step-49

4 years agoMerge pull request #9555 from marcfehling/test-hpconstraints
Wolfgang Bangerth [Thu, 20 Feb 2020 16:30:00 +0000 (17:30 +0100)]
Merge pull request #9555 from marcfehling/test-hpconstraints

New test: p::d::tria + hp::dofh + hanging_node_constraints.

4 years agoNew test: p::d::tria + hp::dofh + hanging_node_constraints. 9555/head
Marc Fehling [Thu, 20 Feb 2020 12:50:05 +0000 (13:50 +0100)]
New test: p::d::tria + hp::dofh + hanging_node_constraints.

4 years agoMerge pull request #9551 from masterleinad/add_split_by_block
Martin Kronbichler [Thu, 20 Feb 2020 07:11:08 +0000 (08:11 +0100)]
Merge pull request #9551 from masterleinad/add_split_by_block

Slight improvements to #9529

4 years agoMerge pull request #9548 from tjhei/64bit_n_global_active_cells
Wolfgang Bangerth [Thu, 20 Feb 2020 01:51:46 +0000 (02:51 +0100)]
Merge pull request #9548 from tjhei/64bit_n_global_active_cells

Fix 64bit GridRefinement overflow

4 years agoFix 64bit GridRefinement overflow 9548/head
Timo Heister [Wed, 19 Feb 2020 13:47:51 +0000 (08:47 -0500)]
Fix 64bit GridRefinement overflow

GridRefinement::refine_and_coarsen_fixed_fraction causes overflow with
more than 2^32 global active cells. This is now fixed.

4 years agoMerge pull request #9553 from GrahamBenHarper/graham_step51_typofix
Wolfgang Bangerth [Wed, 19 Feb 2020 20:22:18 +0000 (21:22 +0100)]
Merge pull request #9553 from GrahamBenHarper/graham_step51_typofix

Fix a typo in step-51 files

4 years agoFix a typo in step-51 files 9553/head
grahambenharper [Wed, 19 Feb 2020 19:00:12 +0000 (12:00 -0700)]
Fix a typo in step-51 files

4 years agoSlight improvements to #9529 9551/head
Daniel Arndt [Wed, 19 Feb 2020 16:40:08 +0000 (11:40 -0500)]
Slight improvements to #9529

4 years agoMerge pull request #9529 from KatrinMang/add_split_by_block
Daniel Arndt [Wed, 19 Feb 2020 16:12:08 +0000 (11:12 -0500)]
Merge pull request #9529 from KatrinMang/add_split_by_block

Add split_by_block() into IndexSet

4 years agoadd split_by_block into index_set 9529/head
Katrin Mang [Fri, 14 Feb 2020 15:46:28 +0000 (16:46 +0100)]
add split_by_block into index_set

4 years agoAdd comments describing the redefinition 9539/head
Daniel Arndt [Tue, 18 Feb 2020 04:26:23 +0000 (23:26 -0500)]
Add comments describing the redefinition

4 years agoMerge pull request #9543 from GrahamBenHarper/graham_dev_dox2
Timo Heister [Mon, 17 Feb 2020 21:54:31 +0000 (16:54 -0500)]
Merge pull request #9543 from GrahamBenHarper/graham_dev_dox2

Fix use of array concatenation in checkdoxygen.py

4 years agoInclude tests.h before any other local file
Daniel Arndt [Mon, 17 Feb 2020 19:52:13 +0000 (14:52 -0500)]
Include tests.h before any other local file

4 years agoChange priority of tests.h for clang-format
Daniel Arndt [Mon, 17 Feb 2020 19:30:40 +0000 (14:30 -0500)]
Change priority of tests.h for clang-format

4 years agoFix use of array concatenation 9543/head
grahambenharper [Mon, 17 Feb 2020 19:22:44 +0000 (12:22 -0700)]
Fix use of array concatenation

4 years agoMerge pull request #9505 from GrahamBenHarper/graham_dev_dox
Timo Heister [Mon, 17 Feb 2020 18:51:55 +0000 (13:51 -0500)]
Merge pull request #9505 from GrahamBenHarper/graham_dev_dox

Upgrade checkdoxygen.py to check for multiple-defined section headers

4 years agoUpgrade checkdoxygen.py to check for multiple-defined headers 9505/head
grahambenharper [Mon, 10 Feb 2020 17:09:29 +0000 (10:09 -0700)]
Upgrade checkdoxygen.py to check for multiple-defined headers

4 years agoMerge pull request #9540 from tjhei/64bit_n_global_active_cells
Martin Kronbichler [Mon, 17 Feb 2020 10:10:25 +0000 (11:10 +0100)]
Merge pull request #9540 from tjhei/64bit_n_global_active_cells

Fix overflow in tria.n_global_active_cells()

4 years agoFix overflow in tria.n_global_active_cells() 9540/head
Timo Heister [Mon, 17 Feb 2020 04:10:10 +0000 (23:10 -0500)]
Fix overflow in tria.n_global_active_cells()

for large computations.

4 years agoRedefine Assert as AssertThrow in tests
Daniel Arndt [Sun, 16 Feb 2020 04:10:10 +0000 (23:10 -0500)]
Redefine Assert as AssertThrow in tests

4 years agoMerge pull request #9533 from tjhei/assert_throw_lapack
David Wells [Sat, 15 Feb 2020 16:03:21 +0000 (08:03 -0800)]
Merge pull request #9533 from tjhei/assert_throw_lapack

Use AssertThrow when LAPACK or other dependencies are not installed

4 years agoMerge pull request #9534 from tjhei/mg_tansfer_64bit_but_not_really_a_bug
Martin Kronbichler [Sat, 15 Feb 2020 14:52:32 +0000 (15:52 +0100)]
Merge pull request #9534 from tjhei/mg_tansfer_64bit_but_not_really_a_bug

Use a 64bit type in one other MGTransfer location

4 years agoMerge pull request #9536 from bangerth/nonlocal
Timo Heister [Sat, 15 Feb 2020 14:12:24 +0000 (09:12 -0500)]
Merge pull request #9536 from bangerth/nonlocal

Avoid nonlocal control flow since it's so hard to read.

4 years agoMerge pull request #9537 from bangerth/pedantic
Martin Kronbichler [Sat, 15 Feb 2020 06:20:55 +0000 (07:20 +0100)]
Merge pull request #9537 from bangerth/pedantic

Be pedantic in how we spell deal.II.

4 years agoUse better markup when talking about header files. 9537/head
Wolfgang Bangerth [Sat, 15 Feb 2020 05:58:18 +0000 (22:58 -0700)]
Use better markup when talking about header files.

4 years agoBe pedantic in how we spell deal.II.
Wolfgang Bangerth [Sat, 15 Feb 2020 05:56:54 +0000 (22:56 -0700)]
Be pedantic in how we spell deal.II.

4 years agoAvoid nonlocal control flow since it's so hard to read. 9536/head
Wolfgang Bangerth [Sat, 15 Feb 2020 05:28:16 +0000 (22:28 -0700)]
Avoid nonlocal control flow since it's so hard to read.

4 years agofind other places to AssertThrow for missing dependencies 9533/head
Timo Heister [Sat, 15 Feb 2020 05:26:35 +0000 (00:26 -0500)]
find other places to AssertThrow for missing dependencies

4 years agoMerge pull request #9531 from bangerth/refs
Timo Heister [Sat, 15 Feb 2020 05:07:50 +0000 (00:07 -0500)]
Merge pull request #9531 from bangerth/refs

Move the step-71 -> step-47 references in references.bib.

4 years agoMerge pull request #9532 from tjhei/examples_no_h2
Daniel Arndt [Sat, 15 Feb 2020 05:00:20 +0000 (00:00 -0500)]
Merge pull request #9532 from tjhei/examples_no_h2

do not use <h2> tag in tutorials

4 years agoUse a 64bit type in one other MGTransfer location 9534/head
Timo Heister [Sat, 15 Feb 2020 04:55:22 +0000 (23:55 -0500)]
Use a 64bit type in one other MGTransfer location

This is a local index (how manyth index) and as such likely under 4
billion. I found it harder to assert or document why this cast makes
sense, so I rather change the type.

4 years agoUse AssertThrow when no LAPACK is installed
Timo Heister [Sat, 15 Feb 2020 04:42:27 +0000 (23:42 -0500)]
Use AssertThrow when no LAPACK is installed

This bit me on a run in release mode on a cluster today, because my
deal.II didn't have a working LAPACK.

4 years agodo not use <h2> tag in tutorials 9532/head
Timo Heister [Sat, 15 Feb 2020 04:38:04 +0000 (23:38 -0500)]
do not use <h2> tag in tutorials

I am not quite sure why, but they don't show up in the table of
contents. We have been avoiding them, but a few tutorials seem to
violate this now.

4 years agoMove the step-71 -> step-47 references in references.bib. 9531/head
Wolfgang Bangerth [Sat, 15 Feb 2020 04:30:08 +0000 (21:30 -0700)]
Move the step-71 -> step-47 references in references.bib.

4 years agoMerge pull request #9528 from kronbichler/fix_64bit_type
Wolfgang Bangerth [Fri, 14 Feb 2020 17:49:52 +0000 (18:49 +0100)]
Merge pull request #9528 from kronbichler/fix_64bit_type

Use types::global_dof_index rather than unsigned int in MGTransfer

4 years agoUse types::global_dof_index rather than unsigned int in MGTransfer 9528/head
Martin Kronbichler [Fri, 14 Feb 2020 08:31:46 +0000 (09:31 +0100)]
Use types::global_dof_index rather than unsigned int in MGTransfer

4 years agoMerge pull request #9510 from agrayver/add_python_wrappers
Bruno Turcksin [Fri, 14 Feb 2020 02:23:45 +0000 (21:23 -0500)]
Merge pull request #9510 from agrayver/add_python_wrappers

Add more python bindings

4 years agoMerge pull request #9527 from GrahamBenHarper/graham_dev_fix_tables
David Wells [Fri, 14 Feb 2020 00:19:58 +0000 (16:19 -0800)]
Merge pull request #9527 from GrahamBenHarper/graham_dev_fix_tables

Remove empty lines inside html tables

4 years agoRemove empty lines inside html tables 9527/head
grahambenharper [Thu, 13 Feb 2020 23:43:00 +0000 (16:43 -0700)]
Remove empty lines inside html tables

4 years agoMerge pull request #9511 from tamiko/fix_indent_for_old_git
Martin Kronbichler [Thu, 13 Feb 2020 07:10:09 +0000 (08:10 +0100)]
Merge pull request #9511 from tamiko/fix_indent_for_old_git

Indent script: Do not use --diff-filter=d

4 years agoMerge pull request #9522 from bangerth/14
Martin Kronbichler [Thu, 13 Feb 2020 07:04:37 +0000 (08:04 +0100)]
Merge pull request #9522 from bangerth/14

Scale a graphic in the results section of step-14.

4 years agoMerge pull request #9525 from kronbichler/fill_q_points
Martin Kronbichler [Thu, 13 Feb 2020 07:02:35 +0000 (08:02 +0100)]
Merge pull request #9525 from kronbichler/fill_q_points

Ensure to have valid quadrature point data for all SIMD lanes

4 years agoMerge pull request #9524 from kronbichler/fix_fe_eval_vector
Martin Kronbichler [Thu, 13 Feb 2020 07:02:13 +0000 (08:02 +0100)]
Merge pull request #9524 from kronbichler/fix_fe_eval_vector

FEEvaluation: Place exception about no block vector correctly

4 years agoMerge pull request #9519 from kronbichler/fix_minmaxavg_mpi
Martin Kronbichler [Thu, 13 Feb 2020 07:01:24 +0000 (08:01 +0100)]
Merge pull request #9519 from kronbichler/fix_minmaxavg_mpi

Avoid calling into MPI functions with MinMaxAvg in serial

4 years agoMerge pull request #9523 from bangerth/6
Daniel Arndt [Wed, 12 Feb 2020 19:06:27 +0000 (14:06 -0500)]
Merge pull request #9523 from bangerth/6

Replace eps-generated figure by vtu-generated one in step-6.

4 years agoMerge pull request #9518 from rezarastak/value_semantics
Timo Heister [Wed, 12 Feb 2020 18:57:13 +0000 (13:57 -0500)]
Merge pull request #9518 from rezarastak/value_semantics

Use value semantics for const parameters with trivial small types

4 years agoAdd python binding for TriaAccessor::centre 9510/head
Alexander Grayver [Wed, 12 Feb 2020 15:32:52 +0000 (16:32 +0100)]
Add python binding for TriaAccessor::centre

4 years agoAdd extra CylindricalManifold constructor
Alexander Grayver [Wed, 12 Feb 2020 15:08:50 +0000 (16:08 +0100)]
Add extra CylindricalManifold constructor

4 years agoEnsure to have valid quadrature point data for all SIMD lanes 9525/head
Martin Kronbichler [Wed, 12 Feb 2020 14:46:25 +0000 (15:46 +0100)]
Ensure to have valid quadrature point data for all SIMD lanes

4 years agoFEEvaluation: Place exception about no block vector correctly 9524/head
Martin Kronbichler [Wed, 12 Feb 2020 14:38:26 +0000 (15:38 +0100)]
FEEvaluation: Place exception about no block vector correctly

4 years agoReplace eps-generated figure by vtu-generated one in step-6. 9523/head
Wolfgang Bangerth [Wed, 12 Feb 2020 14:12:13 +0000 (07:12 -0700)]
Replace eps-generated figure by vtu-generated one in step-6.

4 years agoScale a graphic in the results section of step-14. 9522/head
Wolfgang Bangerth [Wed, 12 Feb 2020 13:54:36 +0000 (06:54 -0700)]
Scale a graphic in the results section of step-14.

Make it the same size as the other images of the solution.

4 years agoMerge pull request #9493 from bangerth/30
Martin Kronbichler [Wed, 12 Feb 2020 10:20:16 +0000 (11:20 +0100)]
Merge pull request #9493 from bangerth/30

Convert step-30 from using eps/gnuplot to svg/vtu.

4 years agoMerge pull request #9495 from bangerth/14
Martin Kronbichler [Wed, 12 Feb 2020 10:19:17 +0000 (11:19 +0100)]
Merge pull request #9495 from bangerth/14

Convert step-14 from using eps/gnuplot to svg/vtu.

4 years agoMerge pull request #9514 from peterrum/write_vtu_with_pvtu_record_comm
Martin Kronbichler [Wed, 12 Feb 2020 10:18:27 +0000 (11:18 +0100)]
Merge pull request #9514 from peterrum/write_vtu_with_pvtu_record_comm

Remove MPI_COMM_WORLD as default argument in write_vtu_with_pvtu_record

4 years agoMerge pull request #9515 from GrahamBenHarper/graham_dev_vec_warnings
Martin Kronbichler [Wed, 12 Feb 2020 10:18:03 +0000 (11:18 +0100)]
Merge pull request #9515 from GrahamBenHarper/graham_dev_vec_warnings

Remove some unused variable warnings in vectorization.h

4 years agoMerge pull request #9516 from marcfehling/bug-weights
Martin Kronbichler [Wed, 12 Feb 2020 10:17:47 +0000 (11:17 +0100)]
Merge pull request #9516 from marcfehling/bug-weights

parallel::CellWeights: Capture values, not references.

4 years agoAvoid calling into MPI functions with MinMaxAvg in serial 9519/head
Martin Kronbichler [Wed, 12 Feb 2020 10:13:58 +0000 (11:13 +0100)]
Avoid calling into MPI functions with MinMaxAvg in serial

4 years agoUse value semantics for parameters with trivial small types 9518/head
Reza Rastak [Wed, 12 Feb 2020 08:45:22 +0000 (00:45 -0800)]
Use value semantics for parameters with trivial small types

4 years agoAdd more python binds
Alexander Grayver [Tue, 11 Feb 2020 15:41:17 +0000 (16:41 +0100)]
Add more python binds

4 years agoMerge pull request #9451 from sophy1029/step-47
Wolfgang Bangerth [Tue, 11 Feb 2020 21:07:44 +0000 (22:07 +0100)]
Merge pull request #9451 from sophy1029/step-47

step-47: switch the jump and average in one term of the scheme.

4 years agoparallel::CellWeights: Capture values, not references. 9516/head
Marc Fehling [Tue, 11 Feb 2020 19:23:34 +0000 (20:23 +0100)]
parallel::CellWeights: Capture values, not references.

4 years agoRemove some unused variable warnings 9515/head
grahambenharper [Tue, 11 Feb 2020 18:53:15 +0000 (11:53 -0700)]
Remove some unused variable warnings

4 years agoRemove MPI_COMM_WORLD as default arguemtn in write_vtu_with_pvtu_record 9514/head
Peter Munch [Tue, 11 Feb 2020 17:59:51 +0000 (18:59 +0100)]
Remove MPI_COMM_WORLD as default arguemtn in write_vtu_with_pvtu_record

4 years agoMerge pull request #9474 from GrahamBenHarper/graham_dev_svg_boundaryid
Wolfgang Bangerth [Tue, 11 Feb 2020 17:53:24 +0000 (18:53 +0100)]
Merge pull request #9474 from GrahamBenHarper/graham_dev_svg_boundaryid

Add boundary id functionality to write_svg

4 years agoMerge pull request #9506 from GrahamBenHarper/graham_dev_clean_tutorials
Wolfgang Bangerth [Tue, 11 Feb 2020 17:50:51 +0000 (18:50 +0100)]
Merge pull request #9506 from GrahamBenHarper/graham_dev_clean_tutorials

Update tutorial programs to fix all broken dox links

4 years agoMerge pull request #9512 from kronbichler/fix_muelu_test
Wolfgang Bangerth [Tue, 11 Feb 2020 17:50:23 +0000 (18:50 +0100)]
Merge pull request #9512 from kronbichler/fix_muelu_test

Fix MueLu periodicity test

4 years agoUpdate tutorial programs to fix broken dox links 9506/head
grahambenharper [Mon, 10 Feb 2020 21:59:59 +0000 (14:59 -0700)]
Update tutorial programs to fix broken dox links

4 years agoFix MueLu periodicity test 9512/head
Martin Kronbichler [Tue, 11 Feb 2020 17:35:17 +0000 (18:35 +0100)]
Fix MueLu periodicity test

4 years agoIndent script: Do not use --diff-filter=d 9511/head
Matthias Maier [Tue, 11 Feb 2020 17:15:44 +0000 (11:15 -0600)]
Indent script: Do not use --diff-filter=d

This hopefully fixes some compatibility issues with ancient git versions
not supporting the --diff-filter option.

Closes #9489

4 years agoMerge pull request #9507 from bangerth/6
David Wells [Tue, 11 Feb 2020 12:48:19 +0000 (07:48 -0500)]
Merge pull request #9507 from bangerth/6

Minor edit to step-6's results section.

4 years agoMerge pull request #9508 from masterleinad/fix_section_step_45
Wolfgang Bangerth [Tue, 11 Feb 2020 04:58:18 +0000 (05:58 +0100)]
Merge pull request #9508 from masterleinad/fix_section_step_45

Fix sections in step-45

4 years agoMerge pull request #9473 from peterrum/minmaxave_vector
Daniel Arndt [Tue, 11 Feb 2020 04:52:42 +0000 (23:52 -0500)]
Merge pull request #9473 from peterrum/minmaxave_vector

Add Utilities::MPI::min_max_avg() for vectors

4 years agoFix sections in step-45 9508/head
Daniel Arndt [Tue, 11 Feb 2020 03:18:25 +0000 (22:18 -0500)]
Fix sections in step-45


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.