]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoProvide the infrastructure files for step-58.
Wolfgang Bangerth [Sun, 26 Apr 2020 21:50:24 +0000 (15:50 -0600)]
Provide the infrastructure files for step-58.

4 years agoMerge pull request #9952 from masterleinad/remove_range_partitioner
Wolfgang Bangerth [Sat, 25 Apr 2020 02:44:05 +0000 (04:44 +0200)]
Merge pull request #9952 from masterleinad/remove_range_partitioner

Remove domain_partitioner and range_partitioner from TrilinosWrappers

4 years agoMerge pull request #9949 from peterrum/pst_update_number_cache_private
Wolfgang Bangerth [Sat, 25 Apr 2020 02:20:16 +0000 (04:20 +0200)]
Merge pull request #9949 from peterrum/pst_update_number_cache_private

Make parallel::shared::Triangulation::update_number_cache private

4 years agoMerge pull request #9953 from kronbichler/fix_another_test
Daniel Arndt [Fri, 24 Apr 2020 23:10:58 +0000 (19:10 -0400)]
Merge pull request #9953 from kronbichler/fix_another_test

4 years agoInclude ComponentMask in vector_tools_interpolate.h 9953/head
Martin Kronbichler [Fri, 24 Apr 2020 18:15:01 +0000 (20:15 +0200)]
Include ComponentMask in vector_tools_interpolate.h

4 years agoMerge pull request #9925 from peterrum/affine_constraints_instantiation
Martin Kronbichler [Fri, 24 Apr 2020 18:09:08 +0000 (20:09 +0200)]
Merge pull request #9925 from peterrum/affine_constraints_instantiation

Instantiate AffineConstraints::distribute_local_to_global

4 years agoMerge pull request #9943 from masterleinad/remove_trilinos_constructors
Martin Kronbichler [Fri, 24 Apr 2020 18:05:27 +0000 (20:05 +0200)]
Merge pull request #9943 from masterleinad/remove_trilinos_constructors

Remove deprecated TrilinosWrappers constructors and reinitializations

4 years agoRemove domain_partitioner and range_partitioner from TrilinosWrappers 9952/head
Daniel Arndt [Fri, 24 Apr 2020 17:11:40 +0000 (13:11 -0400)]
Remove domain_partitioner and range_partitioner from TrilinosWrappers

4 years agoMerge pull request #9946 from kronbichler/fix_tests-1
Daniel Arndt [Fri, 24 Apr 2020 12:50:20 +0000 (08:50 -0400)]
Merge pull request #9946 from kronbichler/fix_tests-1

4 years agoMake parallel::shared::Trinagulation::update_number_cache private 9949/head
Peter Munch [Fri, 24 Apr 2020 10:46:08 +0000 (12:46 +0200)]
Make parallel::shared::Trinagulation::update_number_cache private

4 years agoDo not run MF loop in parallel 9946/head
Martin Kronbichler [Fri, 24 Apr 2020 08:08:15 +0000 (10:08 +0200)]
Do not run MF loop in parallel

4 years agoInclude vector headers
Martin Kronbichler [Fri, 24 Apr 2020 08:07:39 +0000 (10:07 +0200)]
Include vector headers

4 years agoAdd some std headers for minimal bundled case
Martin Kronbichler [Fri, 24 Apr 2020 08:07:20 +0000 (10:07 +0200)]
Add some std headers for minimal bundled case

4 years agoMerge pull request #9929 from masterleinad/split_vectortools
Martin Kronbichler [Thu, 23 Apr 2020 21:57:17 +0000 (23:57 +0200)]
Merge pull request #9929 from masterleinad/split_vectortools

Split VectorTools up

4 years agoMerge pull request #9898 from bangerth/52-1
Daniel Arndt [Thu, 23 Apr 2020 16:20:21 +0000 (12:20 -0400)]
Merge pull request #9898 from bangerth/52-1

4 years agoMerge pull request #9748 from rezarastak/modify_step_21
Wolfgang Bangerth [Thu, 23 Apr 2020 15:37:23 +0000 (17:37 +0200)]
Merge pull request #9748 from rezarastak/modify_step_21

Improve DiscreteTime and use it in step 21

4 years agoMerge pull request #9919 from peterrum/OutputStyle
Luca Heltai [Thu, 23 Apr 2020 10:00:08 +0000 (12:00 +0200)]
Merge pull request #9919 from peterrum/OutputStyle

Extend OutputStyle

4 years agoMerge pull request #9941 from dangars/petsc_tvmult_changelog
Peter Munch [Thu, 23 Apr 2020 09:30:36 +0000 (11:30 +0200)]
Merge pull request #9941 from dangars/petsc_tvmult_changelog

Add changelog entry for "Add Tvmult to Petsc PreconditionJacobi"

4 years agoAdd changelog entry 9941/head
Daniel Garcia-Sanchez [Thu, 23 Apr 2020 05:36:43 +0000 (07:36 +0200)]
Add changelog entry

This adds a changelog entry for the commit
"Add Tvmult to PETSc PreconditionerBase" c29092defe521e2093f83efdfb653253baada809

4 years agoChangelog entry 9943/head
Daniel Arndt [Thu, 23 Apr 2020 03:04:26 +0000 (23:04 -0400)]
Changelog entry

4 years agoRemove deprecated TrilinosWrappers constructors and reinitializations
Daniel Arndt [Thu, 23 Apr 2020 02:56:01 +0000 (22:56 -0400)]
Remove deprecated TrilinosWrappers constructors and reinitializations

4 years agoset_next_step_size is renamed to set_desired_next_step_size 9748/head
Reza Rastak [Sun, 19 Apr 2020 06:25:52 +0000 (23:25 -0700)]
set_next_step_size is renamed to set_desired_next_step_size

4 years agochangelog added for improvements to step-21
Reza Rastak [Fri, 27 Mar 2020 04:35:28 +0000 (21:35 -0700)]
changelog added for improvements to step-21

4 years agoStep-21 modified to use DiscreteTime
Reza Rastak [Thu, 26 Mar 2020 04:54:23 +0000 (21:54 -0700)]
Step-21 modified to use DiscreteTime

4 years agoNew const member functions added to DiscreteTime
Reza Rastak [Thu, 26 Mar 2020 05:52:43 +0000 (22:52 -0700)]
New const member functions added to DiscreteTime

4 years agoInstantiate AffineConstraints::distribute_local_to_global for TrilinosWrappers::Spars... 9925/head
Peter Munch [Sat, 18 Apr 2020 21:37:18 +0000 (23:37 +0200)]
Instantiate AffineConstraints::distribute_local_to_global for TrilinosWrappers::SparseMatrix and LinearAlgebra::distributed::Vector

4 years agoExtend OutputStyle 9919/head
Peter Munch [Fri, 17 Apr 2020 19:49:43 +0000 (21:49 +0200)]
Extend OutputStyle

4 years agoMerge pull request #9934 from bangerth/delete
Daniel Arndt [Wed, 22 Apr 2020 16:31:52 +0000 (12:31 -0400)]
Merge pull request #9934 from bangerth/delete

4 years agoMerge pull request #9940 from bangerth/typo
Timo Heister [Wed, 22 Apr 2020 15:28:10 +0000 (11:28 -0400)]
Merge pull request #9940 from bangerth/typo

Fix a typo.

4 years agoFix a typo. 9940/head
Wolfgang Bangerth [Wed, 22 Apr 2020 15:07:43 +0000 (09:07 -0600)]
Fix a typo.

4 years agoExplicitly =delete copy operators for TaskDescriptor. 9934/head
Wolfgang Bangerth [Tue, 21 Apr 2020 15:49:03 +0000 (09:49 -0600)]
Explicitly =delete copy operators for TaskDescriptor.

4 years agoUse smaller vector_tools files 9929/head
Daniel Arndt [Tue, 21 Apr 2020 23:04:31 +0000 (19:04 -0400)]
Use smaller vector_tools files

4 years agoSplit vector_tools.h
Daniel Arndt [Mon, 20 Apr 2020 16:35:42 +0000 (12:35 -0400)]
Split vector_tools.h

4 years agoSplit vector_tools.templates.h
Daniel Arndt [Sun, 19 Apr 2020 16:50:21 +0000 (12:50 -0400)]
Split vector_tools.templates.h

4 years agoFix tests
Daniel Arndt [Tue, 21 Apr 2020 21:30:15 +0000 (17:30 -0400)]
Fix tests

4 years agoInstantiate boundary functions for dim<spacedim
Daniel Arndt [Tue, 21 Apr 2020 22:41:05 +0000 (18:41 -0400)]
Instantiate boundary functions for dim<spacedim

4 years agoMerge pull request #9932 from tjhei/tidy_clang10fixes
Wolfgang Bangerth [Tue, 21 Apr 2020 17:33:09 +0000 (19:33 +0200)]
Merge pull request #9932 from tjhei/tidy_clang10fixes

small clang-tidy fix

4 years agosmall clang-tidy fix 9932/head
Timo Heister [Tue, 21 Apr 2020 15:02:54 +0000 (11:02 -0400)]
small clang-tidy fix

4 years agoMerge pull request #9924 from drwells/improve-compilation-times
Timo Heister [Mon, 20 Apr 2020 22:25:50 +0000 (18:25 -0400)]
Merge pull request #9924 from drwells/improve-compilation-times

Improve compilation times

4 years agoMerge pull request #9927 from rezarastak/clang_tidy_enhance
Timo Heister [Mon, 20 Apr 2020 17:19:48 +0000 (13:19 -0400)]
Merge pull request #9927 from rezarastak/clang_tidy_enhance

Clang tidy 9.0 fixes

4 years agoMerge pull request #9912 from tjhei/doc_workload
Wolfgang Bangerth [Mon, 20 Apr 2020 16:23:23 +0000 (18:23 +0200)]
Merge pull request #9912 from tjhei/doc_workload

documentation: workload_imbalance

4 years agoMerge pull request #9926 from peterrum/tutorials_default
Daniel Arndt [Mon, 20 Apr 2020 15:52:52 +0000 (11:52 -0400)]
Merge pull request #9926 from peterrum/tutorials_default

4 years agoMerge pull request #9922 from masterleinad/build_documentation
Timo Heister [Mon, 20 Apr 2020 15:13:40 +0000 (11:13 -0400)]
Merge pull request #9922 from masterleinad/build_documentation

Build and check documentation in CI

4 years agoremove some checks in clang-tidy config 9927/head
Reza Rastak [Mon, 20 Apr 2020 04:15:47 +0000 (21:15 -0700)]
remove some checks in clang-tidy config

4 years agoseveral improvements done based on clang-tidy 9.0 suggestions
Reza Rastak [Mon, 20 Apr 2020 04:09:36 +0000 (21:09 -0700)]
several improvements done based on clang-tidy 9.0 suggestions

4 years agoRemove most <> from tutorials 9926/head
Peter Munch [Sat, 18 Apr 2020 21:54:53 +0000 (23:54 +0200)]
Remove most <> from tutorials

4 years agodocumentation: workload_imbalance and assert valid 9912/head
Timo Heister [Thu, 16 Apr 2020 21:45:52 +0000 (17:45 -0400)]
documentation: workload_imbalance and assert valid

4 years agoSplit grid_tools.cc into two instantiation files. 9924/head
David Wells [Sat, 18 Apr 2020 20:29:12 +0000 (16:29 -0400)]
Split grid_tools.cc into two instantiation files.

4 years agoMove some non-template functions into a new file.
David Wells [Sat, 18 Apr 2020 20:08:37 +0000 (16:08 -0400)]
Move some non-template functions into a new file.

This will let us split up grid_tools.cc with SPLIT_INSTANTIATIONS_COUNT
in the next step.

4 years agoTweak the settings for unity builds slightly.
David Wells [Sat, 18 Apr 2020 16:57:06 +0000 (12:57 -0400)]
Tweak the settings for unity builds slightly.

These two unity files had large (3.4 GB for fe/unity_3.cc, 5.4 GB for
grid/unity_0.cc) maximum resident set sizes.

4 years agoBuild documentation 9922/head
Daniel Arndt [Sat, 18 Apr 2020 01:58:35 +0000 (21:58 -0400)]
Build documentation

4 years agoMerge pull request #9880 from masterleinad/fix_doxygen
Wolfgang Bangerth [Sun, 19 Apr 2020 01:29:33 +0000 (03:29 +0200)]
Merge pull request #9880 from masterleinad/fix_doxygen

Avoid doxygen warnings

4 years agoMerge pull request #9915 from tjhei/move_is_multilevel_hierarchy
Daniel Arndt [Sun, 19 Apr 2020 00:47:25 +0000 (20:47 -0400)]
Merge pull request #9915 from tjhei/move_is_multilevel_hierarchy

4 years agomove is_multilevel_hierarchy_constructed() up 9915/head
Timo Heister [Fri, 17 Apr 2020 14:06:17 +0000 (10:06 -0400)]
move is_multilevel_hierarchy_constructed() up

Move is_multilevel_hierarchy_constructed() from
DistributedTriangulationBase to parallel::TriangulationBase

4 years agoMerge pull request #9921 from kronbichler/fix_parallel_vector_16_test
Daniel Arndt [Sat, 18 Apr 2020 13:11:39 +0000 (09:11 -0400)]
Merge pull request #9921 from kronbichler/fix_parallel_vector_16_test

4 years agoMerge pull request #9918 from masterleinad/remove_deprecated_ratio
Martin Kronbichler [Sat, 18 Apr 2020 09:45:15 +0000 (11:45 +0200)]
Merge pull request #9918 from masterleinad/remove_deprecated_ratio

Remove deprecated ratio member functions

4 years agoFix test mpi/parallel_vector_16 9921/head
Martin Kronbichler [Sat, 18 Apr 2020 09:39:47 +0000 (11:39 +0200)]
Fix test mpi/parallel_vector_16

4 years agoMerge pull request #9916 from drwells/improve-step-8
Daniel Arndt [Fri, 17 Apr 2020 23:12:18 +0000 (19:12 -0400)]
Merge pull request #9916 from drwells/improve-step-8

4 years agohotfix step-50 9880/head
Daniel Arndt [Fri, 17 Apr 2020 22:12:10 +0000 (18:12 -0400)]
hotfix step-50

4 years agoFix source
Daniel Arndt [Fri, 17 Apr 2020 21:46:05 +0000 (17:46 -0400)]
Fix source

4 years agoFix include
Daniel Arndt [Fri, 17 Apr 2020 21:12:57 +0000 (17:12 -0400)]
Fix include

4 years agoFix examples
Daniel Arndt [Fri, 17 Apr 2020 21:12:19 +0000 (17:12 -0400)]
Fix examples

4 years agoFix doc
Daniel Arndt [Fri, 17 Apr 2020 21:12:00 +0000 (17:12 -0400)]
Fix doc

4 years agoMerge pull request #9917 from nfehn/step-35
Wolfgang Bangerth [Fri, 17 Apr 2020 16:38:01 +0000 (18:38 +0200)]
Merge pull request #9917 from nfehn/step-35

improve documentation of step-35

4 years agoFix indentation
Daniel Arndt [Mon, 13 Apr 2020 00:42:57 +0000 (20:42 -0400)]
Fix indentation

4 years agoEnable zlib again for doxygen
Daniel Arndt [Mon, 13 Apr 2020 00:40:59 +0000 (20:40 -0400)]
Enable zlib again for doxygen

4 years agoUpdate doc/doxygen/options.dox.in
Daniel Arndt [Mon, 13 Apr 2020 00:38:59 +0000 (20:38 -0400)]
Update doc/doxygen/options.dox.in

Co-Authored-By: Timo Heister <timo.heister@gmail.com>
4 years agoMiscallaneous fixes
Daniel Arndt [Mon, 13 Apr 2020 00:07:39 +0000 (20:07 -0400)]
Miscallaneous fixes

4 years agoDon't copy from FEEvaluationAccess
Daniel Arndt [Mon, 13 Apr 2020 00:07:04 +0000 (20:07 -0400)]
Don't copy from FEEvaluationAccess

4 years agoFix more link requests
Daniel Arndt [Mon, 13 Apr 2020 00:06:36 +0000 (20:06 -0400)]
Fix more link requests

4 years agoDon't use template argument in documentation
Daniel Arndt [Sun, 12 Apr 2020 23:56:52 +0000 (19:56 -0400)]
Don't use template argument in documentation

4 years agoDon't use dealii:: in tria_objects.h
Daniel Arndt [Sun, 12 Apr 2020 23:56:06 +0000 (19:56 -0400)]
Don't use dealii:: in tria_objects.h

4 years agoAvoid some failing link requests
Daniel Arndt [Sun, 12 Apr 2020 23:55:33 +0000 (19:55 -0400)]
Avoid some failing link requests

4 years agoHide internal functions and specializations
Daniel Arndt [Sun, 12 Apr 2020 23:44:59 +0000 (19:44 -0400)]
Hide internal functions and specializations

4 years agoUse @p instead of @param
Daniel Arndt [Sun, 12 Apr 2020 23:43:32 +0000 (19:43 -0400)]
Use @p instead of @param

4 years agoFix CoarseningStrategies
Daniel Arndt [Sun, 12 Apr 2020 23:42:25 +0000 (19:42 -0400)]
Fix CoarseningStrategies

4 years agoFix symengine_*_operations.h
Daniel Arndt [Sun, 12 Apr 2020 23:41:24 +0000 (19:41 -0400)]
Fix symengine_*_operations.h

4 years agoFix std namespace
Daniel Arndt [Sun, 12 Apr 2020 23:38:06 +0000 (19:38 -0400)]
Fix std namespace

4 years agoFix examples
Daniel Arndt [Sun, 12 Apr 2020 23:36:45 +0000 (19:36 -0400)]
Fix examples

4 years agoModify options.dox.in
Daniel Arndt [Sun, 12 Apr 2020 23:16:13 +0000 (19:16 -0400)]
Modify options.dox.in

4 years agoFix doc entries
Daniel Arndt [Sun, 12 Apr 2020 23:04:42 +0000 (19:04 -0400)]
Fix doc entries

4 years agoFix step-*
Daniel Arndt [Sun, 12 Apr 2020 23:00:29 +0000 (19:00 -0400)]
Fix step-*

4 years agoRemove deprecated ratio member functions 9918/head
Daniel Arndt [Fri, 17 Apr 2020 16:13:29 +0000 (12:13 -0400)]
Remove deprecated ratio member functions

4 years agoimprove documentation of step-35 9917/head
Niklas Fehn [Fri, 17 Apr 2020 16:12:52 +0000 (18:12 +0200)]
improve documentation of step-35

4 years agostep-8: make text agree with code. 9916/head
David Wells [Fri, 17 Apr 2020 15:33:46 +0000 (11:33 -0400)]
step-8: make text agree with code.

4 years agoMerge pull request #9906 from masterleinad/remove_deprecated_vector_print
Wolfgang Bangerth [Fri, 17 Apr 2020 15:31:08 +0000 (17:31 +0200)]
Merge pull request #9906 from masterleinad/remove_deprecated_vector_print

Remove deprecated Vector::print overloads

4 years agostep-8: make setup more like step-6.
David Wells [Fri, 17 Apr 2020 15:07:01 +0000 (11:07 -0400)]
step-8: make setup more like step-6.

4 years agostep-8: improve header whitespace.
David Wells [Thu, 16 Apr 2020 20:51:48 +0000 (16:51 -0400)]
step-8: improve header whitespace.

4 years agostep-8: remove destructor.
David Wells [Thu, 16 Apr 2020 20:43:11 +0000 (16:43 -0400)]
step-8: remove destructor.

step-6 no longer has a destructor anyway (see aae3ab83d2).

4 years agostep-8: Improve doxygen links.
David Wells [Thu, 16 Apr 2020 20:51:10 +0000 (16:51 -0400)]
step-8: Improve doxygen links.

We do not need to surround these class names with <code></code>.

4 years agostep-8: use {} instead of very long type.
David Wells [Wed, 15 Apr 2020 19:13:29 +0000 (15:13 -0400)]
step-8: use {} instead of very long type.

4 years agoMerge pull request #9911 from masterleinad/use_checkout_v2_for_windows
Timo Heister [Fri, 17 Apr 2020 14:12:37 +0000 (10:12 -0400)]
Merge pull request #9911 from masterleinad/use_checkout_v2_for_windows

Also use checkout@v2 for Windows CI

4 years agoFix tests 9906/head
Daniel Arndt [Fri, 17 Apr 2020 01:30:59 +0000 (21:30 -0400)]
Fix tests

4 years agostep-8: Use AffineConstraints::distribute_local_to_global().
David Wells [Wed, 15 Apr 2020 19:13:02 +0000 (15:13 -0400)]
step-8: Use AffineConstraints::distribute_local_to_global().

4 years agostep-8: use MathJax in some formulas.
David Wells [Wed, 15 Apr 2020 18:52:27 +0000 (14:52 -0400)]
step-8: use MathJax in some formulas.

Also use <tt></tt> where appropriate for typesetting variables.

4 years agoMerge pull request #9910 from masterleinad/fix_petsc_copy_to_dealvec_block
Daniel Arndt [Thu, 16 Apr 2020 22:30:52 +0000 (18:30 -0400)]
Merge pull request #9910 from masterleinad/fix_petsc_copy_to_dealvec_block

4 years agoAlso use chevkout@v2 for Windows CI 9911/head
Daniel Arndt [Thu, 16 Apr 2020 20:56:34 +0000 (16:56 -0400)]
Also use chevkout@v2 for Windows CI

4 years agoMerge pull request #9907 from kronbichler/do_not_include_fe_q_h
Martin Kronbichler [Thu, 16 Apr 2020 19:52:29 +0000 (21:52 +0200)]
Merge pull request #9907 from kronbichler/do_not_include_fe_q_h

Do not include fe_q.h in mapping_q_generic.h

4 years agoMerge pull request #9905 from drwells/remove-static-casts
Martin Kronbichler [Thu, 16 Apr 2020 18:40:34 +0000 (20:40 +0200)]
Merge pull request #9905 from drwells/remove-static-casts

Remove some unneeded static casts.

4 years agoFix petsc/copy_to_dealvec_block 9910/head
Daniel Arndt [Thu, 16 Apr 2020 18:20:26 +0000 (14:20 -0400)]
Fix petsc/copy_to_dealvec_block


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.