]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 years agoMerge pull request #7316 from tamiko/fix_a_test_2
Daniel Arndt [Wed, 10 Oct 2018 02:52:23 +0000 (22:52 -0400)]
Merge pull request #7316 from tamiko/fix_a_test_2

Tests: base/reference.cc - avoid "use after scope"

5 years agoMerge pull request #7317 from tamiko/fix_a_test_3
Wolfgang Bangerth [Wed, 10 Oct 2018 01:21:52 +0000 (19:21 -0600)]
Merge pull request #7317 from tamiko/fix_a_test_3

Tests: fe/fe_enriched_color_07 - use a better preconditioner

5 years agoMerge pull request #7304 from marcfehling/refactor-find-least
Wolfgang Bangerth [Wed, 10 Oct 2018 00:26:32 +0000 (18:26 -0600)]
Merge pull request #7304 from marcfehling/refactor-find-least

Refactored FECollection::find_least_face_dominating_fe_in_collection().

5 years agoMerge pull request #7319 from masterleinad/restruct_cuda_10_cxx17
Matthias Maier [Wed, 10 Oct 2018 00:25:54 +0000 (19:25 -0500)]
Merge pull request #7319 from masterleinad/restruct_cuda_10_cxx17

Disallow C++17 support when compiling with CUDA 10

5 years agoRefactored FECollection::find_least_face_dominating_fe_in_collection(). 7304/head
Marc Fehling [Mon, 8 Oct 2018 20:50:14 +0000 (14:50 -0600)]
Refactored FECollection::find_least_face_dominating_fe_in_collection().

5 years agoDisallow C++17 support when compiling with CUDA 10 7319/head
Daniel Arndt [Tue, 9 Oct 2018 21:44:45 +0000 (23:44 +0200)]
Disallow C++17 support when compiling with CUDA 10

5 years agoMerge pull request #7313 from tamiko/fix_a_test
Daniel Arndt [Tue, 9 Oct 2018 21:39:01 +0000 (17:39 -0400)]
Merge pull request #7313 from tamiko/fix_a_test

Tests: base/utilities_13.cc - workaround for clang

5 years agofix typos 7316/head
Matthias Maier [Tue, 9 Oct 2018 21:20:22 +0000 (16:20 -0500)]
fix typos

5 years agoTests: fe/fe_enriched_color_07 - use a better preconditioner 7317/head
Matthias Maier [Tue, 9 Oct 2018 21:01:26 +0000 (16:01 -0500)]
Tests: fe/fe_enriched_color_07 - use a better preconditioner

PreconditionSOR does the job here...

5 years agoTests: base/reference.cc - avoid "use after scope"
Matthias Maier [Tue, 9 Oct 2018 20:16:44 +0000 (15:16 -0500)]
Tests: base/reference.cc - avoid "use after scope"

gcc might be a bit forgiving with our use after scope here,
unfortunately, clang isn't. Let's simply work around this issue by
creating using a sentinel that simply resets the SmartPointer when going
out of scope

5 years agoTests: base/utilities_13.cc - workaround for clang 7313/head
Matthias Maier [Tue, 9 Oct 2018 16:00:57 +0000 (11:00 -0500)]
Tests: base/utilities_13.cc - workaround for clang

Clang issues a spurious arithmetic exception if this code snippet is
called with a reference long double pointing into the vector. Work
around this issue by explicitly writing out the long double twice.

5 years agoMerge pull request #7302 from BenBrands/remove_reference
Denis Davydov [Tue, 9 Oct 2018 14:27:54 +0000 (16:27 +0200)]
Merge pull request #7302 from BenBrands/remove_reference

ScaLAPACKMatrix::reinit() and one constructor: pass shared_ptr by value

5 years agoScaLAPACKMatrix: pass process grid consistently as const ref. to shared_ptr 7302/head
benjamin [Mon, 8 Oct 2018 19:45:29 +0000 (21:45 +0200)]
ScaLAPACKMatrix: pass process grid consistently as const ref. to shared_ptr

5 years agoMerge pull request #7299 from masterleinad/fix_mpi_const_cast
Jean-Paul Pelteret [Mon, 8 Oct 2018 18:00:25 +0000 (20:00 +0200)]
Merge pull request #7299 from masterleinad/fix_mpi_const_cast

Fix DEAL_II_MPI_CONST_CAST

5 years agoMerge pull request #7298 from masterleinad/fix_clang_tidy_complains
Jean-Paul Pelteret [Mon, 8 Oct 2018 18:00:04 +0000 (20:00 +0200)]
Merge pull request #7298 from masterleinad/fix_clang_tidy_complains

Fix clang-tidy complaints

5 years agoMerge pull request #6629 from kronbichler/vectorization_vsx
Bruno Turcksin [Mon, 8 Oct 2018 12:48:49 +0000 (08:48 -0400)]
Merge pull request #6629 from kronbichler/vectorization_vsx

Implement VectorizedArray for Altivec/VSX (IBM Power)

5 years agoFix DEAL_II_MPI_CONST_CAST 7299/head
Daniel Arndt [Mon, 8 Oct 2018 11:48:04 +0000 (13:48 +0200)]
Fix DEAL_II_MPI_CONST_CAST

5 years agoPrint vectorization for altivec 6629/head
Martin Kronbichler [Mon, 8 Oct 2018 06:33:32 +0000 (08:33 +0200)]
Print vectorization for altivec

5 years agoAdd changelog.
Martin Kronbichler [Fri, 5 Oct 2018 16:23:55 +0000 (18:23 +0200)]
Add changelog.

5 years agoAdd configure check for altivec and enable it in vectorization.h
Martin Kronbichler [Fri, 5 Oct 2018 16:22:17 +0000 (18:22 +0200)]
Add configure check for altivec and enable it in vectorization.h

5 years agoImplement float path for altivec vectorization.
Martin Kronbichler [Wed, 23 May 2018 09:21:18 +0000 (11:21 +0200)]
Implement float path for altivec vectorization.

5 years agoImplement VectorizedArray for Altivec/VSX (IBM Power) in double precision.
Martin Kronbichler [Fri, 18 May 2018 14:27:58 +0000 (16:27 +0200)]
Implement VectorizedArray for Altivec/VSX (IBM Power) in double precision.

Undefine vector, pixel, bool from altivec.h

5 years agoSimplify aliases in step-16 7298/head
Daniel Arndt [Mon, 8 Oct 2018 04:46:10 +0000 (06:46 +0200)]
Simplify aliases in step-16

5 years agoFix clang-tidy complaints
Daniel Arndt [Mon, 8 Oct 2018 02:45:11 +0000 (04:45 +0200)]
Fix clang-tidy complaints

5 years agoMerge pull request #7288 from bangerth/threads-2
Daniel Arndt [Sun, 7 Oct 2018 02:09:31 +0000 (20:09 -0600)]
Merge pull request #7288 from bangerth/threads-2

Do not use deprecated function Threads::this_thread_id().

5 years agoMerge pull request #7285 from bangerth/threads
Daniel Arndt [Sun, 7 Oct 2018 01:39:53 +0000 (19:39 -0600)]
Merge pull request #7285 from bangerth/threads

Deprecate Threads::n_existing_threads() and Threads::this_thread_id().

5 years agoMerge pull request #7268 from BenBrands/update_ScaLAPACK_save_parallel
Daniel Arndt [Sun, 7 Oct 2018 00:38:18 +0000 (18:38 -0600)]
Merge pull request #7268 from BenBrands/update_ScaLAPACK_save_parallel

adapt block size in save_parallel

5 years agoMerge pull request #7280 from davydden/feature/hsfc
Daniel Arndt [Sat, 6 Oct 2018 16:05:30 +0000 (10:05 -0600)]
Merge pull request #7280 from davydden/feature/hsfc

add inverse_Hilbert_space_filling_curve

5 years agoadd inverse_Hilbert_space_filling_curve 7280/head
Denis Davydov [Fri, 5 Oct 2018 09:53:11 +0000 (11:53 +0200)]
add inverse_Hilbert_space_filling_curve

5 years agoMerge pull request #7290 from bangerth/doc-update-3
Denis Davydov [Sat, 6 Oct 2018 04:34:05 +0000 (06:34 +0200)]
Merge pull request #7290 from bangerth/doc-update-3

Update the documentation of FECollection::find_last...().

5 years agoUpdate the documentation of FECollection::find_last...(). 7290/head
Wolfgang Bangerth [Sat, 6 Oct 2018 00:07:37 +0000 (18:07 -0600)]
Update the documentation of FECollection::find_last...().

5 years agoAdd a changelog entry. 7285/head
Wolfgang Bangerth [Fri, 5 Oct 2018 23:10:25 +0000 (17:10 -0600)]
Add a changelog entry.

5 years agoDo not use deprecated function Threads::this_thread_id(). 7288/head
Wolfgang Bangerth [Fri, 5 Oct 2018 23:49:15 +0000 (17:49 -0600)]
Do not use deprecated function Threads::this_thread_id().

5 years agoDeprecate Threads::n_existing_threads() and Threads::this_thread_id().
Wolfgang Bangerth [Fri, 5 Oct 2018 23:08:34 +0000 (17:08 -0600)]
Deprecate Threads::n_existing_threads() and Threads::this_thread_id().

5 years agoMerge pull request #7275 from bangerth/q-collection
Daniel Arndt [Fri, 5 Oct 2018 18:56:44 +0000 (12:56 -0600)]
Merge pull request #7275 from bangerth/q-collection

Add a variadic constructor to hp::QCollection.

5 years agoMerge pull request #6754 from tjhei/flat_manifold_normal_bug
Daniel Arndt [Fri, 5 Oct 2018 14:10:57 +0000 (08:10 -0600)]
Merge pull request #6754 from tjhei/flat_manifold_normal_bug

Fix normal_vector crash for small cells

5 years agochangelog 6754/head
Timo Heister [Fri, 5 Oct 2018 08:19:26 +0000 (10:19 +0200)]
changelog

5 years agoMerge pull request #7278 from bangerth/authors
Denis Davydov [Fri, 5 Oct 2018 06:43:25 +0000 (08:43 +0200)]
Merge pull request #7278 from bangerth/authors

Update author list of hp::DoFHandler.

5 years agoUpdate author list of hp::DoFHandler. 7278/head
Wolfgang Bangerth [Fri, 5 Oct 2018 06:12:17 +0000 (00:12 -0600)]
Update author list of hp::DoFHandler.

5 years agoAdd a changelog entry. 7275/head
Wolfgang Bangerth [Fri, 5 Oct 2018 04:42:30 +0000 (22:42 -0600)]
Add a changelog entry.

5 years agoAdd a variadic constructor to hp::QCollection.
Wolfgang Bangerth [Fri, 5 Oct 2018 04:42:23 +0000 (22:42 -0600)]
Add a variadic constructor to hp::QCollection.

5 years agoMerge pull request #7274 from bangerth/doc-update
David Wells [Fri, 5 Oct 2018 04:38:07 +0000 (00:38 -0400)]
Merge pull request #7274 from bangerth/doc-update

Make documentation of hp::FECollection clearer.

5 years agoMake documentation of hp::FECollection clearer. 7274/head
Wolfgang Bangerth [Fri, 5 Oct 2018 04:22:02 +0000 (22:22 -0600)]
Make documentation of hp::FECollection clearer.

5 years agoMerge pull request #7264 from marcfehling/cell-weights
Wolfgang Bangerth [Fri, 5 Oct 2018 01:41:31 +0000 (19:41 -0600)]
Merge pull request #7264 from marcfehling/cell-weights

Introduced CellWeights class for load balancing by the number of DoFs.

5 years agoIntroduced CellWeights class for load balancing by the number of DoFs. 7264/head
Marc Fehling [Sun, 30 Sep 2018 05:03:35 +0000 (23:03 -0600)]
Introduced CellWeights class for load balancing by the number of DoFs.

5 years agoMerge pull request #7259 from tjhei/old_mpi_support
Wolfgang Bangerth [Thu, 4 Oct 2018 20:55:02 +0000 (14:55 -0600)]
Merge pull request #7259 from tjhei/old_mpi_support

use const cast for old OpenMPI version

5 years agoMerge pull request #7270 from tamiko/cmake_fixes
Wolfgang Bangerth [Thu, 4 Oct 2018 20:54:47 +0000 (14:54 -0600)]
Merge pull request #7270 from tamiko/cmake_fixes

CMake: Uniformly use ADD_FLAGS and LIST(APPEND for CMAKE_REQUIRED

5 years agoCMake: Remove PUSH_CMAKE_REQUIRED macro 7270/head
Matthias Maier [Thu, 4 Oct 2018 16:21:27 +0000 (11:21 -0500)]
CMake: Remove PUSH_CMAKE_REQUIRED macro

5 years agoCMake: Use ADD_FLAGS instead of PUSH_CMAKE_REQUIRED
Matthias Maier [Thu, 4 Oct 2018 16:20:13 +0000 (11:20 -0500)]
CMake: Use ADD_FLAGS instead of PUSH_CMAKE_REQUIRED

5 years agoadapt block size in save_parallel and load_parallel 7268/head
benjamin [Thu, 4 Oct 2018 12:30:08 +0000 (14:30 +0200)]
adapt block size in save_parallel and load_parallel

5 years agoCleanup and bugfixes: Uniformly append CMAKE_REQUIRED* and properly clear after use
Matthias Maier [Thu, 4 Oct 2018 16:01:58 +0000 (11:01 -0500)]
Cleanup and bugfixes: Uniformly append CMAKE_REQUIRED* and properly clear after use

5 years agoBugfix: Use DEAL_II_(CXX|LINKER)_FLAGS in checks
Matthias Maier [Thu, 4 Oct 2018 15:53:41 +0000 (10:53 -0500)]
Bugfix: Use DEAL_II_(CXX|LINKER)_FLAGS in checks

5 years agoMerge pull request #7258 from bangerth/copyright
Matthias Maier [Thu, 4 Oct 2018 15:51:30 +0000 (10:51 -0500)]
Merge pull request #7258 from bangerth/copyright

Propagate the last year of changes into the documentation, round II

5 years agoMake sure we can deal with empty variables when parsing copyright years. 7258/head
Wolfgang Bangerth [Thu, 4 Oct 2018 15:15:31 +0000 (09:15 -0600)]
Make sure we can deal with empty variables when parsing copyright years.

5 years agoPropagate the last year of changes into the documentation.
Wolfgang Bangerth [Tue, 2 Oct 2018 17:35:29 +0000 (11:35 -0600)]
Propagate the last year of changes into the documentation.

5 years agoreformat 7259/head
Timo Heister [Wed, 3 Oct 2018 13:37:57 +0000 (09:37 -0400)]
reformat

5 years agomove section
Timo Heister [Tue, 2 Oct 2018 19:51:32 +0000 (15:51 -0400)]
move section

5 years agouse const cast for old OpenMPI version
Timo Heister [Mon, 1 Oct 2018 17:10:11 +0000 (13:10 -0400)]
use const cast for old OpenMPI version

Old versions of OpenMPI are missing const specifiers for input arguments
in
functions like MPI_Allgather. Introduce a macro to cast away const in
these
cases.

5 years agoMerge pull request #7256 from bangerth/copyright-2
Matthias Maier [Tue, 2 Oct 2018 17:28:43 +0000 (12:28 -0500)]
Merge pull request #7256 from bangerth/copyright-2

Fix copyright date format.

5 years agoMerge pull request #7255 from bangerth/header
Matthias Maier [Tue, 2 Oct 2018 17:27:34 +0000 (12:27 -0500)]
Merge pull request #7255 from bangerth/header

Do not unnecessarily create backup files that then litter the build directory

5 years agoMerge pull request #7254 from bangerth/header-2
Matthias Maier [Tue, 2 Oct 2018 17:27:19 +0000 (12:27 -0500)]
Merge pull request #7254 from bangerth/header-2

Provide the mod_header.pl.in with a copyright header and explanation.

5 years agoMerge pull request #7250 from masterleinad/revert_b8c6d8
Matthias Maier [Tue, 2 Oct 2018 17:27:02 +0000 (12:27 -0500)]
Merge pull request #7250 from masterleinad/revert_b8c6d8

Remove DEAL_II_WITH_THREADS checks, revert #7246

5 years agoMerge pull request #7257 from bangerth/copyright-3
Matthias Maier [Tue, 2 Oct 2018 17:26:33 +0000 (12:26 -0500)]
Merge pull request #7257 from bangerth/copyright-3

Figure out the last copyright date for any of our source files.

5 years agoFigure out the last copyright date for any of our source files. 7257/head
Wolfgang Bangerth [Tue, 2 Oct 2018 16:19:18 +0000 (10:19 -0600)]
Figure out the last copyright date for any of our source files.

5 years agoFix copyright date format. 7256/head
Wolfgang Bangerth [Tue, 2 Oct 2018 16:18:14 +0000 (10:18 -0600)]
Fix copyright date format.

This is the only file that had used two spaces after '(C)'.

5 years agoDo not unnecessarily create backup files that then litter the build directory. 7255/head
Wolfgang Bangerth [Tue, 2 Oct 2018 15:41:03 +0000 (09:41 -0600)]
Do not unnecessarily create backup files that then litter the build directory.

5 years agoProvide the mod_footer.pl.in with a copyright header and explanation. 7254/head
Wolfgang Bangerth [Tue, 2 Oct 2018 15:44:29 +0000 (09:44 -0600)]
Provide the mod_footer.pl.in with a copyright header and explanation.

While there, also clean up some idiosyncratic use of CORE::say: we use
print everywhere else in PERL scripts, so do the same here.

5 years agoProvide the mod_header.pl.in with a copyright header and explanation.
Wolfgang Bangerth [Tue, 2 Oct 2018 15:42:37 +0000 (09:42 -0600)]
Provide the mod_header.pl.in with a copyright header and explanation.

While there, also clean up some idiosyncratic use of CORE::say: we use
print everywhere else in PERL scripts, so do the same here.

5 years agoMerge pull request #7252 from tamiko/fix_slepc
Wolfgang Bangerth [Mon, 1 Oct 2018 19:06:44 +0000 (13:06 -0600)]
Merge pull request #7252 from tamiko/fix_slepc

CMake: FindSLEPC.cmake: Fix regex for version number

5 years agoCMake: FindSLEPC.cmake: Fix regex for version number 7252/head
Matthias Maier [Mon, 1 Oct 2018 18:18:35 +0000 (13:18 -0500)]
CMake: FindSLEPC.cmake: Fix regex for version number

Similarly to what was fixed in #7203, fix the regex to also pick up two
(or more digit) version numbers correctly.

5 years agoMerge pull request #7234 from bangerth/hp-2
Jean-Paul Pelteret [Mon, 1 Oct 2018 12:38:55 +0000 (14:38 +0200)]
Merge pull request #7234 from bangerth/hp-2

Make the order of active_fe_indices stable

5 years agoMerge pull request #6977 from jppelteret/ad-helpers_03
Jean-Paul Pelteret [Sun, 30 Sep 2018 18:30:59 +0000 (20:30 +0200)]
Merge pull request #6977 from jppelteret/ad-helpers_03

AD Helpers: Add helper for variational formulations (cell-level)

5 years agoAD Helpers: Add helper for variational formulations (cell-level) 6977/head
Jean-Paul Pelteret [Wed, 25 Jul 2018 21:12:29 +0000 (23:12 +0200)]
AD Helpers: Add helper for variational formulations (cell-level)

5 years agoMore fixes 7250/head
Daniel Arndt [Sat, 29 Sep 2018 06:07:43 +0000 (08:07 +0200)]
More fixes

5 years agoMerge pull request #7248 from drwells/remove-if-true-and-semicolons
Wolfgang Bangerth [Fri, 28 Sep 2018 23:36:35 +0000 (17:36 -0600)]
Merge pull request #7248 from drwells/remove-if-true-and-semicolons

Remove if true and semicolons

5 years agoRevert "Fix compiling with THREADS=ON"
Daniel Arndt [Fri, 28 Sep 2018 23:35:16 +0000 (01:35 +0200)]
Revert "Fix compiling with THREADS=ON"

This reverts commit 49e7b20b064893627a5b403449fdc29edf1cd3d8.

5 years agoFix compiling with THREADS=OFF 7249/head
Daniel Arndt [Fri, 28 Sep 2018 21:13:12 +0000 (23:13 +0200)]
Fix compiling with THREADS=OFF

5 years agoAdd a changelog entry.
Wolfgang Bangerth [Thu, 27 Sep 2018 22:29:00 +0000 (16:29 -0600)]
Add a changelog entry.

5 years agoRemove the DummyMutex/ConditionVariable/Barrier classes.
Wolfgang Bangerth [Thu, 27 Sep 2018 22:27:08 +0000 (16:27 -0600)]
Remove the DummyMutex/ConditionVariable/Barrier classes.

We provided these in cases where someone wanted to not compile for multithreading,
in which case certain functionality from the TBB was not available. But the
implementations of these classes is now unconditionally available via the
C++11 standard library, and so we don't need the dummy implementations any
more.

5 years agoRemove 'if (true)' statements. 7248/head
David Wells [Fri, 28 Sep 2018 18:58:11 +0000 (14:58 -0400)]
Remove 'if (true)' statements.

5 years agoRemove some unnecessary semicolons.
David Wells [Fri, 28 Sep 2018 18:55:48 +0000 (14:55 -0400)]
Remove some unnecessary semicolons.

5 years agoMerge pull request #7239 from bangerth/parallel
David Wells [Fri, 28 Sep 2018 18:30:54 +0000 (14:30 -0400)]
Merge pull request #7239 from bangerth/parallel

Do some hp DoF index allocation tasks in parallel.

5 years agoMerge pull request #7247 from dealii/fix_warnings_in_configure_checks
David Wells [Fri, 28 Sep 2018 13:23:26 +0000 (09:23 -0400)]
Merge pull request #7247 from dealii/fix_warnings_in_configure_checks

Allow configure checks to be run with more warnings

5 years agoMerge pull request #7246 from masterleinad/fix_compiling_threads
Daniel Arndt [Fri, 28 Sep 2018 06:34:15 +0000 (23:34 -0700)]
Merge pull request #7246 from masterleinad/fix_compiling_threads

Fix compiling with THREADS=ON

5 years agoMerge pull request #7244 from bangerth/deprecate
Daniel Arndt [Fri, 28 Sep 2018 03:35:08 +0000 (20:35 -0700)]
Merge pull request #7244 from bangerth/deprecate

Deprecate the PosixThreadBarrier class.

5 years agoAllow configure checks to be run with more warnings fix_warnings_in_configure_checks 7247/head
Daniel Arndt [Fri, 28 Sep 2018 02:50:15 +0000 (04:50 +0200)]
Allow configure checks to be run with more warnings

5 years agoFix compiling with THREADS=ON 7246/head
Daniel Arndt [Fri, 28 Sep 2018 01:47:55 +0000 (03:47 +0200)]
Fix compiling with THREADS=ON

5 years agoAdd a changelog entry. 7244/head
Wolfgang Bangerth [Thu, 27 Sep 2018 22:23:36 +0000 (16:23 -0600)]
Add a changelog entry.

5 years agoDeprecate the PosixThreadBarrier class.
Wolfgang Bangerth [Thu, 27 Sep 2018 22:22:16 +0000 (16:22 -0600)]
Deprecate the PosixThreadBarrier class.

5 years agoMerge pull request #7235 from bangerth/mutex-3
Daniel Arndt [Thu, 27 Sep 2018 22:11:12 +0000 (15:11 -0700)]
Merge pull request #7235 from bangerth/mutex-3

Replace uses of Threads::Mutex::ScopedLock by std::lock_guard.

5 years agoMerge pull request #7236 from bangerth/mutex-4
Daniel Arndt [Thu, 27 Sep 2018 21:51:13 +0000 (14:51 -0700)]
Merge pull request #7236 from bangerth/mutex-4

Use std::mutex functions instead of the names in Threads::Mutex.

5 years agoMerge pull request #7242 from masterleinad/fix_python_warning
Wolfgang Bangerth [Thu, 27 Sep 2018 21:39:29 +0000 (15:39 -0600)]
Merge pull request #7242 from masterleinad/fix_python_warning

Fix compiler warning in python-wrappers

5 years agoMerge pull request #7243 from masterleinad/fix_more_copyrights
Wolfgang Bangerth [Thu, 27 Sep 2018 21:39:16 +0000 (15:39 -0600)]
Merge pull request #7243 from masterleinad/fix_more_copyrights

Fix more copyrights

5 years agoFix more copyrights 7243/head
Daniel Arndt [Thu, 27 Sep 2018 21:20:28 +0000 (23:20 +0200)]
Fix more copyrights

5 years agoFix compiler warning in python-wrappers 7242/head
Daniel Arndt [Thu, 27 Sep 2018 21:05:32 +0000 (23:05 +0200)]
Fix compiler warning in python-wrappers

5 years agoMerge pull request #7241 from bangerth/copyright
David Wells [Thu, 27 Sep 2018 21:03:15 +0000 (17:03 -0400)]
Merge pull request #7241 from bangerth/copyright

Add copyright header on a bunch of files that are currently missing one.

5 years agoAdd copyright header on a bunch of files that are currently missing one. 7241/head
Wolfgang Bangerth [Thu, 27 Sep 2018 20:49:44 +0000 (14:49 -0600)]
Add copyright header on a bunch of files that are currently missing one.

5 years agoUpdated test results w.r.t. new active_fe_index sorting. 7234/head
Marc Fehling [Thu, 27 Sep 2018 00:06:35 +0000 (18:06 -0600)]
Updated test results w.r.t. new active_fe_index sorting.

Added new tests on hp DoF unification.

5 years agoMerge pull request #7238 from bangerth/mutex-6
Daniel Arndt [Thu, 27 Sep 2018 20:23:23 +0000 (13:23 -0700)]
Merge pull request #7238 from bangerth/mutex-6

Deprecate Threads::ConditionVariable.

5 years agoAdd a changelog entry. 7236/head
Wolfgang Bangerth [Thu, 27 Sep 2018 14:00:18 +0000 (08:00 -0600)]
Add a changelog entry.


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.