]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoboost: fix misleading indent
Timo Heister [Thu, 26 Mar 2020 21:21:31 +0000 (17:21 -0400)]
boost: fix misleading indent

4 years agofix clang 10 warnings
Timo Heister [Thu, 26 Mar 2020 20:59:34 +0000 (16:59 -0400)]
fix clang 10 warnings

4 years agoMerge pull request #9738 from peterrum/mf_util_fix
Daniel Arndt [Thu, 26 Mar 2020 14:31:02 +0000 (10:31 -0400)]
Merge pull request #9738 from peterrum/mf_util_fix

Fix MatrixFreeTools

4 years agoFix MatrixFreeTools 9738/head
Peter Munch [Thu, 26 Mar 2020 09:29:32 +0000 (10:29 +0100)]
Fix MatrixFreeTools

4 years agoMerge pull request #9737 from gassmoeller/specify_unique_namespace
Daniel Arndt [Thu, 26 Mar 2020 04:58:46 +0000 (00:58 -0400)]
Merge pull request #9737 from gassmoeller/specify_unique_namespace

Uniquely specify namespace

4 years agoMerge pull request #9731 from peterrum/mf_util
Daniel Arndt [Thu, 26 Mar 2020 02:31:06 +0000 (22:31 -0400)]
Merge pull request #9731 from peterrum/mf_util

Introduce new namespace MatrixFreeTools

4 years agoMerge pull request #9735 from peterrum/dofhandler_n_locally_owned_dofs_return_type
Wolfgang Bangerth [Thu, 26 Mar 2020 01:42:08 +0000 (02:42 +0100)]
Merge pull request #9735 from peterrum/dofhandler_n_locally_owned_dofs_return_type

Change return type of DoFHandler::n_locally_owned_dofs()

4 years agoUniquely specify namespace 9737/head
Rene Gassmoeller [Wed, 25 Mar 2020 23:36:49 +0000 (16:36 -0700)]
Uniquely specify namespace

4 years agoMerge pull request #9736 from masterleinad/replace_construction_data
Martin Kronbichler [Wed, 25 Mar 2020 22:07:32 +0000 (23:07 +0100)]
Merge pull request #9736 from masterleinad/replace_construction_data

Replace ConstructionData in documentation

4 years agoReplace ConstructionData in documentation 9736/head
Daniel Arndt [Wed, 25 Mar 2020 21:17:22 +0000 (17:17 -0400)]
Replace ConstructionData in documentation

4 years agoIntroduce new namespace MatrixFreeTools 9731/head
Peter Munch [Wed, 25 Mar 2020 09:54:32 +0000 (10:54 +0100)]
Introduce new namespace MatrixFreeTools

4 years agoChange return type of DoFHandler::n_locally_owned_dofs() 9735/head
Peter Munch [Wed, 25 Mar 2020 21:08:29 +0000 (22:08 +0100)]
Change return type of DoFHandler::n_locally_owned_dofs()

4 years agoMerge pull request #9725 from tjhei/deprecate_n_array_explain
Martin Kronbichler [Wed, 25 Mar 2020 12:33:26 +0000 (13:33 +0100)]
Merge pull request #9725 from tjhei/deprecate_n_array_explain

annotate deprecation of n_array_elements

4 years agoannotate deprecation of n_array_elements 9725/head
Timo Heister [Tue, 24 Mar 2020 15:03:33 +0000 (11:03 -0400)]
annotate deprecation of n_array_elements

We should always add a comment for a replacement when deprecating
something. It was not obvious here.
Follow-up to #9688

4 years agoMerge pull request #9730 from peterrum/nonconti_reserve
Martin Kronbichler [Wed, 25 Mar 2020 11:28:23 +0000 (12:28 +0100)]
Merge pull request #9730 from peterrum/nonconti_reserve

Fix reserve in NoncontiguousPartitioner

4 years agoFix reserve in NoncontiguousPartitioner 9730/head
Peter Munch [Wed, 25 Mar 2020 07:23:37 +0000 (08:23 +0100)]
Fix reserve in NoncontiguousPartitioner

4 years agoMerge pull request #9645 from tjhei/precondition_chebyshev_report_eig
Martin Kronbichler [Wed, 25 Mar 2020 07:07:55 +0000 (08:07 +0100)]
Merge pull request #9645 from tjhei/precondition_chebyshev_report_eig

PreconditionChebyshev: report stats with output_details

4 years agoMerge pull request #9728 from rezarastak/tutorial_doc_fix
Wolfgang Bangerth [Wed, 25 Mar 2020 04:10:26 +0000 (05:10 +0100)]
Merge pull request #9728 from rezarastak/tutorial_doc_fix

links in the tutorials page fixed

4 years agolinks in the tutorials page fixed 9728/head
Reza Rastak [Wed, 25 Mar 2020 03:31:18 +0000 (20:31 -0700)]
links in the tutorials page fixed

4 years agoMerge pull request #9724 from tjhei/mpi_no_avoid_a_deadlock_error_text
Martin Kronbichler [Tue, 24 Mar 2020 16:46:54 +0000 (17:46 +0100)]
Merge pull request #9724 from tjhei/mpi_no_avoid_a_deadlock_error_text

MPI: silence "avoid a deadlock" error message

4 years agoMerge pull request #9715 from bangerth/doc
Martin Kronbichler [Tue, 24 Mar 2020 15:30:21 +0000 (16:30 +0100)]
Merge pull request #9715 from bangerth/doc

Minor additions to the documentation about higher order output.

4 years agoMerge pull request #9719 from peterrum/mf_tree_fix
Martin Kronbichler [Tue, 24 Mar 2020 15:29:51 +0000 (16:29 +0100)]
Merge pull request #9719 from peterrum/mf_tree_fix

Fix MatrixFree graph

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 agoMPI: silence "avoid a deadlock" error message 9724/head
Timo Heister [Tue, 24 Mar 2020 14:32:17 +0000 (10:32 -0400)]
MPI: silence "avoid a deadlock" error message

When an exception occurs (solver convergence, out of memory, etc..), we
end up printing an error message from every single MPI rank. I have
never used this information in practice and it produces a lot of
unnecessary noise. Even worse, it produces gigantic, useless log files
when running with 100k+ MPI ranks. Therefore, I proposed removing this
altogether.

4 years agoFix MatrixFree graph 9719/head
Peter Munch [Mon, 23 Mar 2020 15:38:56 +0000 (16:38 +0100)]
Fix MatrixFree graph

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 agochangelog 9645/head
Timo Heister [Mon, 23 Mar 2020 17:31:08 +0000 (13:31 -0400)]
changelog

4 years agoaddress comments, add documentation
Timo Heister [Mon, 23 Mar 2020 12:39:22 +0000 (08:39 -0400)]
address comments, add documentation

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 agoPreconditionChebyshev: report eigenvalue statistics
Timo Heister [Mon, 9 Mar 2020 21:29:35 +0000 (17:29 -0400)]
PreconditionChebyshev: report eigenvalue statistics

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


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.