]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoMerge pull request #8402 from kronbichler/robustness_add_and_dot
Martin Kronbichler [Wed, 24 Jul 2019 08:08:58 +0000 (10:08 +0200)]
Merge pull request #8402 from kronbichler/robustness_add_and_dot

Choose a more appropriate tolerance for vector add_and_dot

5 years agoMerge pull request #8408 from tjhei/doc_symmetric_tensor
Daniel Arndt [Tue, 23 Jul 2019 23:01:14 +0000 (19:01 -0400)]
Merge pull request #8408 from tjhei/doc_symmetric_tensor

doc: correct friend markup in tensor

5 years agoMerge pull request #8405 from Rombur/distributed_import
Daniel Arndt [Tue, 23 Jul 2019 20:43:27 +0000 (16:43 -0400)]
Merge pull request #8405 from Rombur/distributed_import

Fix a bug in LA::d::Vector::compress on the host

5 years agodoc: correct friend markup in tensor 8408/head
Timo Heister [Tue, 23 Jul 2019 16:09:19 +0000 (12:09 -0400)]
doc: correct friend markup in tensor

Documentation is messed up by using doxygen markup for the comments for
friend declarations as they replace the correct documentation
(SymmetricTensor::trace for example). Fix this.

5 years agoFix a bug in LA::d::Vector::compress on the host 8405/head
Bruno Turcksin [Tue, 23 Jul 2019 13:17:01 +0000 (13:17 +0000)]
Fix a bug in LA::d::Vector::compress on the host

compress() would fail if it was called in a CUDA file, for a
LA::d::Vector<Number, MemorySpace::Host> and
deal.II/la/la_parallel_vector.templates.h was included

5 years agoMerge pull request #8395 from masterleinad/cuda_mf_initialize_vector
Bruno Turcksin [Tue, 23 Jul 2019 13:47:20 +0000 (09:47 -0400)]
Merge pull request #8395 from masterleinad/cuda_mf_initialize_vector

 Implement CUDAWrappers::MatrixFree::initialize_dof_vector

5 years agoMerge pull request #8404 from masterleinad/fix_cell_data_transfer_petsc_complex
Wolfgang Bangerth [Tue, 23 Jul 2019 12:40:49 +0000 (06:40 -0600)]
Merge pull request #8404 from masterleinad/fix_cell_data_transfer_petsc_complex

Fix CellDataTransfer tests for complex Petsc complex scalar type

5 years agoFix CellDataTransfer tests for complex Petsc complex scalar type 8404/head
Daniel Arndt [Mon, 22 Jul 2019 22:06:38 +0000 (18:06 -0400)]
Fix CellDataTransfer tests for complex Petsc complex scalar type

5 years agoMerge pull request #8401 from rezarastak/physics_elasticity_fix
Daniel Arndt [Mon, 22 Jul 2019 18:38:46 +0000 (14:38 -0400)]
Merge pull request #8401 from rezarastak/physics_elasticity_fix

Fixing the linker error of StandardTensors with clang 4.0.1

5 years agoChoose a more appropriate tolerance for vector add_and_dot 8402/head
Martin Kronbichler [Mon, 22 Jul 2019 10:34:01 +0000 (12:34 +0200)]
Choose a more appropriate tolerance for vector add_and_dot

5 years agoFixing the issue with clang 4.0.1 8401/head
Reza Rastak [Sun, 21 Jul 2019 18:02:19 +0000 (11:02 -0700)]
Fixing the issue with clang 4.0.1

5 years agoMerge pull request #8399 from peterrum/base-vectorization-enableifscalar
Daniel Arndt [Sun, 21 Jul 2019 05:04:08 +0000 (01:04 -0400)]
Merge pull request #8399 from peterrum/base-vectorization-enableifscalar

Fix EnableIfScalar for VectorizedArray

5 years agoMerge pull request #8396 from rezarastak/ranged_for
Wolfgang Bangerth [Sun, 21 Jul 2019 00:51:51 +0000 (18:51 -0600)]
Merge pull request #8396 from rezarastak/ranged_for

ranged-for documentation fix

5 years agoMerge pull request #8398 from tjhei/doc_quadrature_transfer
Wolfgang Bangerth [Sun, 21 Jul 2019 00:51:13 +0000 (18:51 -0600)]
Merge pull request #8398 from tjhei/doc_quadrature_transfer

improve CellDataStorage documentation

5 years agoFix EnableIfScalar for VectorizedArray 8399/head
peterrum [Sat, 20 Jul 2019 18:25:19 +0000 (20:25 +0200)]
Fix EnableIfScalar for VectorizedArray

5 years agoimprove CellDataStorage documentation 8398/head
Timo Heister [Sat, 20 Jul 2019 13:55:34 +0000 (09:55 -0400)]
improve CellDataStorage documentation

5 years agoMerge pull request #8397 from peterrum/mpi-compute-index-owner-assert
Martin Kronbichler [Sat, 20 Jul 2019 12:32:22 +0000 (14:32 +0200)]
Merge pull request #8397 from peterrum/mpi-compute-index-owner-assert

Add assert to Utilities::MPI::compute_index_owner

5 years agoAdd assert to Utilities::MPI::compute_index_owner to check the equality of the size... 8397/head
peterrum [Sat, 20 Jul 2019 09:37:54 +0000 (11:37 +0200)]
Add assert to Utilities::MPI::compute_index_owner to check the equality of the size of the index sets on all processes

5 years agoranged-for documentation fix 8396/head
Reza Rastak [Fri, 19 Jul 2019 22:49:28 +0000 (15:49 -0700)]
ranged-for documentation fix

5 years agoChangelog entry 8395/head
Daniel Arndt [Fri, 19 Jul 2019 22:09:33 +0000 (18:09 -0400)]
Changelog entry

5 years agoImplement CUDAWrappers::MatrixFree::initialize_dof_vector
Daniel Arndt [Fri, 19 Jul 2019 22:04:16 +0000 (18:04 -0400)]
Implement CUDAWrappers::MatrixFree::initialize_dof_vector

5 years agoMerge pull request #8394 from masterleinad/fix_step_28
Martin Kronbichler [Fri, 19 Jul 2019 20:17:48 +0000 (22:17 +0200)]
Merge pull request #8394 from masterleinad/fix_step_28

Avoid initializing a numbered list in step-28 documentation

5 years agoAvoid initializing a numbered list in step-28 documentation 8394/head
Daniel Arndt [Fri, 19 Jul 2019 19:56:43 +0000 (15:56 -0400)]
Avoid initializing a numbered list in step-28 documentation

5 years agoMerge pull request #8385 from rezarastak/constexpr_symmetric_tensor
Daniel Arndt [Fri, 19 Jul 2019 19:26:33 +0000 (15:26 -0400)]
Merge pull request #8385 from rezarastak/constexpr_symmetric_tensor

Constexpr SymmetricTensor and TableIndices

5 years agoMerge pull request #8391 from kronbichler/alternative_output
Daniel Arndt [Fri, 19 Jul 2019 16:10:10 +0000 (12:10 -0400)]
Merge pull request #8391 from kronbichler/alternative_output

Add alternative test output for some roundoff-sensitive tests

5 years agoAvoid output of roundoff-sensitive data. Print correct/wrong instead. 8391/head
Martin Kronbichler [Thu, 18 Jul 2019 12:41:48 +0000 (14:41 +0200)]
Avoid output of roundoff-sensitive data. Print correct/wrong instead.

5 years agoMerge pull request #8393 from kronbichler/test_robustness_03
Daniel Arndt [Thu, 18 Jul 2019 21:13:56 +0000 (17:13 -0400)]
Merge pull request #8393 from kronbichler/test_robustness_03

Provide AVX-512 output for four additional tests

5 years agoMerge pull request #8392 from kronbichler/test_robustness
Daniel Arndt [Thu, 18 Jul 2019 20:36:29 +0000 (16:36 -0400)]
Merge pull request #8392 from kronbichler/test_robustness

Test robustness: avoid points directly at the periodicity boundary

5 years agoMerge pull request #8390 from kronbichler/fix_mapping_q_cache
Daniel Arndt [Thu, 18 Jul 2019 20:32:14 +0000 (16:32 -0400)]
Merge pull request #8390 from kronbichler/fix_mapping_q_cache

Be more conservative in clearing the cache of MappingQCache

5 years agoconstexpr_symmetric_tensor test improved 8385/head
Reza Rastak [Thu, 18 Jul 2019 18:48:17 +0000 (11:48 -0700)]
constexpr_symmetric_tensor test improved

5 years agoMake assertion robust w.r.t. vectorization width 8393/head
Martin Kronbichler [Thu, 18 Jul 2019 14:29:15 +0000 (16:29 +0200)]
Make assertion robust w.r.t. vectorization width

5 years agoBe more conservative in clearing the cache of MappingQCache 8390/head
Martin Kronbichler [Thu, 18 Jul 2019 12:29:22 +0000 (14:29 +0200)]
Be more conservative in clearing the cache of MappingQCache

5 years agoProvide AVX-512 output for four additional tests
Martin Kronbichler [Thu, 18 Jul 2019 13:52:50 +0000 (15:52 +0200)]
Provide AVX-512 output for four additional tests

5 years agoMake a test more robust by avoiding points directly at the periodicity boundary 8392/head
Martin Kronbichler [Thu, 18 Jul 2019 13:22:42 +0000 (15:22 +0200)]
Make a test more robust by avoiding points directly at the periodicity boundary

5 years agoMerge pull request #8388 from tcclevenger/tensor-error
Daniel Arndt [Wed, 17 Jul 2019 20:20:12 +0000 (16:20 -0400)]
Merge pull request #8388 from tcclevenger/tensor-error

fix compilation error in tensor.h

5 years agofix 8388/head
tcclevenger [Wed, 17 Jul 2019 15:20:21 +0000 (09:20 -0600)]
fix

5 years agotest for constexpr SymmetricTensor added
Reza Rastak [Tue, 16 Jul 2019 09:26:59 +0000 (02:26 -0700)]
test for constexpr SymmetricTensor added

5 years agoadded constexpr to SymmetricTensor and TableIndices
Reza Rastak [Sat, 13 Jul 2019 07:34:22 +0000 (00:34 -0700)]
added constexpr to SymmetricTensor and TableIndices

5 years agoMerge pull request #8381 from kronbichler/improve_hermite_like_interpolation
Daniel Arndt [Sun, 14 Jul 2019 02:20:17 +0000 (22:20 -0400)]
Merge pull request #8381 from kronbichler/improve_hermite_like_interpolation

Improve hermite like interpolation

5 years agoAdd test for 1D mass matrix 8381/head
Martin Kronbichler [Sat, 13 Jul 2019 14:29:26 +0000 (16:29 +0200)]
Add test for 1D mass matrix

5 years agoAdd changelog
Martin Kronbichler [Fri, 12 Jul 2019 07:56:46 +0000 (09:56 +0200)]
Add changelog

5 years agoSwitch Hermite-like interpolation to Jacobi polynomials P^{4,4}
Martin Kronbichler [Fri, 12 Jul 2019 07:56:37 +0000 (09:56 +0200)]
Switch Hermite-like interpolation to Jacobi polynomials P^{4,4}

5 years agoMerge pull request #8331 from marcfehling/cd-transfer
David Wells [Sat, 13 Jul 2019 13:45:15 +0000 (09:45 -0400)]
Merge pull request #8331 from marcfehling/cd-transfer

Introduced CellDataTransfer.

5 years agoMerge pull request #8348 from peterrum/matrixfree-vectorizedarray
Martin Kronbichler [Fri, 12 Jul 2019 19:04:45 +0000 (21:04 +0200)]
Merge pull request #8348 from peterrum/matrixfree-vectorizedarray

Extend MatrixFree with a second template argument to control vectorization

5 years agoMerge pull request #8352 from GrahamBenHarper/graham_dev_mappings
David Wells [Fri, 12 Jul 2019 12:09:35 +0000 (08:09 -0400)]
Merge pull request #8352 from GrahamBenHarper/graham_dev_mappings

Add functionality to support multiple mappings per element in FE_PolyTensor

5 years agoAdd a changelog entry for the FE_PolyTensor mappings improvement 8352/head
grahambenharper [Fri, 12 Jul 2019 07:50:31 +0000 (01:50 -0600)]
Add a changelog entry for the FE_PolyTensor mappings improvement

5 years agoMerge pull request #8380 from masterleinad/remove_deprecated_variables
Martin Kronbichler [Fri, 12 Jul 2019 05:47:32 +0000 (07:47 +0200)]
Merge pull request #8380 from masterleinad/remove_deprecated_variables

Remove deprecated PreconditionChebyshev::AdditionalData members

5 years agoMerge pull request #8378 from tjhei/epetra_64_fixes
Daniel Arndt [Fri, 12 Jul 2019 04:18:24 +0000 (00:18 -0400)]
Merge pull request #8378 from tjhei/epetra_64_fixes

 Epetra: fix SparsityPattern::compress() with 64 bit

5 years agoMerge pull request #8379 from kronbichler/fix_chebyshev_docu
Timo Heister [Thu, 11 Jul 2019 22:47:10 +0000 (18:47 -0400)]
Merge pull request #8379 from kronbichler/fix_chebyshev_docu

Fix documentation of Chebyshev iteration

5 years agoChangelog entry 8380/head
Daniel Arndt [Thu, 11 Jul 2019 21:02:16 +0000 (17:02 -0400)]
Changelog entry

5 years agoRemove deprecated variables in PreconditionChebyshev::AdditionalData
Daniel Arndt [Thu, 11 Jul 2019 20:56:22 +0000 (16:56 -0400)]
Remove deprecated variables in PreconditionChebyshev::AdditionalData

5 years agoFix documentation of Chebyshev iteration 8379/head
Martin Kronbichler [Thu, 11 Jul 2019 20:14:11 +0000 (22:14 +0200)]
Fix documentation of Chebyshev iteration

5 years agoMerge pull request #8369 from tjhei/refine_assign_bug
Martin Kronbichler [Thu, 11 Jul 2019 20:10:15 +0000 (22:10 +0200)]
Merge pull request #8369 from tjhei/refine_assign_bug

fix wrong variable assignment

5 years agoMerge pull request #8370 from tjhei/intel_ignore_warn_simd
Martin Kronbichler [Thu, 11 Jul 2019 20:09:52 +0000 (22:09 +0200)]
Merge pull request #8370 from tjhei/intel_ignore_warn_simd

intel: ignore simd warning

5 years agoreplace other NumGlobalElements call 8378/head
Timo Heister [Thu, 11 Jul 2019 19:34:00 +0000 (15:34 -0400)]
replace other NumGlobalElements call

5 years agoEpetra: fix SparsityPattern::compress() with 64 bit
Timo Heister [Thu, 11 Jul 2019 19:33:48 +0000 (15:33 -0400)]
Epetra: fix SparsityPattern::compress() with 64 bit

NumGlobalElements is only available if the Epetra map was created with a
32 bit int for the dimension, which is not true if we compile with 64
bit enabled. Fix this using the helper functions we already have.

5 years agoMerge pull request #8365 from marcfehling/php-hangingnodes-2
David Wells [Thu, 11 Jul 2019 02:18:47 +0000 (22:18 -0400)]
Merge pull request #8365 from marcfehling/php-hangingnodes-2

Hanging nodes: Loosen assertion for artificial cells.

5 years agoMerge pull request #8375 from tamiko/update_url
David Wells [Wed, 10 Jul 2019 22:30:26 +0000 (18:30 -0400)]
Merge pull request #8375 from tamiko/update_url

update URLs to 43-1.org and use https instead of http

5 years agoMerge pull request #8372 from drwells/add-missing-epetra-includes
Daniel Arndt [Wed, 10 Jul 2019 22:29:33 +0000 (18:29 -0400)]
Merge pull request #8372 from drwells/add-missing-epetra-includes

Add missing epetra headers.

5 years agoupdate URLs to 43-1.org and use https instead of http 8375/head
Matthias Maier [Wed, 10 Jul 2019 21:55:03 +0000 (16:55 -0500)]
update URLs to 43-1.org and use https instead of http

5 years agoMerge pull request #8363 from masterleinad/cw_fe_eval_get_submit_dof_values
Bruno Turcksin [Wed, 10 Jul 2019 21:01:18 +0000 (17:01 -0400)]
Merge pull request #8363 from masterleinad/cw_fe_eval_get_submit_dof_values

Implement CUDAWrappers::FEEvaluation::get_dof_values/submit_dof_values

5 years agoAdd VectorizationArrayType to MatrixFree as template argument 8348/head
peterrum [Sat, 6 Jul 2019 09:34:00 +0000 (11:34 +0200)]
Add VectorizationArrayType to MatrixFree as template argument

5 years agoMerge pull request #8373 from peterrum/base-vectorization-m512
Martin Kronbichler [Wed, 10 Jul 2019 19:58:24 +0000 (21:58 +0200)]
Merge pull request #8373 from peterrum/base-vectorization-m512

Fix VectorizedArray::vectorized_load_and_transpose specialization

5 years agoFix vectorized_load_and_transpose specialization for VectorizedArray<float, 16> 8373/head
peterrum [Wed, 10 Jul 2019 19:23:44 +0000 (21:23 +0200)]
Fix vectorized_load_and_transpose specialization for VectorizedArray<float, 16>

5 years agoMerge pull request #8307 from anates/Tensor-Schur-Product
Daniel Arndt [Wed, 10 Jul 2019 18:53:49 +0000 (14:53 -0400)]
Merge pull request #8307 from anates/Tensor-Schur-Product

Elementwise multiplication for Tensor<rank, dim>

5 years agoAdd missing epetra headers. 8372/head
David Wells [Wed, 10 Jul 2019 17:53:18 +0000 (13:53 -0400)]
Add missing epetra headers.

This previously worked since most people who install epetra also install
tpetra.

5 years agoMerge pull request #8368 from tjhei/intel_compile_fix
David Wells [Wed, 10 Jul 2019 17:43:47 +0000 (13:43 -0400)]
Merge pull request #8368 from tjhei/intel_compile_fix

fix compile error typo in intel ifdef

5 years agointel: ignore simd warning 8370/head
Timo Heister [Wed, 10 Jul 2019 17:28:10 +0000 (13:28 -0400)]
intel: ignore simd warning

with intel 19.0.4 with vectorization I am getting spammed with warnings
like
```
deal-git/include/deal.II/lac/la_vector.templates.h(405): warning #15552:
loop was not vectorized with "simd"
```

I think this is safe to ignore.

5 years agofix wrong variable assignment 8369/head
Timo Heister [Wed, 10 Jul 2019 17:21:15 +0000 (13:21 -0400)]
fix wrong variable assignment

intel compiler warned correctly warned about this. I assume that this is
the correct fix...

5 years agofix compile error typo in intel ifdef 8368/head
Timo Heister [Wed, 10 Jul 2019 17:16:31 +0000 (13:16 -0400)]
fix compile error typo in intel ifdef

5 years agoHanging nodes: Loosen assertion for artificial cells. 8365/head
marcfehling [Wed, 10 Jul 2019 16:12:29 +0000 (18:12 +0200)]
Hanging nodes: Loosen assertion for artificial cells.

5 years agoAddress comments 8363/head
Daniel Arndt [Wed, 10 Jul 2019 16:00:16 +0000 (12:00 -0400)]
Address comments

5 years agoElementwise multiplication for Tensor<rank, dim> 8307/head
Roland [Fri, 7 Jun 2019 11:35:35 +0000 (13:35 +0200)]
Elementwise multiplication for Tensor<rank, dim>

5 years agoIntroduced CellDataTransfer. 8331/head
Marc Fehling [Wed, 10 Jul 2019 15:02:37 +0000 (17:02 +0200)]
Introduced CellDataTransfer.

5 years agoNo more anonymous namespace in p::d::CellDataTransfer.
Marc Fehling [Wed, 10 Jul 2019 15:01:25 +0000 (17:01 +0200)]
No more anonymous namespace in p::d::CellDataTransfer.

5 years agoReworked CoarseningStrategies and moved it into a separate header.
Marc Fehling [Wed, 10 Jul 2019 14:53:37 +0000 (16:53 +0200)]
Reworked CoarseningStrategies and moved it into a separate header.

Deprecated the old p::d::CellDataTransfer::CoarseningStrategies struct.

Defined exceptions that recur in code.

Minor improvements to p::d::CellDataTransfer and hp::DoFHandler.

5 years agoMerge pull request #8338 from masterleinad/cuda_tensor_annotations
Bruno Turcksin [Wed, 10 Jul 2019 12:47:07 +0000 (08:47 -0400)]
Merge pull request #8338 from masterleinad/cuda_tensor_annotations

CUDA device annotations for Tensor

5 years agoMerge pull request #8362 from masterleinad/fix_gcc-9_warnings
Martin Kronbichler [Wed, 10 Jul 2019 08:17:52 +0000 (10:17 +0200)]
Merge pull request #8362 from masterleinad/fix_gcc-9_warnings

Fix a few gcc-9 warninigs in tests

5 years agoImplement CUDAWrappers::FEEvaluation::get_dof_values/submit_dof_values
Daniel Arndt [Tue, 9 Jul 2019 22:32:52 +0000 (18:32 -0400)]
Implement CUDAWrappers::FEEvaluation::get_dof_values/submit_dof_values

5 years agoFix a few gcc-9 warninigs in tests 8362/head
Daniel Arndt [Tue, 9 Jul 2019 18:59:24 +0000 (14:59 -0400)]
Fix a few gcc-9 warninigs in tests

5 years agoMerge pull request #8361 from masterleinad/fix_refinement_header
Daniel Arndt [Tue, 9 Jul 2019 18:38:57 +0000 (14:38 -0400)]
Merge pull request #8361 from masterleinad/fix_refinement_header

Fix refinement.h include

5 years agoFix refinement.h include 8361/head
Daniel Arndt [Tue, 9 Jul 2019 13:24:24 +0000 (09:24 -0400)]
Fix refinement.h include

5 years agoMerge pull request #8358 from masterleinad/remove_unused_cudawrappers_code
Martin Kronbichler [Tue, 9 Jul 2019 11:20:16 +0000 (13:20 +0200)]
Merge pull request #8358 from masterleinad/remove_unused_cudawrappers_code

Remove unused code in CUDAWrappers::internal::HangingNodes

5 years agoMerge pull request #8342 from peterrum/base-vectorization-width
Martin Kronbichler [Tue, 9 Jul 2019 10:56:28 +0000 (12:56 +0200)]
Merge pull request #8342 from peterrum/base-vectorization-width

 Extend VectorizedArray with a second template argument to control vector length

5 years agoMerge pull request #8360 from rezarastak/fix_documentation_asterisk
David Wells [Tue, 9 Jul 2019 10:55:29 +0000 (06:55 -0400)]
Merge pull request #8360 from rezarastak/fix_documentation_asterisk

fixed misrepresentation of "*" in documentation of tutorials

5 years agoAdd two convenience functions to FE_PolyTensor and improve based on suggestions
grahambenharper [Tue, 9 Jul 2019 10:14:47 +0000 (04:14 -0600)]
Add two convenience functions to FE_PolyTensor and improve based on suggestions

5 years agoMerge pull request #8341 from marcfehling/hp-prediction-2
Martin Kronbichler [Tue, 9 Jul 2019 07:27:18 +0000 (09:27 +0200)]
Merge pull request #8341 from marcfehling/hp-prediction-2

hp::Refinement: Error prediction.

5 years agoExtend VectorizedArray with a second template argument 8342/head
peterrum [Mon, 1 Jul 2019 13:09:52 +0000 (15:09 +0200)]
Extend VectorizedArray with a second template argument

5 years agoMerge pull request #8357 from masterleinad/test_layout_vectorizedarray
Martin Kronbichler [Tue, 9 Jul 2019 05:52:51 +0000 (07:52 +0200)]
Merge pull request #8357 from masterleinad/test_layout_vectorizedarray

Always test the layout of the VectorizedArray class

5 years agofixed misrepresentation of "*" in documentation of tutorials 8360/head
Reza Rastak [Tue, 9 Jul 2019 04:06:50 +0000 (21:06 -0700)]
fixed misrepresentation of "*" in documentation of tutorials

5 years agoRemove unused code in CUDAWrappers::internal::HangingNodes 8358/head
Daniel Arndt [Tue, 9 Jul 2019 01:56:14 +0000 (21:56 -0400)]
Remove unused code in CUDAWrappers::internal::HangingNodes

5 years agoAlways test the layout of the VectorizedArray class 8357/head
Daniel Arndt [Tue, 9 Jul 2019 01:48:45 +0000 (21:48 -0400)]
Always test the layout of the VectorizedArray class

5 years agoCheck result 8338/head
Daniel Arndt [Mon, 8 Jul 2019 19:22:45 +0000 (15:22 -0400)]
Check result

5 years agoAvoid warnings in device code
Daniel Arndt [Fri, 5 Jul 2019 19:22:15 +0000 (15:22 -0400)]
Avoid warnings in device code

5 years agoChangelog entry
Daniel Arndt [Wed, 3 Jul 2019 15:52:32 +0000 (11:52 -0400)]
Changelog entry

5 years agoAnnotate Tensor functions that can be used in CUDA device code
Daniel Arndt [Mon, 1 Jul 2019 21:30:01 +0000 (17:30 -0400)]
Annotate Tensor functions that can be used in CUDA device code

5 years agoMerge pull request #8064 from rezarastak/constexpr_tensor
Daniel Arndt [Tue, 9 Jul 2019 01:24:22 +0000 (21:24 -0400)]
Merge pull request #8064 from rezarastak/constexpr_tensor

Constexpr Tensor

5 years agoMerge pull request #8346 from masterleinad/cuda_point
Bruno Turcksin [Tue, 9 Jul 2019 00:26:03 +0000 (20:26 -0400)]
Merge pull request #8346 from masterleinad/cuda_point

Annotate Point members usable in CUDA kernels

5 years agoMerge pull request #8300 from peterrum/mpi-compute-index-owner
Daniel Arndt [Mon, 8 Jul 2019 23:13:14 +0000 (19:13 -0400)]
Merge pull request #8300 from peterrum/mpi-compute-index-owner

Mpi compute index owner

5 years agoMerge pull request #8355 from kronbichler/fix_documentation_hermite
Daniel Arndt [Mon, 8 Jul 2019 23:00:07 +0000 (19:00 -0400)]
Merge pull request #8355 from kronbichler/fix_documentation_hermite

Fix documentation of HermiteLikeInterpolation


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.