]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoMinor additions to the documentation about higher order output. 9715/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:23:59 +0000 (20:23 -0600)]
Minor additions to the documentation about higher order output.

4 years agoMerge pull request #9687 from bangerth/modules
Martin Kronbichler [Tue, 24 Mar 2020 06:17:38 +0000 (07:17 +0100)]
Merge pull request #9687 from bangerth/modules

Replace the connections graph with the one from the recent paper.

4 years agoMerge pull request #9721 from bangerth/11
David Wells [Mon, 23 Mar 2020 23:37:26 +0000 (19:37 -0400)]
Merge pull request #9721 from bangerth/11

Make external file names use our usual naming scheme.

4 years agoMake external file names use our usual naming scheme. 9721/head
Wolfgang Bangerth [Mon, 23 Mar 2020 21:56:53 +0000 (15:56 -0600)]
Make external file names use our usual naming scheme.

4 years agoReplace the connections graph with the one from the recent paper. 9687/head
Wolfgang Bangerth [Fri, 20 Mar 2020 00:16:03 +0000 (18:16 -0600)]
Replace the connections graph with the one from the recent paper.

4 years agoMerge pull request #9716 from bangerth/nedelec-sz
Martin Kronbichler [Mon, 23 Mar 2020 10:31:16 +0000 (11:31 +0100)]
Merge pull request #9716 from bangerth/nedelec-sz

Remove update_once/each() functions from FE_NedelecSZ.

4 years agoMerge pull request #9717 from peterrum/mf_tree
Martin Kronbichler [Mon, 23 Mar 2020 10:30:56 +0000 (11:30 +0100)]
Merge pull request #9717 from peterrum/mf_tree

Add a graph to matrix-free module

4 years agoAdd a graph to matrix-free module 9717/head
Peter Munch [Mon, 23 Mar 2020 07:25:07 +0000 (08:25 +0100)]
Add a graph to matrix-free module

4 years agoMerge pull request #9714 from bangerth/11
Martin Kronbichler [Mon, 23 Mar 2020 05:55:39 +0000 (06:55 +0100)]
Merge pull request #9714 from bangerth/11

Minor edits to step-11

4 years agoRemove update_once/each() functions from FE_NedelecSZ. 9716/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:36:48 +0000 (20:36 -0600)]
Remove update_once/each() functions from FE_NedelecSZ.

These functions *used* to be part of the public interfaces of FE classes, but haven't
in a long time. They also aren't 'virtual' any more for this class. Furthermore,
all uses of these functions are of the form 'update_once() | update_each()', so
we may as well just call the 'requires_update_flags()' function that is the
current interface.

4 years agoImprove wording. 9714/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:19:03 +0000 (20:19 -0600)]
Improve wording.

4 years agoSimplify code a bit.
Wolfgang Bangerth [Mon, 23 Mar 2020 02:17:32 +0000 (20:17 -0600)]
Simplify code a bit.

4 years agoMerge pull request #9694 from agrayver/update_step_11
Wolfgang Bangerth [Mon, 23 Mar 2020 02:16:37 +0000 (03:16 +0100)]
Merge pull request #9694 from agrayver/update_step_11

Update step 11 with high-order mesh images

4 years agoMerge pull request #9713 from tjhei/tutorial_keywords
Wolfgang Bangerth [Mon, 23 Mar 2020 00:01:31 +0000 (01:01 +0100)]
Merge pull request #9713 from tjhei/tutorial_keywords

tutorials: add more keywords

4 years agobraces 9713/head
Timo Heister [Sun, 22 Mar 2020 22:42:33 +0000 (18:42 -0400)]
braces

4 years agoMerge pull request #9709 from peterrum/vectorizedarray_nlanes
Martin Kronbichler [Sun, 22 Mar 2020 20:40:04 +0000 (21:40 +0100)]
Merge pull request #9709 from peterrum/vectorizedarray_nlanes

Name alias of VectorizedArray::size() consistently

4 years agoMerge pull request #8004 from luca-heltai/coupling-with-cutoff
Martin Kronbichler [Sun, 22 Mar 2020 20:39:15 +0000 (21:39 +0100)]
Merge pull request #8004 from luca-heltai/coupling-with-cutoff

Compute coupling mass matrices using cutoff functions.

4 years agotutorials: add more keywords
Timo Heister [Sun, 22 Mar 2020 19:29:47 +0000 (15:29 -0400)]
tutorials: add more keywords

- add keywords to many tutorials
- fix two minor link issues

4 years agoMerge pull request #9711 from tjhei/ci_check_file_encoding
Matthias Maier [Sun, 22 Mar 2020 19:17:27 +0000 (14:17 -0500)]
Merge pull request #9711 from tjhei/ci_check_file_encoding

CI: check file encoding

4 years agoMerge pull request #9712 from kronbichler/fix_compilation_tpetra-2
Matthias Maier [Sun, 22 Mar 2020 18:32:40 +0000 (13:32 -0500)]
Merge pull request #9712 from kronbichler/fix_compilation_tpetra-2

Fix compilation with Tpetra vector, 2nd attempt

4 years agoMerge pull request #9696 from kronbichler/step-69-links
Matthias Maier [Sun, 22 Mar 2020 17:48:18 +0000 (12:48 -0500)]
Merge pull request #9696 from kronbichler/step-69-links

Link in step-69 on tutorial page

4 years agoMerge pull request #9706 from kronbichler/remove_a_few_n_array_elements
Matthias Maier [Sun, 22 Mar 2020 17:36:19 +0000 (12:36 -0500)]
Merge pull request #9706 from kronbichler/remove_a_few_n_array_elements

Remove a few VectorizedArray::n_array_elements

4 years agoFix compilation with Tpetra vector, 2nd attempt 9712/head
Martin Kronbichler [Sun, 22 Mar 2020 16:19:48 +0000 (17:19 +0100)]
Fix compilation with Tpetra vector, 2nd attempt

4 years agoMerge pull request #9708 from kronbichler/fix_compilation_tpetra
Timo Heister [Sun, 22 Mar 2020 14:47:30 +0000 (10:47 -0400)]
Merge pull request #9708 from kronbichler/fix_compilation_tpetra

Fix compilation with Tpetra vector

4 years agoCI: check file encoding 9711/head
Timo Heister [Sun, 22 Mar 2020 14:38:31 +0000 (10:38 -0400)]
CI: check file encoding

closes #8076

4 years agoModify the function call in the test and applied the suggested changes. 8004/head
Wenyu Lei [Mon, 6 May 2019 21:26:46 +0000 (23:26 +0200)]
Modify the function call in the test and applied the suggested changes.

Applied the suggested changes

Added a new line at the end of the inst.in file

remove the white space in the last line

4 years agoName alias of VectorizedArray::size() consistently 9709/head
Peter Munch [Sun, 22 Mar 2020 07:55:33 +0000 (08:55 +0100)]
Name alias of VectorizedArray::size() consistently

4 years agoFix compilation with Tpetra vector 9708/head
Martin Kronbichler [Sun, 22 Mar 2020 07:43:10 +0000 (08:43 +0100)]
Fix compilation with Tpetra vector

4 years agoAdd changelog 9694/head
Alexander Grayver [Sat, 21 Mar 2020 07:38:14 +0000 (08:38 +0100)]
Add changelog

4 years agoRemove another VectorizedArray::n_array_elements 9706/head
Martin Kronbichler [Sat, 21 Mar 2020 16:39:48 +0000 (17:39 +0100)]
Remove another VectorizedArray::n_array_elements

4 years agoRemove a few VectorizedArray::n_array_elements in examples
Martin Kronbichler [Sat, 21 Mar 2020 16:39:28 +0000 (17:39 +0100)]
Remove a few VectorizedArray::n_array_elements in examples

4 years agoMerge pull request #9688 from peterrum/vectorized_array_deprecate_n_array_elements
Martin Kronbichler [Sat, 21 Mar 2020 14:08:59 +0000 (15:08 +0100)]
Merge pull request #9688 from peterrum/vectorized_array_deprecate_n_array_elements

Deprecate VectorizedArray::n_array_elements

4 years agoMerge pull request #9701 from agrayver/add_wiki_link_step65
Martin Kronbichler [Sat, 21 Mar 2020 14:07:21 +0000 (15:07 +0100)]
Merge pull request #9701 from agrayver/add_wiki_link_step65

Add a wiki link for high-order visualization

4 years agoMerge pull request #9693 from tjhei/muparser_warning_gcc9
Daniel Arndt [Sat, 21 Mar 2020 12:33:07 +0000 (08:33 -0400)]
Merge pull request #9693 from tjhei/muparser_warning_gcc9

remove bundled muparser gcc 9 warning

4 years agoAdd a wiki link 9701/head
Alexander Grayver [Sat, 21 Mar 2020 07:43:03 +0000 (08:43 +0100)]
Add a wiki link

4 years agoAdd mesh images
Alexander Grayver [Fri, 20 Mar 2020 18:57:42 +0000 (19:57 +0100)]
Add mesh images

4 years agoMerge pull request #9700 from bangerth/3-lines
Martin Kronbichler [Sat, 21 Mar 2020 06:31:38 +0000 (07:31 +0100)]
Merge pull request #9700 from bangerth/3-lines

Respect the 3-empty-lines rule.

4 years agoMerge pull request #9698 from bangerth/69
Martin Kronbichler [Sat, 21 Mar 2020 06:31:05 +0000 (07:31 +0100)]
Merge pull request #9698 from bangerth/69

Fix a typo.

4 years agoMerge pull request #9697 from bangerth/20-2
Martin Kronbichler [Sat, 21 Mar 2020 06:30:29 +0000 (07:30 +0100)]
Merge pull request #9697 from bangerth/20-2

Simplify the code a bit.

4 years agoMerge pull request #9699 from bangerth/51
Martin Kronbichler [Sat, 21 Mar 2020 06:29:29 +0000 (07:29 +0100)]
Merge pull request #9699 from bangerth/51

Move table formatting code next to where the table is filled.

4 years agoMerge pull request #9692 from tjhei/bundled_tbb_gcc9_warn
Wolfgang Bangerth [Sat, 21 Mar 2020 00:52:25 +0000 (01:52 +0100)]
Merge pull request #9692 from tjhei/bundled_tbb_gcc9_warn

bundled tbb warnings with gcc9

4 years agoRespect the 3-empty-lines rule. 9700/head
Wolfgang Bangerth [Sat, 21 Mar 2020 00:33:42 +0000 (18:33 -0600)]
Respect the 3-empty-lines rule.

4 years agoremove constexpr 9693/head
Timo Heister [Sat, 21 Mar 2020 00:08:57 +0000 (20:08 -0400)]
remove constexpr

4 years agoMove table formatting code next to where the table is filled. 9699/head
Wolfgang Bangerth [Fri, 20 Mar 2020 22:23:25 +0000 (16:23 -0600)]
Move table formatting code next to where the table is filled.

4 years agoFix a typo. 9698/head
Wolfgang Bangerth [Fri, 20 Mar 2020 21:51:08 +0000 (15:51 -0600)]
Fix a typo.

The word 'born' without an 'e' at the end is exclusively used in connection with 'giving
birth'. In all other contexts, the past form of 'bear' is 'borne'.

4 years agoMerge pull request #9695 from kronbichler/step-69-typo
Wolfgang Bangerth [Fri, 20 Mar 2020 21:48:54 +0000 (22:48 +0100)]
Merge pull request #9695 from kronbichler/step-69-typo

Fix a few typos in step-69

4 years agoSimplify the code a bit. 9697/head
Wolfgang Bangerth [Fri, 20 Mar 2020 21:43:17 +0000 (15:43 -0600)]
Simplify the code a bit.

Also provide a better explanation of a '(void)var;' statement.

4 years agoDeprecate n_array_elements and replace its usage 9688/head
Peter Munch [Fri, 20 Mar 2020 08:54:37 +0000 (09:54 +0100)]
Deprecate n_array_elements and replace its usage

4 years agoMerge pull request #9691 from bangerth/20
Martin Kronbichler [Fri, 20 Mar 2020 20:39:19 +0000 (21:39 +0100)]
Merge pull request #9691 from bangerth/20

Modularize step-20 better.

4 years agoLink in step-69 on tutorial page 9696/head
Martin Kronbichler [Fri, 20 Mar 2020 20:34:44 +0000 (21:34 +0100)]
Link in step-69 on tutorial page

4 years agoFix a few typos in step-69 9695/head
Martin Kronbichler [Fri, 20 Mar 2020 20:27:11 +0000 (21:27 +0100)]
Fix a few typos in step-69

4 years agoremove bundled muparser gcc 9 warning
Timo Heister [Fri, 20 Mar 2020 19:00:31 +0000 (15:00 -0400)]
remove bundled muparser gcc 9 warning

I am not sure I understand if the default assignment operator does the
right thing here, but this avoids the warning and shouldn't change
functionality.

4 years agobundled tbb warnings with gcc9 9692/head
Timo Heister [Fri, 20 Mar 2020 18:56:06 +0000 (14:56 -0400)]
bundled tbb warnings with gcc9

I see a couple of strncpy warnings with gcc 9 in our bundled tbb.
Instead of trying to fix the code (it looks correct as it is wrapped in
an if to check the length), just disable the warning.

4 years agoModularize step-20 better. 9691/head
Wolfgang Bangerth [Fri, 20 Mar 2020 16:59:11 +0000 (10:59 -0600)]
Modularize step-20 better.

4 years agoMerge pull request #9686 from tamiko/tensor_cleanup
Wolfgang Bangerth [Fri, 20 Mar 2020 15:10:31 +0000 (16:10 +0100)]
Merge pull request #9686 from tamiko/tensor_cleanup

base/tensor.h - small cleanups

4 years agoMerge pull request #9681 from peterrum/vectorized_array_size_type
Martin Kronbichler [Fri, 20 Mar 2020 10:35:53 +0000 (11:35 +0100)]
Merge pull request #9681 from peterrum/vectorized_array_size_type

Change type of template argument width of VectorizedArray to std::size_t

4 years agoChange type of template argument width of VectorizedArray to std::size_t 9681/head
Peter Munch [Thu, 19 Mar 2020 09:56:03 +0000 (10:56 +0100)]
Change type of template argument width of VectorizedArray to std::size_t

4 years agoMerge pull request #9675 from peterrum/vectorized_array_advance
Daniel Arndt [Fri, 20 Mar 2020 04:24:23 +0000 (00:24 -0400)]
Merge pull request #9675 from peterrum/vectorized_array_advance

VectorizedArrayIterator enable std::advance()

4 years agobase/tensor.h add two static asserts 9686/head
Matthias Maier [Thu, 19 Mar 2020 23:44:00 +0000 (18:44 -0500)]
base/tensor.h add two static asserts

Take over Wolfgang's static_assert from pull request #9685

Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
4 years agoRevert "Bugfix: Allow compilation in C++98 mode"
Matthias Maier [Thu, 19 Mar 2020 23:37:27 +0000 (18:37 -0500)]
Revert "Bugfix: Allow compilation in C++98 mode"

This reverts commit f61b1485f9d54066349239c83361db231f13c42e.

4 years agobase/tensor.h: remove redundant recursion step
Matthias Maier [Thu, 19 Mar 2020 23:40:27 +0000 (18:40 -0500)]
base/tensor.h: remove redundant recursion step

4 years agoMerge pull request #9530 from simonsticko/correcting_derivatives_mapping_cartesian
Wolfgang Bangerth [Thu, 19 Mar 2020 19:21:50 +0000 (20:21 +0100)]
Merge pull request #9530 from simonsticko/correcting_derivatives_mapping_cartesian

Avoid correcting higher derivatives if mapping is Cartesian

4 years agoVectorizedArrayIterator enable std::advance() 9675/head
Peter Munch [Wed, 18 Mar 2020 00:17:09 +0000 (01:17 +0100)]
VectorizedArrayIterator enable std::advance()

4 years agoMerge pull request #9679 from masterleinad/default_copy_constructor_matrixblock
Daniel Arndt [Thu, 19 Mar 2020 18:31:23 +0000 (14:31 -0400)]
Merge pull request #9679 from masterleinad/default_copy_constructor_matrixblock

Default copy constructor for MatrixBlock

4 years agoMerge pull request #9676 from nfehn/initializer_vs_vector_2
Wolfgang Bangerth [Thu, 19 Mar 2020 16:45:16 +0000 (17:45 +0100)]
Merge pull request #9676 from nfehn/initializer_vs_vector_2

merge_triangulations(): replace std::initializer_list by std::vector

4 years agoMerge pull request #9100 from tjhei/mg_data_out_clean
Wolfgang Bangerth [Thu, 19 Mar 2020 16:41:01 +0000 (17:41 +0100)]
Merge pull request #9100 from tjhei/mg_data_out_clean

Multigrid DataOut

4 years agoMerge pull request #9677 from tjhei/remove-step-19
David Wells [Thu, 19 Mar 2020 13:38:31 +0000 (09:38 -0400)]
Merge pull request #9677 from tjhei/remove-step-19

remove step-19

4 years agoAvoid correcting higher derivatives if mapping is Cartesian. 9530/head
Simon Sticko [Fri, 14 Feb 2020 13:38:13 +0000 (14:38 +0100)]
Avoid correcting higher derivatives if mapping is Cartesian.

Correcting the 3rd derivative with the derivatives of the Jacobian is
expensive. If the used mapping is Cartesian the derivatives of the
Jacobian will be zero and don't need to be corrected. Check if this is
the case before computing the correction terms.

4 years agoMerge pull request #9678 from tjhei/constexpr_cxx14_rename
Daniel Arndt [Thu, 19 Mar 2020 02:01:08 +0000 (22:01 -0400)]
Merge pull request #9678 from tjhei/constexpr_cxx14_rename

rename _HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR

4 years agoDefault copy constructor for MatrixBlock 9679/head
Daniel Arndt [Wed, 18 Mar 2020 22:55:28 +0000 (18:55 -0400)]
Default copy constructor for MatrixBlock

4 years agorename _HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR 9678/head
Timo Heister [Wed, 18 Mar 2020 20:35:22 +0000 (16:35 -0400)]
rename _HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR

Rename DEAL_II_HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR to
DEAL_II_HAVE_CXX14_CONSTEXPR as it better expresses the meaning.

4 years agoMerge pull request #9639 from peterrum/nonconti_padding
Martin Kronbichler [Wed, 18 Mar 2020 20:12:25 +0000 (21:12 +0100)]
Merge pull request #9639 from peterrum/nonconti_padding

Enable Utilities::MPI::NoncontiguousPartitioner to handle padding

4 years agoremove step-19 9677/head
Timo Heister [Wed, 18 Mar 2020 13:45:19 +0000 (09:45 -0400)]
remove step-19

closes #2046

4 years agochangelog 9100/head
Timo Heister [Wed, 18 Mar 2020 15:32:49 +0000 (11:32 -0400)]
changelog

4 years agoinitial version of mg_data_out
Timo Heister [Mon, 2 Sep 2019 14:05:08 +0000 (10:05 -0400)]
initial version of mg_data_out

4 years agochange declarations 9676/head
Niklas Fehn [Wed, 18 Mar 2020 08:00:55 +0000 (09:00 +0100)]
change declarations

4 years agoEnable Utilities::MPI::NoncontiguousPartitioner to handle padding 9639/head
Peter Munch [Sun, 8 Mar 2020 21:56:30 +0000 (22:56 +0100)]
Enable Utilities::MPI::NoncontiguousPartitioner to handle padding

4 years agomerge_triangulations(): replace std::initializer_list by std::vector
Niklas Fehn [Wed, 18 Mar 2020 07:33:04 +0000 (08:33 +0100)]
merge_triangulations(): replace std::initializer_list by std::vector

4 years agoMerge pull request #9670 from tjhei/remove_refs_to_step_19
Daniel Arndt [Wed, 18 Mar 2020 03:23:32 +0000 (23:23 -0400)]
Merge pull request #9670 from tjhei/remove_refs_to_step_19

remove references to step-19

4 years agoMerge pull request #9673 from tjhei/clang_4_constexpr
Daniel Arndt [Wed, 18 Mar 2020 03:23:00 +0000 (23:23 -0400)]
Merge pull request #9673 from tjhei/clang_4_constexpr

clang 4 constexpr detection

4 years agoMerge pull request #9674 from peterrum/vectorized_array_disance
Daniel Arndt [Wed, 18 Mar 2020 03:22:32 +0000 (23:22 -0400)]
Merge pull request #9674 from peterrum/vectorized_array_disance

VectorizedArrayIterator enable std::distance and add operator+

4 years agoMerge pull request #9509 from marcfehling/bug-serialization
Wolfgang Bangerth [Wed, 18 Mar 2020 01:24:43 +0000 (02:24 +0100)]
Merge pull request #9509 from marcfehling/bug-serialization

Explicitly call p4est's repartition functions instead of p::d::Tria::repartition().

4 years agoVectorizedArrayIterator enable std::distance and add operator+ 9674/head
Peter Munch [Wed, 18 Mar 2020 00:17:09 +0000 (01:17 +0100)]
VectorizedArrayIterator enable std::distance and add operator+

4 years agoMerge pull request #9658 from tjhei/check_doxygen_disallow_h2
Timo Heister [Tue, 17 Mar 2020 21:03:37 +0000 (17:03 -0400)]
Merge pull request #9658 from tjhei/check_doxygen_disallow_h2

disallow h2 in tutorial headers

4 years agodisallow h2 in tutorial headers 9658/head
Timo Heister [Fri, 13 Mar 2020 12:59:42 +0000 (08:59 -0400)]
disallow h2 in tutorial headers

4 years agoaddress comment 9673/head
Timo Heister [Tue, 17 Mar 2020 18:27:10 +0000 (14:27 -0400)]
address comment

4 years agoMerge pull request #9671 from tjhei/tests_hdf5_fix
Daniel Arndt [Tue, 17 Mar 2020 17:53:20 +0000 (13:53 -0400)]
Merge pull request #9671 from tjhei/tests_hdf5_fix

Fix hdf5 tests

4 years agoclang 4 constexpr detection
Timo Heister [Tue, 17 Mar 2020 15:06:02 +0000 (11:06 -0400)]
clang 4 constexpr detection

At least clang 4.0.1 complains about the use of non-const constexpr
functions. Fix this by setting
DEAL_II_HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR only if we actually
have CXX14 support.

4 years agouse templated version 9671/head
Timo Heister [Tue, 17 Mar 2020 15:50:33 +0000 (11:50 -0400)]
use templated version

4 years agoaddress comments 9670/head
Timo Heister [Tue, 17 Mar 2020 15:45:03 +0000 (11:45 -0400)]
address comments

4 years agoremove references to step-19
Timo Heister [Mon, 16 Mar 2020 17:39:23 +0000 (13:39 -0400)]
remove references to step-19

part of #2046

4 years agoMerge pull request #9669 from jodlbauer/master
Martin Kronbichler [Tue, 17 Mar 2020 10:04:59 +0000 (11:04 +0100)]
Merge pull request #9669 from jodlbauer/master

MF::copy_from: add missing fields

4 years agoMF::copy_from: add missing fields 9669/head
Daniel Jodlbauer [Tue, 17 Mar 2020 07:24:56 +0000 (08:24 +0100)]
MF::copy_from: add missing fields

4 years agoFix hdf5 tests
Timo Heister [Mon, 16 Mar 2020 22:01:41 +0000 (18:01 -0400)]
Fix hdf5 tests

std::vector<hsize_t> is sent to deallog in several hdf5 tests
(get_dimensions()). Re-add the operator overload.

4 years agoMerge pull request #9644 from peterrum/dofhandlerpolicy_distributedofs
Timo Heister [Mon, 16 Mar 2020 21:47:25 +0000 (17:47 -0400)]
Merge pull request #9644 from peterrum/dofhandlerpolicy_distributedofs

Simplify internal::DoFHandlerImplementation::Policy::ParallelDistributed::distribute_dofs()…

4 years agoMerge pull request #9667 from Rombur/warning_clang_10
Wolfgang Bangerth [Mon, 16 Mar 2020 17:30:35 +0000 (18:30 +0100)]
Merge pull request #9667 from Rombur/warning_clang_10

Fix clang 10 warnings

4 years agoMerge pull request #9631 from nfehn/master
Daniel Arndt [Mon, 16 Mar 2020 13:57:30 +0000 (09:57 -0400)]
Merge pull request #9631 from nfehn/master

new free function LinearAlgebra::set_zero_mean_value()

4 years agoMerge pull request #9660 from peterrum/vectorizedarray_stdmax
Martin Kronbichler [Mon, 16 Mar 2020 10:15:50 +0000 (11:15 +0100)]
Merge pull request #9660 from peterrum/vectorizedarray_stdmax

Enable std::max_element for VectorizedArray

4 years agoEnable std::max_element for VectorizedArray 9660/head
Peter Munch [Sun, 15 Mar 2020 00:05:25 +0000 (01:05 +0100)]
Enable std::max_element for VectorizedArray

4 years agoSimplify ParallelDistributed::distribute_dofs() by using get/set_dof_indices 9644/head
Peter Munch [Tue, 10 Mar 2020 12:53:52 +0000 (13:53 +0100)]
Simplify ParallelDistributed::distribute_dofs() by using get/set_dof_indices


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.