]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agofix CHECK_MPI_INTERFACE for CMake 3.10 5778/head
Denis Davydov [Tue, 23 Jan 2018 07:33:19 +0000 (08:33 +0100)]
fix CHECK_MPI_INTERFACE for CMake 3.10

6 years agoMerge pull request #5777 from masterleinad/changelog_typo
Wolfgang Bangerth [Mon, 22 Jan 2018 21:42:09 +0000 (14:42 -0700)]
Merge pull request #5777 from masterleinad/changelog_typo

Fix typo in changelog entry

6 years agoFix typo in changelog entry 5777/head
Daniel Arndt [Mon, 22 Jan 2018 21:39:15 +0000 (22:39 +0100)]
Fix typo in changelog entry

6 years agoMerge pull request #5776 from bangerth/fix-step-42
Denis Davydov [Mon, 22 Jan 2018 18:53:24 +0000 (19:53 +0100)]
Merge pull request #5776 from bangerth/fix-step-42

step-42: Move a statement to where it belongs.

6 years agoMove a statement to where it belongs. 5776/head
Wolfgang Bangerth [Mon, 22 Jan 2018 18:37:28 +0000 (11:37 -0700)]
Move a statement to where it belongs.

6 years agoMerge pull request #5728 from masterleinad/clang-tidy-new
Daniel Arndt [Mon, 22 Jan 2018 17:56:42 +0000 (18:56 +0100)]
Merge pull request #5728 from masterleinad/clang-tidy-new

Be explicit about virtual functions called in con-/destructors

6 years agoMerge pull request #5775 from Rombur/fix_test
Wolfgang Bangerth [Mon, 22 Jan 2018 17:46:35 +0000 (10:46 -0700)]
Merge pull request #5775 from Rombur/fix_test

Require metis for a test to run

6 years agoMerge pull request #5766 from bangerth/doc-update-2
Jean-Paul Pelteret [Mon, 22 Jan 2018 14:26:01 +0000 (15:26 +0100)]
Merge pull request #5766 from bangerth/doc-update-2

Address what 'sequential' means in the context of DoFHandlers.

6 years agoMerge pull request #5754 from Rombur/cuda_documentation
Jean-Paul Pelteret [Mon, 22 Jan 2018 14:13:57 +0000 (15:13 +0100)]
Merge pull request #5754 from Rombur/cuda_documentation

Make it clear that our CUDA wrappers only support float and double

6 years agoMerge pull request #5774 from davydden/bugfix_makeunique
Bruno Turcksin [Mon, 22 Jan 2018 14:11:08 +0000 (09:11 -0500)]
Merge pull request #5774 from davydden/bugfix_makeunique

fix make_unique

6 years agoRequire metis for the test to run 5775/head
Bruno Turcksin [Mon, 22 Jan 2018 14:00:55 +0000 (09:00 -0500)]
Require metis for the test to run

6 years agofix make_unique 5774/head
Denis Davydov [Mon, 22 Jan 2018 12:48:23 +0000 (13:48 +0100)]
fix make_unique

6 years agoMerge pull request #5761 from drwells/improve-2d-transfinite-guess
Martin Kronbichler [Mon, 22 Jan 2018 08:15:05 +0000 (09:15 +0100)]
Merge pull request #5761 from drwells/improve-2d-transfinite-guess

Improve 2d transfinite guess

6 years agoMerge pull request #5734 from BenBrands/extend_scalapack_more
Denis Davydov [Mon, 22 Jan 2018 07:59:29 +0000 (08:59 +0100)]
Merge pull request #5734 from BenBrands/extend_scalapack_more

Extend scalapack more

6 years agoMerge pull request #5772 from drwells/use-std-abs
Jean-Paul Pelteret [Sun, 21 Jan 2018 07:14:23 +0000 (08:14 +0100)]
Merge pull request #5772 from drwells/use-std-abs

Use std::abs instead of abs.

6 years agoUse std::abs instead of abs. 5772/head
David Wells [Sat, 20 Jan 2018 21:52:42 +0000 (16:52 -0500)]
Use std::abs instead of abs.

On some compilers (notably GCC 4.8.4, in some configurations) 'abs' refers to
'int abs(int)', and gives the wrong answer for floating point arguments.

6 years agoMerge pull request #5765 from bangerth/doc-update
David Wells [Sat, 20 Jan 2018 20:48:41 +0000 (15:48 -0500)]
Merge pull request #5765 from bangerth/doc-update

Update a comment for PETScWrappers::PreconditionBlockJacobi.

6 years agoDifferentiate between quads in 2D and 3D. 5761/head
David Wells [Fri, 19 Jan 2018 20:23:22 +0000 (15:23 -0500)]
Differentiate between quads in 2D and 3D.

In 3D, we may use eight surrounding points either as the eight vertices
of a hexahedron or as eight surrounding points on the surface of a
hexahedron. This patch adds some logic to tell the two cases apart based
on some angle calculations.

6 years agoGuard a check with an if statement.
David Wells [Thu, 18 Jan 2018 21:43:59 +0000 (16:43 -0500)]
Guard a check with an if statement.

6 years agoMake the TFI chart point calculation more robust.
David Wells [Thu, 18 Jan 2018 21:42:00 +0000 (16:42 -0500)]
Make the TFI chart point calculation more robust.

If the guess computed by the shortcut is not accurate enough then we
should try to use the affine approximation instead.

6 years agoAdd a test for the 2D TFI change.
David Wells [Thu, 18 Jan 2018 20:16:34 +0000 (15:16 -0500)]
Add a test for the 2D TFI change.

6 years agoMerge pull request #5756 from masterleinad/hdf5_quick
Denis Davydov [Sat, 20 Jan 2018 16:21:35 +0000 (17:21 +0100)]
Merge pull request #5756 from masterleinad/hdf5_quick

Provide HDF5 quicktest

6 years agoProvide HDF5 quicktest 5756/head
Daniel Arndt [Thu, 18 Jan 2018 17:10:45 +0000 (18:10 +0100)]
Provide HDF5 quicktest

6 years agoMerge pull request #5768 from bangerth/doc-update-4
Jean-Paul Pelteret [Sat, 20 Jan 2018 09:34:22 +0000 (10:34 +0100)]
Merge pull request #5768 from bangerth/doc-update-4

Update class doc of p::s::Triangulation.

6 years agoMerge pull request #5767 from bangerth/doc-update-3
Jean-Paul Pelteret [Sat, 20 Jan 2018 09:24:19 +0000 (10:24 +0100)]
Merge pull request #5767 from bangerth/doc-update-3

Address what 'sequential' means in the context of communicators.

6 years agoUpdate class doc of p::s::Triangulation. 5768/head
Wolfgang Bangerth [Sat, 20 Jan 2018 01:11:00 +0000 (18:11 -0700)]
Update class doc of p::s::Triangulation.

6 years agoProvide a link into the glossary. 5767/head
Wolfgang Bangerth [Sat, 20 Jan 2018 01:05:03 +0000 (18:05 -0700)]
Provide a link into the glossary.

6 years agoAddress what 'sequential' means in the context of communicators.
Wolfgang Bangerth [Sat, 20 Jan 2018 01:04:32 +0000 (18:04 -0700)]
Address what 'sequential' means in the context of communicators.

6 years agoAddress what 'sequential' means in the context of DoFHandlers. 5766/head
Wolfgang Bangerth [Sat, 20 Jan 2018 00:59:55 +0000 (17:59 -0700)]
Address what 'sequential' means in the context of DoFHandlers.

6 years agoUpdate a comment for PETScWrappers::PreconditionBlockJacobi. 5765/head
Wolfgang Bangerth [Sat, 20 Jan 2018 00:37:19 +0000 (17:37 -0700)]
Update a comment for PETScWrappers::PreconditionBlockJacobi.

6 years agoreviewer corrections 5734/head
Benjamin Brands [Wed, 17 Jan 2018 12:09:03 +0000 (13:09 +0100)]
reviewer corrections

6 years agoMerge pull request #5759 from bangerth/fix
Jean-Paul Pelteret [Fri, 19 Jan 2018 17:45:36 +0000 (18:45 +0100)]
Merge pull request #5759 from bangerth/fix

Fix DoFTools::locally_owned_dofs_per_subdomain() for empty processors.

6 years agoImplement a 2D-specific chart point estimate.
David Wells [Thu, 18 Jan 2018 18:37:43 +0000 (13:37 -0500)]
Implement a 2D-specific chart point estimate.

The current algorithm calculates a reasonable guess for the chart point
in 3D. Using this 3D algorithm in 2D results in relatively bad guesses:

for i = 5:
affine approx chart point: 0.5 3.64977e-14
pulled back chart point:   1 0.5
for i = 6:
affine approx chart point: 0.5 0.5
pulled back chart point:   0.5 8.678e-17
for i = 7:
affine approx chart point: 0.5 1
pulled back chart point:   0.5 1

This patch adds a 2D-specific algorithm that simply averages the two
adjacent vertices (e.g., chart point 5 is assumed to be an average of
chart points 1 and 3).

This issue was reported by Juan Carlos Araujo Cabarcas, who found a test
case where the affine guess was sufficiently inaccurate that
TransfiniteInterpolationManifold::pull_back failed to find the right
point. This change fixes that test case.

6 years agoMerge pull request #5760 from bangerth/add-tests
Martin Kronbichler [Fri, 19 Jan 2018 13:38:04 +0000 (14:38 +0100)]
Merge pull request #5760 from bangerth/add-tests

Add tests for complex-valued add_and_dot()

6 years agoMerge pull request #5750 from bangerth/fix-cuda-vector
Bruno Turcksin [Fri, 19 Jan 2018 13:34:03 +0000 (08:34 -0500)]
Merge pull request #5750 from bangerth/fix-cuda-vector

Fix CUDAVector::add_and_dot() for complex-valued vectors.

6 years agoMerge pull request #5755 from drwells/transfinite-message
Martin Kronbichler [Fri, 19 Jan 2018 08:18:23 +0000 (09:18 +0100)]
Merge pull request #5755 from drwells/transfinite-message

 Print out more info when TFI encounters errors.

6 years agoAdd changelog entry. 5759/head
Wolfgang Bangerth [Thu, 18 Jan 2018 22:28:39 +0000 (15:28 -0700)]
Add changelog entry.

6 years agoAdd test.
Wolfgang Bangerth [Thu, 18 Jan 2018 22:28:31 +0000 (15:28 -0700)]
Add test.

6 years agoFix DoFTools::locally_owned_dofs_per_subdomain() for empty processors.
Wolfgang Bangerth [Thu, 18 Jan 2018 22:28:12 +0000 (15:28 -0700)]
Fix DoFTools::locally_owned_dofs_per_subdomain() for empty processors.

6 years agoFix CUDAVector::add_and_dot() for complex-valued vectors. 5750/head
Wolfgang Bangerth [Thu, 18 Jan 2018 04:06:59 +0000 (21:06 -0700)]
Fix CUDAVector::add_and_dot() for complex-valued vectors.

6 years agoMark NumberTraits::conjugate() as DEAL_II_CUDA_HOST_DEV.
Wolfgang Bangerth [Thu, 18 Jan 2018 13:54:28 +0000 (06:54 -0700)]
Mark NumberTraits::conjugate() as DEAL_II_CUDA_HOST_DEV.

6 years agoMerge pull request #5757 from bangerth/add-static-asserts
Daniel Arndt [Thu, 18 Jan 2018 23:15:26 +0000 (00:15 +0100)]
Merge pull request #5757 from bangerth/add-static-asserts

Add static_asserts for complex-valued cases.

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 agoAdd a test for LinearAlgebra::distributed::Vector::add_and_dot(). 5760/head
Wolfgang Bangerth [Thu, 18 Jan 2018 22:45:56 +0000 (15:45 -0700)]
Add a test for LinearAlgebra::distributed::Vector::add_and_dot().

6 years agoAdd a test for LinearAlgebra::Vector::add_and_dot().
Wolfgang Bangerth [Thu, 18 Jan 2018 22:39:34 +0000 (15:39 -0700)]
Add a test for LinearAlgebra::Vector::add_and_dot().

6 years agoAdd a test for Vector::add_and_dot().
Wolfgang Bangerth [Thu, 18 Jan 2018 22:33:55 +0000 (15:33 -0700)]
Add a test for Vector::add_and_dot().

6 years agoAdd small comments.
Wolfgang Bangerth [Thu, 18 Jan 2018 22:33:04 +0000 (15:33 -0700)]
Add small comments.

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 agoAdd static_asserts for complex-valued cases. 5757/head
Wolfgang Bangerth [Thu, 18 Jan 2018 18:18:45 +0000 (11:18 -0700)]
Add static_asserts for complex-valued cases.

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 ago Print out more info when TFI encounters errors. 5755/head
David Wells [Thu, 18 Jan 2018 17:02:22 +0000 (12:02 -0500)]
 Print out more info when TFI encounters errors.

the upper loop bound, c, cannot be larger than the maximum valid index
into the relevant array: therefore we should use '<=' instead of '<' in
a loop bounded above by c.

6 years agoMake it clear that our CUDA wrappers only support float and double 5754/head
Bruno Turcksin [Thu, 18 Jan 2018 14:20:32 +0000 (09:20 -0500)]
Make it clear that our CUDA wrappers only support float and double

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 agofix return type of pslange_
Benjamin Brands [Mon, 15 Jan 2018 16:59:28 +0000 (17:59 +0100)]
fix return type of pslange_

6 years agoadded least squares routine and tests
Benjamin Brands [Mon, 15 Jan 2018 13:29:07 +0000 (14:29 +0100)]
added least squares routine and tests

6 years agoadded SVD computation and tests
Benjamin Brands [Mon, 15 Jan 2018 16:52:35 +0000 (17:52 +0100)]
added SVD computation and tests

6 years agochanged eigenvalue/eigenvector computation
Benjamin Brands [Wed, 10 Jan 2018 10:35:07 +0000 (11:35 +0100)]
changed eigenvalue/eigenvector computation

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 agoAdd comments 5728/head
Daniel Arndt [Sun, 14 Jan 2018 22:59:01 +0000 (23:59 +0100)]
Add comments

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 agoBe explicit about virtual functions called in constructors and destructors
Daniel Arndt [Sat, 13 Jan 2018 13:53:04 +0000 (14:53 +0100)]
Be explicit about virtual functions called in constructors and destructors

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


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.