]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #4900 from davydden/mf_operator_fix
Martin Kronbichler [Fri, 18 Aug 2017 14:46:43 +0000 (16:46 +0200)]
Merge pull request #4900 from davydden/mf_operator_fix

fix a minor bug in MatrixFreeOperators::Base::vmult_interface_down()

7 years agoMerge pull request #4901 from davydden/la_parallel_vector/ghost_assertion2
Martin Kronbichler [Fri, 18 Aug 2017 14:43:38 +0000 (16:43 +0200)]
Merge pull request #4901 from davydden/la_parallel_vector/ghost_assertion2

make an Assert in LA::distributed::Vector::compress_finish() less rigid

7 years agomake an Assert in LA::distributed::Vector::compress_finish() less rigid 4901/head
Denis Davydov [Fri, 18 Aug 2017 11:42:11 +0000 (13:42 +0200)]
make an Assert in LA::distributed::Vector::compress_finish() less rigid

7 years agofix a minor bug in MatrixFreeOperators::Base::vmult_interface_down() 4900/head
Denis Davydov [Tue, 15 Aug 2017 15:05:39 +0000 (17:05 +0200)]
fix a minor bug in MatrixFreeOperators::Base::vmult_interface_down()

7 years agoMerge pull request #4892 from drwells/rename-timer-variables
Martin Kronbichler [Fri, 18 Aug 2017 10:04:16 +0000 (12:04 +0200)]
Merge pull request #4892 from drwells/rename-timer-variables

Rename timer variables

7 years agoMerge pull request #4897 from Rombur/tensor
Denis Davydov [Fri, 18 Aug 2017 05:46:40 +0000 (07:46 +0200)]
Merge pull request #4897 from Rombur/tensor

Fix a bug when using Tensor with CUDA.

7 years agoMerge pull request #4896 from Rombur/dim3
Wolfgang Bangerth [Fri, 18 Aug 2017 02:57:55 +0000 (20:57 -0600)]
Merge pull request #4896 from Rombur/dim3

Do not use dim3 for non-CUDA code

7 years agoFix a bug when using Tensor with CUDA. 4897/head
Bruno Turcksin [Fri, 18 Aug 2017 02:44:49 +0000 (22:44 -0400)]
Fix a bug when using Tensor with CUDA.

7 years agoMerge pull request #4895 from Rombur/underscores
Timo Heister [Fri, 18 Aug 2017 02:37:22 +0000 (20:37 -0600)]
Merge pull request #4895 from Rombur/underscores

Remove double underscores from include guards

7 years agoDo not use dim3 for non-CUDA code 4896/head
Bruno Turcksin [Thu, 17 Aug 2017 21:23:52 +0000 (17:23 -0400)]
Do not use dim3 for non-CUDA code

dim3 is an array of size 3 defined by CUDA. Remove non CUDA-related dim3
because it creates an error due to conflicting declaration.

7 years agoRemove double underscores from include guards 4895/head
Bruno Turcksin [Thu, 17 Aug 2017 21:13:48 +0000 (17:13 -0400)]
Remove double underscores from include guards

7 years agoMerge pull request #4870 from davydden/consecutive_control
Wolfgang Bangerth [Thu, 17 Aug 2017 20:17:18 +0000 (14:17 -0600)]
Merge pull request #4870 from davydden/consecutive_control

minor fix of ConsecutiveControl

7 years agoMerge pull request #4891 from tjhei/fix_distr_grid_tools_serialize
Matthias Maier [Thu, 17 Aug 2017 17:25:41 +0000 (12:25 -0500)]
Merge pull request #4891 from tjhei/fix_distr_grid_tools_serialize

fix distributed GridTools::exchange_cell_data_to_ghost serialization …

7 years agofix distributed GridTools::exchange_cell_data_to_ghost serialization call 4891/head
Timo Heister [Thu, 17 Aug 2017 17:22:25 +0000 (13:22 -0400)]
fix distributed GridTools::exchange_cell_data_to_ghost serialization call

7 years agoMerge pull request #4889 from masterleinad/fix_integrator_tests_fix
Wolfgang Bangerth [Thu, 17 Aug 2017 16:47:20 +0000 (10:47 -0600)]
Merge pull request #4889 from masterleinad/fix_integrator_tests_fix

Follow up to #4888 fix regex substitution error

7 years agoRename some private Timer variables. 4892/head
David Wells [Thu, 17 Aug 2017 16:46:11 +0000 (12:46 -0400)]
Rename some private Timer variables.

The new names are more descriptive, e.g., the CPU time variables did not mention
that they measured CPU time.

7 years agoImprove some of the Timer documentation.
David Wells [Thu, 17 Aug 2017 16:44:17 +0000 (12:44 -0400)]
Improve some of the Timer documentation.

This commit fixes a few small things:
1. The example at the top of the Timer class used a deprecated function; this
   example now uses the replacement function.
2. The MPI communicator documentation was written for a different variable.
3. A few sentences have been rewritten to improve clarity.

7 years agoFollow up to #4888 fix regex substitution error 4889/head
Daniel Arndt [Thu, 17 Aug 2017 16:43:31 +0000 (18:43 +0200)]
Follow up to #4888 fix regex substitution error

7 years agoMerge pull request #4888 from masterleinad/fix_integrator_tests
Wolfgang Bangerth [Thu, 17 Aug 2017 16:37:18 +0000 (10:37 -0600)]
Merge pull request #4888 from masterleinad/fix_integrator_tests

Fix test output for integrators tests

7 years agoFix test output for integrators tests 4888/head
Daniel Arndt [Thu, 17 Aug 2017 16:25:47 +0000 (18:25 +0200)]
Fix test output for integrators tests

7 years agoMerge pull request #4887 from kronbichler/fix_tensor_product_matrix_test_02
Wolfgang Bangerth [Thu, 17 Aug 2017 15:30:15 +0000 (09:30 -0600)]
Merge pull request #4887 from kronbichler/fix_tensor_product_matrix_test_02

Fix tensor product matrix test case in float mode.

7 years agoFix tensor product matrix test case in float mode. 4887/head
Martin Kronbichler [Thu, 17 Aug 2017 15:20:26 +0000 (17:20 +0200)]
Fix tensor product matrix test case in float mode.

7 years agoMerge pull request #4884 from drwells/remove-timer-child-measurement
Wolfgang Bangerth [Thu, 17 Aug 2017 13:22:50 +0000 (07:22 -0600)]
Merge pull request #4884 from drwells/remove-timer-child-measurement

Remove unused child (process) resource usage checks.

7 years agoMerge pull request #4885 from tamiko/lalala
Wolfgang Bangerth [Thu, 17 Aug 2017 13:11:51 +0000 (07:11 -0600)]
Merge pull request #4885 from tamiko/lalala

CMake: Bugfix: Use correct cmake variable in external projects

7 years agoAdd a test 4885/head
Matthias Maier [Thu, 17 Aug 2017 05:25:37 +0000 (00:25 -0500)]
Add a test

7 years agoCMake: Bugfix: Use correct cmake variable in external projects
Matthias Maier [Thu, 17 Aug 2017 05:15:00 +0000 (00:15 -0500)]
CMake: Bugfix: Use correct cmake variable in external projects

In macros for external projects we have to use
  DEAL_II_USER_DEFINITIONS
instead of
  DEAL_II_DEFINITIONS

7 years agoRemove unused child (process) resource usage checks. 4884/head
David Wells [Thu, 17 Aug 2017 04:56:49 +0000 (00:56 -0400)]
Remove unused child (process) resource usage checks.

The option RUSAGE_CHILDREN (see man 2 getrusage) returns resource usage
statistics for terminated children of the current process. Since we don't use
this type of multiprocessing these values are always zero and we never needed to
measure them.

Reverts 5592e89cfa8.

7 years agoMerge pull request #4874 from tamiko/fix_cuda_configuration
Bruno Turcksin [Thu, 17 Aug 2017 02:36:42 +0000 (22:36 -0400)]
Merge pull request #4874 from tamiko/fix_cuda_configuration

CMake: Second round of CUDA fixes

7 years agoMerge pull request #4882 from masterleinad/fix_boost_1_64_serialize_array
David Wells [Thu, 17 Aug 2017 02:20:48 +0000 (22:20 -0400)]
Merge pull request #4882 from masterleinad/fix_boost_1_64_serialize_array

Include correct headers for serialization of std::array

7 years agoInclude correct headers for serialization of std::array 4882/head
Daniel Arndt [Wed, 16 Aug 2017 22:38:54 +0000 (00:38 +0200)]
Include correct headers for serialization of std::array

7 years agoMerge pull request #4877 from tjhei/cmake_support_intel
Matthias Maier [Wed, 16 Aug 2017 20:07:14 +0000 (15:07 -0500)]
Merge pull request #4877 from tjhei/cmake_support_intel

cmake: fix intel compiler detection

7 years agoMerge pull request #4876 from bangerth/doc-update
Timo Heister [Wed, 16 Aug 2017 20:05:45 +0000 (14:05 -0600)]
Merge pull request #4876 from bangerth/doc-update

Fix formula in step-33.

7 years agocmake: fix intel compiler detection 4877/head
Timo Heister [Wed, 16 Aug 2017 19:58:51 +0000 (15:58 -0400)]
cmake: fix intel compiler detection

7 years agoMerge pull request #4873 from bangerth/branch-7
Timo Heister [Wed, 16 Aug 2017 16:53:21 +0000 (10:53 -0600)]
Merge pull request #4873 from bangerth/branch-7

Exchange active_fe_index information for p::d::Triangulation.

7 years agoFix formula in step-33. 4876/head
Wolfgang Bangerth [Wed, 16 Aug 2017 15:47:47 +0000 (09:47 -0600)]
Fix formula in step-33.

7 years agoMerge pull request #4875 from tamiko/add_lapack_guards
Wolfgang Bangerth [Wed, 16 Aug 2017 15:41:19 +0000 (09:41 -0600)]
Merge pull request #4875 from tamiko/add_lapack_guards

Tests: Guard a couple of tests with with_lapack=true

7 years agoTests: Guard a couple of tests with with_lapack=true 4875/head
Matthias Maier [Wed, 16 Aug 2017 15:35:16 +0000 (10:35 -0500)]
Tests: Guard a couple of tests with with_lapack=true

7 years agoExchange active_fe_index information for p::d::Triangulation. 4873/head
Wolfgang Bangerth [Sun, 13 Aug 2017 20:54:49 +0000 (14:54 -0600)]
Exchange active_fe_index information for p::d::Triangulation.

7 years agoCMake: mark a variable as advanced 4874/head
Matthias Maier [Wed, 16 Aug 2017 14:30:37 +0000 (09:30 -0500)]
CMake: mark a variable as advanced

7 years agoadd a changelog entry
Matthias Maier [Wed, 16 Aug 2017 14:25:55 +0000 (09:25 -0500)]
add a changelog entry

7 years agoCMake: Make CUDA detection more robust
Matthias Maier [Wed, 16 Aug 2017 14:23:00 +0000 (16:23 +0200)]
CMake: Make CUDA detection more robust

7 years agoCMake: Disable CUDA for incompatible C++ standards
Matthias Maier [Wed, 16 Aug 2017 14:13:55 +0000 (16:13 +0200)]
CMake: Disable CUDA for incompatible C++ standards

7 years agoMerge pull request #4872 from bangerth/branch-6
Timo Heister [Wed, 16 Aug 2017 14:21:16 +0000 (08:21 -0600)]
Merge pull request #4872 from bangerth/branch-6

Use optional exchange of ghost data in DoFHandler::distribute_dofs()

7 years agominor fix of ConsecutiveControl 4870/head
Denis Davydov [Wed, 16 Aug 2017 11:16:03 +0000 (13:16 +0200)]
minor fix of ConsecutiveControl

7 years agoAllow for an optional exchange of ghost data. 4872/head
Wolfgang Bangerth [Tue, 15 Aug 2017 15:37:20 +0000 (09:37 -0600)]
Allow for an optional exchange of ghost data.

Specifically, avoid it if possible.

7 years agoMerge pull request #4855 from bangerth/fix-5
Timo Heister [Wed, 16 Aug 2017 13:06:57 +0000 (07:06 -0600)]
Merge pull request #4855 from bangerth/fix-5

Express the ghost exchange of DoF indices using GridTools::exchange_cell_data_to_ghosts().

7 years agoMerge pull request #4869 from bangerth/doc-update
Timo Heister [Wed, 16 Aug 2017 13:03:56 +0000 (07:03 -0600)]
Merge pull request #4869 from bangerth/doc-update

Update documentation.

7 years agoMerge pull request #4866 from tjhei/fix_epetra_to_indexset
Daniel Arndt [Wed, 16 Aug 2017 12:37:43 +0000 (14:37 +0200)]
Merge pull request #4866 from tjhei/fix_epetra_to_indexset

Fix incorrect size in overlapping EPetra_Map to IndexSet

7 years agoMerge pull request #4846 from tamiko/fix_cuda_configuration
Bruno Turcksin [Wed, 16 Aug 2017 12:14:53 +0000 (08:14 -0400)]
Merge pull request #4846 from tamiko/fix_cuda_configuration

CMake: Refactor and fix CUDA configuration

7 years agoMerge pull request #4868 from drwells/fix-timer-1
Denis Davydov [Wed, 16 Aug 2017 07:13:16 +0000 (09:13 +0200)]
Merge pull request #4868 from drwells/fix-timer-1

Fix some #ifdef logic in the Timer class.

7 years agoUpdate documentation. 4869/head
Wolfgang Bangerth [Wed, 16 Aug 2017 03:20:35 +0000 (21:20 -0600)]
Update documentation.

7 years agoMerge pull request #4861 from bangerth/branch-3
Timo Heister [Wed, 16 Aug 2017 03:17:51 +0000 (21:17 -0600)]
Merge pull request #4861 from bangerth/branch-3

Update documentation of p::s::Triangulation.

7 years agoAdd a test. 4861/head
Wolfgang Bangerth [Tue, 15 Aug 2017 17:20:38 +0000 (11:20 -0600)]
Add a test.

7 years agoUpdate documentation in a couple of places.
Wolfgang Bangerth [Tue, 15 Aug 2017 17:19:31 +0000 (11:19 -0600)]
Update documentation in a couple of places.

7 years agoFix incorrect size in overlapping EPetra_Map to IndexSet 4866/head
Timo Heister [Tue, 15 Aug 2017 20:23:15 +0000 (14:23 -0600)]
Fix incorrect size in overlapping EPetra_Map to IndexSet

7 years agoFix some #ifdef logic in the Timer class. 4868/head
David Wells [Wed, 16 Aug 2017 02:18:12 +0000 (22:18 -0400)]
Fix some #ifdef logic in the Timer class.

This fixes a bug due to rewritting an else statement where the 'else' was in an
'ifdef' and the body of the else statement (one line) was outside of it. This
caused, after a rewrite, the body of the former else statement to be executed
twice.

Before 9ef67983fd the end of this function was:

#ifdef DEAL_II_WITH_MPI
      if (sync_wall_time && Utilities::MPI::job_supports_mpi())
        {
          this->mpi_data
            = Utilities::MPI::min_max_avg (last_lap_time, mpi_communicator);
          last_lap_time = this->mpi_data.max;
          cumulative_wall_time += last_lap_time;
        }
      else
#endif
        cumulative_wall_time += last_lap_time;
    }
  return cumulative_time;

where the 'else' statement was run unconditionally if MPI was not present. The
previous (prior to this patch) version was:

#ifdef DEAL_II_WITH_MPI
      this->mpi_data = Utilities::MPI::min_max_avg (last_lap_time,
                                                    mpi_communicator);
      if (sync_wall_time && Utilities::MPI::job_supports_mpi())
        {
          last_lap_time = this->mpi_data.max;
          last_lap_cpu_time = Utilities::MPI::min_max_avg (last_lap_cpu_time,
                                                           mpi_communicator).max;
        }
      cumulative_wall_time += last_lap_time;
      cumulative_time += last_lap_cpu_time;
      this->mpi_total_data = Utilities::MPI::min_max_avg (cumulative_wall_time,
                                                          mpi_communicator);
#endif
      cumulative_wall_time += last_lap_time;
      cumulative_time += last_lap_cpu_time;
    }
  return cumulative_time;

which will, if MPI is available, double count both the cumulative wall time and
cummulative time.

7 years agoExpress the ghost exchange of DoF indices using GridTools::exchange_cell_data_to_ghos... 4855/head
Wolfgang Bangerth [Sun, 13 Aug 2017 22:41:14 +0000 (16:41 -0600)]
Express the ghost exchange of DoF indices using GridTools::exchange_cell_data_to_ghosts().

7 years agoMerge pull request #4858 from bangerth/branch-1
Timo Heister [Wed, 16 Aug 2017 00:56:28 +0000 (18:56 -0600)]
Merge pull request #4858 from bangerth/branch-1

Generalize GridTools::exchange_cell_data_to_ghosts()

7 years agoMerge pull request #4860 from bangerth/branch-2
Daniel Arndt [Tue, 15 Aug 2017 23:47:00 +0000 (01:47 +0200)]
Merge pull request #4860 from bangerth/branch-2

Add an assertion.

7 years agorespect nvcc flags 4846/head
Matthias Maier [Tue, 15 Aug 2017 21:42:49 +0000 (23:42 +0200)]
respect nvcc flags

7 years agobugfix
Matthias Maier [Tue, 15 Aug 2017 21:35:29 +0000 (23:35 +0200)]
bugfix

7 years agoMerge pull request #4856 from masterleinad/fixup_cuda
Bruno Turcksin [Tue, 15 Aug 2017 21:38:48 +0000 (17:38 -0400)]
Merge pull request #4856 from masterleinad/fixup_cuda

Clean up CUDA related files

7 years agoMerge pull request #4863 from bangerth/fix-tests
Timo Heister [Tue, 15 Aug 2017 21:20:55 +0000 (15:20 -0600)]
Merge pull request #4863 from bangerth/fix-tests

Use the documented way to partition a p::s::Triangulation by hand.

7 years agoMerge pull request #4864 from bangerth/doc-update
Timo Heister [Tue, 15 Aug 2017 21:19:57 +0000 (15:19 -0600)]
Merge pull request #4864 from bangerth/doc-update

Update documentation to mention a published article.

7 years agoUpdate documentation to mention a published article. 4864/head
Wolfgang Bangerth [Tue, 15 Aug 2017 20:12:24 +0000 (14:12 -0600)]
Update documentation to mention a published article.

7 years agoUse the documented way to partition a p::s::Triangulation by hand. 4863/head
Wolfgang Bangerth [Tue, 15 Aug 2017 17:49:37 +0000 (11:49 -0600)]
Use the documented way to partition a p::s::Triangulation by hand.

7 years agoAdd an assertion. 4860/head
Wolfgang Bangerth [Tue, 15 Aug 2017 14:50:05 +0000 (08:50 -0600)]
Add an assertion.

7 years agoAdd a new test. 4858/head
Wolfgang Bangerth [Tue, 15 Aug 2017 16:18:39 +0000 (10:18 -0600)]
Add a new test.

7 years agoMake the exchange in GridTools::exchange_cell_data_to_ghosts() boost::optional.
Wolfgang Bangerth [Tue, 15 Aug 2017 15:36:56 +0000 (09:36 -0600)]
Make the exchange in GridTools::exchange_cell_data_to_ghosts() boost::optional.

7 years agoClean up CUDA related files 4856/head
Daniel Arndt [Tue, 15 Aug 2017 15:20:01 +0000 (17:20 +0200)]
Clean up CUDA related files

7 years agoMerge pull request #4853 from jppelteret/move_sacado_header_tests
Wolfgang Bangerth [Tue, 15 Aug 2017 15:22:48 +0000 (09:22 -0600)]
Merge pull request #4853 from jppelteret/move_sacado_header_tests

Moved Sacado product type header and Sacado tests

7 years agoMerge pull request #4785 from jppelteret/tensor_ad_compatibility
Wolfgang Bangerth [Tue, 15 Aug 2017 15:18:48 +0000 (09:18 -0600)]
Merge pull request #4785 from jppelteret/tensor_ad_compatibility

SymmetricTensor and Tensor class AD number compatibility

7 years agoAdd more comprehensive test for symmetric tensor operator+= and friends 4785/head
Jean-Paul Pelteret [Tue, 15 Aug 2017 15:01:02 +0000 (09:01 -0600)]
Add more comprehensive test for symmetric tensor operator+= and friends

7 years agoAdd comprehensive test for symmetric tensor constructor and initializer
Jean-Paul Pelteret [Tue, 15 Aug 2017 14:34:05 +0000 (08:34 -0600)]
Add comprehensive test for symmetric tensor constructor and initializer

7 years agoUpdate the documentation of some SymmetricTensor operations.
Jean-Paul Pelteret [Sun, 13 Aug 2017 13:56:05 +0000 (07:56 -0600)]
Update the documentation of some SymmetricTensor operations.

7 years agoMake the Tensor class more compatible with generic numbers.
Jean-Paul Pelteret [Sat, 12 Aug 2017 07:08:47 +0000 (01:08 -0600)]
Make the Tensor class more compatible with generic numbers.

All stored number initialisation is explicitly performed, and their
values are set to a safe default. Scalar values are passed by reference
instead of by copy, preventing expensive and unnecessary overhead for AD
numbers due to the creation of a temporary.

7 years agoExplicitly initialise tensor contraction results to zero.
Jean-Paul Pelteret [Sat, 12 Aug 2017 07:05:43 +0000 (01:05 -0600)]
Explicitly initialise tensor contraction results to zero.

7 years agoAdded operator== for VectorizedArray
Jean-Paul Pelteret [Sat, 12 Aug 2017 07:04:41 +0000 (01:04 -0600)]
Added operator== for VectorizedArray

7 years agoMake the SymmetricTensor class more compatible with generic numbers.
Jean-Paul Pelteret [Sat, 12 Aug 2017 07:04:06 +0000 (01:04 -0600)]
Make the SymmetricTensor class more compatible with generic numbers.

All stored number initialisation is explicitly performed, and their
values are set to a safe default. More operations are templated on a
second number type, adding further compatibility between tensors of
differing number types.

7 years agoMoved Sacado product type header and Sacado tests 4853/head
Jean-Paul Pelteret [Sun, 13 Aug 2017 18:07:07 +0000 (12:07 -0600)]
Moved Sacado product type header and Sacado tests

7 years agoMerge pull request #4854 from davydden/full_mat_docu_minor
Wolfgang Bangerth [Tue, 15 Aug 2017 12:37:46 +0000 (06:37 -0600)]
Merge pull request #4854 from davydden/full_mat_docu_minor

minor extension of FullMatrix::cholesky documentation

7 years agoMerge pull request #4828 from drwells/remove-double-underscores
Daniel Arndt [Tue, 15 Aug 2017 06:56:58 +0000 (08:56 +0200)]
Merge pull request #4828 from drwells/remove-double-underscores

Remove double underscores from include guards.

7 years agominor extension of FullMatrix::cholesky documentation 4854/head
Denis Davydov [Tue, 15 Aug 2017 06:47:10 +0000 (08:47 +0200)]
minor extension of FullMatrix::cholesky documentation

7 years agoAdd CUDA setup to DEAL_II_INITIALIZE_CACHED_VARIABLES
Matthias Maier [Tue, 15 Aug 2017 06:39:52 +0000 (01:39 -0500)]
Add CUDA setup to DEAL_II_INITIALIZE_CACHED_VARIABLES

7 years agobugfix
Matthias Maier [Tue, 15 Aug 2017 06:34:08 +0000 (08:34 +0200)]
bugfix

7 years agoCMake: Update internal CUDA setup, remove obsolete code
Matthias Maier [Mon, 14 Aug 2017 22:39:26 +0000 (17:39 -0500)]
CMake: Update internal CUDA setup, remove obsolete code

Update internal CUDA setup to use native language features. If the
current CMake version is too old, fall back to the old behavior.

Further, remove obsolete CUDA configuration from tests.

7 years agoCMake: Restructure CUDA detection
Matthias Maier [Mon, 14 Aug 2017 22:35:55 +0000 (17:35 -0500)]
CMake: Restructure CUDA detection

This commit restructures the CUDA detection into its own FindCUDA.cmake
module. Further, CUDA support now requires CMake version 3.9 for proper
cmake-internal language support.

7 years agoMerge pull request #4848 from bangerth/improve-error
Timo Heister [Tue, 15 Aug 2017 00:36:33 +0000 (20:36 -0400)]
Merge pull request #4848 from bangerth/improve-error

Improve a couple of error messages that weren't quite clear.

7 years agoRemove double underscores from include guards. 4828/head
David Wells [Mon, 14 Aug 2017 01:14:39 +0000 (21:14 -0400)]
Remove double underscores from include guards.

Symbols with '__' in them are reserved by the standard.

7 years agoMerge pull request #4847 from luca-heltai/sundials-detection
Luca Heltai [Mon, 14 Aug 2017 23:26:57 +0000 (17:26 -0600)]
Merge pull request #4847 from luca-heltai/sundials-detection

Sundials detection.

7 years agoMerge pull request #4849 from bangerth/doc-update
David Wells [Mon, 14 Aug 2017 23:08:45 +0000 (19:08 -0400)]
Merge pull request #4849 from bangerth/doc-update

Fix a markup problem.

7 years agoCMake: Stylistic fixes 4847/head
Matthias Maier [Mon, 14 Aug 2017 22:51:31 +0000 (17:51 -0500)]
CMake: Stylistic fixes

7 years agoFix a markup problem. 4849/head
Wolfgang Bangerth [Mon, 14 Aug 2017 22:48:20 +0000 (16:48 -0600)]
Fix a markup problem.

HTML doesn't know that  equals opening quotes. Avoid this.

7 years agoImprove a couple of error messages that weren't quite clear. 4848/head
Wolfgang Bangerth [Mon, 14 Aug 2017 22:32:10 +0000 (16:32 -0600)]
Improve a couple of error messages that weren't quite clear.

7 years agoSundials detection mechanism.
Luca Heltai [Mon, 14 Aug 2017 21:13:02 +0000 (15:13 -0600)]
Sundials detection mechanism.

7 years agoMerge pull request #4833 from masterleinad/avoid_warning
Wolfgang Bangerth [Mon, 14 Aug 2017 20:31:56 +0000 (14:31 -0600)]
Merge pull request #4833 from masterleinad/avoid_warning

Avoid warnings related to the deprecation of types_are_equal

7 years agoMerge pull request #4829 from tjhei/mesh_loop_mg
Luca Heltai [Mon, 14 Aug 2017 20:15:36 +0000 (14:15 -0600)]
Merge pull request #4829 from tjhei/mesh_loop_mg

add mesh_loop GMG test

7 years agoMerge pull request #4794 from luca-heltai/new-find-active-cells-around-points
Timo Heister [Mon, 14 Aug 2017 20:15:04 +0000 (16:15 -0400)]
Merge pull request #4794 from luca-heltai/new-find-active-cells-around-points

New find active cells around point.

7 years agoMerge pull request #4844 from luca-heltai/enable-nanoflann-doc
Wolfgang Bangerth [Mon, 14 Aug 2017 20:09:26 +0000 (14:09 -0600)]
Merge pull request #4844 from luca-heltai/enable-nanoflann-doc

Add NANOFLANN to doxygen.

7 years agoMerge pull request #4842 from tjhei/enable_doxygen_for_cuda
Wolfgang Bangerth [Mon, 14 Aug 2017 20:09:01 +0000 (14:09 -0600)]
Merge pull request #4842 from tjhei/enable_doxygen_for_cuda

enable CUDA in doxygen


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.