]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoAdd a few comments as suggested by Denis Davydov.
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...
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
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
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.
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.
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
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
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
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
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
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...
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
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.
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
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
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
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
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.
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...
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
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
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.
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
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
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
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
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
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
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
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

10 years agoAnd another one
maier [Thu, 28 Nov 2013 14:09:44 +0000 (14:09 +0000)]
And another one

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

10 years agoand another test
maier [Thu, 28 Nov 2013 13:58:13 +0000 (13:58 +0000)]
and another test

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

10 years agoIncrease number of printed digits for a test
maier [Thu, 28 Nov 2013 13:54:36 +0000 (13:54 +0000)]
Increase number of printed digits for a test

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

10 years agoFix a test for icc: Stop for polynomial degree 4 as soon as EPS is reached.
maier [Thu, 28 Nov 2013 13:54:34 +0000 (13:54 +0000)]
Fix a test for icc: Stop for polynomial degree 4 as soon as EPS is reached.

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

10 years agoIncrease output accuracy of a test so that it succesfully runs with icc
maier [Thu, 28 Nov 2013 13:54:24 +0000 (13:54 +0000)]
Increase output accuracy of a test so that it succesfully runs with icc

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

10 years agoReset a copy object before writing into it.
bangerth [Wed, 27 Nov 2013 17:19:41 +0000 (17:19 +0000)]
Reset a copy object before writing into it.

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

10 years agoClean up code a bit.
bangerth [Wed, 27 Nov 2013 16:49:19 +0000 (16:49 +0000)]
Clean up code a bit.

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

10 years agoMark an input argument as const.
bangerth [Wed, 27 Nov 2013 15:18:25 +0000 (15:18 +0000)]
Mark an input argument as const.

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

10 years agoWork around the Intel ICC bug that leads to forgotten template instantiations.
bangerth [Wed, 27 Nov 2013 15:17:29 +0000 (15:17 +0000)]
Work around the Intel ICC bug that leads to forgotten template instantiations.

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

10 years agoautomatically generate version info
kanschat [Wed, 27 Nov 2013 14:04:50 +0000 (14:04 +0000)]
automatically generate version info

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

10 years agonext try to remove compilation warning in tensor_base.h
heister [Tue, 26 Nov 2013 16:43:06 +0000 (16:43 +0000)]
next try to remove compilation warning in tensor_base.h

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

10 years agofix typo
heister [Tue, 26 Nov 2013 16:14:49 +0000 (16:14 +0000)]
fix typo

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

10 years agofix cone tests
heister [Tue, 26 Nov 2013 14:31:08 +0000 (14:31 +0000)]
fix cone tests

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

10 years agoimprove style
kanschat [Tue, 26 Nov 2013 12:44:06 +0000 (12:44 +0000)]
improve style

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

10 years agoAdd publication. As the matrix-free paper explains a part of the library, mention...
kronbichler [Tue, 26 Nov 2013 10:48:04 +0000 (10:48 +0000)]
Add publication. As the matrix-free paper explains a part of the library, mention it in that section

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

10 years agoSimplify formulas. With mathjax one can use latex formulas also for variable names...
kronbichler [Tue, 26 Nov 2013 09:01:01 +0000 (09:01 +0000)]
Simplify formulas. With mathjax one can use latex formulas also for variable names without using too many picture files

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

10 years agouse MathJax and SVG
kanschat [Tue, 26 Nov 2013 08:20:57 +0000 (08:20 +0000)]
use MathJax and SVG

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

10 years agoReplace ring buffer by item_bugger in WorkStream.
turcksin [Tue, 26 Nov 2013 02:16:46 +0000 (02:16 +0000)]
Replace ring buffer by item_bugger in WorkStream.

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

10 years agoFix typos.
bangerth [Mon, 25 Nov 2013 18:10:14 +0000 (18:10 +0000)]
Fix typos.

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

10 years agoChange the way copier can be ignored in WorkStream.
turcksin [Mon, 25 Nov 2013 18:05:23 +0000 (18:05 +0000)]
Change the way copier can be ignored in WorkStream.

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

10 years agochange generation of header and footer
kanschat [Mon, 25 Nov 2013 17:36:56 +0000 (17:36 +0000)]
change generation of header and footer

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

10 years agomissing changes in r31796, clean up mumps, add asserts
heister [Mon, 25 Nov 2013 16:30:50 +0000 (16:30 +0000)]
missing changes in r31796, clean up mumps, add asserts

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

10 years agoadd missing instantiation for mumps, add tests, leave some comments
heister [Mon, 25 Nov 2013 16:12:38 +0000 (16:12 +0000)]
add missing instantiation for mumps, add tests, leave some comments

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

10 years agoadd tests for mumps
heister [Mon, 25 Nov 2013 15:38:49 +0000 (15:38 +0000)]
add tests for mumps

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

10 years agofix GridGenerator::truncated_cone in 3d
heister [Mon, 25 Nov 2013 14:59:50 +0000 (14:59 +0000)]
fix GridGenerator::truncated_cone in 3d

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

10 years agoadd failing test for truncated_cone
heister [Mon, 25 Nov 2013 14:46:41 +0000 (14:46 +0000)]
add failing test for truncated_cone

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

10 years agochange encoding to UTF-8
felix.gruber [Mon, 25 Nov 2013 10:36:42 +0000 (10:36 +0000)]
change encoding to UTF-8

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

10 years agoAdd missing accents in the documentation of the Nédélec elements
felix.gruber [Mon, 25 Nov 2013 10:36:38 +0000 (10:36 +0000)]
Add missing accents in the documentation of the Nédélec elements

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

10 years agoSecond part of r31784
kronbichler [Mon, 25 Nov 2013 09:19:25 +0000 (09:19 +0000)]
Second part of r31784

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

10 years agoCorrection: Just use "trunk" if no svn information is available
maier [Mon, 25 Nov 2013 08:15:06 +0000 (08:15 +0000)]
Correction: Just use "trunk" if no svn information is available

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

10 years agoBugfix: Always set a subproject
maier [Mon, 25 Nov 2013 08:12:00 +0000 (08:12 +0000)]
Bugfix: Always set a subproject

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

10 years agoWorskStream does not need to use a copy function.
turcksin [Mon, 25 Nov 2013 00:20:47 +0000 (00:20 +0000)]
WorskStream does not need to use a copy function.

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

10 years agomove script
kanschat [Sun, 24 Nov 2013 23:13:59 +0000 (23:13 +0000)]
move script

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

10 years agoDisable multithreading path when not using more than one thread.
kronbichler [Sun, 24 Nov 2013 14:22:10 +0000 (14:22 +0000)]
Disable multithreading path when not using more than one thread.

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

10 years agofix some tests broken by rand() changes
heister [Sun, 24 Nov 2013 13:25:18 +0000 (13:25 +0000)]
fix some tests broken by rand() changes

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

10 years agofix some tests that use srand
heister [Sun, 24 Nov 2013 13:13:54 +0000 (13:13 +0000)]
fix some tests that use srand

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

10 years agoalso make make_hanging_node_constraints work in 3d with FE_RaviartThomas
heister [Sat, 23 Nov 2013 23:08:19 +0000 (23:08 +0000)]
also make make_hanging_node_constraints work in 3d with FE_RaviartThomas

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

10 years agoupdate test and output (and remove the one added that is useless)
heister [Sat, 23 Nov 2013 22:08:21 +0000 (22:08 +0000)]
update test and output (and remove the one added that is useless)

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

10 years agofix bug in make_hanging_node_constraints in parallel with elements like RaviartThomas
heister [Sat, 23 Nov 2013 22:06:02 +0000 (22:06 +0000)]
fix bug in make_hanging_node_constraints in parallel with elements like RaviartThomas

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

10 years agoAdd documentation
kanschat [Sat, 23 Nov 2013 21:00:20 +0000 (21:00 +0000)]
Add documentation

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

10 years agosimplify test
heister [Sat, 23 Nov 2013 20:41:58 +0000 (20:41 +0000)]
simplify test

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

10 years agoadd missing header lines
kanschat [Sat, 23 Nov 2013 20:33:02 +0000 (20:33 +0000)]
add missing header lines

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

10 years agoadd failing test
heister [Sat, 23 Nov 2013 20:31:46 +0000 (20:31 +0000)]
add failing test

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

10 years agoImprove further.
bangerth [Sat, 23 Nov 2013 18:24:05 +0000 (18:24 +0000)]
Improve further.

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

10 years agoIncrease queue size for WorkStream::run operation as a result of some timing
bangerth [Sat, 23 Nov 2013 17:05:53 +0000 (17:05 +0000)]
Increase queue size for WorkStream::run operation as a result of some timing
efforts.

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

10 years agochange encoding to UTF-8
kanschat [Sat, 23 Nov 2013 08:02:51 +0000 (08:02 +0000)]
change encoding to UTF-8

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

10 years agoDocument the changes in tutorials better.
bangerth [Sat, 23 Nov 2013 04:03:12 +0000 (04:03 +0000)]
Document the changes in tutorials better.

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

10 years agoAlso finish documentation of step-14.
bangerth [Sat, 23 Nov 2013 04:01:49 +0000 (04:01 +0000)]
Also finish documentation of step-14.

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

10 years agoDocument the most recent WorkStream changes to step-9. Update output. Use VTK format...
bangerth [Sat, 23 Nov 2013 01:57:28 +0000 (01:57 +0000)]
Document the most recent WorkStream changes to step-9. Update output. Use VTK format instead of the outdated GMV format.

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

10 years agoAdd documentation for resolve_indices function.
turcksin [Fri, 22 Nov 2013 22:30:20 +0000 (22:30 +0000)]
Add documentation for resolve_indices function.

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

10 years agoAdd a function to resolve constraint indices.
turcksin [Fri, 22 Nov 2013 20:58:21 +0000 (20:58 +0000)]
Add a function to resolve constraint indices.

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

10 years agoinline DoFRenumbering::downstream to fix compilation issue with intel compilers;...
heister [Fri, 22 Nov 2013 20:22:01 +0000 (20:22 +0000)]
inline DoFRenumbering::downstream to fix compilation issue with intel compilers; also remove deprecated MGDoFHandler variant in the process

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

10 years agoPut the -no-vec declaration into the right file :->
maier [Fri, 22 Nov 2013 15:58:22 +0000 (15:58 +0000)]
Put the -no-vec declaration into the right file :->

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

10 years agotest requires trilinos
heister [Fri, 22 Nov 2013 15:41:05 +0000 (15:41 +0000)]
test requires trilinos

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

10 years agoResolve another oddity in how GCC and ICC output __PRETTY_FUNCTION__, this time when...
bangerth [Fri, 22 Nov 2013 15:08:08 +0000 (15:08 +0000)]
Resolve another oddity in how GCC and ICC output __PRETTY_FUNCTION__, this time when virtual functions are involved.

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

10 years agoFirst part of documenting the switch to WorkStream in GradientEstimation.
bangerth [Fri, 22 Nov 2013 15:05:35 +0000 (15:05 +0000)]
First part of documenting the switch to WorkStream in GradientEstimation.

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

10 years agorework r31759 to my liking and fix a few more places
heister [Fri, 22 Nov 2013 14:42:37 +0000 (14:42 +0000)]
rework r31759 to my liking and fix a few more places

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

10 years agodisable vectorization on intel compilers because they produce wrong code. See issue...
heister [Fri, 22 Nov 2013 14:34:38 +0000 (14:34 +0000)]
disable vectorization on intel compilers because they produce wrong code. See issue 156.

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

10 years agoReplace "rand" by "myrand" in the testsuite to avoid a name clash
maier [Fri, 22 Nov 2013 14:28:04 +0000 (14:28 +0000)]
Replace "rand" by "myrand" in the testsuite to avoid a name clash

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

10 years agoBugfix: create ${TARGET}.signed dummy file in CMakeFiles directory
maier [Fri, 22 Nov 2013 13:03:11 +0000 (13:03 +0000)]
Bugfix: create ${TARGET}.signed dummy file in CMakeFiles directory

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

10 years agoSimplify code slightly.
bangerth [Fri, 22 Nov 2013 03:34:54 +0000 (03:34 +0000)]
Simplify code slightly.

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

10 years agoRemoved comments after confirming changes work
heien [Fri, 22 Nov 2013 02:09:28 +0000 (02:09 +0000)]
Removed comments after confirming changes work

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

10 years agoDocument the third kind of WorkStream::run.
bangerth [Fri, 22 Nov 2013 01:14:27 +0000 (01:14 +0000)]
Document the third kind of WorkStream::run.

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

10 years agofix compiler warning
heister [Thu, 21 Nov 2013 22:17:34 +0000 (22:17 +0000)]
fix compiler warning

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

10 years agoadd test for issue 154 fixed in r31734
heister [Thu, 21 Nov 2013 21:31:42 +0000 (21:31 +0000)]
add test for issue 154 fixed in r31734

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

10 years agofix clang warnings
heister [Thu, 21 Nov 2013 16:24:24 +0000 (16:24 +0000)]
fix clang warnings

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

10 years agoremove one clang compiler warning
heister [Thu, 21 Nov 2013 15:54:28 +0000 (15:54 +0000)]
remove one clang compiler warning

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

10 years agofix test output
heister [Thu, 21 Nov 2013 15:52:52 +0000 (15:52 +0000)]
fix test output

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

10 years agocheck in proposed change in issue 148 to get rid of crashes in the tests. Not sure...
heister [Thu, 21 Nov 2013 15:49:28 +0000 (15:49 +0000)]
check in proposed change in issue 148 to get rid of crashes in the tests. Not sure if the logic is correct.

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

10 years agorun test with one proc too, because it crashes on some machines
heister [Thu, 21 Nov 2013 15:45:08 +0000 (15:45 +0000)]
run test with one proc too, because it crashes on some machines

git-svn-id: https://svn.dealii.org/trunk@31747 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.