]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoRemove a Makefile that has been superseded by the cmake build system.
bangerth [Fri, 28 Sep 2012 00:25:01 +0000 (00:25 +0000)]
Remove a Makefile that has been superseded by the cmake build system.

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

11 years agoRemove stuff no longer necessary (and that has been deleted from mainline already).
bangerth [Fri, 28 Sep 2012 00:24:33 +0000 (00:24 +0000)]
Remove stuff no longer necessary (and that has been deleted from mainline already).

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

11 years agoFix the dependencies in this way for now
maier [Thu, 27 Sep 2012 22:11:52 +0000 (22:11 +0000)]
Fix the dependencies in this way for now

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

11 years agoUpdate the TODO list
maier [Thu, 27 Sep 2012 22:11:30 +0000 (22:11 +0000)]
Update the TODO list

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

11 years agoReenable UMFPACK support after fixing some compile bugs.
maier [Thu, 27 Sep 2012 22:11:08 +0000 (22:11 +0000)]
Reenable UMFPACK support after fixing some compile bugs.

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

11 years agoMy first cmake patch: Determine whether the compiler understands the __attribute__...
bangerth [Thu, 27 Sep 2012 21:42:36 +0000 (21:42 +0000)]
My first cmake patch: Determine whether the compiler understands the __attribute__((deprecated)) syntax and if so use it.

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

11 years agoMerge from mainline.
bangerth [Thu, 27 Sep 2012 20:58:59 +0000 (20:58 +0000)]
Merge from mainline.

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

11 years agoRemove from here since it has moved to the homepage/RELEASE directory.
bangerth [Thu, 27 Sep 2012 17:26:27 +0000 (17:26 +0000)]
Remove from here since it has moved to the homepage/RELEASE directory.

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

11 years agoSet properties.
bangerth [Thu, 27 Sep 2012 17:01:58 +0000 (17:01 +0000)]
Set properties.

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

11 years agoSet properties.
bangerth [Thu, 27 Sep 2012 16:59:11 +0000 (16:59 +0000)]
Set properties.

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

11 years agoFix indentation.
bangerth [Thu, 27 Sep 2012 16:58:59 +0000 (16:58 +0000)]
Fix indentation.

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

11 years agoOnly output a list of parameters if there are any. Otherwise we
bangerth [Thu, 27 Sep 2012 16:58:13 +0000 (16:58 +0000)]
Only output a list of parameters if there are any. Otherwise we
end up with an empty {itemize} list which latex does not like.

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

11 years agoMove the 'normalize' and 'status_to_report' scripts to the tests directory.
bangerth [Thu, 27 Sep 2012 16:54:06 +0000 (16:54 +0000)]
Move the 'normalize' and 'status_to_report' scripts to the tests directory.

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

11 years agoFix a bunch of malformed indentations to make merging from mainline less painful.
bangerth [Thu, 27 Sep 2012 16:52:31 +0000 (16:52 +0000)]
Fix a bunch of malformed indentations to make merging from mainline less painful.

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

11 years agoRemove a subdirectory that only contains tools we never seem to
bangerth [Thu, 27 Sep 2012 16:52:25 +0000 (16:52 +0000)]
Remove a subdirectory that only contains tools we never seem to
use.

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

11 years agoConvert several tutorial programs to the ComponentMask approach.
bangerth [Thu, 27 Sep 2012 16:52:24 +0000 (16:52 +0000)]
Convert several tutorial programs to the ComponentMask approach.

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

11 years agoFix one place where the syntax has to be adjusted to the new ComponentMask class.
bangerth [Thu, 27 Sep 2012 16:52:19 +0000 (16:52 +0000)]
Fix one place where the syntax has to be adjusted to the new ComponentMask class.

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

11 years agoRemove a script that generates a TODO file. doxygen does this in a more elegant way...
bangerth [Thu, 27 Sep 2012 16:52:16 +0000 (16:52 +0000)]
Remove a script that generates a TODO file. doxygen does this in a more elegant way, as does Eclipse. It's also easy to do with a grep command.

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

11 years agoRemove more old stuff.
bangerth [Thu, 27 Sep 2012 16:52:12 +0000 (16:52 +0000)]
Remove more old stuff.

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

11 years agoRemove scripts that haven't been used in a long time.
bangerth [Thu, 27 Sep 2012 16:52:11 +0000 (16:52 +0000)]
Remove scripts that haven't been used in a long time.

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

11 years agoRemove a script that nobody seems to recall what exactly it does.
bangerth [Thu, 27 Sep 2012 16:52:07 +0000 (16:52 +0000)]
Remove a script that nobody seems to recall what exactly it does.

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

11 years agoRemove a script that hasn't been useful since we switched to svn :-)
bangerth [Thu, 27 Sep 2012 16:52:05 +0000 (16:52 +0000)]
Remove a script that hasn't been useful since we switched to svn :-)

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

11 years agoBugfix: Remove code that doesn't belong there
maier [Thu, 27 Sep 2012 15:30:04 +0000 (15:30 +0000)]
Bugfix: Remove code that doesn't belong there

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

11 years agoCode cleanup
maier [Thu, 27 Sep 2012 14:55:19 +0000 (14:55 +0000)]
Code cleanup

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

11 years agoAdd a 'bugfix'
maier [Thu, 27 Sep 2012 12:49:51 +0000 (12:49 +0000)]
Add a 'bugfix'

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

11 years agoBugfix
maier [Thu, 27 Sep 2012 11:32:57 +0000 (11:32 +0000)]
Bugfix

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

11 years agoBugfix: Remove HAVE_<LAPACK FUNCTIONS> if lapack is disabled
maier [Thu, 27 Sep 2012 10:08:08 +0000 (10:08 +0000)]
Bugfix: Remove HAVE_<LAPACK FUNCTIONS> if lapack is disabled

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

11 years agoCaching, done right. And prettify the configuration a bit
maier [Thu, 27 Sep 2012 10:07:55 +0000 (10:07 +0000)]
Caching, done right. And prettify the configuration a bit

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

11 years agouse the logic in Triangulation instead of copying it
kanschat [Thu, 27 Sep 2012 09:04:15 +0000 (09:04 +0000)]
use the logic in Triangulation instead of copying it

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

11 years agoremove console output
kanschat [Thu, 27 Sep 2012 08:51:08 +0000 (08:51 +0000)]
remove console output

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

11 years agoadd faces and output file
kanschat [Thu, 27 Sep 2012 08:49:54 +0000 (08:49 +0000)]
add faces and output file

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

11 years agotest iterator functions of DoFHandler
kanschat [Thu, 27 Sep 2012 08:37:30 +0000 (08:37 +0000)]
test iterator functions of DoFHandler

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

11 years agoadd missing copy function to MGDoFAccessor
kanschat [Thu, 27 Sep 2012 08:18:43 +0000 (08:18 +0000)]
add missing copy function to MGDoFAccessor

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

11 years agoallow writing to Logstream
kanschat [Thu, 27 Sep 2012 08:07:52 +0000 (08:07 +0000)]
allow writing to Logstream

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

11 years agoAdded iostream to table_handler.cc
cazamias [Thu, 27 Sep 2012 00:04:20 +0000 (00:04 +0000)]
Added iostream to table_handler.cc

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

11 years agoSmall fixes to get_times program
cazamias [Wed, 26 Sep 2012 23:43:44 +0000 (23:43 +0000)]
Small fixes to get_times program

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

11 years agoimprove Makefile
heister [Wed, 26 Sep 2012 23:15:13 +0000 (23:15 +0000)]
improve Makefile

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

11 years agoUpdated benchmark script with correct name
cazamias [Wed, 26 Sep 2012 23:14:56 +0000 (23:14 +0000)]
Updated benchmark script with correct name

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

11 years agoadd simple makefile for benchmark analyse script
heister [Wed, 26 Sep 2012 23:13:42 +0000 (23:13 +0000)]
add simple makefile for benchmark analyse script

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

11 years agoModified bench script
cazamias [Wed, 26 Sep 2012 23:12:08 +0000 (23:12 +0000)]
Modified bench script

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

11 years agoUpdate TODO
maier [Wed, 26 Sep 2012 21:47:58 +0000 (21:47 +0000)]
Update TODO

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

11 years agoWhy is this all so ugly? Bugfix: Only add a target library if there is
maier [Wed, 26 Sep 2012 21:29:45 +0000 (21:29 +0000)]
Why is this all so ugly? Bugfix: Only add a target library if there is
one...

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

11 years agoTodo list update
maier [Wed, 26 Sep 2012 21:29:27 +0000 (21:29 +0000)]
Todo list update

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

11 years agoPromote some messages to WARNING level
maier [Wed, 26 Sep 2012 21:29:13 +0000 (21:29 +0000)]
Promote some messages to WARNING level

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

11 years agoAdd some nice hinting
maier [Wed, 26 Sep 2012 21:28:54 +0000 (21:28 +0000)]
Add some nice hinting

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

11 years agoAdd support for in tree metis
maier [Wed, 26 Sep 2012 21:28:43 +0000 (21:28 +0000)]
Add support for in tree metis

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

11 years agoSupport in tree UMFPACK and AMD builds
maier [Wed, 26 Sep 2012 21:28:17 +0000 (21:28 +0000)]
Support in tree UMFPACK and AMD builds

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

11 years agoadd test case for hang with fe_system with 0 components
heister [Wed, 26 Sep 2012 20:41:14 +0000 (20:41 +0000)]
add test case for hang with fe_system with 0 components

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

11 years agoRemove a debug output
maier [Wed, 26 Sep 2012 19:53:38 +0000 (19:53 +0000)]
Remove a debug output

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

11 years agoBugfixes
maier [Wed, 26 Sep 2012 18:12:27 +0000 (18:12 +0000)]
Bugfixes

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

11 years agoAn example CMakeLists.txt file for a user project
maier [Wed, 26 Sep 2012 16:37:34 +0000 (16:37 +0000)]
An example CMakeLists.txt file for a user project

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

11 years agoadd copy and access functions
kanschat [Wed, 26 Sep 2012 16:29:09 +0000 (16:29 +0000)]
add copy and access functions

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

11 years agoFix some typos in the readme
maier [Wed, 26 Sep 2012 16:24:37 +0000 (16:24 +0000)]
Fix some typos in the readme

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

11 years agoTypos
maier [Wed, 26 Sep 2012 16:14:02 +0000 (16:14 +0000)]
Typos

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

11 years agoFix two typos
maier [Wed, 26 Sep 2012 14:49:31 +0000 (14:49 +0000)]
Fix two typos

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

11 years agoBugfixes
maier [Wed, 26 Sep 2012 14:49:19 +0000 (14:49 +0000)]
Bugfixes

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

11 years agoImplement the client side cmake configuration as well
maier [Wed, 26 Sep 2012 14:49:04 +0000 (14:49 +0000)]
Implement the client side cmake configuration as well

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

11 years agoCleanup
maier [Wed, 26 Sep 2012 09:08:22 +0000 (09:08 +0000)]
Cleanup

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

11 years agoAdd a bunch of comments
maier [Wed, 26 Sep 2012 09:08:14 +0000 (09:08 +0000)]
Add a bunch of comments

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

11 years agoCleanup
maier [Wed, 26 Sep 2012 09:08:00 +0000 (09:08 +0000)]
Cleanup

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

11 years agoCleanup
maier [Wed, 26 Sep 2012 07:57:30 +0000 (07:57 +0000)]
Cleanup

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

11 years agoCleanup
maier [Wed, 26 Sep 2012 07:54:44 +0000 (07:54 +0000)]
Cleanup

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

11 years agoBugfix
maier [Tue, 25 Sep 2012 23:08:30 +0000 (23:08 +0000)]
Bugfix

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

11 years agoBugfix
maier [Tue, 25 Sep 2012 22:42:57 +0000 (22:42 +0000)]
Bugfix

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

11 years agoFix accidentally commited merge conflict
maier [Tue, 25 Sep 2012 22:19:39 +0000 (22:19 +0000)]
Fix accidentally commited merge conflict

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

11 years agoA bunch of c&p typos
maier [Tue, 25 Sep 2012 22:14:28 +0000 (22:14 +0000)]
A bunch of c&p typos

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

11 years agoA Hack
maier [Tue, 25 Sep 2012 21:05:39 +0000 (21:05 +0000)]
A Hack

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

11 years agoRemove an obsolete test
maier [Tue, 25 Sep 2012 19:35:52 +0000 (19:35 +0000)]
Remove an obsolete test

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

11 years agoCleanup
maier [Tue, 25 Sep 2012 19:35:22 +0000 (19:35 +0000)]
Cleanup

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

12 years agoAdd missing include file.
bangerth [Tue, 25 Sep 2012 18:18:42 +0000 (18:18 +0000)]
Add missing include file.

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

12 years agoAdd missing include file.
bangerth [Tue, 25 Sep 2012 18:17:44 +0000 (18:17 +0000)]
Add missing include file.

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

12 years agoadd test for
heister [Tue, 25 Sep 2012 17:52:19 +0000 (17:52 +0000)]
add test for

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

12 years agoSparsityTools::distribute_sparsity_pattern()
heister [Tue, 25 Sep 2012 17:51:58 +0000 (17:51 +0000)]
SparsityTools::distribute_sparsity_pattern()

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

12 years agoThe last parts of code duplication
maier [Tue, 25 Sep 2012 17:40:46 +0000 (17:40 +0000)]
The last parts of code duplication

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

12 years agoCode deduplication
maier [Tue, 25 Sep 2012 17:23:33 +0000 (17:23 +0000)]
Code deduplication

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

12 years agoCleanup
maier [Tue, 25 Sep 2012 17:23:19 +0000 (17:23 +0000)]
Cleanup

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

12 years agotest for BlockCompressedSimpleSparsityPattern::column_number()
heister [Tue, 25 Sep 2012 15:58:47 +0000 (15:58 +0000)]
test for BlockCompressedSimpleSparsityPattern::column_number()

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

12 years agoadded BlockCompressedSimpleSparsityPattern::column_number()
heister [Tue, 25 Sep 2012 15:58:31 +0000 (15:58 +0000)]
added BlockCompressedSimpleSparsityPattern::column_number()

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

12 years agoUpdate output files. (In fact, revert them to the state they were before the merge...
bangerth [Tue, 25 Sep 2012 15:21:19 +0000 (15:21 +0000)]
Update output files. (In fact, revert them to the state they were before the merge; there must have been something different in the configuration of the branch that these tests produced different results there.)

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

12 years agoA bunch of bugfixes for mpi support
maier [Tue, 25 Sep 2012 13:46:20 +0000 (13:46 +0000)]
A bunch of bugfixes for mpi support

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

12 years agoMerge from upstream.
bangerth [Tue, 25 Sep 2012 13:24:11 +0000 (13:24 +0000)]
Merge from upstream.

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 13:19:32 +0000 (13:19 +0000)]
Bugfix

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

12 years agoUse a void* in the argument list of MatShellGetContext as required by the compiler.
bangerth [Tue, 25 Sep 2012 12:32:14 +0000 (12:32 +0000)]
Use a void* in the argument list of MatShellGetContext as required by the compiler.

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 11:50:53 +0000 (11:50 +0000)]
Bugfix

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

12 years agoContrib UMFPACK is broken atm
maier [Tue, 25 Sep 2012 11:45:33 +0000 (11:45 +0000)]
Contrib UMFPACK is broken atm

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

12 years agoAdd some more descriptive hints to the other features, too
maier [Tue, 25 Sep 2012 10:26:53 +0000 (10:26 +0000)]
Add some more descriptive hints to the other features, too

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

12 years agoA nice error message for PETSc
maier [Tue, 25 Sep 2012 10:26:44 +0000 (10:26 +0000)]
A nice error message for PETSc

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

12 years agoTypos
maier [Tue, 25 Sep 2012 10:02:04 +0000 (10:02 +0000)]
Typos

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 10:01:55 +0000 (10:01 +0000)]
Bugfix

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

12 years agoblubb
maier [Tue, 25 Sep 2012 10:01:47 +0000 (10:01 +0000)]
blubb

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

12 years agoAdd some documentation
maier [Tue, 25 Sep 2012 10:01:38 +0000 (10:01 +0000)]
Add some documentation

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 09:25:46 +0000 (09:25 +0000)]
Bugfix

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

12 years agoBugfix: Fix the cache logic in FindPETSC.cmake
maier [Tue, 25 Sep 2012 09:19:04 +0000 (09:19 +0000)]
Bugfix: Fix the cache logic in FindPETSC.cmake

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

12 years agoClarify some error messages
maier [Tue, 25 Sep 2012 08:15:40 +0000 (08:15 +0000)]
Clarify some error messages

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 07:56:16 +0000 (07:56 +0000)]
Bugfix

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

12 years agoBugfix
maier [Tue, 25 Sep 2012 07:52:30 +0000 (07:52 +0000)]
Bugfix

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

12 years agoRefactoring
maier [Tue, 25 Sep 2012 07:49:55 +0000 (07:49 +0000)]
Refactoring

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

12 years agoBugfix: We have to install the headers of contrib boost as well...
maier [Tue, 25 Sep 2012 07:49:45 +0000 (07:49 +0000)]
Bugfix: We have to install the headers of contrib boost as well...

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

12 years agoFix branch marker that was erroneously merged.
bangerth [Tue, 25 Sep 2012 03:17:57 +0000 (03:17 +0000)]
Fix branch marker that was erroneously merged.

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

12 years agoMerge branch_component_mask into mainline.
bangerth [Tue, 25 Sep 2012 03:04:45 +0000 (03:04 +0000)]
Merge branch_component_mask into mainline.

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