]>
https://gitweb.dealii.org/ - dealii-svn.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.