]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoMerge pull request #5742 from drwells/fe-system-dereference-check
Wolfgang Bangerth [Thu, 18 Jan 2018 22:50:36 +0000 (15:50 -0700)]
Merge pull request #5742 from drwells/fe-system-dereference-check

Rearrange a pointer check to satisfy coverity.

6 years agoMerge pull request #5758 from dangars/typo-doc-DataPostprocessorTensor
Jean-Paul Pelteret [Thu, 18 Jan 2018 19:24:49 +0000 (20:24 +0100)]
Merge pull request #5758 from dangars/typo-doc-DataPostprocessorTensor

Typo in the documentation of DataPostprocessorTensor

6 years agoTypo in the documentation of DataPostprocessorTensor 5758/head
Daniel Garcia-Sanchez [Thu, 18 Jan 2018 18:47:48 +0000 (19:47 +0100)]
Typo in the documentation of DataPostprocessorTensor

6 years agoMerge pull request #5748 from masterleinad/inline_geometry_info
Wolfgang Bangerth [Thu, 18 Jan 2018 17:13:41 +0000 (10:13 -0700)]
Merge pull request #5748 from masterleinad/inline_geometry_info

Inline GeometryInfo members

6 years agoInline GeometryInfo 5748/head
Daniel Arndt [Wed, 17 Jan 2018 15:20:03 +0000 (16:20 +0100)]
Inline GeometryInfo

6 years agoMerge pull request #5735 from Rombur/cmake_cusparse
Martin Kronbichler [Thu, 18 Jan 2018 08:25:28 +0000 (09:25 +0100)]
Merge pull request #5735 from Rombur/cmake_cusparse

Add cuSPARSE support in the build system

6 years agoMerge pull request #5737 from Rombur/cuda_warning
Martin Kronbichler [Thu, 18 Jan 2018 08:24:53 +0000 (09:24 +0100)]
Merge pull request #5737 from Rombur/cuda_warning

Fix warnings: do not use Assert in CUDA kernel

6 years agoMerge pull request #5736 from Rombur/cuh
Martin Kronbichler [Thu, 18 Jan 2018 08:24:23 +0000 (09:24 +0100)]
Merge pull request #5736 from Rombur/cuh

Change .cuh extension to h

6 years agoMerge pull request #5740 from masterleinad/internal_alignedvector_const
Martin Kronbichler [Thu, 18 Jan 2018 08:23:31 +0000 (09:23 +0100)]
Merge pull request #5740 from masterleinad/internal_alignedvector_const

Make parameters and variables for the internal::AlignedVector classes const

6 years agoMerge pull request #5749 from bangerth/doc-update
Martin Kronbichler [Thu, 18 Jan 2018 08:22:13 +0000 (09:22 +0100)]
Merge pull request #5749 from bangerth/doc-update

Update documentation of *::Vector::add_and_dot for complex vectors.

6 years agoMerge pull request #5745 from masterleinad/initialize_constexpr_arrays
Martin Kronbichler [Thu, 18 Jan 2018 08:15:40 +0000 (09:15 +0100)]
Merge pull request #5745 from masterleinad/initialize_constexpr_arrays

Initialize constexpr arrays in GeometryInfo

6 years agoWrap comments. 5749/head
Wolfgang Bangerth [Thu, 18 Jan 2018 04:04:04 +0000 (21:04 -0700)]
Wrap comments.

6 years agoUpdate documentation of *::Vector::add_and_dot for complex vectors.
Wolfgang Bangerth [Thu, 18 Jan 2018 04:03:47 +0000 (21:03 -0700)]
Update documentation of *::Vector::add_and_dot for complex vectors.

6 years agoMerge pull request #5744 from masterleinad/fix_coverity
Daniel Arndt [Wed, 17 Jan 2018 23:52:24 +0000 (00:52 +0100)]
Merge pull request #5744 from masterleinad/fix_coverity

Fix issues reported by Coverity

6 years agoInitialize constexpr arrays in GeometryInfo 5745/head
Daniel Arndt [Wed, 17 Jan 2018 15:30:12 +0000 (16:30 +0100)]
Initialize constexpr arrays in GeometryInfo

6 years agoFix issues reported by Coverity 5744/head
Daniel Arndt [Wed, 17 Jan 2018 13:00:09 +0000 (14:00 +0100)]
Fix issues reported by Coverity

6 years agoRearrange a pointer check to satisfy coverity. 5742/head
David Wells [Tue, 16 Jan 2018 19:11:19 +0000 (14:11 -0500)]
Rearrange a pointer check to satisfy coverity.

Coverity (the static analysis program) raises an issue with the way we
check the result of a dynamic_cast. This commit rearranges things so
that we cannot enter the relevant block unless dynamic_cast succeeds,
regardless of the assertion.

6 years agoMerge pull request #5743 from bangerth/doc-update
Jean-Paul Pelteret [Wed, 17 Jan 2018 15:35:26 +0000 (16:35 +0100)]
Merge pull request #5743 from bangerth/doc-update

Clarify documentation of (hp::)?DoFHandler::distribute_dofs().

6 years agoClarify documentation of (hp::)?DoFHandler::distribute_dofs(). 5743/head
Wolfgang Bangerth [Tue, 16 Jan 2018 03:49:08 +0000 (20:49 -0700)]
Clarify documentation of (hp::)?DoFHandler::distribute_dofs().

6 years agoMake parameters and variables for the internal::AlignedVector classes const 5740/head
Daniel Arndt [Tue, 16 Jan 2018 16:50:59 +0000 (17:50 +0100)]
Make parameters and variables for the internal::AlignedVector classes const

6 years agoMerge pull request #5731 from masterleinad/fix_rt_bubbles_tests
Denis Davydov [Tue, 16 Jan 2018 16:31:12 +0000 (17:31 +0100)]
Merge pull request #5731 from masterleinad/fix_rt_bubbles_tests

Increase precision in FE_RT_Bubbles tests

6 years agoMerge pull request #5733 from niveshd/ExtendTestFE_Enriched
Jean-Paul Pelteret [Tue, 16 Jan 2018 06:38:00 +0000 (07:38 +0100)]
Merge pull request #5733 from niveshd/ExtendTestFE_Enriched

Minor change in FE Enriched element

6 years agoMerge pull request #5738 from bangerth/doc-update
Jean-Paul Pelteret [Tue, 16 Jan 2018 06:37:16 +0000 (07:37 +0100)]
Merge pull request #5738 from bangerth/doc-update

Fix a grammar error.

6 years agoFix a grammar error. 5738/head
Wolfgang Bangerth [Tue, 16 Jan 2018 01:34:57 +0000 (18:34 -0700)]
Fix a grammar error.

6 years agoFix warnings: do not use Assert in CUDA kernel 5737/head
Bruno Turcksin [Tue, 16 Jan 2018 00:23:03 +0000 (19:23 -0500)]
Fix warnings: do not use Assert in CUDA kernel

6 years agoChange .cuh extension to .h 5736/head
Bruno Turcksin [Mon, 15 Jan 2018 23:04:50 +0000 (18:04 -0500)]
Change .cuh extension to .h

6 years agoBlacklist header files containing CUDA code from all-headers tests
Bruno Turcksin [Mon, 15 Jan 2018 23:00:19 +0000 (18:00 -0500)]
Blacklist header files containing CUDA code from all-headers tests

Header files that contain CUDA codes cannot be passed to the host compiler.
Thus, we blacklist them in all-headers tests.

6 years agoIncrease precision in FE_RT_Bubbles tests and filter small values out 5731/head
Daniel Arndt [Sat, 13 Jan 2018 22:10:01 +0000 (23:10 +0100)]
Increase precision in FE_RT_Bubbles tests and filter small values out

6 years agoAdd cuSPARSE support in the build system 5735/head
Bruno Turcksin [Mon, 15 Jan 2018 20:54:21 +0000 (15:54 -0500)]
Add cuSPARSE support in the build system

6 years agoMerge pull request #5690 from tamiko/fix_mpi_check
Daniel Arndt [Mon, 15 Jan 2018 17:44:19 +0000 (18:44 +0100)]
Merge pull request #5690 from tamiko/fix_mpi_check

CMake: remove mpi two-pass search

6 years agoBug fix in FE_Enriched element. Avoid evaluating quadrature points if no dofs are... 5733/head
nivesh [Mon, 15 Jan 2018 15:28:40 +0000 (16:28 +0100)]
Bug fix in FE_Enriched element. Avoid evaluating quadrature points if no dofs are assigned

6 years agoMerge pull request #5719 from bangerth/doc-update
Daniel Arndt [Mon, 15 Jan 2018 08:47:40 +0000 (09:47 +0100)]
Merge pull request #5719 from bangerth/doc-update

Update some comments around renumbering DoFs.

6 years agoMerge pull request #5730 from masterleinad/clang-tidy-new__3
Wolfgang Bangerth [Sun, 14 Jan 2018 15:49:57 +0000 (08:49 -0700)]
Merge pull request #5730 from masterleinad/clang-tidy-new__3

Make some variables const (references)

6 years agoMerge pull request #5729 from masterleinad/clang-tidy-new_2
Jean-Paul Pelteret [Sun, 14 Jan 2018 08:02:11 +0000 (09:02 +0100)]
Merge pull request #5729 from masterleinad/clang-tidy-new_2

Use nullptr instead of 0 or NULL

6 years agoMake some variables const (references) 5730/head
Daniel Arndt [Sat, 13 Jan 2018 18:39:08 +0000 (19:39 +0100)]
Make some variables const (references)

6 years agoMerge pull request #5704 from BenBrands/extend_scalapack
Daniel Arndt [Sat, 13 Jan 2018 21:31:46 +0000 (22:31 +0100)]
Merge pull request #5704 from BenBrands/extend_scalapack

 add template wrappers for ScaLAPACK functions

6 years agoUse nullptr 5729/head
Daniel Arndt [Sat, 13 Jan 2018 16:37:31 +0000 (17:37 +0100)]
Use nullptr

6 years agoMerge pull request #5722 from eldarkh/add-fe-rt-bubbles
Daniel Arndt [Sat, 13 Jan 2018 01:51:38 +0000 (02:51 +0100)]
Merge pull request #5722 from eldarkh/add-fe-rt-bubbles

New Finite Element RT+Bubbles (PR #4540 part II)

6 years agoCMake: make the MPI compatibility check less strict 5690/head
Matthias Maier [Fri, 12 Jan 2018 21:47:39 +0000 (15:47 -0600)]
CMake: make the MPI compatibility check less strict

When configuring with CMake 3.10 and providing compiler wrappers,
  CC=mpicc CXX=mpicxx cmake ...
the new FindMPI.cmake library does not export MPI_CXX_LIBRARIES and
MPI_C_LIBRARIES any more. So, make the check less strict.

6 years agoCMake: Support a FindMPI.cmake of CMake version 3.10 and later
Matthias Maier [Fri, 12 Jan 2018 21:31:14 +0000 (15:31 -0600)]
CMake: Support a FindMPI.cmake of CMake version 3.10 and later

This change should also be backward compatible to older CMake versions.
(Fingers crossed.)

6 years agoadd changes entry
Matthias Maier [Mon, 1 Jan 2018 19:41:12 +0000 (13:41 -0600)]
add changes entry

6 years agoCMake: Disable MPI autodetection
Matthias Maier [Mon, 1 Jan 2018 19:33:47 +0000 (13:33 -0600)]
CMake: Disable MPI autodetection

6 years agoCMake: remove mpi two-pass search
Matthias Maier [Mon, 1 Jan 2018 19:30:05 +0000 (13:30 -0600)]
CMake: remove mpi two-pass search

As discussed in https://github.com/dealii/dealii/issues/5510, we must
not assume anything about the internal workings of CMake's FindMPI.cmake
module. In particular, it is not sufficient to set CMAKE_<LANG>_COMPILER
to an MPI-compiler wrapper in order for FindMPI.cmake to actually detect
MPI. So, remove this logic in our FindMPI.cmake module.

6 years agoMerge pull request #5726 from bangerth/automatic-memory
Denis Davydov [Fri, 12 Jan 2018 21:05:46 +0000 (22:05 +0100)]
Merge pull request #5726 from bangerth/automatic-memory

Use automatic memory management, rather than doing it by hand.

6 years agoMerge pull request #5717 from masterleinad/copy_distribute_dofs
Wolfgang Bangerth [Fri, 12 Jan 2018 20:46:41 +0000 (13:46 -0700)]
Merge pull request #5717 from masterleinad/copy_distribute_dofs

Make sure distribute_dofs doesn't copy unnecessarily

6 years agoNew Finite Element, RT-Bubbles 5722/head
Eldar Khattatov [Fri, 12 Jan 2018 19:20:14 +0000 (14:20 -0500)]
New Finite Element, RT-Bubbles

6 years agoUse automatic memory management, rather than doing it by hand. 5726/head
Wolfgang Bangerth [Fri, 12 Jan 2018 18:12:08 +0000 (11:12 -0700)]
Use automatic memory management, rather than doing it by hand.

6 years agoMerge pull request #5725 from bangerth/doc-update-2
Luca Heltai [Fri, 12 Jan 2018 15:28:10 +0000 (16:28 +0100)]
Merge pull request #5725 from bangerth/doc-update-2

Fix a formula that trips up doxygen.

6 years agoFix a formula that trips up doxygen. 5725/head
Wolfgang Bangerth [Fri, 12 Jan 2018 15:25:24 +0000 (08:25 -0700)]
Fix a formula that trips up doxygen.

6 years agoMerge pull request #5721 from bangerth/add-test
Jean-Paul Pelteret [Fri, 12 Jan 2018 07:49:15 +0000 (08:49 +0100)]
Merge pull request #5721 from bangerth/add-test

Add another test.

6 years agoMerge pull request #5724 from bartniday/patch-1
Wolfgang Bangerth [Fri, 12 Jan 2018 00:43:31 +0000 (18:43 -0600)]
Merge pull request #5724 from bartniday/patch-1

Fix grammar in parameter description

6 years agoFix grammar in parameter description 5724/head
bartniday [Fri, 12 Jan 2018 00:33:42 +0000 (16:33 -0800)]
Fix grammar in parameter description

6 years agoMerge pull request #5720 from luca-heltai/bug-mapping
Luca Heltai [Thu, 11 Jan 2018 16:06:40 +0000 (17:06 +0100)]
Merge pull request #5720 from luca-heltai/bug-mapping

Fix bug in MappingFEField.

6 years agoMerge pull request #5723 from bangerth/fix-grammar
Luca Heltai [Thu, 11 Jan 2018 14:58:12 +0000 (15:58 +0100)]
Merge pull request #5723 from bangerth/fix-grammar

Use complete grammar.

6 years agoUse complete grammar. 5723/head
Wolfgang Bangerth [Thu, 11 Jan 2018 14:56:42 +0000 (07:56 -0700)]
Use complete grammar.

6 years agoAdd another test. 5721/head
Wolfgang Bangerth [Thu, 11 Jan 2018 14:11:14 +0000 (07:11 -0700)]
Add another test.

6 years agoMake sure distribute_dofs doesn't copy unnecessarily 5717/head
Daniel Arndt [Wed, 10 Jan 2018 23:49:19 +0000 (00:49 +0100)]
Make sure distribute_dofs doesn't copy unnecessarily

6 years agoRemoved smart pointer to dh.get_fe() 5720/head
Luca Heltai [Thu, 11 Jan 2018 09:18:09 +0000 (10:18 +0100)]
Removed smart pointer to dh.get_fe()

6 years agoUpdate some comments around renumbering DoFs. 5719/head
Wolfgang Bangerth [Thu, 11 Jan 2018 02:40:47 +0000 (19:40 -0700)]
Update some comments around renumbering DoFs.

6 years agoMerge pull request #5658 from luca-heltai/simplex-quad
Daniel Arndt [Wed, 10 Jan 2018 21:06:56 +0000 (22:06 +0100)]
Merge pull request #5658 from luca-heltai/simplex-quad

Simplex quadratures and their utilities.

6 years agoMerge pull request #5709 from eldarkh/add-poly-rt-bubbles
Daniel Arndt [Wed, 10 Jan 2018 21:06:21 +0000 (22:06 +0100)]
Merge pull request #5709 from eldarkh/add-poly-rt-bubbles

New polynomial space RT+Bubbles (PR #4540 part I)

6 years agoNew polynomial space RT+Bubbles, final changes 5709/head
Eldar Khattatov [Wed, 10 Jan 2018 17:08:08 +0000 (12:08 -0500)]
New polynomial space RT+Bubbles, final changes

6 years agoMerge pull request #5712 from masterleinad/precice_p4est
Daniel Arndt [Wed, 10 Jan 2018 16:49:28 +0000 (17:49 +0100)]
Merge pull request #5712 from masterleinad/precice_p4est

Make the instructions for the p4est installation script more precise

6 years agoMake the instructions for the p4est installation script more precise 5712/head
Daniel Arndt [Wed, 10 Jan 2018 00:50:30 +0000 (01:50 +0100)]
Make the instructions for the p4est installation script more precise

6 years agoMerge pull request #5710 from masterleinad/simplify_normal_spherical_2
Wolfgang Bangerth [Wed, 10 Jan 2018 16:43:13 +0000 (10:43 -0600)]
Merge pull request #5710 from masterleinad/simplify_normal_spherical_2

Update documentation by using Manifold instead of Boundary

6 years agoMerge pull request #5713 from vishalkenchan/suppress_zoltan_phg_warnings
Daniel Arndt [Wed, 10 Jan 2018 13:39:04 +0000 (14:39 +0100)]
Merge pull request #5713 from vishalkenchan/suppress_zoltan_phg_warnings

suppress PHG warning saying: PHG_EDGE_SIZE_THRESHOLD is low

6 years agoupdating copy-right headers 5713/head
vishalkenchan [Wed, 10 Jan 2018 11:09:35 +0000 (12:09 +0100)]
updating copy-right headers

6 years agoadd ScaLAPACKMAtrix::copy_to(ScaLAPACKMatrix &dest) 5704/head
Benjamin Brands [Wed, 10 Jan 2018 10:47:52 +0000 (11:47 +0100)]
add ScaLAPACKMAtrix::copy_to(ScaLAPACKMatrix &dest)

6 years agodo not free MPI_COMM_NULL communicator in ProcessGrid
Benjamin Brands [Wed, 10 Jan 2018 10:46:27 +0000 (11:46 +0100)]
do not free MPI_COMM_NULL communicator in ProcessGrid

6 years agoadd template wrappers for ScaLAPACK functions and introduce support for float
Benjamin Brands [Wed, 10 Jan 2018 10:45:04 +0000 (11:45 +0100)]
add template wrappers for ScaLAPACK functions and introduce support for float

6 years agosuppress PHG warning saying: PHG_EDGE_SIZE_THRESHOLD is low
vishalkenchan [Wed, 10 Jan 2018 10:42:45 +0000 (11:42 +0100)]
suppress PHG warning saying: PHG_EDGE_SIZE_THRESHOLD is low

6 years agoFixed Denis' comments. 5658/head
Luca Heltai [Wed, 10 Jan 2018 10:29:11 +0000 (11:29 +0100)]
Fixed Denis' comments.

6 years agoImprove documentation 5710/head
Daniel Arndt [Sun, 7 Jan 2018 12:10:18 +0000 (13:10 +0100)]
Improve documentation

6 years agoMerge pull request #5708 from davydden/bugfix/fix_zoltan
Daniel Arndt [Mon, 8 Jan 2018 23:24:39 +0000 (00:24 +0100)]
Merge pull request #5708 from davydden/bugfix/fix_zoltan

fix Zoltan debug output

6 years agofix Zoltan debug output 5708/head
Denis Davydov [Mon, 8 Jan 2018 21:25:17 +0000 (22:25 +0100)]
fix Zoltan debug output

6 years agoMerge pull request #5696 from bangerth/fix-hierarchical-2
Timo Heister [Mon, 8 Jan 2018 17:55:24 +0000 (12:55 -0500)]
Merge pull request #5696 from bangerth/fix-hierarchical-2

Fix hierarchical renumbering

6 years agoMerge pull request #5695 from masterleinad/dummy_cylindrical_manifold
Luca Heltai [Mon, 8 Jan 2018 12:00:48 +0000 (13:00 +0100)]
Merge pull request #5695 from masterleinad/dummy_cylindrical_manifold

Dummy implementation for CylindricalManifold for spacedim!=3

6 years agoFixed documentation and WB's comments.
Luca Heltai [Mon, 8 Jan 2018 11:27:28 +0000 (12:27 +0100)]
Fixed documentation and WB's comments.

6 years agoMerge pull request #5655 from Jie-Cheng/petsc_mmult
Wolfgang Bangerth [Mon, 8 Jan 2018 08:54:34 +0000 (02:54 -0600)]
Merge pull request #5655 from Jie-Cheng/petsc_mmult

Add PETScWrappers::MatrixBase::mmult

6 years agoUpdate documentation. 5696/head
Wolfgang Bangerth [Thu, 4 Jan 2018 15:41:26 +0000 (08:41 -0700)]
Update documentation.

6 years agoAdd a changelog entry.
Wolfgang Bangerth [Sun, 31 Dec 2017 23:36:07 +0000 (16:36 -0700)]
Add a changelog entry.

6 years agoAdd a test.
Wolfgang Bangerth [Sun, 31 Dec 2017 23:33:21 +0000 (16:33 -0700)]
Add a test.

6 years agoEnsure that DoFRenumbering::hierarchical() is independent of the previous DoF indices.
Wolfgang Bangerth [Sun, 31 Dec 2017 23:33:15 +0000 (16:33 -0700)]
Ensure that DoFRenumbering::hierarchical() is independent of the previous DoF indices.

6 years agoMerge pull request #5705 from marcfehling/step-26_positivity_preservation
Wolfgang Bangerth [Mon, 8 Jan 2018 08:09:01 +0000 (02:09 -0600)]
Merge pull request #5705 from marcfehling/step-26_positivity_preservation

Extended step-26 documentation with regard to positivity preservation.

6 years agoMinor edits to the positivity-preserving section of step-25 5705/head
Wolfgang Bangerth [Mon, 8 Jan 2018 08:08:06 +0000 (01:08 -0700)]
Minor edits to the positivity-preserving section of step-25

6 years agoMerge pull request #5706 from masterleinad/update_bits_cone_03
Wolfgang Bangerth [Mon, 8 Jan 2018 00:08:33 +0000 (18:08 -0600)]
Merge pull request #5706 from masterleinad/update_bits_cone_03

Update output of bits/cone_03

6 years agoDummy implementation for CylindricalManifold for spacedim!=3 5695/head
Daniel Arndt [Tue, 2 Jan 2018 23:38:34 +0000 (00:38 +0100)]
Dummy implementation for CylindricalManifold for spacedim!=3

6 years agoUpdate output of bits/cone_03 5706/head
Daniel Arndt [Sun, 7 Jan 2018 11:48:07 +0000 (12:48 +0100)]
Update output of bits/cone_03

6 years agoExtended step-26 documentation with regard to positivity preservation.
Marc Fehling [Sun, 7 Jan 2018 01:37:07 +0000 (02:37 +0100)]
Extended step-26 documentation with regard to positivity preservation.

6 years agoMerge pull request #5682 from masterleinad/replace_cylinder_boundary
Luca Heltai [Sat, 6 Jan 2018 21:19:56 +0000 (22:19 +0100)]
Merge pull request #5682 from masterleinad/replace_cylinder_boundary

Replace CylinderBoundary by CylindricalManifold in tests

6 years agoMerge pull request #5703 from masterleinad/replace_hypershell
Luca Heltai [Sat, 6 Jan 2018 21:19:24 +0000 (22:19 +0100)]
Merge pull request #5703 from masterleinad/replace_hypershell

 Replace HyperShellBoundary by SphericalManifold in tests

6 years agoMerge pull request #5698 from masterleinad/rebase_opencascade_boundaries
Luca Heltai [Sat, 6 Jan 2018 21:19:06 +0000 (22:19 +0100)]
Merge pull request #5698 from masterleinad/rebase_opencascade_boundaries

Rebase Opencascade Boundary classes

6 years agoMerge pull request #5697 from masterleinad/replace_cone_boundary
Luca Heltai [Sat, 6 Jan 2018 21:18:45 +0000 (22:18 +0100)]
Merge pull request #5697 from masterleinad/replace_cone_boundary

 Replace ConeBoundary by CylindricalManifold

6 years agoMerge pull request #5700 from Rombur/cuda_assert
Daniel Arndt [Sat, 6 Jan 2018 00:00:29 +0000 (01:00 +0100)]
Merge pull request #5700 from Rombur/cuda_assert

Make AssertCuda use Assert instead of AssertThrow

6 years agoMerge pull request #5702 from vishalkenchan/bug_fix/rol_vector_adaptor
Denis Davydov [Fri, 5 Jan 2018 20:59:47 +0000 (21:59 +0100)]
Merge pull request #5702 from vishalkenchan/bug_fix/rol_vector_adaptor

ROL: bug fix applyBinary function in Rol::VectorAdaptor

6 years agoMerge pull request #5701 from masterleinad/fix_tests_5691
Wolfgang Bangerth [Fri, 5 Jan 2018 18:33:57 +0000 (12:33 -0600)]
Merge pull request #5701 from masterleinad/fix_tests_5691

Fix failing tests after #5691

6 years agoMerge pull request #5699 from Rombur/pedantic
Matthias Maier [Fri, 5 Jan 2018 17:54:57 +0000 (11:54 -0600)]
Merge pull request #5699 from Rombur/pedantic

Do not use pedantic when cuda support is enabled

6 years agoUse SphericalManifold in mpi/p4est_2d_constraintmatrix_03 5703/head
Daniel Arndt [Fri, 5 Jan 2018 14:08:11 +0000 (15:08 +0100)]
Use SphericalManifold in mpi/p4est_2d_constraintmatrix_03

6 years agoSimplify mpi/p4est_2d_constraintmatrix_03
Daniel Arndt [Fri, 5 Jan 2018 16:02:40 +0000 (17:02 +0100)]
Simplify mpi/p4est_2d_constraintmatrix_03

6 years agoDo not use pedantic when cuda support is enabled 5699/head
Bruno Turcksin [Fri, 5 Jan 2018 16:45:04 +0000 (11:45 -0500)]
Do not use pedantic when cuda support is enabled

nvcc generates code that produces a lot of warnings when pedantic is used.
Since the code is generated by nvcc there is nothing we can do about it except
not using pedantic.


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.