]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 1 Jun 2017 12:09:54 +0000 (14:09 +0200)]
Merge pull request #4449 from tamiko/fix_timer_03_test
Tests: Make base/timer_03 test more robust
Matthias Maier [Wed, 31 May 2017 16:30:45 +0000 (11:30 -0500)]
Testsuite: Reindent base/timer_03 to make astyle happy
Bruno Turcksin [Wed, 31 May 2017 15:49:19 +0000 (11:49 -0400)]
Merge pull request #4452 from bangerth/fix-typo
Fix a grammar error.
Professor E. G. Puckett [Wed, 31 May 2017 15:43:53 +0000 (09:43 -0600)]
Fix a grammar error.
Bruno Turcksin [Wed, 31 May 2017 12:29:50 +0000 (08:29 -0400)]
Merge pull request #4448 from bangerth/set-flags
Fix DataOutInterface::set_flags() for GnuplotFlags.
Matthias Maier [Wed, 31 May 2017 09:20:43 +0000 (04:20 -0500)]
Tests: Make base/timer_03 test more robust
Closes #4439
Denis Davydov [Wed, 31 May 2017 05:55:57 +0000 (07:55 +0200)]
Merge pull request #4446 from tamiko/fix_feature_config
CMake: Fix path to deal.IIFeatureConfig.cmake
Wolfgang Bangerth [Tue, 30 May 2017 23:52:33 +0000 (17:52 -0600)]
Add a test.
Wolfgang Bangerth [Tue, 30 May 2017 23:52:18 +0000 (17:52 -0600)]
Add a changelog entry.
Wolfgang Bangerth [Tue, 30 May 2017 23:51:14 +0000 (17:51 -0600)]
Fix DataOutInterface::set_flags() for GnuplotFlags.
Matthias Maier [Tue, 30 May 2017 13:07:14 +0000 (08:07 -0500)]
CMake: Fix path to deal.IIFeatureConfig.cmake
Denis Davydov [Tue, 30 May 2017 12:19:26 +0000 (14:19 +0200)]
Merge pull request #4444 from davydden/gmg_clear
add mg::Matrix::reset() and MGCoarseGridApplySmoother::clear()
Denis Davydov [Tue, 30 May 2017 09:42:09 +0000 (11:42 +0200)]
add mg::Matrix::reset() and MGCoarseGridApplySmoother::clear()
Denis Davydov [Mon, 29 May 2017 20:15:33 +0000 (22:15 +0200)]
Merge pull request #4437 from davydden/feature_info
add deal.IIFeatureConfig.cmake which contains detailed info about con…
Denis Davydov [Mon, 29 May 2017 15:53:48 +0000 (17:53 +0200)]
newlines
Denis Davydov [Mon, 29 May 2017 09:39:08 +0000 (11:39 +0200)]
add deal.IIFeatureConfig.cmake which contains detailed info about configured features
Matthias Maier [Mon, 29 May 2017 13:34:44 +0000 (08:34 -0500)]
Merge pull request #4438 from kronbichler/reduce_size_trilinos_test
Reduce size of Trilinos preconditioner test
Martin Kronbichler [Mon, 29 May 2017 11:48:19 +0000 (13:48 +0200)]
Merge pull request #4435 from kronbichler/augment_documentation_fe_evaluation_2
Finalize FEEvaluation documentation update from #4431
Martin Kronbichler [Mon, 29 May 2017 11:01:37 +0000 (13:01 +0200)]
Reduce size of Trilinos preconditioner test
Martin Kronbichler [Mon, 29 May 2017 10:52:14 +0000 (12:52 +0200)]
Merge pull request #4436 from jppelteret/update_tests_4427
Reduce computation time of step-18 based tests
Martin Kronbichler [Mon, 29 May 2017 08:22:42 +0000 (10:22 +0200)]
Finalize FEEvaluation documentation update from #4431
Jean-Paul Pelteret [Mon, 29 May 2017 08:34:56 +0000 (10:34 +0200)]
Reduce computation time of step-18 based tests
Martin Kronbichler [Mon, 29 May 2017 07:51:04 +0000 (09:51 +0200)]
Merge pull request #4422 from drwells/add-trilinos-index-access
Move Trilinos index functions into a new header file.
Wolfgang Bangerth [Mon, 29 May 2017 02:42:54 +0000 (20:42 -0600)]
Merge pull request #4433 from drwells/fix-task_09-2
Clean up task_09 a bit.
David Wells [Sat, 27 May 2017 21:56:09 +0000 (17:56 -0400)]
Move Trilinos index functions into a new header file.
David Wells [Mon, 29 May 2017 02:01:06 +0000 (22:01 -0400)]
Merge pull request #4428 from tamiko/remove_build_tests
Tests: Remove build_tests/ category
Matthias Maier [Sun, 28 May 2017 23:10:11 +0000 (18:10 -0500)]
Documentation: fix
Matthias Maier [Sun, 28 May 2017 22:26:57 +0000 (17:26 -0500)]
Merge pull request #4432 from kronbichler/shorten_mf_gmg_tests
Shorten matrix-free multigrid tests
Matthias Maier [Sun, 28 May 2017 21:51:07 +0000 (16:51 -0500)]
CMake: Update description
Matthias Maier [Sun, 28 May 2017 21:49:07 +0000 (16:49 -0500)]
Doc: Update documentation to latest "build tests" changes
Matthias Maier [Sun, 28 May 2017 16:03:09 +0000 (11:03 -0500)]
add a changes entry
Matthias Maier [Sun, 28 May 2017 16:05:59 +0000 (11:05 -0500)]
Tests: Force building examples in run_buildtest.cmake
Matthias Maier [Sun, 28 May 2017 15:56:20 +0000 (10:56 -0500)]
Tests: Remove build_tests/ category
The build_tests/ category had been an ugly hack for compiling all
configurable example steps.
But nowadays we already compile all (configurable) example steps as part
of the main build process - so this is redundant. Further, selectively
running a subset of example steps (as was done) is ugly and useless
(output is never compared).
Thus, let's simply remove the category and custom cmake script files.
David Wells [Sun, 28 May 2017 21:46:24 +0000 (17:46 -0400)]
Clean up task_09 a bit.
This commit applies some small cleanups to this test (e.g., preferring C++11
functionality to POSIX) and, in addition, makes the following changes:
1. The OK message won't be set to deallog until after tasks is destroyed (i.e.,
all threads must join).
2. If on a POSIX platform, unset the thread environment variable so that we
really can run the 'right' number of threads.
Martin Kronbichler [Sun, 28 May 2017 21:28:03 +0000 (23:28 +0200)]
Merge pull request #4431 from kronbichler/augment_documentation_fe_evaluation
Document FEEvaluation behavior for partially filled SIMD lanes
Martin Kronbichler [Sun, 28 May 2017 20:44:49 +0000 (22:44 +0200)]
Document FEEvaluation behavior for partially filled SIMD lanes
Martin Kronbichler [Sun, 28 May 2017 21:13:20 +0000 (23:13 +0200)]
Shorten matrix-free multigrid tests
Martin Kronbichler [Sun, 28 May 2017 20:23:28 +0000 (22:23 +0200)]
Merge pull request #4430 from davydden/pum_test
make fe_enriched_step-36 do less refinements and thereby faster
Denis Davydov [Sun, 28 May 2017 20:10:57 +0000 (22:10 +0200)]
make fe_enriched_step-36 do less refinements and thereby faster
Matthias Maier [Sun, 28 May 2017 19:23:36 +0000 (14:23 -0500)]
Merge pull request #4429 from drwells/fix-task_09
Fix tests/base/task_09.cc.
David Wells [Sun, 28 May 2017 17:35:17 +0000 (13:35 -0400)]
Fix tests/base/task_09.cc.
The current implementation of the Task class will call join() on the created
thread in its destructor. Hence, the tasks in the loop run in sequence instead
of in parallel since they immediately go out of scope after each loop iteration,
which is not the point of the test.
David Wells [Sun, 28 May 2017 16:22:37 +0000 (12:22 -0400)]
Merge pull request #4424 from tamiko/fix_tag_feature
CMake: Bugfix: run get_latest_tag only if git is recent enough
Daniel Arndt [Sun, 28 May 2017 15:28:19 +0000 (17:28 +0200)]
Merge pull request #4423 from drwells/remove-petsc-vector-references
Remove remaining references to PETScWrappers::Vector.
Matthias Maier [Sun, 28 May 2017 05:52:36 +0000 (00:52 -0500)]
CMake: Bugfix: run get_latest_tag only if git is recent enough
Fixes #4420
David Wells [Sun, 28 May 2017 01:57:32 +0000 (21:57 -0400)]
Remove remaining references to PETScWrappers::Vector.
David Wells [Sat, 27 May 2017 14:37:01 +0000 (10:37 -0400)]
Merge pull request #4369 from class4kayaker/timer_data
Add function to access timer data from within program
Jonathan Robey [Wed, 10 May 2017 23:25:28 +0000 (16:25 -0700)]
Add function to access timer data from within program
David Wells [Fri, 26 May 2017 20:28:44 +0000 (16:28 -0400)]
Merge pull request #4413 from bangerth/use-MPI_Abort
Use MPI_Abort instead of std::abort.
Bruno Turcksin [Fri, 26 May 2017 18:00:48 +0000 (14:00 -0400)]
Merge pull request #4418 from bangerth/address-coverity-2
Check that a stream is good while we read.
Bruno Turcksin [Fri, 26 May 2017 17:43:47 +0000 (13:43 -0400)]
Merge pull request #4417 from bangerth/address-coverity
Better document why we take a large argument by value.
Wolfgang Bangerth [Fri, 26 May 2017 16:03:29 +0000 (10:03 -0600)]
Check that a stream is good while we read.
This addresses another (correct) Coverity warning.
Wolfgang Bangerth [Fri, 26 May 2017 15:37:58 +0000 (09:37 -0600)]
Better document why we take a large argument by value.
This addresses an issue found by Coverity. We copy the argument intentionally.
Daniel Arndt [Fri, 26 May 2017 09:41:54 +0000 (11:41 +0200)]
Merge pull request #4416 from SoilRos/master
fixed direct reference of _feature to petsc in CHECK_MPI_INTERFACE
Denis Davydov [Fri, 26 May 2017 03:30:59 +0000 (05:30 +0200)]
Merge pull request #4407 from davydden/cmake_tag
cmake: query for latest tag
Santiago Ospina [Thu, 25 May 2017 21:24:25 +0000 (23:24 +0200)]
fixed direct reference of _feature to petsc in CHECK_MPI_INTERFACE
Denis Davydov [Wed, 24 May 2017 05:47:17 +0000 (07:47 +0200)]
install git scripts and use get_latest_tag.sh to get Git tag
Martin Kronbichler [Wed, 24 May 2017 16:25:12 +0000 (18:25 +0200)]
Merge pull request #4414 from davydden/mf_base_constraints
factor out pre- and post-processing of dst/src inside MatrixFreeOpera…
Matthias Maier [Wed, 24 May 2017 05:34:41 +0000 (07:34 +0200)]
add auxiliary git bash scripts
David Wells [Wed, 24 May 2017 03:59:04 +0000 (21:59 -0600)]
Merge pull request #4412 from bangerth/avoid-warning
Avoid warnings about unused variables.
David Wells [Wed, 24 May 2017 03:57:50 +0000 (21:57 -0600)]
Merge pull request #4410 from drwells/add-update-ghosts-tests
Add tests for update_ghost_values.
Wolfgang Bangerth [Tue, 23 May 2017 21:35:49 +0000 (15:35 -0600)]
Use MPI_Abort instead of std::abort.
Wolfgang Bangerth [Tue, 23 May 2017 21:33:42 +0000 (15:33 -0600)]
Avoid warnings about unused variables.
David Wells [Mon, 22 May 2017 19:19:55 +0000 (15:19 -0400)]
Add tests for update_ghost_values.
These functions need to exist (for PETSc and Trilinos vectors and block
vectors) but should not do anything.
Denis Davydov [Tue, 23 May 2017 15:15:52 +0000 (17:15 +0200)]
factor out pre- and post-processing of dst/src inside MatrixFreeOperators::Base::mult_add() into two functions
Bruno Turcksin [Tue, 23 May 2017 15:14:13 +0000 (11:14 -0400)]
Merge pull request #4409 from drwells/remove-read-input-docs
Remove references to the old read_input function.
David Wells [Mon, 22 May 2017 18:47:08 +0000 (14:47 -0400)]
Remove references to the old read_input function.
Denis Davydov [Mon, 22 May 2017 15:22:16 +0000 (17:22 +0200)]
add DEAL_II_GIT_TAG to deal.IIConfig.cmake
Denis Davydov [Mon, 22 May 2017 10:14:36 +0000 (12:14 +0200)]
add an optional argument to DEAL_II_QUERY_GIT_INFORMATION macro
Luca Heltai [Mon, 22 May 2017 10:08:17 +0000 (12:08 +0200)]
Merge pull request #4403 from luca-heltai/regularize-mesh
Regularize corner cells.
Luca Heltai [Thu, 18 May 2017 13:38:27 +0000 (15:38 +0200)]
Implemented regularize corner cells
Denis Davydov [Mon, 22 May 2017 09:54:24 +0000 (11:54 +0200)]
cmake: query for latest tag
Martin Kronbichler [Mon, 22 May 2017 05:37:36 +0000 (07:37 +0200)]
Merge pull request #4406 from drwells/add-update-ghost-values-stubs
Implement update_ghost_values stubs.
David Wells [Sun, 21 May 2017 21:28:11 +0000 (17:28 -0400)]
Implement update_ghost_values stubs.
Denis Davydov [Fri, 19 May 2017 15:36:10 +0000 (17:36 +0200)]
Merge pull request #4405 from Rombur/cuda_setup_tests
Guard FIND_PACKAGE(CUDA) with DEAL_II_WITH_CUDA.
Timo Heister [Fri, 19 May 2017 14:28:54 +0000 (10:28 -0400)]
Merge pull request #4401 from davydden/solvercontrol
add ConsecutiveControl
Bruno Turcksin [Fri, 19 May 2017 12:50:03 +0000 (08:50 -0400)]
Guard FIND_PACKAGE(CUDA) with DEAL_II_WITH_CUDA.
Denis Davydov [Thu, 18 May 2017 06:19:18 +0000 (08:19 +0200)]
Merge pull request #4402 from Rombur/cuda_tests
Check for cuda only if configured with cuda support.
Denis Davydov [Wed, 17 May 2017 14:25:01 +0000 (16:25 +0200)]
add ConsecutiveControl
Bruno Turcksin [Wed, 17 May 2017 20:31:39 +0000 (16:31 -0400)]
Check for cuda only if configured with cuda support.
David Wells [Tue, 16 May 2017 15:04:15 +0000 (11:04 -0400)]
Merge pull request #4398 from davydden/remove_wrong_todo
remove wrong TODO in template-arguments.in
Denis Davydov [Tue, 16 May 2017 09:41:05 +0000 (11:41 +0200)]
REAL_SERIAL_VECTORS and SERIAL_VECTORS are not the same.
The former contains only real-valued vectors, i.e.
DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL will be empty if
PETSc is build with complex linear algebra.
Denis Davydov [Tue, 16 May 2017 12:43:43 +0000 (14:43 +0200)]
Merge pull request #4394 from drwells/fix-rebase-print
Fix the output of the deprecation script.
David Wells [Sun, 14 May 2017 16:55:46 +0000 (12:55 -0400)]
Fix the output of the deprecation script.
Some tags (e.g., 'rebase_here') may not be version numbers so we should not drop
the first letter.
Martin Kronbichler [Tue, 16 May 2017 05:49:27 +0000 (07:49 +0200)]
Merge pull request #4293 from Rombur/matrixfree_gpu
Matrix-free gpu
Bruno Turcksin [Sun, 14 May 2017 03:05:21 +0000 (23:05 -0400)]
Add changelog entry.
Bruno Turcksin [Sun, 14 May 2017 03:05:05 +0000 (23:05 -0400)]
Add test for CUDA support of matrix-free.
Bruno Turcksin [Sun, 14 May 2017 03:04:03 +0000 (23:04 -0400)]
Add CUDA support of matrix-free.
Bruno Turcksin [Sun, 14 May 2017 03:02:39 +0000 (23:02 -0400)]
Rename cuda_vector tests.
Bruno Turcksin [Sun, 14 May 2017 03:01:25 +0000 (23:01 -0400)]
Augment documentation of CUDA atomic.
Bruno Turcksin [Sun, 14 May 2017 03:00:33 +0000 (23:00 -0400)]
Add CUDA support for tensor.
Daniel Arndt [Mon, 15 May 2017 15:02:05 +0000 (17:02 +0200)]
Merge pull request #4397 from masterleinad/fix_pgi
Fixes for compiling with PGI
Daniel Arndt [Mon, 15 May 2017 13:43:10 +0000 (15:43 +0200)]
Fixes for compiling with PGI
Daniel Arndt [Mon, 15 May 2017 09:01:13 +0000 (11:01 +0200)]
Merge pull request #4395 from masterleinad/remove_reorder_cuthill_mckee
Remove deprecated SparsityTools::reorder_Cuthill_McKee
Denis Davydov [Mon, 15 May 2017 04:20:30 +0000 (06:20 +0200)]
Merge pull request #4396 from masterleinad/remove_unused_helper
Remove unused helper function
Daniel Arndt [Sun, 14 May 2017 22:56:41 +0000 (00:56 +0200)]
Remove unused helper function
Daniel Arndt [Sun, 14 May 2017 23:07:26 +0000 (01:07 +0200)]
Remove deprecated SparsityTools::reorder_Cuthill_McKee
David Wells [Sun, 14 May 2017 16:58:42 +0000 (12:58 -0400)]
Merge pull request #4391 from masterleinad/remove_ez_rows_columns
Remove deprecated BlockSparseMatrixEZ<Number>::n_rows/n_cols
Daniel Arndt [Sun, 14 May 2017 15:53:39 +0000 (17:53 +0200)]
Merge pull request #4390 from masterleinad/fix_chunk_sparsity_pattern_12
Fix chunk_sparsity_pattern_12
Daniel Arndt [Sun, 14 May 2017 13:30:12 +0000 (15:30 +0200)]
Remove deprecated BlockSparseMatrixEZ<Number>::n_rows/n_cols
Daniel Arndt [Sun, 14 May 2017 13:24:37 +0000 (15:24 +0200)]
Fix chunk_sparsity_pattern_12
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.