]>
https://gitweb.dealii.org/ - dealii.git/log
Adam Lee [Mon, 5 Aug 2019 15:23:56 +0000 (09:23 -0600)]
Bibtex references for steps-1,6,18
Wolfgang Bangerth [Tue, 6 Aug 2019 19:43:55 +0000 (13:43 -0600)]
Merge pull request #8462 from drwells/fix-evenb-typo
Fix evenb typo.
Daniel Arndt [Tue, 6 Aug 2019 19:39:58 +0000 (13:39 -0600)]
Merge pull request #8456 from bangerth/svg
Further cleanups of the SVG GridOut code.
Wolfgang Bangerth [Tue, 6 Aug 2019 17:53:43 +0000 (11:53 -0600)]
Merge pull request #8458 from kirana-bergstrom/step-20_point_sub_fix
Fix for step-20 tutorial: changed point subtraction to tensor distance
kirana-bergstrom [Tue, 6 Aug 2019 02:30:59 +0000 (22:30 -0400)]
Fix for step-20 tutorial: changed point subtraction to tensor distance
David Wells [Tue, 6 Aug 2019 16:16:54 +0000 (10:16 -0600)]
Fix evenb typo.
Timo Heister [Tue, 6 Aug 2019 15:51:03 +0000 (09:51 -0600)]
Merge pull request #8447 from bangerth/step-1
Let step-1 output SVG instead of EPS.
Matthias Maier [Tue, 6 Aug 2019 15:45:05 +0000 (10:45 -0500)]
Merge pull request #8459 from masterleinad/avoid_boost_warnings
Avoid more boost warnings
Wolfgang Bangerth [Mon, 5 Aug 2019 15:13:17 +0000 (09:13 -0600)]
Further cleanups of the SVG GridOut code.
Daniel Arndt [Tue, 6 Aug 2019 03:48:23 +0000 (23:48 -0400)]
Avoid more boost warnings
Daniel Arndt [Mon, 5 Aug 2019 21:51:36 +0000 (17:51 -0400)]
Merge pull request #8457 from Rombur/ginkgo_doc
Enable Ginkgo when building doxygen
Bruno Turcksin [Mon, 5 Aug 2019 21:40:52 +0000 (17:40 -0400)]
Merge pull request #8455 from masterleinad/avoid_template_args_make_pair
Avoid explicit template arguments in std::make_pair
Bruno Turcksin [Mon, 5 Aug 2019 21:38:25 +0000 (21:38 +0000)]
Enable Ginkgo when building doxygen
Martin Kronbichler [Mon, 5 Aug 2019 16:43:23 +0000 (18:43 +0200)]
Merge pull request #8454 from masterleinad/always_inline_needs_inline
Mark DEAL_II_ALWAYS_INLINE function as inline
Daniel Arndt [Mon, 5 Aug 2019 14:23:08 +0000 (10:23 -0400)]
Avoid explicit template arguments in std::make_pair
Daniel Arndt [Mon, 5 Aug 2019 12:42:16 +0000 (08:42 -0400)]
Mark DEAL_II_ALWAYS_INLINE function as inline
Daniel Arndt [Mon, 5 Aug 2019 02:31:38 +0000 (22:31 -0400)]
Merge pull request #8448 from bangerth/step-5
Use VTU format in step-5.
Daniel Arndt [Mon, 5 Aug 2019 02:31:23 +0000 (22:31 -0400)]
Merge pull request #8449 from peterrum/gridout-writesvg-inst
Instantiate for all dimensions GridOut::write_svg
Daniel Arndt [Mon, 5 Aug 2019 02:30:57 +0000 (22:30 -0400)]
Merge pull request #8451 from bangerth/svg
Slight restructure the SVG grid output.
Daniel Arndt [Mon, 5 Aug 2019 02:29:27 +0000 (22:29 -0400)]
Merge pull request #8452 from marcfehling/pd-27-constraintcheck
mpi/step-27: Check consistency of AffineConstraints.
Wolfgang Bangerth [Sun, 4 Aug 2019 22:12:45 +0000 (16:12 -0600)]
Merge pull request #8453 from tjhei/step-20-degree
step-20: make degree argument obvious
Marc Fehling [Sun, 4 Aug 2019 14:47:57 +0000 (08:47 -0600)]
mpi/step-27: Check consistency of AffineConstraints.
Timo Heister [Sun, 4 Aug 2019 22:03:54 +0000 (16:03 -0600)]
step-20: make degree argument obvious
Wolfgang Bangerth [Sun, 4 Aug 2019 20:02:34 +0000 (14:02 -0600)]
Adjust test output.
Wolfgang Bangerth [Sun, 4 Aug 2019 20:01:18 +0000 (14:01 -0600)]
Slight restructure the SVG grid output.
In particular:
* Make the svg_project_point() a function in an anonymous namespace
in the .cc file, rather than a static member function of the class.
* Make those of its arguments that represent directions into tensors,
rather than Points.
* Move a couple of variable declarations next to their initialization.
As far as functionality is concerned, represent cells by
'level.index' rather than 'level,index', since the former is what you
get when you pass a cell to a std::ostream. Also just use 'level'
in the SVG caption, rather than 'level_number'.
Wolfgang Bangerth [Sun, 4 Aug 2019 16:16:18 +0000 (10:16 -0600)]
Merge pull request #8450 from marcfehling/boost170-islikelylambda
Added 'boost/type_traits/detail/is_likely_lambda.hpp'.
Marc Fehling [Sun, 4 Aug 2019 15:34:14 +0000 (09:34 -0600)]
Added 'boost/type_traits/detail/is_likely_lambda.hpp'.
peterrum [Sun, 4 Aug 2019 14:19:41 +0000 (16:19 +0200)]
Instantiate for all dimensions GridOut::write_svg
Wolfgang Bangerth [Sun, 4 Aug 2019 11:43:31 +0000 (05:43 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Sun, 4 Aug 2019 11:42:39 +0000 (05:42 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Sat, 3 Aug 2019 20:07:18 +0000 (14:07 -0600)]
Let step-1 output SVG instead of EPS.
Wolfgang Bangerth [Sat, 3 Aug 2019 20:36:30 +0000 (14:36 -0600)]
Use VTU format in step-5.
Martin Kronbichler [Sat, 3 Aug 2019 06:41:36 +0000 (08:41 +0200)]
Merge pull request #8443 from masterleinad/clean_vectorizedarray
Cleanup workarounds for VectorizedArray
Daniel Arndt [Fri, 2 Aug 2019 22:36:39 +0000 (18:36 -0400)]
Merge pull request #8442 from kronbichler/simplify_vectorized_array
Augment documentation of VectorizedArray
Daniel Arndt [Fri, 2 Aug 2019 20:10:31 +0000 (16:10 -0400)]
Cleanup workarounds for VectorizedArray
Martin Kronbichler [Fri, 2 Aug 2019 15:02:34 +0000 (17:02 +0200)]
Augment documentation of VectorizedArray. Remove now unnecessary code.
Daniel Arndt [Fri, 2 Aug 2019 18:05:34 +0000 (14:05 -0400)]
Merge pull request #8428 from kronbichler/force_inlining
Enforce inlining in simple tensor functions
Daniel Arndt [Fri, 2 Aug 2019 01:13:12 +0000 (21:13 -0400)]
Merge pull request #8441 from dangars/boost_files
Add boost files
Daniel Garcia-Sanchez [Thu, 1 Aug 2019 22:33:43 +0000 (00:33 +0200)]
Add boost files
The following files are necessary in order to compile deal.II
with boost 1.70 and clang 3.9:
is_function_cxx_03.hpp
is_member_function_pointer_cxx_03.hpp
Timo Heister [Thu, 1 Aug 2019 16:24:25 +0000 (12:24 -0400)]
Merge pull request #8403 from kronbichler/mapping_fe_field_levels
Enable MappingFEField on multigrid levels
Martin Kronbichler [Thu, 25 Jul 2019 07:07:10 +0000 (09:07 +0200)]
Update documentation
Timo Heister [Wed, 31 Jul 2019 23:13:37 +0000 (19:13 -0400)]
Merge pull request #8432 from masterleinad/vectorized_array_output
Implement output operator for VectorizedArray
Martin Kronbichler [Wed, 31 Jul 2019 16:28:21 +0000 (18:28 +0200)]
Merge pull request #8431 from masterleinad/fix_compiling_cuda
Fix compiling with CUDA
Martin Kronbichler [Wed, 31 Jul 2019 06:08:59 +0000 (08:08 +0200)]
Merge pull request #8435 from masterleinad/restrict_petsc_step_27
Restrict mpi/petsc_step-27 to only be run with non-complex PETSc scalar type
David Wells [Wed, 31 Jul 2019 01:30:46 +0000 (21:30 -0400)]
Merge pull request #8436 from bangerth/add-note
Add a note to the count_lines.sh script.
Wolfgang Bangerth [Tue, 30 Jul 2019 22:26:19 +0000 (16:26 -0600)]
Add a note to the count_lines.sh script.
Daniel Arndt [Tue, 30 Jul 2019 19:33:34 +0000 (15:33 -0400)]
Restrict mpi/petsc_step-27 to only be run with non-complex PETSc scalar type
Wolfgang Bangerth [Tue, 30 Jul 2019 19:02:54 +0000 (13:02 -0600)]
Merge pull request #8386 from masterleinad/update_boost
Update bundled boost
Wolfgang Bangerth [Tue, 30 Jul 2019 19:01:05 +0000 (13:01 -0600)]
Merge pull request #8424 from peterrum/base-vectorization-width-addon
Follow-up to PR #8342
Wolfgang Bangerth [Tue, 30 Jul 2019 17:28:52 +0000 (11:28 -0600)]
Merge pull request #8423 from peterrum/grid-periodicity-1D
Enable periodicity for 1D
Martin Kronbichler [Tue, 30 Jul 2019 17:17:04 +0000 (19:17 +0200)]
Merge pull request #8416 from bangerth/z
Update some commentary.
Daniel Arndt [Mon, 29 Jul 2019 22:41:05 +0000 (18:41 -0400)]
Changelog entry
Daniel Arndt [Mon, 29 Jul 2019 22:38:38 +0000 (18:38 -0400)]
Implement output operator for VectorizedArray
Martin Kronbichler [Tue, 30 Jul 2019 08:44:06 +0000 (10:44 +0200)]
Merge pull request #8433 from rezarastak/cell_data_storage_fix
Bug in CellDataStorage::erase() fixed
Martin Kronbichler [Tue, 30 Jul 2019 08:43:19 +0000 (10:43 +0200)]
Merge pull request #8427 from masterleinad/cuda_constraints_set_zero
Add AffineConstraints::set_zero for MemorySpace::CUDA
Martin Kronbichler [Tue, 30 Jul 2019 08:41:16 +0000 (10:41 +0200)]
Merge pull request #8434 from marcfehling/doc-hpref
Doc: Reviewed documentation for hp::Refinement.
Martin Kronbichler [Tue, 30 Jul 2019 08:24:56 +0000 (10:24 +0200)]
Simplify symmetrize(Tensor<2,dim>)
Martin Kronbichler [Mon, 29 Jul 2019 16:12:40 +0000 (18:12 +0200)]
Force inlining in several kinematics functions
Martin Kronbichler [Mon, 29 Jul 2019 16:12:18 +0000 (18:12 +0200)]
Consistently enforce inlining in simple tensor functions.
This is necessary because compiler heuristics get bad in complicated situation, replacing simple
calls to one-liners when inlined into a lot of overhead through function calls. A complicated
situation is, e.g., when the same operations on tensors are done by several callers, say a
function templated on the polynomial degree in matrix-free computations where the quadrature
point loop does some operations with tensors in the same way for all degrees.
Marc Fehling [Tue, 30 Jul 2019 04:13:11 +0000 (22:13 -0600)]
Doc: Reviewed documentation for hp::Refinement.
Daniel Arndt [Tue, 30 Jul 2019 03:28:28 +0000 (23:28 -0400)]
Merge pull request #8426 from peterrum/base-vectorization-constructor
Add two new methods to VectorizedArray
Reza Rastak [Tue, 30 Jul 2019 01:42:00 +0000 (18:42 -0700)]
Bug in CellDataStorage::erase() fixed
Daniel Arndt [Mon, 29 Jul 2019 22:12:48 +0000 (22:12 +0000)]
Fix compiling with CUDA
peterrum [Sun, 28 Jul 2019 13:06:22 +0000 (15:06 +0200)]
Add two new methods to VectorizedArray
Daniel Arndt [Mon, 29 Jul 2019 03:38:40 +0000 (23:38 -0400)]
Changelog entry
Daniel Arndt [Mon, 29 Jul 2019 03:34:30 +0000 (23:34 -0400)]
Add AffineConstraints::set_zero for MemorySpace::CUDA
Daniel Arndt [Mon, 29 Jul 2019 12:51:19 +0000 (08:51 -0400)]
Merge pull request #8421 from marcfehling/pd-27
New tests: Parallel distributed version of step-27.
Daniel Arndt [Mon, 29 Jul 2019 11:28:02 +0000 (07:28 -0400)]
Merge pull request #8422 from marcfehling/pd-feidx-transfer
Parallel distributed: Communicate active_fe_indices after refinement.
peterrum [Sat, 27 Jul 2019 08:45:56 +0000 (10:45 +0200)]
Enable periodicity for 1D
Matthias Maier [Sun, 28 Jul 2019 15:50:23 +0000 (10:50 -0500)]
Merge pull request #8383 from peterrum/matrixfree-vectorizedarray-inst
Automated template instantiation for VectorizedArray
peterrum [Sat, 27 Jul 2019 05:37:49 +0000 (07:37 +0200)]
Add docu and constexpr to VectorizedArrayWidthSpecifier
Daniel Arndt [Sun, 28 Jul 2019 01:26:47 +0000 (21:26 -0400)]
Merge pull request #8425 from bangerth/xsdk
Add CHANGELOG.md and SUPPORT.md files.
Wolfgang Bangerth [Sat, 27 Jul 2019 12:37:10 +0000 (06:37 -0600)]
Add CHANGELOG.md and SUPPORT.md files.
Wolfgang Bangerth [Thu, 25 Jul 2019 16:29:00 +0000 (10:29 -0600)]
Update some commentary.
Marc Fehling [Fri, 26 Jul 2019 23:04:38 +0000 (17:04 -0600)]
Parallel distributed: Communicate active_fe_indices after refinement.
marcfehling [Fri, 5 Jul 2019 13:44:59 +0000 (15:44 +0200)]
New tests: Parallel distributed version of step-27.
Wolfgang Bangerth [Fri, 26 Jul 2019 18:52:17 +0000 (12:52 -0600)]
Merge pull request #8420 from masterleinad/fix_error_spaces
Fix spaces in error messages
Daniel Arndt [Fri, 26 Jul 2019 16:00:04 +0000 (12:00 -0400)]
Fix spaces in error messages
Daniel Arndt [Fri, 26 Jul 2019 13:38:58 +0000 (09:38 -0400)]
Merge pull request #8412 from Rombur/cuda_import
LA::d::Vector import
Martin Kronbichler [Fri, 26 Jul 2019 11:35:21 +0000 (13:35 +0200)]
Merge pull request #8415 from bangerth/y
Fix a bibtex entry.
Wolfgang Bangerth [Thu, 25 Jul 2019 23:11:26 +0000 (17:11 -0600)]
Merge pull request #8417 from rezarastak/patch-1
documentation fix in distributed/tria.h
Daniel Arndt [Thu, 25 Jul 2019 21:33:05 +0000 (17:33 -0400)]
Merge pull request #8414 from bangerth/x
Minor clean-ups.
Bruno Turcksin [Tue, 23 Jul 2019 15:02:29 +0000 (15:02 +0000)]
Add entry changelog
Bruno Turcksin [Tue, 23 Jul 2019 14:55:13 +0000 (14:55 +0000)]
Add test for LA::d::Vector::import()
Bruno Turcksin [Tue, 23 Jul 2019 14:53:26 +0000 (14:53 +0000)]
Add import() from one LA::d::Vector to another one
Reza Rastak [Thu, 25 Jul 2019 19:28:21 +0000 (12:28 -0700)]
documentation fix in distributed/tria.h
Wolfgang Bangerth [Thu, 25 Jul 2019 16:10:52 +0000 (10:10 -0600)]
Fix a bibtex entry.
Wolfgang Bangerth [Thu, 25 Jul 2019 16:09:16 +0000 (10:09 -0600)]
Merge pull request #8314 from adam4130/step-14-bibtex
Use LaTeX bibliography in step-14
Wolfgang Bangerth [Thu, 25 Jul 2019 15:16:55 +0000 (09:16 -0600)]
Remove a comment fragment.
Wolfgang Bangerth [Thu, 25 Jul 2019 15:13:36 +0000 (09:13 -0600)]
Minor clean-ups.
Timo Heister [Thu, 25 Jul 2019 15:08:19 +0000 (11:08 -0400)]
Merge pull request #8411 from bangerth/b
Link to more resources on learning how to program.
Wolfgang Bangerth [Wed, 24 Jul 2019 15:13:00 +0000 (09:13 -0600)]
Link to more resources on learning how to program.
Wolfgang Bangerth [Thu, 25 Jul 2019 14:47:50 +0000 (08:47 -0600)]
Merge pull request #8413 from masterleinad/disable_intel_constepr
Disable __builtin_expect for Intel compiler with DEAL_II_CONSTEXPR
Wolfgang Bangerth [Thu, 25 Jul 2019 14:47:02 +0000 (08:47 -0600)]
Merge pull request #8400 from peterrum/base-vectorization-makevectorizedarray
Add new make_vectorized_array function
Daniel Arndt [Thu, 25 Jul 2019 04:38:19 +0000 (00:38 -0400)]
Disable __builtin_expect for Intel compiler with constexpr enabled
Daniel Arndt [Wed, 24 Jul 2019 21:14:11 +0000 (17:14 -0400)]
Merge pull request #8407 from dangars/point_assignment_operator
Point assignment operator
Daniel Garcia-Sanchez [Wed, 24 Jul 2019 18:56:15 +0000 (20:56 +0200)]
Add changelog
Daniel Garcia-Sanchez [Wed, 24 Jul 2019 18:55:00 +0000 (20:55 +0200)]
Add test for Point assignment operator
Daniel Garcia-Sanchez [Wed, 24 Jul 2019 18:47:54 +0000 (20:47 +0200)]
Add Point assignment operator
Assignment operator from a Tensor<1, dim, Number> with different underlying
scalar type.
adam4130 [Wed, 24 Jul 2019 15:25:48 +0000 (09:25 -0600)]
Additional capitalization fixes
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.