]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoUpdate doc for VTKFlags::write_higher_order_cells. 10316/head
Marc Fehling [Fri, 22 May 2020 18:27:57 +0000 (20:27 +0200)]
Update doc for VTKFlags::write_higher_order_cells.

4 years agoMerge pull request #10306 from bangerth/affine
Martin Kronbichler [Fri, 22 May 2020 14:23:21 +0000 (16:23 +0200)]
Merge pull request #10306 from bangerth/affine

Rename namespace internals:: to internal::AffineConstraints::.

4 years agoMerge pull request #10299 from gassmoeller/improve_find_cell_documentation
Luca Heltai [Fri, 22 May 2020 14:14:09 +0000 (16:14 +0200)]
Merge pull request #10299 from gassmoeller/improve_find_cell_documentation

Refactor GridTools::DistributedComputePointLocations

4 years agoMerge pull request #8711 from GrahamBenHarper/graham_dev_fe_poly
Martin Kronbichler [Fri, 22 May 2020 09:46:17 +0000 (11:46 +0200)]
Merge pull request #8711 from GrahamBenHarper/graham_dev_fe_poly

[Post 9.2] Remove PolynomialType template argument from FE_Poly

4 years agoMerge pull request #10302 from bangerth/particles_dataout
Daniel Arndt [Fri, 22 May 2020 03:38:14 +0000 (23:38 -0400)]
Merge pull request #10302 from bangerth/particles_dataout

4 years agoMerge pull request #10303 from bangerth/message
Daniel Arndt [Fri, 22 May 2020 03:37:13 +0000 (23:37 -0400)]
Merge pull request #10303 from bangerth/message

4 years agoMerge pull request #10297 from drwells/remove-cxx11-headers
Daniel Arndt [Fri, 22 May 2020 03:33:15 +0000 (23:33 -0400)]
Merge pull request #10297 from drwells/remove-cxx11-headers

4 years agoRename namespace internals:: to internal::AffineConstraints::. 10306/head
Wolfgang Bangerth [Fri, 22 May 2020 02:34:18 +0000 (20:34 -0600)]
Rename namespace internals:: to internal::AffineConstraints::.

The AffineConstraints class and friends put things into a namespace 'internals'. That's
an uncommon name: We typically use 'internal::'. But a lot of the things in that namespace
also have rather generic names, so do as we often do in such cases: further qualify
the name to indicate what class the internals correspond to.

4 years agoRemove C++11 compatibility headers. 10297/head
David Wells [Thu, 21 May 2020 22:26:25 +0000 (18:26 -0400)]
Remove C++11 compatibility headers.

4 years agoFix a missing space in an error message. 10303/head
Wolfgang Bangerth [Fri, 22 May 2020 00:15:22 +0000 (18:15 -0600)]
Fix a missing space in an error message.

4 years agoDrop a now defaulted template argument. 10302/head
Wolfgang Bangerth [Fri, 22 May 2020 00:14:40 +0000 (18:14 -0600)]
Drop a now defaulted template argument.

4 years agoAdd a changelog entry.
Wolfgang Bangerth [Fri, 22 May 2020 00:13:29 +0000 (18:13 -0600)]
Add a changelog entry.

4 years agoDefault the second template argument of Particles::DataOut.
Wolfgang Bangerth [Fri, 22 May 2020 00:11:56 +0000 (18:11 -0600)]
Default the second template argument of Particles::DataOut.

Like in many other classes, default 'spacedim' to 'dim'.

4 years agoRefactor GridTools::DistributedComputePointLocations 10299/head
Rene Gassmoeller [Thu, 21 May 2020 23:42:41 +0000 (16:42 -0700)]
Refactor GridTools::DistributedComputePointLocations

4 years agoMerge pull request #9868 from jppelteret/ccache_01
Matthias Maier [Thu, 21 May 2020 21:53:08 +0000 (16:53 -0500)]
Merge pull request #9868 from jppelteret/ccache_01

Add documentation on using CCache

4 years agoMerge pull request #10287 from drwells/remove-lapack-templates-header
Daniel Arndt [Thu, 21 May 2020 19:07:47 +0000 (15:07 -0400)]
Merge pull request #10287 from drwells/remove-lapack-templates-header

4 years agoMerge pull request #10294 from bangerth/doc
David Wells [Thu, 21 May 2020 18:55:24 +0000 (14:55 -0400)]
Merge pull request #10294 from bangerth/doc

Random doc improvements.

4 years agoRandom doc improvements. 10294/head
Wolfgang Bangerth [Thu, 21 May 2020 18:30:19 +0000 (12:30 -0600)]
Random doc improvements.

Scenes from my frequent random walks through the library.

4 years agoAdd changelog entry 8711/head
Daniel Arndt [Thu, 21 May 2020 16:51:39 +0000 (12:51 -0400)]
Add changelog entry

4 years agoUpdate test output
Daniel Arndt [Thu, 21 May 2020 16:31:52 +0000 (12:31 -0400)]
Update test output

4 years agoAvoid unnecessary casts
Daniel Arndt [Thu, 21 May 2020 16:31:37 +0000 (12:31 -0400)]
Avoid unnecessary casts

4 years agoFix numbering
Daniel Arndt [Thu, 21 May 2020 16:30:54 +0000 (12:30 -0400)]
Fix numbering

4 years agoIntroduce get_poly_space()
Daniel Arndt [Thu, 21 May 2020 16:26:11 +0000 (12:26 -0400)]
Introduce get_poly_space()

4 years agoFix PolynomialsP
Daniel Arndt [Thu, 21 May 2020 16:19:07 +0000 (12:19 -0400)]
Fix PolynomialsP

4 years agoFix compiling for dim=0
Daniel Arndt [Thu, 21 May 2020 16:16:24 +0000 (12:16 -0400)]
Fix compiling for dim=0

4 years agoFix documentation
Daniel Arndt [Thu, 21 May 2020 16:05:26 +0000 (12:05 -0400)]
Fix documentation

4 years agoImplement compute_*_derivative
Daniel Arndt [Thu, 21 May 2020 16:04:10 +0000 (12:04 -0400)]
Implement compute_*_derivative

4 years agoMerge pull request #10293 from tjhei/master-doxygen-fixes
Matthias Maier [Thu, 21 May 2020 00:14:34 +0000 (19:14 -0500)]
Merge pull request #10293 from tjhei/master-doxygen-fixes

Master doxygen fixes

4 years ago[9.2] fix step-70 doxygen formula 10293/head
Timo Heister [Wed, 20 May 2020 19:59:57 +0000 (15:59 -0400)]
[9.2] fix step-70 doxygen formula

fix broken formula (no & allowed in multline)

4 years agoswitch to mathtt
Timo Heister [Wed, 20 May 2020 20:56:06 +0000 (16:56 -0400)]
switch to mathtt

4 years ago[9.2] fix step-69 doxygen formula
Timo Heister [Wed, 20 May 2020 20:44:38 +0000 (16:44 -0400)]
[9.2] fix step-69 doxygen formula

this works with and without mathjax

4 years agoMerge pull request #10289 from tamiko/fix_python_wrapper_tetss
Timo Heister [Wed, 20 May 2020 20:02:42 +0000 (16:02 -0400)]
Merge pull request #10289 from tamiko/fix_python_wrapper_tetss

contrib/python_wrapper: set environment correctly

4 years agocontrib/python_wrapper: set environment correctly 10289/head
Matthias Maier [Wed, 20 May 2020 19:49:32 +0000 (14:49 -0500)]
contrib/python_wrapper: set environment correctly

4 years agoMerge pull request #10280 from bangerth/70-2
Matthias Maier [Wed, 20 May 2020 19:22:28 +0000 (14:22 -0500)]
Merge pull request #10280 from bangerth/70-2

Link in step-70 pictures and videos.

4 years agoRemove lapack_templates.h from more public headers. 10287/head
David Wells [Wed, 20 May 2020 19:01:22 +0000 (15:01 -0400)]
Remove lapack_templates.h from more public headers.

As mentioned previously, this file can conflict with other packages' LAPACK
wrapper headers. Fortunately we only currently use three LAPACK functions in
headers - its easy enough to special-case these so that we can get rid of the
header inclusion.

Fixes #9135.

4 years agoMerge pull request #10139 from peterrum/dofhandler_policy_distribute_dofs_on_level
Martin Kronbichler [Wed, 20 May 2020 18:44:19 +0000 (20:44 +0200)]
Merge pull request #10139 from peterrum/dofhandler_policy_distribute_dofs_on_level

Simplify internal::DoFHandlerImplementation::Policy::ParallelDistributed::distribute_dofs_on_level()

4 years agoMerge pull request #10283 from MFraters/fix_bug_in_symmetric_tensor_unroll
Daniel Arndt [Wed, 20 May 2020 17:36:07 +0000 (13:36 -0400)]
Merge pull request #10283 from MFraters/fix_bug_in_symmetric_tensor_unroll

4 years agoexpand symmetric tensor 24 test, testing unrolling of component indices for higher... 10283/head
Menno Fraters [Wed, 20 May 2020 06:28:48 +0000 (23:28 -0700)]
expand symmetric tensor 24 test, testing unrolling of component indices for higher dim than 3.

4 years agoMerge pull request #10286 from peterrum/celldata_move_implementation
David Wells [Wed, 20 May 2020 13:20:55 +0000 (09:20 -0400)]
Merge pull request #10286 from peterrum/celldata_move_implementation

Move implementation of CellData to the correct file

4 years agoMove implementation of CellData to the correct file 10286/head
Peter Munch [Wed, 20 May 2020 08:23:36 +0000 (10:23 +0200)]
Move implementation of CellData to the correct file

4 years agofix bug in symmetric tensor unrolled_to_component_indices function.
Menno Fraters [Wed, 20 May 2020 01:59:57 +0000 (18:59 -0700)]
fix bug in symmetric tensor unrolled_to_component_indices function.

4 years agoAlso link in 3d results. 10280/head
Wolfgang Bangerth [Tue, 19 May 2020 21:49:40 +0000 (15:49 -0600)]
Also link in 3d results.

4 years agoLink in step-70 pictures and videos.
Wolfgang Bangerth [Tue, 19 May 2020 18:01:25 +0000 (12:01 -0600)]
Link in step-70 pictures and videos.

4 years agoMerge pull request #10275 from bangerth/70
Martin Kronbichler [Tue, 19 May 2020 18:01:06 +0000 (20:01 +0200)]
Merge pull request #10275 from bangerth/70

More updates to step-70

4 years agoMerge pull request #10272 from tjhei/step-70-unused-variable
Matthias Maier [Tue, 19 May 2020 16:30:24 +0000 (11:30 -0500)]
Merge pull request #10272 from tjhei/step-70-unused-variable

step-70: remove unused variable

4 years agoMerge pull request #10271 from tjhei/step-70-fix-petsc
David Wells [Tue, 19 May 2020 15:39:07 +0000 (11:39 -0400)]
Merge pull request #10271 from tjhei/step-70-fix-petsc

step-70: add missing compress() call

4 years agoMerge pull request #10269 from tjhei/step-70-petsc-fix
Daniel Arndt [Tue, 19 May 2020 15:29:59 +0000 (11:29 -0400)]
Merge pull request #10269 from tjhei/step-70-petsc-fix

4 years agoRename a variable in step-70 to better match its intent. 10275/head
Wolfgang Bangerth [Tue, 19 May 2020 14:57:42 +0000 (08:57 -0600)]
Rename a variable in step-70 to better match its intent.

4 years agoLeave more references to step-70.
Wolfgang Bangerth [Tue, 19 May 2020 14:44:06 +0000 (08:44 -0600)]
Leave more references to step-70.

4 years agostep-70: remove unused variable 10272/head
Timo Heister [Tue, 19 May 2020 13:48:58 +0000 (09:48 -0400)]
step-70: remove unused variable

4 years agostep-70: add missing compress() call 10271/head
Timo Heister [Tue, 19 May 2020 13:45:35 +0000 (09:45 -0400)]
step-70: add missing compress() call

fixes #10270

4 years agofix PETSc step-70 compilation 10269/head
Timo Heister [Tue, 19 May 2020 13:36:41 +0000 (09:36 -0400)]
fix PETSc step-70 compilation

candidate for 9.2

4 years agoMerge pull request #10266 from masterleinad/fix_python_test
Matthias Maier [Tue, 19 May 2020 07:19:21 +0000 (02:19 -0500)]
Merge pull request #10266 from masterleinad/fix_python_test

Fix python test with input file

4 years agoFix python test with input file 10266/head
Daniel Arndt [Tue, 19 May 2020 03:58:52 +0000 (23:58 -0400)]
Fix python test with input file

4 years agoMerge pull request #10257 from tamiko/fix_a_test_2
Matthias Maier [Tue, 19 May 2020 01:18:58 +0000 (20:18 -0500)]
Merge pull request #10257 from tamiko/fix_a_test_2

sacado/helper_scalar_coupled_3_components_01_4: avoid race condition

4 years agoMerge pull request #10259 from bangerth/70
Matthias Maier [Tue, 19 May 2020 01:17:40 +0000 (20:17 -0500)]
Merge pull request #10259 from bangerth/70

Edits for step-70.cc

4 years agoMake a function simpler to read. 10259/head
Wolfgang Bangerth [Tue, 19 May 2020 00:20:54 +0000 (18:20 -0600)]
Make a function simpler to read.

4 years agoMove a function.
Wolfgang Bangerth [Tue, 19 May 2020 00:19:23 +0000 (18:19 -0600)]
Move a function.

4 years agoUpdate documentation inside the step-70.cc file.
Wolfgang Bangerth [Tue, 19 May 2020 00:16:55 +0000 (18:16 -0600)]
Update documentation inside the step-70.cc file.

4 years agoSimplify some code.
Wolfgang Bangerth [Tue, 19 May 2020 00:12:20 +0000 (18:12 -0600)]
Simplify some code.

4 years agoRename the penalty parameter.
Wolfgang Bangerth [Mon, 18 May 2020 23:54:37 +0000 (17:54 -0600)]
Rename the penalty parameter.

4 years agoMove a piece of code to a better location.
Wolfgang Bangerth [Mon, 18 May 2020 23:50:07 +0000 (17:50 -0600)]
Move a piece of code to a better location.

4 years agoUse mpi_communicator instead of MPI_COMM_WORLD.
Wolfgang Bangerth [Mon, 18 May 2020 23:19:05 +0000 (17:19 -0600)]
Use mpi_communicator instead of MPI_COMM_WORLD.

4 years agoSimplify more pieces of code.
Wolfgang Bangerth [Mon, 18 May 2020 23:42:13 +0000 (17:42 -0600)]
Simplify more pieces of code.

4 years agoSimplify a piece of code.
Wolfgang Bangerth [Mon, 18 May 2020 23:07:41 +0000 (17:07 -0600)]
Simplify a piece of code.

4 years agoAdd a reference to step-70.
Wolfgang Bangerth [Mon, 18 May 2020 23:06:31 +0000 (17:06 -0600)]
Add a reference to step-70.

4 years agoMerge pull request #10256 from tamiko/fix_a_test
Daniel Arndt [Mon, 18 May 2020 20:45:08 +0000 (16:45 -0400)]
Merge pull request #10256 from tamiko/fix_a_test

4 years agoEdits to the in-code documentation of step-70.
Wolfgang Bangerth [Mon, 18 May 2020 16:35:02 +0000 (10:35 -0600)]
Edits to the in-code documentation of step-70.

4 years agoMerge pull request #10258 from masterleinad/fix_some_tests_lapack_werror
Daniel Arndt [Mon, 18 May 2020 19:08:56 +0000 (15:08 -0400)]
Merge pull request #10258 from masterleinad/fix_some_tests_lapack_werror

4 years agoFix doxygen issue.
Wolfgang Bangerth [Sat, 16 May 2020 18:33:46 +0000 (12:33 -0600)]
Fix doxygen issue.

Make it clear to doxygen that "2018." at the beginning of a line is
not an attempt to create a numbered list...

4 years agoFix some tests failing without LAPAPCK support and with -Werror 10258/head
Daniel Arndt [Mon, 18 May 2020 13:51:38 +0000 (13:51 +0000)]
Fix some tests failing without LAPAPCK support and with -Werror

4 years agosacado/helper_scalar_coupled_3_components_01_4: avoid race condition 10257/head
Matthias Maier [Mon, 18 May 2020 14:21:16 +0000 (09:21 -0500)]
sacado/helper_scalar_coupled_3_components_01_4: avoid race condition

4 years agoarpack/step-36_ar_with_iterations: Remove iteration count 10256/head
Matthias Maier [Mon, 18 May 2020 14:19:28 +0000 (09:19 -0500)]
arpack/step-36_ar_with_iterations: Remove iteration count

4 years agoMerge pull request #10249 from tamiko/fix_complex_number_product_type
David Wells [Sat, 16 May 2020 21:23:39 +0000 (17:23 -0400)]
Merge pull request #10249 from tamiko/fix_complex_number_product_type

Workaround: Add additional complex ProductTypeImpl specializations

4 years agomark code snippet as workaround slated for removal 10249/head
Matthias Maier [Sat, 16 May 2020 18:15:10 +0000 (13:15 -0500)]
mark code snippet as workaround slated for removal

4 years agoimprove test and add symmetric variant as well
Matthias Maier [Sat, 16 May 2020 18:06:28 +0000 (13:06 -0500)]
improve test and add symmetric variant as well

4 years agoadd a test
Matthias Maier [Sat, 16 May 2020 18:03:04 +0000 (13:03 -0500)]
add a test

4 years agoMerge pull request #10244 from bangerth/70
Matthias Maier [Sat, 16 May 2020 17:36:11 +0000 (12:36 -0500)]
Merge pull request #10244 from bangerth/70

Edits to introduction and results section of step-70

4 years agoWorkaround: Add additional complex ProductTypeImpl specializations
Matthias Maier [Sat, 16 May 2020 16:59:00 +0000 (11:59 -0500)]
Workaround: Add additional complex ProductTypeImpl specializations

The workaround introduced in 32ecab6 needs an additional variant to
deduce the product type of Tensor<..., complex<Number>> and
complex<Number> correctly.

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
4 years agoEdits to the results section of step-70. 10244/head
Wolfgang Bangerth [Fri, 15 May 2020 23:13:26 +0000 (17:13 -0600)]
Edits to the results section of step-70.

4 years agoMinor edits to the introduction of step-70.
Wolfgang Bangerth [Fri, 15 May 2020 19:27:15 +0000 (13:27 -0600)]
Minor edits to the introduction of step-70.

4 years agoMerge pull request #10228 from peterrum/step70-fixwarning
Daniel Arndt [Sat, 16 May 2020 04:20:59 +0000 (00:20 -0400)]
Merge pull request #10228 from peterrum/step70-fixwarning

4 years agoMerge pull request #10235 from drwells/fix-bbox-0
Daniel Arndt [Sat, 16 May 2020 03:24:23 +0000 (23:24 -0400)]
Merge pull request #10235 from drwells/fix-bbox-0

4 years agoMerge pull request #10245 from tjhei/update-copyright-act-3
Wolfgang Bangerth [Sat, 16 May 2020 03:09:08 +0000 (05:09 +0200)]
Merge pull request #10245 from tjhei/update-copyright-act-3

update copyright years

4 years agoMerge pull request #10241 from tjhei/copyright-script-go-deeper
Wolfgang Bangerth [Sat, 16 May 2020 03:07:35 +0000 (05:07 +0200)]
Merge pull request #10241 from tjhei/copyright-script-go-deeper

fix update-copyright not going 2 levels deep into src/include

4 years agoupdate copyright years 10245/head
Timo Heister [Fri, 15 May 2020 22:54:34 +0000 (18:54 -0400)]
update copyright years

with fixed script from #10241 and after a lot of other changes came in.

4 years agoMerge pull request #10242 from marcfehling/fix-copyright
Timo Heister [Sat, 16 May 2020 01:15:21 +0000 (21:15 -0400)]
Merge pull request #10242 from marcfehling/fix-copyright

Fixed a few copyright years manually.

4 years agoextend update-copyright script (missing files) 10241/head
Timo Heister [Fri, 15 May 2020 22:46:50 +0000 (18:46 -0400)]
extend update-copyright script (missing files)

- fix not going 2 levels deep into src/include, reported in #10240
- add .cu files

4 years agoFixed even more copyright years manually. 10242/head
Marc Fehling [Fri, 15 May 2020 22:55:49 +0000 (00:55 +0200)]
Fixed even more copyright years manually.

4 years agoFixed a few copyright years manually.
Marc Fehling [Fri, 15 May 2020 22:42:25 +0000 (00:42 +0200)]
Fixed a few copyright years manually.

4 years agoMerge pull request #10236 from drwells/step-70-make-unique
Daniel Arndt [Fri, 15 May 2020 21:23:05 +0000 (17:23 -0400)]
Merge pull request #10236 from drwells/step-70-make-unique

4 years agoFix warning in step70 10228/head
Peter Munch [Fri, 15 May 2020 14:11:41 +0000 (16:11 +0200)]
Fix warning in step70

4 years agoSpecialize BoundingBox<0> to prevent instantiating BoundingBox<-1>. 10235/head
David Wells [Fri, 15 May 2020 21:11:33 +0000 (17:11 -0400)]
Specialize BoundingBox<0> to prevent instantiating BoundingBox<-1>.

A zero-dimensional bounding box doesn't make sense and causes weird problems
with intel's compiler when the compiler tries to instantiate
BoundingBox::cross_section().

We have to use this workaround and not something like

    BoundingBox<spacedim != 1 ? spacedim - 1 : 1, Number>
    cross_section(const unsigned int direction) const;

to make MSVC happy.

4 years agoMerge pull request #10230 from tamiko/adjust_test_output_2
Martin Kronbichler [Fri, 15 May 2020 19:38:50 +0000 (21:38 +0200)]
Merge pull request #10230 from tamiko/adjust_test_output_2

Test boost/extract_rep*_02: adjust test output for libc++

4 years agoAdd a reference for step-70.
Wolfgang Bangerth [Fri, 15 May 2020 17:02:42 +0000 (11:02 -0600)]
Add a reference for step-70.

4 years agoRe-classify step-70 as a fluids dynamics tutorial.
Wolfgang Bangerth [Fri, 15 May 2020 16:32:06 +0000 (10:32 -0600)]
Re-classify step-70 as a fluids dynamics tutorial.

4 years agoFix a formatting problem with step-60.
Wolfgang Bangerth [Fri, 15 May 2020 16:23:36 +0000 (10:23 -0600)]
Fix a formatting problem with step-60.

Specifically, if doxygen sees the end of a list, it sometimes gets confused and indents
the next line of text as well. That's annoying if the next line of text is the first line
of the commented program (or, more specifically, the heading for the commented program).

4 years agoMerge pull request #10237 from drwells/step-70-spelling
Wolfgang Bangerth [Fri, 15 May 2020 19:28:35 +0000 (21:28 +0200)]
Merge pull request #10237 from drwells/step-70-spelling

Improve spelling in step-70.

4 years agoImprove spelling in step-70. 10237/head
David Wells [Fri, 15 May 2020 17:47:50 +0000 (13:47 -0400)]
Improve spelling in step-70.

4 years agoUse std_cxx14::make_unique in step-70. 10236/head
David Wells [Fri, 15 May 2020 17:38:40 +0000 (13:38 -0400)]
Use std_cxx14::make_unique in step-70.


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.