]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoMerge pull request #10793 from Rombur/cuda_11
Martin Kronbichler [Fri, 7 Aug 2020 12:08:19 +0000 (14:08 +0200)]
Merge pull request #10793 from Rombur/cuda_11

Fix CUDA 11 build

4 years agoMerge pull request #10799 from Rombur/drop_cuda_9
Martin Kronbichler [Fri, 7 Aug 2020 12:04:50 +0000 (14:04 +0200)]
Merge pull request #10799 from Rombur/drop_cuda_9

Drop cuda 9

4 years agoMerge pull request #10805 from bangerth/shrink
Martin Kronbichler [Fri, 7 Aug 2020 12:03:59 +0000 (14:03 +0200)]
Merge pull request #10805 from bangerth/shrink

Shrink the output of a test drastically.

4 years agoMerge pull request #10803 from bangerth/tensor
Martin Kronbichler [Fri, 7 Aug 2020 12:03:29 +0000 (14:03 +0200)]
Merge pull request #10803 from bangerth/tensor

Fix bug in DataPostprocessorTensor.

4 years agoShrink the output of a test drastically. 10805/head
Wolfgang Bangerth [Fri, 7 Aug 2020 01:34:01 +0000 (19:34 -0600)]
Shrink the output of a test drastically.

4 years agoAdd a new test. 10803/head
Wolfgang Bangerth [Thu, 6 Aug 2020 23:27:35 +0000 (17:27 -0600)]
Add a new test.

4 years agoMerge pull request #10802 from bangerth/cleanup
Bruno Turcksin [Fri, 7 Aug 2020 01:03:09 +0000 (21:03 -0400)]
Merge pull request #10802 from bangerth/cleanup

Avoid a couple of places where we explicitly use 'new'.

4 years agoAdd changelog 10799/head
Bruno Turcksin [Wed, 5 Aug 2020 22:01:47 +0000 (22:01 +0000)]
Add changelog

4 years agoDrop support for CUDA 9.0, 10.0, and 10.1
Bruno Turcksin [Wed, 5 Aug 2020 21:56:56 +0000 (21:56 +0000)]
Drop support for CUDA 9.0, 10.0, and 10.1

4 years agoMerge pull request #10804 from bangerth/changelog
Timo Heister [Fri, 7 Aug 2020 00:36:09 +0000 (20:36 -0400)]
Merge pull request #10804 from bangerth/changelog

Fix a changelog entry.

4 years agoFix a changelog entry. 10804/head
Wolfgang Bangerth [Thu, 6 Aug 2020 23:21:26 +0000 (17:21 -0600)]
Fix a changelog entry.

Specifically, the patch to which this changelog entry was mine alone, but I had copy-pasted
from a previous changelog entry of mine.

4 years agoAdd a changelog entry.
Wolfgang Bangerth [Thu, 6 Aug 2020 23:05:44 +0000 (17:05 -0600)]
Add a changelog entry.

4 years agoFix bug in DataPostprocessorTensor.
Wolfgang Bangerth [Thu, 6 Aug 2020 22:59:44 +0000 (16:59 -0600)]
Fix bug in DataPostprocessorTensor.

Specifically, the class currently states that the components it outputs are scalars,
when the whole intent of the class is of course to output its result as a tensor
field.

4 years agoAvoid a couple of places where we explicitly use 'new'. 10802/head
Wolfgang Bangerth [Thu, 6 Aug 2020 22:58:06 +0000 (16:58 -0600)]
Avoid a couple of places where we explicitly use 'new'.

4 years agoMerge pull request #10800 from bangerth/strings
Peter Munch [Thu, 6 Aug 2020 08:41:55 +0000 (10:41 +0200)]
Merge pull request #10800 from bangerth/strings

Simplify some string handling in an error message.

4 years agoSimplify some string handling in an error message. 10800/head
Wolfgang Bangerth [Thu, 6 Aug 2020 03:46:11 +0000 (21:46 -0600)]
Simplify some string handling in an error message.

This was triggered by the fact that the original string lacked a space after 'assign'.

4 years agoMerge pull request #10796 from masterleinad/fix_warray_bounds
Peter Munch [Tue, 4 Aug 2020 17:09:24 +0000 (19:09 +0200)]
Merge pull request #10796 from masterleinad/fix_warray_bounds

Fix Warray-bounds warnings

4 years agoFix Warray-bounds warnings 10796/head
Daniel Arndt [Tue, 4 Aug 2020 14:14:36 +0000 (10:14 -0400)]
Fix Warray-bounds warnings

4 years agoMerge pull request #10795 from peterrum/vector_tools_fix_comment
Martin Kronbichler [Tue, 4 Aug 2020 08:42:03 +0000 (10:42 +0200)]
Merge pull request #10795 from peterrum/vector_tools_fix_comment

Fix typo in VectorTools::interpolate

4 years agoFix typo in VectorTools::interpolate 10795/head
Peter Munch [Tue, 4 Aug 2020 08:32:05 +0000 (10:32 +0200)]
Fix typo in VectorTools::interpolate

4 years agoMerge pull request #10778 from peterrum/finiteelementdata_faceno
David Wells [Mon, 3 Aug 2020 21:06:03 +0000 (17:06 -0400)]
Merge pull request #10778 from peterrum/finiteelementdata_faceno

Generalize FiniteElementData s.t. faces can different nr. of dofs

4 years agoMerge pull request #10758 from peterrum/simplex_application_test
Daniel Arndt [Mon, 3 Aug 2020 20:24:20 +0000 (16:24 -0400)]
Merge pull request #10758 from peterrum/simplex_application_test

4 years agoCUDA 11 adds a possible memory attribute for host memory 10793/head
Bruno Turcksin [Mon, 3 Aug 2020 18:52:48 +0000 (18:52 +0000)]
CUDA 11 adds a possible memory attribute for host memory

4 years agoGeneralize FiniteElementData s.t. faces can different nr. of dofs 10778/head
Peter Munch [Fri, 31 Jul 2020 20:20:28 +0000 (22:20 +0200)]
Generalize FiniteElementData s.t. faces can different nr. of dofs

4 years agoMerge pull request #10792 from tjhei/fix_simplex_test
Peter Munch [Mon, 3 Aug 2020 15:46:58 +0000 (17:46 +0200)]
Merge pull request #10792 from tjhei/fix_simplex_test

fix tests/simplex/data_out_write_vtk_01

4 years agoMerge pull request #10777 from peterrum/FiniteElementData_max_dofs_per_quad
David Wells [Mon, 3 Aug 2020 14:52:54 +0000 (10:52 -0400)]
Merge pull request #10777 from peterrum/FiniteElementData_max_dofs_per_quad

Introduce FiniteElementData::max_dofs_per_quad()

4 years agoFix compilation with CUDA 11
Bruno Turcksin [Mon, 3 Aug 2020 14:52:19 +0000 (14:52 +0000)]
Fix compilation with CUDA 11

4 years agofix tests/simplex/data_out_write_vtk_01 10792/head
Timo Heister [Mon, 3 Aug 2020 14:21:37 +0000 (10:21 -0400)]
fix tests/simplex/data_out_write_vtk_01

4 years agoAdd mini simplex application tests 10758/head
Peter Munch [Tue, 28 Jul 2020 09:59:26 +0000 (11:59 +0200)]
Add mini simplex application tests

4 years agoMerge pull request #10701 from peterrum/simplex_dataout_write_vtk
Martin Kronbichler [Mon, 3 Aug 2020 10:35:29 +0000 (12:35 +0200)]
Merge pull request #10701 from peterrum/simplex_dataout_write_vtk

Generalize DataOut::write_vtk for simplex mesh

4 years agoMerge pull request #10791 from kronbichler/fix-code-comment
Peter Munch [Mon, 3 Aug 2020 09:22:32 +0000 (11:22 +0200)]
Merge pull request #10791 from kronbichler/fix-code-comment

Update an outdated code comment

4 years agoUpdate an outdated code comment 10791/head
Martin Kronbichler [Mon, 3 Aug 2020 09:10:01 +0000 (11:10 +0200)]
Update an outdated code comment

4 years agoMerge pull request #10775 from peterrum/ensure_existence_of_dof_identities
Wolfgang Bangerth [Sun, 2 Aug 2020 17:18:47 +0000 (11:18 -0600)]
Merge pull request #10775 from peterrum/ensure_existence_of_dof_identities

Simplify the usage of ensure_existence_of_dof_identities

4 years agoMerge pull request #10782 from adamqc/fix-step-18
Peter Munch [Sun, 2 Aug 2020 15:57:00 +0000 (17:57 +0200)]
Merge pull request #10782 from adamqc/fix-step-18

Fix step-18.

4 years agoMerge pull request #10789 from peterrum/simplex_github_action_metis
Timo Heister [Sun, 2 Aug 2020 13:15:58 +0000 (09:15 -0400)]
Merge pull request #10789 from peterrum/simplex_github_action_metis

Simplex action: load metis and be verbose on failure

4 years agoSimplex action: load metis and be verbose on failure 10789/head
Peter Munch [Sun, 2 Aug 2020 12:07:12 +0000 (14:07 +0200)]
Simplex action: load metis and be verbose on failure

4 years agoMerge pull request #10788 from tjhei/fe_index_unused
Peter Munch [Sun, 2 Aug 2020 06:01:48 +0000 (08:01 +0200)]
Merge pull request #10788 from tjhei/fe_index_unused

fix dof_accessor warning

4 years agoMerge pull request #9973 from rezarastak/arkode_time
Daniel Arndt [Sun, 2 Aug 2020 03:05:57 +0000 (23:05 -0400)]
Merge pull request #9973 from rezarastak/arkode_time

4 years agoapply suggestion 10788/head
Timo Heister [Sat, 1 Aug 2020 20:37:04 +0000 (16:37 -0400)]
apply suggestion

4 years agoFix step-18. 10782/head
Ce Qin [Sat, 1 Aug 2020 05:44:00 +0000 (13:44 +0800)]
Fix step-18.

4 years agoIntroduce FiniteElementData::max_dofs_per_quad() and FiniteElementData::max_dofs_per_... 10777/head
Peter Munch [Fri, 31 Jul 2020 19:02:18 +0000 (21:02 +0200)]
Introduce FiniteElementData::max_dofs_per_quad() and FiniteElementData::max_dofs_per_face()

4 years agoSimplify the usage of ensure_existence_of_dof_identities 10775/head
Peter Munch [Fri, 31 Jul 2020 18:16:35 +0000 (20:16 +0200)]
Simplify the usage of ensure_existence_of_dof_identities

4 years agofix dof_accessor warning
Timo Heister [Sat, 1 Aug 2020 19:08:25 +0000 (15:08 -0400)]
fix dof_accessor warning

fixes:
```
/jenkins/workspace/dealii_PR-10786/include/deal.II/base/exceptions.h:1414:72:
error: ‘fe_index_’ may be used uninitialized in this function [-Werror
=maybe-uninitialized]
/jenkins/workspace/dealii_PR-10786/include/deal.II/dofs/dof_accessor.templates.h:284:22:
note: ‘fe_index_’ was declared here
```

4 years agoMerge pull request #10785 from drwells/fix-mpi-detect
Timo Heister [Sat, 1 Aug 2020 16:53:19 +0000 (12:53 -0400)]
Merge pull request #10785 from drwells/fix-mpi-detect

Fix MPIEXEC detection again.

4 years agoMerge pull request #10787 from tjhei/jenkinsfile_no_tabs
Peter Munch [Sat, 1 Aug 2020 15:15:57 +0000 (17:15 +0200)]
Merge pull request #10787 from tjhei/jenkinsfile_no_tabs

Jenkinsfile: convert tabs to spaces

4 years agoJenkinsfile: convert tabs to spaces 10787/head
Timo Heister [Sat, 1 Aug 2020 14:52:26 +0000 (10:52 -0400)]
Jenkinsfile: convert tabs to spaces

4 years agoMerge pull request #10776 from peterrum/dofhandler_reservespace_3d
David Wells [Sat, 1 Aug 2020 14:30:52 +0000 (10:30 -0400)]
Merge pull request #10776 from peterrum/dofhandler_reservespace_3d

Refactor DoFHandlerImplementation::reserve_space for 3D

4 years agoMerge pull request #10752 from bangerth/bicgstab
Peter Munch [Sat, 1 Aug 2020 13:30:40 +0000 (15:30 +0200)]
Merge pull request #10752 from bangerth/bicgstab

Improve memory behavior of the BiCGStab solver.

4 years agoFix MPIEXEC detection again. 10785/head
David Wells [Sat, 1 Aug 2020 12:26:43 +0000 (08:26 -0400)]
Fix MPIEXEC detection again.

We should check the value deal.II finally stores - other MPI variables are not
necessarily set at this point.

4 years agoMerge pull request #10773 from tjhei/ci_indent_checkout_depth
Peter Munch [Sat, 1 Aug 2020 13:29:51 +0000 (15:29 +0200)]
Merge pull request #10773 from tjhei/ci_indent_checkout_depth

CI: change git depth for indent worker

4 years agoMerge pull request #10780 from peterrum/fe_face_vectors
David Wells [Sat, 1 Aug 2020 13:06:17 +0000 (09:06 -0400)]
Merge pull request #10780 from peterrum/fe_face_vectors

Convert all face-related data structures of FiniteElement to vectors

4 years agoMerge pull request #10779 from peterrum/fe_faceno
David Wells [Sat, 1 Aug 2020 12:50:42 +0000 (08:50 -0400)]
Merge pull request #10779 from peterrum/fe_faceno

Add face_no to methods of FiniteElements

4 years agoMerge pull request #10757 from peterrum/simplex_github_acctions
Peter Munch [Sat, 1 Aug 2020 08:16:28 +0000 (10:16 +0200)]
Merge pull request #10757 from peterrum/simplex_github_acctions

CI: add tester for simplex tests

4 years agoMerge pull request #10774 from tjhei/clang_warnings
Wolfgang Bangerth [Fri, 31 Jul 2020 23:19:51 +0000 (17:19 -0600)]
Merge pull request #10774 from tjhei/clang_warnings

suppress boost warnings

4 years agoImprove memory behavior of the BiCGStab solver. 10752/head
Wolfgang Bangerth [Sat, 25 Jul 2020 23:16:15 +0000 (17:16 -0600)]
Improve memory behavior of the BiCGStab solver.

4 years agoMerge pull request #10734 from drwells/check-mpiexec
Wolfgang Bangerth [Fri, 31 Jul 2020 22:49:37 +0000 (16:49 -0600)]
Merge pull request #10734 from drwells/check-mpiexec

Check that MPIEXEC_EXECUTABLE is available in the test suite.

4 years agoConvert all face-related data structures of FiniteElement to vectors 10780/head
Peter Munch [Fri, 31 Jul 2020 21:55:57 +0000 (23:55 +0200)]
Convert all face-related data structures of FiniteElement to vectors

4 years agoMerge pull request #10769 from peterrum/simplex_grid_generator_namespace
Wolfgang Bangerth [Fri, 31 Jul 2020 22:13:08 +0000 (16:13 -0600)]
Merge pull request #10769 from peterrum/simplex_grid_generator_namespace

Fix conflict with Simplex::GridGenerator

4 years agoAdd face_no to methods of FiniteElements 10779/head
Peter Munch [Fri, 31 Jul 2020 21:50:47 +0000 (23:50 +0200)]
Add face_no to methods of FiniteElements

4 years agoRefactor DoFHandlerImplementation::reserve_space for 3D 10776/head
Peter Munch [Fri, 31 Jul 2020 18:34:11 +0000 (20:34 +0200)]
Refactor DoFHandlerImplementation::reserve_space for 3D

4 years agoMerge pull request #10653 from dangars/remove_unused_tests
David Wells [Fri, 31 Jul 2020 17:51:51 +0000 (13:51 -0400)]
Merge pull request #10653 from dangars/remove_unused_tests

Remove unused tests

4 years agosuppress boost warnings 10774/head
Timo Heister [Fri, 31 Jul 2020 17:34:30 +0000 (13:34 -0400)]
suppress boost warnings

noticed when compiling with clang10 and bundled boost

4 years agoMerge pull request #10771 from zjiaqi2018/step-47_typos
David Wells [Fri, 31 Jul 2020 17:21:23 +0000 (13:21 -0400)]
Merge pull request #10771 from zjiaqi2018/step-47_typos

fix typos in step 47

4 years agoMerge pull request #10770 from peterrum/vectortools_interpolate
David Wells [Fri, 31 Jul 2020 17:19:52 +0000 (13:19 -0400)]
Merge pull request #10770 from peterrum/vectortools_interpolate

Enable VectorTools::interpolate for hp::MappingCollection

4 years agoAdd comments 10757/head
Peter Munch [Fri, 31 Jul 2020 16:31:36 +0000 (18:31 +0200)]
Add comments

4 years agoUpdate .github/workflows/indent.yml 10773/head
Timo Heister [Fri, 31 Jul 2020 15:25:28 +0000 (11:25 -0400)]
Update .github/workflows/indent.yml

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
4 years agoone more typo 10771/head
Jiaqi Zhang [Fri, 31 Jul 2020 14:52:18 +0000 (10:52 -0400)]
one more typo

4 years agomore typos
Jiaqi Zhang [Fri, 31 Jul 2020 14:47:17 +0000 (10:47 -0400)]
more typos

4 years agofix typos in step-47
Jiaqi Zhang [Fri, 31 Jul 2020 00:02:56 +0000 (20:02 -0400)]
fix typos in step-47

4 years agoCI: change git depth for indent worker
Timo Heister [Fri, 31 Jul 2020 14:11:00 +0000 (10:11 -0400)]
CI: change git depth for indent worker

By default, github actions do a git clone with depth=1. That does not
allow our indent script to check the commits for authorship correctly.

4 years agoTest simplex in osx-parallel64
Peter Munch [Tue, 28 Jul 2020 09:26:53 +0000 (11:26 +0200)]
Test simplex in osx-parallel64

4 years agoMerge pull request #10772 from bangerth/qt
Peter Munch [Fri, 31 Jul 2020 12:49:47 +0000 (14:49 +0200)]
Merge pull request #10772 from bangerth/qt

Update an error text.

4 years agoMerge pull request #10768 from masterleinad/improve_error_message
Peter Munch [Fri, 31 Jul 2020 12:49:19 +0000 (14:49 +0200)]
Merge pull request #10768 from masterleinad/improve_error_message

Improve DataOutDoFData error message ExcInvalidVectorSize

4 years agoFix confilct with Simplex::GridGenerator 10769/head
Peter Munch [Thu, 30 Jul 2020 17:57:41 +0000 (19:57 +0200)]
Fix confilct with Simplex::GridGenerator

4 years agoEnabel VectorTools::interpolate for hp::MappingCollection 10770/head
Peter Munch [Thu, 30 Jul 2020 19:04:36 +0000 (21:04 +0200)]
Enabel VectorTools::interpolate for hp::MappingCollection

4 years agoUpdate an error text. 10772/head
Wolfgang Bangerth [Thu, 30 Jul 2020 21:08:02 +0000 (15:08 -0600)]
Update an error text.

4 years agoImprove DataOutDoFData error message ExcInvalidVectorSize 10768/head
Daniel Arndt [Thu, 30 Jul 2020 12:48:27 +0000 (08:48 -0400)]
Improve DataOutDoFData error message ExcInvalidVectorSize

4 years agoMerge pull request #10760 from kronbichler/fix_transfer_ghosts
Daniel Arndt [Wed, 29 Jul 2020 18:45:47 +0000 (14:45 -0400)]
Merge pull request #10760 from kronbichler/fix_transfer_ghosts

Do not update ghost values in MGTransferMatrixFree::prolongate

4 years agoMerge pull request #10761 from kronbichler/step-67-doc
Daniel Arndt [Wed, 29 Jul 2020 15:44:44 +0000 (11:44 -0400)]
Merge pull request #10761 from kronbichler/step-67-doc

[step-67] Close a brace in introduction

4 years ago[step-67] Close a brace in introduction 10761/head
Martin Kronbichler [Wed, 29 Jul 2020 15:33:30 +0000 (17:33 +0200)]
[step-67] Close a brace in introduction

4 years agoDo not update ghost values in MGTransferMatrixFree::prolongate 10760/head
Martin Kronbichler [Wed, 29 Jul 2020 15:20:08 +0000 (17:20 +0200)]
Do not update ghost values in MGTransferMatrixFree::prolongate

4 years agoMerge pull request #10759 from tjhei/step47-typo
Daniel Arndt [Wed, 29 Jul 2020 15:01:04 +0000 (11:01 -0400)]
Merge pull request #10759 from tjhei/step47-typo

delete a word in step-47

4 years agodelete a word in step-47 10759/head
Timo Heister [Wed, 29 Jul 2020 14:29:09 +0000 (10:29 -0400)]
delete a word in step-47

4 years agoMerge pull request #10748 from peterrum/simplex_read_vtk
Luca Heltai [Wed, 29 Jul 2020 08:38:45 +0000 (10:38 +0200)]
Merge pull request #10748 from peterrum/simplex_read_vtk

GridIn::read_vtk() for simplex meshes

4 years agoMerge pull request #10727 from DanielPaukner/tet_read_msh
Luca Heltai [Tue, 28 Jul 2020 12:52:01 +0000 (14:52 +0200)]
Merge pull request #10727 from DanielPaukner/tet_read_msh

GridIn::read_msh() now supports triangular and tetrahedral elements

4 years agoGeneralize DataOut::write_vtk for simplex mesh 10701/head
Peter Munch [Mon, 13 Jul 2020 15:48:46 +0000 (17:48 +0200)]
Generalize DataOut::write_vtk for simplex mesh

4 years agoMerge pull request #10659 from peterrum/mapping_p
Martin Kronbichler [Tue, 28 Jul 2020 08:53:07 +0000 (10:53 +0200)]
Merge pull request #10659 from peterrum/mapping_p

Introduce MappingFE

4 years agoMerge pull request #10754 from peterrum/connectivity_assert
Daniel Arndt [Mon, 27 Jul 2020 16:56:56 +0000 (12:56 -0400)]
Merge pull request #10754 from peterrum/connectivity_assert

Add assert to connectivity.h

4 years agoAdd test for the hp variant of project_boundary_values_curl_conforming_l2() 10653/head
Daniel Garcia-Sanchez [Mon, 27 Jul 2020 15:46:49 +0000 (17:46 +0200)]
Add test for the hp variant of project_boundary_values_curl_conforming_l2()

4 years agoMerge pull request #10646 from peterrum/simplex_polynomial_fe_mapping
David Wells [Mon, 27 Jul 2020 14:34:12 +0000 (10:34 -0400)]
Merge pull request #10646 from peterrum/simplex_polynomial_fe_mapping

Add Simplex::FE_P and Simplex::FE_DGP

4 years agoMerge pull request #10753 from peterrum/hp_fix_reserve_mermory
David Wells [Mon, 27 Jul 2020 13:57:33 +0000 (09:57 -0400)]
Merge pull request #10753 from peterrum/hp_fix_reserve_mermory

Fix memory reservation of hp::DoFHandler

4 years agoIntoduce MappingFE 10659/head
Peter Munch [Fri, 3 Jul 2020 14:44:55 +0000 (16:44 +0200)]
Intoduce MappingFE

4 years agoAdd assert to connectivity.h 10754/head
Peter Munch [Mon, 27 Jul 2020 12:14:06 +0000 (14:14 +0200)]
Add assert to connectivity.h

4 years agoFix memory reservation of hp::DoFHandler 10753/head
Peter Munch [Mon, 27 Jul 2020 11:48:55 +0000 (13:48 +0200)]
Fix memory reservation of hp::DoFHandler

4 years agoMerge pull request #10741 from peterrum/process_object
Martin Kronbichler [Mon, 27 Jul 2020 11:18:03 +0000 (13:18 +0200)]
Merge pull request #10741 from peterrum/process_object

Generalize process_dof_indices()

4 years agominor changes to add recommendations 10727/head
Daniel Paukner [Mon, 27 Jul 2020 09:32:10 +0000 (11:32 +0200)]
minor changes to add recommendations

4 years agoAdd Simplex::FE_P and Simplex::FE_DGP 10646/head
Peter Munch [Thu, 2 Jul 2020 06:24:13 +0000 (08:24 +0200)]
Add Simplex::FE_P and Simplex::FE_DGP

4 years agoGridIn::read_vtk() for simplex meshes 10748/head
Peter Munch [Thu, 23 Jul 2020 19:28:26 +0000 (21:28 +0200)]
GridIn::read_vtk() for simplex meshes

4 years agoMerge pull request #10745 from tjhei/enable_missing_braces
Daniel Arndt [Sat, 25 Jul 2020 04:15:05 +0000 (00:15 -0400)]
Merge pull request #10745 from tjhei/enable_missing_braces

4 years agoMerge pull request #10751 from Rombur/fix_cuda
Daniel Arndt [Fri, 24 Jul 2020 22:00:36 +0000 (18:00 -0400)]
Merge pull request #10751 from Rombur/fix_cuda

Fix compilation when CUDA is enable


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.