]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoupdate changes and news for release
Timo Heister [Sun, 8 Dec 2013 02:36:05 +0000 (02:36 +0000)]
update changes and news for release

git-svn-id: https://svn.dealii.org/trunk@31934 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoupdate authors list
Timo Heister [Sun, 8 Dec 2013 02:30:25 +0000 (02:30 +0000)]
update authors list

git-svn-id: https://svn.dealii.org/trunk@31933 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoreindent using astyle
Timo Heister [Sun, 8 Dec 2013 02:15:54 +0000 (02:15 +0000)]
reindent using astyle

git-svn-id: https://svn.dealii.org/trunk@31932 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix typo
Timo Heister [Sun, 8 Dec 2013 01:54:59 +0000 (01:54 +0000)]
fix typo

git-svn-id: https://svn.dealii.org/trunk@31931 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoQuicktests: Fix and cleanup the hack in quicktests :-]
Matthias Maier [Sun, 8 Dec 2013 01:50:50 +0000 (01:50 +0000)]
Quicktests: Fix and cleanup the hack in quicktests :-]

git-svn-id: https://svn.dealii.org/trunk@31930 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCosmetic change: Fix $Id$ in two places
Matthias Maier [Sun, 8 Dec 2013 00:54:11 +0000 (00:54 +0000)]
Cosmetic change: Fix $Id$ in two places

git-svn-id: https://svn.dealii.org/trunk@31929 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoquicktests: force the deletion of old -OK files
Timo Heister [Sun, 8 Dec 2013 00:48:40 +0000 (00:48 +0000)]
quicktests: force the deletion of old -OK files

git-svn-id: https://svn.dealii.org/trunk@31928 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agobetter output for 'make test' and provide some helpful error messages
Timo Heister [Sun, 8 Dec 2013 00:08:59 +0000 (00:08 +0000)]
better output for 'make test' and provide some helpful error messages

git-svn-id: https://svn.dealii.org/trunk@31927 0785d39b-7218-0410-832d-ea1e28bc413d

10 years ago*sigh*
Matthias Maier [Sat, 7 Dec 2013 22:09:42 +0000 (22:09 +0000)]
*sigh*

git-svn-id: https://svn.dealii.org/trunk@31926 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix typo introduced in previous commit *blush*
Matthias Maier [Sat, 7 Dec 2013 22:06:37 +0000 (22:06 +0000)]
Fix typo introduced in previous commit *blush*

git-svn-id: https://svn.dealii.org/trunk@31925 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoForgot one...
Matthias Maier [Sat, 7 Dec 2013 22:04:33 +0000 (22:04 +0000)]
Forgot one...

git-svn-id: https://svn.dealii.org/trunk@31924 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Bugfix: Only run thread_local_storage tests if deal.II is configured with...
Matthias Maier [Sat, 7 Dec 2013 22:03:20 +0000 (22:03 +0000)]
Testsuite: Bugfix: Only run thread_local_storage tests if deal.II is configured with thread support

git-svn-id: https://svn.dealii.org/trunk@31923 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Bugfix: Silence a warning introduced in r31919
Matthias Maier [Sat, 7 Dec 2013 21:50:41 +0000 (21:50 +0000)]
Testsuite: Bugfix: Silence a warning introduced in r31919

git-svn-id: https://svn.dealii.org/trunk@31922 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agotutorial page fixes
Timo Heister [Sat, 7 Dec 2013 20:55:04 +0000 (20:55 +0000)]
tutorial page fixes

git-svn-id: https://svn.dealii.org/trunk@31921 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoadd publications
Timo Heister [Sat, 7 Dec 2013 20:53:38 +0000 (20:53 +0000)]
add publications

git-svn-id: https://svn.dealii.org/trunk@31920 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Bugfix: Use the correct mpirun executable as found by FindMPI.cmake
Matthias Maier [Sat, 7 Dec 2013 19:36:22 +0000 (19:36 +0000)]
Testsuite: Bugfix: Use the correct mpirun executable as found by FindMPI.cmake

git-svn-id: https://svn.dealii.org/trunk@31919 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoConvert a couple of places where we intended 'unsigned int' but now had 'size_type'.
Wolfgang Bangerth [Sat, 7 Dec 2013 17:39:54 +0000 (17:39 +0000)]
Convert a couple of places where we intended 'unsigned int' but now had 'size_type'.

git-svn-id: https://svn.dealii.org/trunk@31918 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoA couple of fixes to make things compile again in 64-bit mode after the change to...
Wolfgang Bangerth [Sat, 7 Dec 2013 16:30:01 +0000 (16:30 +0000)]
A couple of fixes to make things compile again in 64-bit mode after the change to full_matrix.h a couple of days ago.

git-svn-id: https://svn.dealii.org/trunk@31917 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Several bugfixes in FindTRILINOS.cmake
Matthias Maier [Sat, 7 Dec 2013 03:02:14 +0000 (03:02 +0000)]
CMake: Several bugfixes in FindTRILINOS.cmake

 - Use again the FIND_PACKAGE mechanism that has the right search order for
   project configurations

 - Print error condition in configure phase so that one has a clue what is
   going wrong...

git-svn-id: https://svn.dealii.org/trunk@31916 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Provide alternative output for q_dg0_projection_01 with icc
Matthias Maier [Fri, 6 Dec 2013 18:15:52 +0000 (18:15 +0000)]
Testsuite: Provide alternative output for q_dg0_projection_01 with icc

git-svn-id: https://svn.dealii.org/trunk@31914 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Provide alternative output for icc
Matthias Maier [Fri, 6 Dec 2013 16:52:31 +0000 (16:52 +0000)]
Testsuite: Provide alternative output for icc

The tests in question test whether it is possible to find a vertex lying
exactly on an edge or line, respectively. Unfortunately this is not stable
under more aggressive optimization.

git-svn-id: https://svn.dealii.org/trunk@31913 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRevert "Testsuite: Reenable compiler version injection on non Linux platforms"
Matthias Maier [Fri, 6 Dec 2013 16:11:49 +0000 (16:11 +0000)]
Revert "Testsuite: Reenable compiler version injection on non Linux platforms"

git-svn-id: https://svn.dealii.org/trunk@31912 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agorevert last commit
Guido Kanschat [Fri, 6 Dec 2013 15:29:19 +0000 (15:29 +0000)]
revert last commit

git-svn-id: https://svn.dealii.org/trunk@31911 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove 'official' Windows support from the readme.
Matthias Maier [Fri, 6 Dec 2013 14:04:44 +0000 (14:04 +0000)]
Remove 'official' Windows support from the readme.

git-svn-id: https://svn.dealii.org/trunk@31910 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Reenable compiler version injection on non Linux platforms
Matthias Maier [Fri, 6 Dec 2013 13:58:10 +0000 (13:58 +0000)]
Testsuite: Reenable compiler version injection on non Linux platforms

git-svn-id: https://svn.dealii.org/trunk@31909 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Update some documentation
Matthias Maier [Fri, 6 Dec 2013 13:37:03 +0000 (13:37 +0000)]
Documentation: Update some documentation

git-svn-id: https://svn.dealii.org/trunk@31908 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix latex formula
Martin Kronbichler [Fri, 6 Dec 2013 09:14:28 +0000 (09:14 +0000)]
Fix latex formula

git-svn-id: https://svn.dealii.org/trunk@31907 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd a couple of previously missing specializations.
Wolfgang Bangerth [Fri, 6 Dec 2013 04:12:23 +0000 (04:12 +0000)]
Add a couple of previously missing specializations.

git-svn-id: https://svn.dealii.org/trunk@31906 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIn the conversion to 64-bit indices, a lot of classes acquired a local typedef 'size_...
Wolfgang Bangerth [Fri, 6 Dec 2013 04:10:38 +0000 (04:10 +0000)]
In the conversion to 64-bit indices, a lot of classes acquired a local typedef 'size_type'. In some cases, it was aliased to types::global_dof_index, but this may have been a mistake. One such example is FullMatrix, which definitely doesn't need 64-bit indices. Revert this and go back to 'unsigned int' for the local size_type type.

git-svn-id: https://svn.dealii.org/trunk@31905 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Some more cleanup
Matthias Maier [Fri, 6 Dec 2013 01:34:01 +0000 (01:34 +0000)]
Documentation: Some more cleanup

git-svn-id: https://svn.dealii.org/trunk@31904 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Cleanup, and remove obsolete dot invocation
Matthias Maier [Fri, 6 Dec 2013 01:13:08 +0000 (01:13 +0000)]
Documentation: Cleanup, and remove obsolete dot invocation

git-svn-id: https://svn.dealii.org/trunk@31903 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdjust the tests using collect_periodic_faces to the new signature in r31900
Daniel Arndt [Thu, 5 Dec 2013 12:30:16 +0000 (12:30 +0000)]
Adjust the tests using collect_periodic_faces to the new signature in r31900

git-svn-id: https://svn.dealii.org/trunk@31901 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoChanged the signature of collect_periodic_faces to return the result via a reference...
Daniel Arndt [Thu, 5 Dec 2013 12:20:32 +0000 (12:20 +0000)]
Changed the signature of collect_periodic_faces to return the result via a reference and not as return value

git-svn-id: https://svn.dealii.org/trunk@31900 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix tangentil jump
Guido Kanschat [Thu, 5 Dec 2013 11:41:25 +0000 (11:41 +0000)]
fix tangentil jump

git-svn-id: https://svn.dealii.org/trunk@31899 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCleanup append_index call. Do not make the scratch data a member of ConstraintMatrix...
Martin Kronbichler [Thu, 5 Dec 2013 11:35:19 +0000 (11:35 +0000)]
Cleanup append_index call. Do not make the scratch data a member of ConstraintMatrix but make it a static variable that lives for the whole program. This simplifies the calls singificantly.

git-svn-id: https://svn.dealii.org/trunk@31898 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAvoid cycles in constraint.
Martin Kronbichler [Thu, 5 Dec 2013 10:45:13 +0000 (10:45 +0000)]
Avoid cycles in constraint.

git-svn-id: https://svn.dealii.org/trunk@31897 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoForgot to update test output.
Martin Kronbichler [Thu, 5 Dec 2013 10:24:08 +0000 (10:24 +0000)]
Forgot to update test output.

git-svn-id: https://svn.dealii.org/trunk@31896 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBetter test output to avoid log(0).
Martin Kronbichler [Thu, 5 Dec 2013 10:21:17 +0000 (10:21 +0000)]
Better test output to avoid log(0).

git-svn-id: https://svn.dealii.org/trunk@31895 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agosimplify code
Guido Kanschat [Thu, 5 Dec 2013 09:15:29 +0000 (09:15 +0000)]
simplify code

git-svn-id: https://svn.dealii.org/trunk@31894 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix typo
Timo Heister [Thu, 5 Dec 2013 03:00:41 +0000 (03:00 +0000)]
fix typo

git-svn-id: https://svn.dealii.org/trunk@31893 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix test output
Timo Heister [Thu, 5 Dec 2013 02:13:37 +0000 (02:13 +0000)]
fix test output

git-svn-id: https://svn.dealii.org/trunk@31892 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Fix typo introduced in 31887
Matthias Maier [Thu, 5 Dec 2013 00:34:40 +0000 (00:34 +0000)]
Bugfix: Fix typo introduced in 31887

git-svn-id: https://svn.dealii.org/trunk@31891 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoimprove documentation
Timo Heister [Wed, 4 Dec 2013 21:03:24 +0000 (21:03 +0000)]
improve documentation

git-svn-id: https://svn.dealii.org/trunk@31887 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAvoid using C++11
Martin Kronbichler [Wed, 4 Dec 2013 20:31:28 +0000 (20:31 +0000)]
Avoid using C++11

git-svn-id: https://svn.dealii.org/trunk@31886 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: The testsuite needs at least cmake version 2.8.9. Clean up some comments
Matthias Maier [Wed, 4 Dec 2013 18:14:21 +0000 (18:14 +0000)]
Testsuite: The testsuite needs at least cmake version 2.8.9. Clean up some comments

git-svn-id: https://svn.dealii.org/trunk@31885 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Export mesh_converter again in the project configuration. The testsuite needs it.
Matthias Maier [Wed, 4 Dec 2013 18:02:47 +0000 (18:02 +0000)]
Bugfix: Export mesh_converter again in the project configuration. The testsuite needs it.

git-svn-id: https://svn.dealii.org/trunk@31884 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTest one more aspect: resolving large chains of constraints
Martin Kronbichler [Wed, 4 Dec 2013 17:41:33 +0000 (17:41 +0000)]
Test one more aspect: resolving large chains of constraints

git-svn-id: https://svn.dealii.org/trunk@31883 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTwo more test cases. Use common naming scheme for parallel assembly tests
Martin Kronbichler [Wed, 4 Dec 2013 17:21:32 +0000 (17:21 +0000)]
Two more test cases. Use common naming scheme for parallel assembly tests

git-svn-id: https://svn.dealii.org/trunk@31882 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agorun gla tests only if we have petsc and trilinos
Timo Heister [Wed, 4 Dec 2013 16:41:42 +0000 (16:41 +0000)]
run gla tests only if we have petsc and trilinos

git-svn-id: https://svn.dealii.org/trunk@31880 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoscale random entries in test to make tolerance check work. This should fix the test...
Timo Heister [Wed, 4 Dec 2013 16:02:43 +0000 (16:02 +0000)]
scale random entries in test to make tolerance check work. This should fix the test on intel.

git-svn-id: https://svn.dealii.org/trunk@31878 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoOutput error instead of throwing an assertion in order to see the output when it...
Martin Kronbichler [Wed, 4 Dec 2013 15:47:16 +0000 (15:47 +0000)]
Output error instead of throwing an assertion in order to see the output when it is wrong. Desired output is -inf.

git-svn-id: https://svn.dealii.org/trunk@31877 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoInstantiate several functions in GridTools for parallel::distributed::Triangulation.
Wolfgang Bangerth [Wed, 4 Dec 2013 14:38:16 +0000 (14:38 +0000)]
Instantiate several functions in GridTools for parallel::distributed::Triangulation.

git-svn-id: https://svn.dealii.org/trunk@31876 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCopy data inside the vector
Martin Kronbichler [Wed, 4 Dec 2013 12:37:13 +0000 (12:37 +0000)]
Copy data inside the vector

git-svn-id: https://svn.dealii.org/trunk@31875 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoUpdate tooltip
Martin Kronbichler [Wed, 4 Dec 2013 12:05:50 +0000 (12:05 +0000)]
Update tooltip

git-svn-id: https://svn.dealii.org/trunk@31874 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Prettify tutorial pages
Matthias Maier [Wed, 4 Dec 2013 12:02:48 +0000 (12:02 +0000)]
Documentation: Prettify tutorial pages

git-svn-id: https://svn.dealii.org/trunk@31873 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove debug output
Martin Kronbichler [Wed, 4 Dec 2013 12:02:09 +0000 (12:02 +0000)]
Remove debug output

git-svn-id: https://svn.dealii.org/trunk@31872 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix a few issues when re-using ScratchData.
Martin Kronbichler [Wed, 4 Dec 2013 11:53:34 +0000 (11:53 +0000)]
Fix a few issues when re-using ScratchData.

git-svn-id: https://svn.dealii.org/trunk@31871 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Provide tutorial page within doxygen, cleanup
Matthias Maier [Wed, 4 Dec 2013 11:12:46 +0000 (11:12 +0000)]
Documentation: Provide tutorial page within doxygen, cleanup

TODO:

 * Reformat the page

 * Automatically generate the list and the group

git-svn-id: https://svn.dealii.org/trunk@31870 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix segmentation fault. Still need to fix wrong resolution of constraints in distribu...
Martin Kronbichler [Wed, 4 Dec 2013 06:57:07 +0000 (06:57 +0000)]
Fix segmentation fault. Still need to fix wrong resolution of constraints in distribute_local_to_global

git-svn-id: https://svn.dealii.org/trunk@31869 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoimprove comments for periodicity stuff
Timo Heister [Wed, 4 Dec 2013 05:30:53 +0000 (05:30 +0000)]
improve comments for periodicity stuff

git-svn-id: https://svn.dealii.org/trunk@31868 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoUse std::vector instead of manually allocating memory
Martin Kronbichler [Tue, 3 Dec 2013 21:15:05 +0000 (21:15 +0000)]
Use std::vector instead of manually allocating memory

git-svn-id: https://svn.dealii.org/trunk@31863 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Fix typos
Matthias Maier [Tue, 3 Dec 2013 18:29:16 +0000 (18:29 +0000)]
Documentation: Fix typos

git-svn-id: https://svn.dealii.org/trunk@31862 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFinal cleanup of the build system for the release.
Matthias Maier [Tue, 3 Dec 2013 17:45:43 +0000 (17:45 +0000)]
Final cleanup of the build system for the release.

git-svn-id: https://svn.dealii.org/trunk@31861 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Bugfix, only run the install stage for the convenience targets if
Matthias Maier [Tue, 3 Dec 2013 17:03:41 +0000 (17:03 +0000)]
CMake: Bugfix, only run the install stage for the convenience targets if
CMAKE_INSTALL_PREFIX is actually set to something different than /usr/local

The rationale behind this is that in case that CMAKE_INSTALL_PREFIX is not
altered, a user most likely just wants to compile parts of the library
(without installation).

git-svn-id: https://svn.dealii.org/trunk@31860 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMention change
Martin Kronbichler [Tue, 3 Dec 2013 16:44:33 +0000 (16:44 +0000)]
Mention change

git-svn-id: https://svn.dealii.org/trunk@31859 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd an news item
Matthias Maier [Tue, 3 Dec 2013 16:31:14 +0000 (16:31 +0000)]
Add an news item

git-svn-id: https://svn.dealii.org/trunk@31858 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Bugfix: Avoid a name clash for configured doxygen scripts
Matthias Maier [Tue, 3 Dec 2013 16:27:33 +0000 (16:27 +0000)]
Documentation: Bugfix: Avoid a name clash for configured doxygen scripts

git-svn-id: https://svn.dealii.org/trunk@31857 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCleanup: Remove report_features and the old build test facility
Matthias Maier [Tue, 3 Dec 2013 15:49:34 +0000 (15:49 +0000)]
Cleanup: Remove report_features and the old build test facility

git-svn-id: https://svn.dealii.org/trunk@31856 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCmake: Fix a quoting error; silence a warning with cmake-2.8.12
Matthias Maier [Tue, 3 Dec 2013 14:27:48 +0000 (14:27 +0000)]
Cmake: Fix a quoting error; silence a warning with cmake-2.8.12

git-svn-id: https://svn.dealii.org/trunk@31854 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoInclude a suggestion by Denis Davydov.
Wolfgang Bangerth [Tue, 3 Dec 2013 13:59:47 +0000 (13:59 +0000)]
Include a suggestion by Denis Davydov.

git-svn-id: https://svn.dealii.org/trunk@31853 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd a few comments as suggested by Denis Davydov.
Wolfgang Bangerth [Tue, 3 Dec 2013 13:54:24 +0000 (13:54 +0000)]
Add a few comments as suggested by Denis Davydov.

git-svn-id: https://svn.dealii.org/trunk@31852 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd scratch data field in constraint matrix to avoid frequent re-allocation that...
Martin Kronbichler [Tue, 3 Dec 2013 13:36:22 +0000 (13:36 +0000)]
Add scratch data field in constraint matrix to avoid frequent re-allocation that can affect parallel performance (memory allocation is not scalable). It is made thread-local and we need to make sure that no function used inside distribute_local_to_global spawns tasks by itself. There is a bool state variable to provide some security against race conditions, even though it is subject to race conditions, too.

git-svn-id: https://svn.dealii.org/trunk@31851 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Also respect DEAL_II_CXX_FLAGS
Matthias Maier [Tue, 3 Dec 2013 13:24:34 +0000 (13:24 +0000)]
CMake: Also respect DEAL_II_CXX_FLAGS

Although this is an invalid naming (it just read CMAKE_CXX_FLAGS) it is
just way too easy to accidentally use it...

git-svn-id: https://svn.dealii.org/trunk@31850 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoCMake: Improve $ (make|ninja) (help|info) considerably, do not define a
Matthias Maier [Tue, 3 Dec 2013 12:38:09 +0000 (12:38 +0000)]
CMake: Improve $ (make|ninja) (help|info) considerably, do not define a
"help" target when the ninja generator is used

git-svn-id: https://svn.dealii.org/trunk@31849 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRe-fill comments to make them more compact.
Martin Kronbichler [Tue, 3 Dec 2013 08:12:07 +0000 (08:12 +0000)]
Re-fill comments to make them more compact.

git-svn-id: https://svn.dealii.org/trunk@31848 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix typo in Guido's name.
Wolfgang Bangerth [Tue, 3 Dec 2013 04:36:55 +0000 (04:36 +0000)]
Fix typo in Guido's name.

git-svn-id: https://svn.dealii.org/trunk@31847 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agopublications update
Thomas Wick [Tue, 3 Dec 2013 04:31:59 +0000 (04:31 +0000)]
publications update

git-svn-id: https://svn.dealii.org/trunk@31846 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agopublications update
Thomas Wick [Tue, 3 Dec 2013 04:12:38 +0000 (04:12 +0000)]
publications update

git-svn-id: https://svn.dealii.org/trunk@31845 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTry to fix the timing issues in base/timer_02
Matthias Maier [Mon, 2 Dec 2013 10:42:48 +0000 (10:42 +0000)]
Try to fix the timing issues in base/timer_02

git-svn-id: https://svn.dealii.org/trunk@31843 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd a comment
Martin Kronbichler [Sun, 1 Dec 2013 20:04:03 +0000 (20:04 +0000)]
Add a comment

git-svn-id: https://svn.dealii.org/trunk@31842 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix latex errors
Timo Heister [Sun, 1 Dec 2013 19:47:50 +0000 (19:47 +0000)]
fix latex errors

git-svn-id: https://svn.dealii.org/trunk@31841 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoSignificantly improve the error message one gets when you ask for something from...
Wolfgang Bangerth [Sun, 1 Dec 2013 18:20:50 +0000 (18:20 +0000)]
Significantly improve the error message one gets when you ask for something from an FEValues object for which the corresponding flag was not specified.

git-svn-id: https://svn.dealii.org/trunk@31840 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoIncrease stopping limit for gmres_reorthogonalize
Matthias Maier [Sun, 1 Dec 2013 18:17:50 +0000 (18:17 +0000)]
Increase stopping limit for gmres_reorthogonalize

git-svn-id: https://svn.dealii.org/trunk@31839 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAvoid a memory allocation if possible, by re-using previously used memory.
Wolfgang Bangerth [Sun, 1 Dec 2013 17:29:14 +0000 (17:29 +0000)]
Avoid a memory allocation if possible, by re-using previously used memory.

git-svn-id: https://svn.dealii.org/trunk@31838 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix output for intel
Matthias Maier [Sun, 1 Dec 2013 10:40:34 +0000 (10:40 +0000)]
Fix output for intel

git-svn-id: https://svn.dealii.org/trunk@31837 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Add alternative comparison output for Intel in optimised mode
Matthias Maier [Sat, 30 Nov 2013 14:52:51 +0000 (14:52 +0000)]
Testsuite: Add alternative comparison output for Intel in optimised mode

git-svn-id: https://svn.dealii.org/trunk@31836 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Provide different comparison files for the renumbering tests
Matthias Maier [Sat, 30 Nov 2013 14:15:19 +0000 (14:15 +0000)]
Testsuite: Provide different comparison files for the renumbering tests

git-svn-id: https://svn.dealii.org/trunk@31835 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Add a possiblity to specify compiler and compiler version restrictions
Matthias Maier [Sat, 30 Nov 2013 14:03:23 +0000 (14:03 +0000)]
Testsuite: Add a possiblity to specify compiler and compiler version restrictions

git-svn-id: https://svn.dealii.org/trunk@31834 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoTestsuite: Remove test override location mechanism.
Matthias Maier [Sat, 30 Nov 2013 13:26:42 +0000 (13:26 +0000)]
Testsuite: Remove test override location mechanism.

git-svn-id: https://svn.dealii.org/trunk@31833 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDisable even-odd decomposition for element degree 1 because it is slower than the...
Martin Kronbichler [Fri, 29 Nov 2013 16:01:49 +0000 (16:01 +0000)]
Disable even-odd decomposition for element degree 1 because it is slower than the old implemnetation

git-svn-id: https://svn.dealii.org/trunk@31832 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix some more failing tests due to rounding with ICC
Matthias Maier [Fri, 29 Nov 2013 13:59:14 +0000 (13:59 +0000)]
Fix some more failing tests due to rounding with ICC

git-svn-id: https://svn.dealii.org/trunk@31830 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Some more cleanup
Matthias Maier [Fri, 29 Nov 2013 12:27:53 +0000 (12:27 +0000)]
Documentation: Some more cleanup

git-svn-id: https://svn.dealii.org/trunk@31829 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDoc: Change target description.
Matthias Maier [Fri, 29 Nov 2013 11:45:06 +0000 (11:45 +0000)]
Doc: Change target description.

git-svn-id: https://svn.dealii.org/trunk@31828 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoSome last documentation fixes
Matthias Maier [Thu, 28 Nov 2013 23:35:00 +0000 (23:35 +0000)]
Some last documentation fixes

git-svn-id: https://svn.dealii.org/trunk@31827 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix typo
Matthias Maier [Thu, 28 Nov 2013 23:23:26 +0000 (23:23 +0000)]
Fix typo

git-svn-id: https://svn.dealii.org/trunk@31826 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Reformat <pre> environment, unify and cleanup documentation
Matthias Maier [Thu, 28 Nov 2013 23:07:17 +0000 (23:07 +0000)]
Documentation: Reformat <pre> environment, unify and cleanup documentation

git-svn-id: https://svn.dealii.org/trunk@31825 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDocumentation: Bugfix
Matthias Maier [Thu, 28 Nov 2013 21:55:35 +0000 (21:55 +0000)]
Documentation: Bugfix

git-svn-id: https://svn.dealii.org/trunk@31824 0785d39b-7218-0410-832d-ea1e28bc413d

10 years ago"Fix" a compilation issue with clang-3.4 and bundled fparser
Matthias Maier [Thu, 28 Nov 2013 20:35:16 +0000 (20:35 +0000)]
"Fix" a compilation issue with clang-3.4 and bundled fparser

Putting includes in front of the fpoptimizer.cc blob helps. It's magic.

git-svn-id: https://svn.dealii.org/trunk@31823 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoadd missing instantiations of find_active_cell_around_point
Timo Heister [Thu, 28 Nov 2013 14:27:13 +0000 (14:27 +0000)]
add missing instantiations of find_active_cell_around_point

git-svn-id: https://svn.dealii.org/trunk@31821 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAnd change the number of printed digits for four more tests
Matthias Maier [Thu, 28 Nov 2013 14:26:28 +0000 (14:26 +0000)]
And change the number of printed digits for four more tests

git-svn-id: https://svn.dealii.org/trunk@31820 0785d39b-7218-0410-832d-ea1e28bc413d


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.