]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoBugfix: Disable -Wa,--compress-debug-sections on MinGW as well
maier [Sun, 25 Nov 2012 10:30:42 +0000 (10:30 +0000)]
Bugfix: Disable -Wa,--compress-debug-sections on MinGW as well

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27680 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoDisable -g and -ggdb on MinGW targets for the moment.
maier [Sun, 25 Nov 2012 10:21:52 +0000 (10:21 +0000)]
Disable -g and -ggdb on MinGW targets for the moment.

MinGW32 is not able to compile two files due to size constraints (wth?)

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27679 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCosmetic changes
maier [Sat, 24 Nov 2012 01:16:48 +0000 (01:16 +0000)]
Cosmetic changes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27677 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMerge from Mainline
maier [Fri, 23 Nov 2012 23:32:06 +0000 (23:32 +0000)]
Merge from Mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27676 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoPrettify comments and indent in exceptions.h
maier [Fri, 23 Nov 2012 15:41:25 +0000 (15:41 +0000)]
Prettify comments and indent in exceptions.h

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

11 years agoCosmetic changes
maier [Fri, 23 Nov 2012 13:29:53 +0000 (13:29 +0000)]
Cosmetic changes

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27674 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix error message when deal.II uses static libraries and Trilinos shared ones.
kronbichler [Fri, 23 Nov 2012 10:11:05 +0000 (10:11 +0000)]
Fix error message when deal.II uses static libraries and Trilinos shared ones.

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

11 years agoVectorTools::interpolate should not call compress on parallel::distributed::Vector...
kronbichler [Fri, 23 Nov 2012 10:04:01 +0000 (10:04 +0000)]
VectorTools::interpolate should not call compress on parallel::distributed::Vector as this zeros out those entries that are not locally active but included via constraints. Test step-48 and step-37.

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

11 years agoAvoid segmentation fault when calling DoFHandler::distribute_dofs on empty triangulation.
kronbichler [Thu, 22 Nov 2012 13:32:48 +0000 (13:32 +0000)]
Avoid segmentation fault when calling DoFHandler::distribute_dofs on empty triangulation.

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

11 years agoFix the bugfix :-(
maier [Thu, 22 Nov 2012 13:19:31 +0000 (13:19 +0000)]
Fix the bugfix :-(

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27670 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Avoid underlinkage due to missing cholmod link interface
maier [Thu, 22 Nov 2012 13:14:41 +0000 (13:14 +0000)]
Bugfix: Avoid underlinkage due to missing cholmod link interface

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27669 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAvoid debug output to the console.
bangerth [Wed, 21 Nov 2012 23:50:16 +0000 (23:50 +0000)]
Avoid debug output to the console.

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

11 years agoIntroduce a version of step-40 that uses a direct solver.
bangerth [Wed, 21 Nov 2012 23:49:38 +0000 (23:49 +0000)]
Introduce a version of step-40 that uses a direct solver.

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

11 years agoFix typo.
bangerth [Wed, 21 Nov 2012 22:05:49 +0000 (22:05 +0000)]
Fix typo.

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

11 years agoRemove a TODO that no longer applies. Minor indentation changes.
bangerth [Wed, 21 Nov 2012 21:59:45 +0000 (21:59 +0000)]
Remove a TODO that no longer applies. Minor indentation changes.

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

11 years agoWe can't use PETSc with threads, so can't use the Kelly error estimator here. Use...
bangerth [Wed, 21 Nov 2012 20:04:42 +0000 (20:04 +0000)]
We can't use PETSc with threads, so can't use the Kelly error estimator here. Use globally refined meshes instead.

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

11 years agoRemoved one obsolete comment.
kronbichler [Wed, 21 Nov 2012 17:04:17 +0000 (17:04 +0000)]
Removed one obsolete comment.

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

11 years agoUpdate outdated function/class names in comments.
kronbichler [Wed, 21 Nov 2012 16:36:27 +0000 (16:36 +0000)]
Update outdated function/class names in comments.

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

11 years agoDoxygen markup fixes.
bangerth [Wed, 21 Nov 2012 14:38:52 +0000 (14:38 +0000)]
Doxygen markup fixes.

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

11 years agoAllow compilation with this file again.
bangerth [Wed, 21 Nov 2012 14:35:43 +0000 (14:35 +0000)]
Allow compilation with this file again.

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

11 years agoAvoid a multiline comment.
bangerth [Wed, 21 Nov 2012 13:23:39 +0000 (13:23 +0000)]
Avoid a multiline comment.

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

11 years agoAvoid a multiline comment.
bangerth [Wed, 21 Nov 2012 13:22:11 +0000 (13:22 +0000)]
Avoid a multiline comment.

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

11 years agoUse ranges for copyright years.
bangerth [Wed, 21 Nov 2012 13:19:08 +0000 (13:19 +0000)]
Use ranges for copyright years.

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

11 years agoReformat all tutorial programs using the not-so-far indented comment style.
bangerth [Wed, 21 Nov 2012 13:12:20 +0000 (13:12 +0000)]
Reformat all tutorial programs using the not-so-far indented comment style.

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

11 years agoFix a bug in DoFTools::make_flux_sparsity_pattern originally reported by Baerbel.
bangerth [Wed, 21 Nov 2012 03:28:44 +0000 (03:28 +0000)]
Fix a bug in DoFTools::make_flux_sparsity_pattern originally reported by Baerbel.

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

11 years agomerge from mainline
heister [Tue, 20 Nov 2012 23:59:20 +0000 (23:59 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27650 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agobetter way to fix indentation problem
heister [Tue, 20 Nov 2012 23:57:21 +0000 (23:57 +0000)]
better way to fix indentation problem

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

11 years agofix compiler error created by astyle
heister [Tue, 20 Nov 2012 23:39:07 +0000 (23:39 +0000)]
fix compiler error created by astyle

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

11 years agomerge from mainline
heister [Tue, 20 Nov 2012 23:29:14 +0000 (23:29 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27642 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agomerge indentation manually
heister [Tue, 20 Nov 2012 23:28:15 +0000 (23:28 +0000)]
merge indentation manually

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27640 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agofix indent in makefile
heister [Tue, 20 Nov 2012 23:20:10 +0000 (23:20 +0000)]
fix indent in makefile

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27631 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoUpdate.
bangerth [Tue, 20 Nov 2012 23:00:01 +0000 (23:00 +0000)]
Update.

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

11 years agoindent the whole source code with astyle
heister [Tue, 20 Nov 2012 22:49:26 +0000 (22:49 +0000)]
indent the whole source code with astyle

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

11 years agomerge from mainline
heister [Tue, 20 Nov 2012 22:30:41 +0000 (22:30 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27620 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agofix comment
heister [Tue, 20 Nov 2012 22:27:33 +0000 (22:27 +0000)]
fix comment

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

11 years agoupdate style files again
heister [Tue, 20 Nov 2012 22:23:12 +0000 (22:23 +0000)]
update style files again

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

11 years agoupdate astyle file after discussion on mailing list
heister [Tue, 20 Nov 2012 22:03:55 +0000 (22:03 +0000)]
update astyle file after discussion on mailing list

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

11 years agotemporary solution for make indent target
heister [Tue, 20 Nov 2012 20:55:18 +0000 (20:55 +0000)]
temporary solution for make indent target

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27616 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agomerge from mainline
heister [Tue, 20 Nov 2012 20:54:56 +0000 (20:54 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27615 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoreinsert reference
kanschat [Tue, 20 Nov 2012 20:13:28 +0000 (20:13 +0000)]
reinsert reference

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

11 years agoI guess endings are rather .cc and .h, not just cc and h
kanschat [Tue, 20 Nov 2012 19:08:39 +0000 (19:08 +0000)]
I guess endings are rather .cc and .h, not just cc and h

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

11 years agoChange alignment of pointers and remove offending option
kanschat [Tue, 20 Nov 2012 19:07:32 +0000 (19:07 +0000)]
Change alignment of pointers and remove offending option

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

11 years agoRemove accidentally added directory.
bangerth [Tue, 20 Nov 2012 17:57:53 +0000 (17:57 +0000)]
Remove accidentally added directory.

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

11 years agoNew test. It turns out that there was no test previously that actually ran a solver...
bangerth [Tue, 20 Nov 2012 17:55:04 +0000 (17:55 +0000)]
New test. It turns out that there was no test previously that actually ran a solver. This is one.

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

11 years agoFix a wrongly named function in a comment.
bangerth [Tue, 20 Nov 2012 17:48:16 +0000 (17:48 +0000)]
Fix a wrongly named function in a comment.

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

11 years agoupdate astyle file
heister [Tue, 20 Nov 2012 17:16:56 +0000 (17:16 +0000)]
update astyle file

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

11 years agoPrettify indentation.
kronbichler [Tue, 20 Nov 2012 16:37:36 +0000 (16:37 +0000)]
Prettify indentation.

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

11 years agoFix some more comment.
kronbichler [Tue, 20 Nov 2012 15:53:53 +0000 (15:53 +0000)]
Fix some more comment.

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

11 years agoFix typos in comments.
kronbichler [Tue, 20 Nov 2012 15:47:05 +0000 (15:47 +0000)]
Fix typos in comments.

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

11 years agoEliminate three more warnings.
kronbichler [Tue, 20 Nov 2012 15:39:35 +0000 (15:39 +0000)]
Eliminate three more warnings.

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

11 years agoTest the PETScWrappers::SparseDirectMumps interface.
bangerth [Tue, 20 Nov 2012 15:31:31 +0000 (15:31 +0000)]
Test the PETScWrappers::SparseDirectMumps interface.

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

11 years agoFix warning with clang.
kronbichler [Tue, 20 Nov 2012 15:03:39 +0000 (15:03 +0000)]
Fix warning with clang.

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

11 years agoOne more test.
bangerth [Tue, 20 Nov 2012 04:33:40 +0000 (04:33 +0000)]
One more test.

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

11 years agoIgnore unused parameter.
bangerth [Tue, 20 Nov 2012 04:18:55 +0000 (04:18 +0000)]
Ignore unused parameter.

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

11 years agoIgnore unused parameter.
bangerth [Tue, 20 Nov 2012 04:18:36 +0000 (04:18 +0000)]
Ignore unused parameter.

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

11 years agoMore tests.
bangerth [Tue, 20 Nov 2012 03:03:55 +0000 (03:03 +0000)]
More tests.

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

11 years agoAdd another test.
bangerth [Tue, 20 Nov 2012 02:47:04 +0000 (02:47 +0000)]
Add another test.

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

11 years agoMore comments
frohne [Mon, 19 Nov 2012 12:15:16 +0000 (12:15 +0000)]
More comments

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

11 years agoclean up and comment the solve-function
frohne [Mon, 19 Nov 2012 11:59:43 +0000 (11:59 +0000)]
clean up and comment the solve-function

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

11 years agoKeeping the contact constraints, set_zero for system_rhs_newton in hanging nodes
frohne [Mon, 19 Nov 2012 09:43:45 +0000 (09:43 +0000)]
Keeping the contact constraints, set_zero for system_rhs_newton in hanging nodes

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

11 years agoMerge from Mainline
maier [Mon, 19 Nov 2012 09:35:52 +0000 (09:35 +0000)]
Merge from Mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27574 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoPort to new config.h style
maier [Mon, 19 Nov 2012 09:33:14 +0000 (09:33 +0000)]
Port to new config.h style

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27573 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoPartially cleanup the TODOS
maier [Mon, 19 Nov 2012 09:33:03 +0000 (09:33 +0000)]
Partially cleanup the TODOS

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27572 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix some issues with undefined references
maier [Mon, 19 Nov 2012 09:32:39 +0000 (09:32 +0000)]
Fix some issues with undefined references

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

11 years agosome documentation cleanup on a very long trip by train...
maier [Sun, 18 Nov 2012 21:38:09 +0000 (21:38 +0000)]
some documentation cleanup on a very long trip by train...

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27570 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSome cleanup for PETSc and Trilinos documentation
maier [Sun, 18 Nov 2012 21:37:59 +0000 (21:37 +0000)]
Some cleanup for PETSc and Trilinos documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27569 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSome last bits of the documentation
maier [Sun, 18 Nov 2012 21:37:45 +0000 (21:37 +0000)]
Some last bits of the documentation

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27568 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoOne more roundoff change.
kronbichler [Sun, 18 Nov 2012 15:09:35 +0000 (15:09 +0000)]
One more roundoff change.

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

11 years agoFix test output on the order of roundoff because of slightly different accumulation...
kronbichler [Sun, 18 Nov 2012 14:03:05 +0000 (14:03 +0000)]
Fix test output on the order of roundoff because of slightly different accumulation of roundoff error with the change in the vector implementation.

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

11 years agoMerge from Mainline
maier [Sun, 18 Nov 2012 10:08:08 +0000 (10:08 +0000)]
Merge from Mainline

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27565 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMake the CMake output a bit more readable
maier [Sun, 18 Nov 2012 09:53:50 +0000 (09:53 +0000)]
Make the CMake output a bit more readable

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27564 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRevert "Set -Wno-newline-eof globally for gcc and clang"
maier [Sun, 18 Nov 2012 09:42:39 +0000 (09:42 +0000)]
Revert "Set -Wno-newline-eof globally for gcc and clang"

This was a mistake

This reverts commit 04c37f688a401740aceb4d9515b257d2fc3ee535.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27563 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMove SSE2 and AVX checks to check_for_system_features
maier [Sun, 18 Nov 2012 09:39:25 +0000 (09:39 +0000)]
Move SSE2 and AVX checks to check_for_system_features

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27562 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoParallelize inner products, norms, etc in dealii::Vector with TBB. Tests for accumula...
kronbichler [Sun, 18 Nov 2012 08:36:09 +0000 (08:36 +0000)]
Parallelize inner products, norms, etc in dealii::Vector with TBB. Tests for accumulation. Slight cleanup of parallel operations in Vector.

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

11 years agoTest compression of mapping indices and constraint weights.
kronbichler [Sat, 17 Nov 2012 21:08:39 +0000 (21:08 +0000)]
Test compression of mapping indices and constraint weights.

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

11 years agoRun autoheader.
kronbichler [Sat, 17 Nov 2012 21:07:10 +0000 (21:07 +0000)]
Run autoheader.

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

11 years agoUse fixed_int_power instead of re-implementing it.
kronbichler [Sat, 17 Nov 2012 21:04:26 +0000 (21:04 +0000)]
Use fixed_int_power instead of re-implementing it.

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

11 years agoSkip hashes for comparing constraints in favor of a std::map with user-defined compar...
kronbichler [Sat, 17 Nov 2012 21:03:29 +0000 (21:03 +0000)]
Skip hashes for comparing constraints in favor of a std::map with user-defined comparator. This makes code cleaner and runs faster since boost's hash value is slow.

Fix error in dof_info.templates.h when hp elements are used but only one element is present.

Fix error in AVX detection.

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

11 years agoupdate namespace and documentation
kanschat [Fri, 16 Nov 2012 14:37:57 +0000 (14:37 +0000)]
update namespace and documentation

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

11 years agoBugfix
maier [Thu, 15 Nov 2012 21:47:24 +0000 (21:47 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27545 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoTypo
maier [Thu, 15 Nov 2012 21:47:14 +0000 (21:47 +0000)]
Typo

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27544 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoTypo
maier [Thu, 15 Nov 2012 10:27:18 +0000 (10:27 +0000)]
Typo

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27542 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSet svn:eol-style on these files.
bangerth [Wed, 14 Nov 2012 14:55:33 +0000 (14:55 +0000)]
Set svn:eol-style on these files.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27540 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMerge from mainline.
bangerth [Wed, 14 Nov 2012 14:26:36 +0000 (14:26 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27539 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAvoid warning about unused argument.
bangerth [Wed, 14 Nov 2012 14:05:09 +0000 (14:05 +0000)]
Avoid warning about unused argument.

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

11 years agoAvoid warning about unused argument.
bangerth [Wed, 14 Nov 2012 14:00:00 +0000 (14:00 +0000)]
Avoid warning about unused argument.

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

11 years agoMove closer to usual style.
bangerth [Wed, 14 Nov 2012 03:28:42 +0000 (03:28 +0000)]
Move closer to usual style.

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

11 years agoLeave two urgent TODOs for this class.
bangerth [Wed, 14 Nov 2012 03:25:14 +0000 (03:25 +0000)]
Leave two urgent TODOs for this class.

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

11 years agoFix typo.
bangerth [Wed, 14 Nov 2012 03:18:19 +0000 (03:18 +0000)]
Fix typo.

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

11 years agoMark a few local variables as const.
bangerth [Wed, 14 Nov 2012 03:14:18 +0000 (03:14 +0000)]
Mark a few local variables as const.

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

11 years agoMark input arguments as const.
bangerth [Wed, 14 Nov 2012 03:12:26 +0000 (03:12 +0000)]
Mark input arguments as const.

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

11 years agorevert r27525
heister [Mon, 12 Nov 2012 16:49:14 +0000 (16:49 +0000)]
revert r27525

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

11 years agotest what happens if we change the test output here
heister [Mon, 12 Nov 2012 15:13:46 +0000 (15:13 +0000)]
test what happens if we change the test output here

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

11 years agoDocument how to get the documentation.
bangerth [Mon, 12 Nov 2012 13:48:41 +0000 (13:48 +0000)]
Document how to get the documentation.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27523 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Make the doxygen target behave correctly
maier [Mon, 12 Nov 2012 10:51:26 +0000 (10:51 +0000)]
Bugfix: Make the doxygen target behave correctly

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27520 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoBugfix: Fix a typo
maier [Mon, 12 Nov 2012 09:30:49 +0000 (09:30 +0000)]
Bugfix: Fix a typo

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27519 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRolling back to 27511. Probably on the wrong track.
buerg [Mon, 12 Nov 2012 05:29:41 +0000 (05:29 +0000)]
Rolling back to 27511. Probably on the wrong track.

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

11 years agoAdapt to cmake procedure.
bangerth [Mon, 12 Nov 2012 01:44:03 +0000 (01:44 +0000)]
Adapt to cmake procedure.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27517 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoExplain DEAL_II_COMPONENT_DOCUMENTATION.
bangerth [Mon, 12 Nov 2012 01:22:01 +0000 (01:22 +0000)]
Explain DEAL_II_COMPONENT_DOCUMENTATION.

git-svn-id: https://svn.dealii.org/branches/branch_cmake@27516 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoFix a related bug in execute_refinement.
buerg [Mon, 12 Nov 2012 01:05:54 +0000 (01:05 +0000)]
Fix a related bug in execute_refinement.

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