]>
https://gitweb.dealii.org/ - dealii.git/log
Timo Heister [Tue, 6 Jun 2017 14:08:06 +0000 (16:08 +0200)]
document function parser functions
Martin Kronbichler [Sun, 4 Jun 2017 06:50:00 +0000 (08:50 +0200)]
Merge pull request #4481 from drwells/remove-old-petsc-compatibility
Remove support for versions of PETSc before 3.3.0.
David Wells [Sat, 3 Jun 2017 19:42:35 +0000 (15:42 -0400)]
Remove support for versions of PETSc before 3.3.0.
Martin Kronbichler [Sat, 3 Jun 2017 19:45:47 +0000 (21:45 +0200)]
Merge pull request #4479 from drwells/fix-absolute-links
Make some documentation links relative.
Daniel Arndt [Sat, 3 Jun 2017 18:45:07 +0000 (20:45 +0200)]
Merge pull request #4454 from masterleinad/remove_trilinos_vector_base
Remove TrilinosWrappers::VectorBase
David Wells [Sat, 3 Jun 2017 18:18:57 +0000 (14:18 -0400)]
Make some documentation links relative.
The other tutorial programs use relative links in these cases.
Daniel Arndt [Sat, 3 Jun 2017 16:56:48 +0000 (18:56 +0200)]
Fix up trilinos_precondition.h
Daniel Arndt [Sat, 3 Jun 2017 14:56:34 +0000 (16:56 +0200)]
Fix up blank spaces after 'operator'
Daniel Arndt [Tue, 30 May 2017 22:25:23 +0000 (00:25 +0200)]
Remove TrilinosWrappers::VectorBase
David Wells [Sat, 3 Jun 2017 16:52:11 +0000 (12:52 -0400)]
Merge pull request #4469 from bangerth/update-prm-handler
Minor cleanups in ParameterHandler.
David Wells [Sat, 3 Jun 2017 13:51:00 +0000 (09:51 -0400)]
Merge pull request #4466 from bangerth/fe-clone
Let FE::clone() return a std::unique_ptr.
Matthias Maier [Fri, 2 Jun 2017 21:02:27 +0000 (16:02 -0500)]
Merge pull request #4475 from bangerth/fix-test
Add secondary output for one test.
Wolfgang Bangerth [Fri, 2 Jun 2017 20:34:58 +0000 (14:34 -0600)]
Add secondary output for one test.
The test takes one more or less iteration, depending on the system.
So add a secondary output.
Wolfgang Bangerth [Fri, 2 Jun 2017 19:31:28 +0000 (13:31 -0600)]
Merge pull request #4472 from kronbichler/fix_grid_tools_regularize_test
Fix GridTools::regularize_mesh test output
Martin Kronbichler [Fri, 2 Jun 2017 18:54:48 +0000 (20:54 +0200)]
Fix GridTools::regularize_mesh test output
Daniel Arndt [Fri, 2 Jun 2017 18:18:19 +0000 (20:18 +0200)]
Merge pull request #4470 from bangerth/indent
Change some indentation oddities.
Wolfgang Bangerth [Fri, 2 Jun 2017 16:32:36 +0000 (10:32 -0600)]
Change some indentation oddities.
The majority of these are related to space before comma. I did all of
this by first running astyle 3.0.1 to see what it changes, and then
running astyle 2.04 as usual again. 3.0.1 fixes up a few oddities
that 2.04 doesn't undo, and most of these are probably worthwhile
keeping.
There are some corner cases where we had purposefully aligned commas
with leading spaces, and one could consider not making this change,
or updating it by hand. But I don't feel strongly enough about
this to really go to lengths here.
Wolfgang Bangerth [Fri, 2 Jun 2017 16:14:52 +0000 (10:14 -0600)]
Remove more outdated comments.
Wolfgang Bangerth [Fri, 2 Jun 2017 16:11:52 +0000 (10:11 -0600)]
Simplify control flow a bit.
Wolfgang Bangerth [Fri, 2 Jun 2017 16:11:21 +0000 (10:11 -0600)]
Remove an outdated comment.
Wolfgang Bangerth [Fri, 2 Jun 2017 14:56:11 +0000 (08:56 -0600)]
Add changelog entry.
Daniel Arndt [Fri, 2 Jun 2017 14:03:49 +0000 (16:03 +0200)]
Merge pull request #4467 from kronbichler/fix_refinement_listeners
Adjust test to clear signal at tria destructor
Martin Kronbichler [Fri, 2 Jun 2017 12:02:08 +0000 (14:02 +0200)]
Adjust refinement listener to raising the clear signal at tria destructor
Martin Kronbichler [Fri, 2 Jun 2017 08:25:58 +0000 (10:25 +0200)]
Merge pull request #4356 from masterleinad/remove_deprecated_serial_trilinos_vectors
Remove deprecated serial TrilinosWrappers vectors
Martin Kronbichler [Fri, 2 Jun 2017 06:21:02 +0000 (08:21 +0200)]
Merge pull request #4463 from masterleinad/fix-explicit-instantiation-warning
Allow using VectorTools::subtract_mean_value for all distributed vector classes
Martin Kronbichler [Fri, 2 Jun 2017 06:20:22 +0000 (08:20 +0200)]
Merge pull request #4464 from kronbichler/master
Fix bug introduced in rebase of transfinite manifold commit
Wolfgang Bangerth [Thu, 1 Jun 2017 21:11:58 +0000 (15:11 -0600)]
Let FE::clone() return a std::unique_ptr.
Daniel Arndt [Thu, 1 Jun 2017 15:57:22 +0000 (17:57 +0200)]
Allow using VectorTools::subtract_mean_value for all distributed vector classes
Daniel Arndt [Thu, 1 Jun 2017 21:29:06 +0000 (23:29 +0200)]
Merge pull request #4465 from bangerth/document-minmaxavg
Better document Utilities::MPI::MinMaxAvg.
Daniel Arndt [Thu, 1 Jun 2017 16:57:12 +0000 (18:57 +0200)]
Fix documentation TrilinosWrappers::SparseMatrix
Martin Kronbichler [Thu, 1 Jun 2017 19:47:52 +0000 (21:47 +0200)]
Merge pull request #4447 from bangerth/cone-normal
Add ConeBoundary::normal_vector().
Martin Kronbichler [Thu, 1 Jun 2017 19:21:08 +0000 (21:21 +0200)]
Fix one more typo in documentation.
Wolfgang Bangerth [Thu, 1 Jun 2017 19:27:41 +0000 (13:27 -0600)]
Better document Utilities::MPI::MinMaxAvg.
Martin Kronbichler [Thu, 1 Jun 2017 19:15:57 +0000 (21:15 +0200)]
Fix bug introduced by transfinite manifold commit.
Martin Kronbichler [Thu, 1 Jun 2017 19:15:33 +0000 (21:15 +0200)]
Fix doxygen problem. Improve documentation.
Daniel Arndt [Tue, 30 May 2017 22:01:31 +0000 (00:01 +0200)]
Don't use TrilinosWrappers::VectorBase anymore
Daniel Arndt [Sat, 27 May 2017 22:40:03 +0000 (00:40 +0200)]
Fix comments in the tests to reference TrilinosWrappers::MPI::Vector
Daniel Arndt [Mon, 8 May 2017 22:04:14 +0000 (00:04 +0200)]
Add changelog entry
Daniel Arndt [Mon, 8 May 2017 21:31:16 +0000 (23:31 +0200)]
Remove deprecated serial Trilinos vectors from examples
Daniel Arndt [Mon, 8 May 2017 21:30:11 +0000 (23:30 +0200)]
Remove deprecated serial Trilinos vectors from test suite
Daniel Arndt [Mon, 8 May 2017 21:28:53 +0000 (23:28 +0200)]
Remove deprecated serial Trilinos vectors
Martin Kronbichler [Thu, 1 Jun 2017 16:38:45 +0000 (18:38 +0200)]
Merge pull request #4459 from kronbichler/fix_tria_signals
Also clear triangulation signals on destruction
Martin Kronbichler [Thu, 1 Jun 2017 13:11:17 +0000 (15:11 +0200)]
Also clear triangulation signals on destruction
Daniel Arndt [Thu, 1 Jun 2017 16:16:59 +0000 (18:16 +0200)]
Merge pull request #4460 from masterleinad/fix_indent_template-arguments
Fix indentation in template-arguments.in
David Wells [Thu, 1 Jun 2017 15:27:27 +0000 (11:27 -0400)]
Merge pull request #4461 from kronbichler/master
Move changelog entry to major
Martin Kronbichler [Thu, 1 Jun 2017 15:23:27 +0000 (17:23 +0200)]
Move changelog entry to major
Matthias Maier [Thu, 1 Jun 2017 15:06:51 +0000 (10:06 -0500)]
Merge pull request #4456 from tamiko/fix_timer_test
Testsuite: fix base/timer
Matthias Maier [Thu, 1 Jun 2017 15:06:09 +0000 (10:06 -0500)]
Testsuite: fix typo
Daniel Arndt [Thu, 1 Jun 2017 14:56:54 +0000 (16:56 +0200)]
Fix indentation in template-arguments.in
Martin Kronbichler [Thu, 1 Jun 2017 14:16:56 +0000 (16:16 +0200)]
Merge pull request #4404 from kronbichler/transfinite_manifold
Transfinite interpolation manifold implementation
Martin Kronbichler [Thu, 1 Jun 2017 14:09:03 +0000 (16:09 +0200)]
Avoid division by zero.
Martin Kronbichler [Thu, 1 Jun 2017 08:43:39 +0000 (10:43 +0200)]
Add changelog
Martin Kronbichler [Thu, 18 May 2017 16:49:10 +0000 (18:49 +0200)]
Transfinite interpolation manifold.
Added tests.
Adjusted division by zero in MappingQGeneric.
Disable using additional points on TransfiniteInterpolationManifold
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
Wolfgang Bangerth [Tue, 30 May 2017 22:00:46 +0000 (16:00 -0600)]
Add a testcase.
Matthias Maier [Wed, 31 May 2017 16:50:04 +0000 (11:50 -0500)]
Testsuite: fix base/timer
- comparing concurrent timer runs on SMP machines with overclocking is
useless
- test the whole timer interface for consistency instead
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.
anne-glerum [Tue, 30 May 2017 22:00:31 +0000 (16:00 -0600)]
Add ConeBoundary::normal_vector().
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
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.