]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoFix compile error with new default constructor of CellData.
Wolfgang Bangerth [Thu, 14 Nov 2013 02:07:50 +0000 (02:07 +0000)]
Fix compile error with new default constructor of CellData.

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

10 years agoCMake: Bugfix, do not use removed macro
Matthias Maier [Thu, 14 Nov 2013 01:58:07 +0000 (01:58 +0000)]
CMake: Bugfix, do not use removed macro

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

10 years agoCMake: Unify naming in detailed.log
Matthias Maier [Wed, 13 Nov 2013 23:54:04 +0000 (23:54 +0000)]
CMake: Unify naming in detailed.log

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

10 years agoCMake: Unify registration of feature configurations and provide a central
Matthias Maier [Wed, 13 Nov 2013 23:48:05 +0000 (23:48 +0000)]
CMake: Unify registration of feature configurations and provide a central
possibility to filter configuration options in macro_register_feature.cmake

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

10 years agoBugfix: Filter out spurious "FALSE" in (BLAS|LAPACK)_LIBRARIES
Matthias Maier [Wed, 13 Nov 2013 22:53:32 +0000 (22:53 +0000)]
Bugfix: Filter out spurious "FALSE" in (BLAS|LAPACK)_LIBRARIES

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

10 years agoAdd a configure check for a regression with icc-14.0.0 and libstdc++-4.7 in C++11...
Matthias Maier [Wed, 13 Nov 2013 17:27:33 +0000 (17:27 +0000)]
Add a configure check for a regression with icc-14.0.0 and libstdc++-4.7 in C++11 mode

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

10 years agoProvide default constructor for CellData to fix testsuite failures with Intel ICC 14.
Wolfgang Bangerth [Wed, 13 Nov 2013 16:40:04 +0000 (16:40 +0000)]
Provide default constructor for CellData to fix testsuite failures with Intel ICC 14.

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

10 years agotry again to fix test
Timo Heister [Wed, 13 Nov 2013 14:12:24 +0000 (14:12 +0000)]
try again to fix test

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

10 years agofix test
Timo Heister [Wed, 13 Nov 2013 13:03:31 +0000 (13:03 +0000)]
fix test

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

10 years agoAdd a note.
Wolfgang Bangerth [Wed, 13 Nov 2013 12:31:26 +0000 (12:31 +0000)]
Add a note.

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

10 years agosimplify test find_cell_10
Timo Heister [Tue, 12 Nov 2013 16:06:11 +0000 (16:06 +0000)]
simplify test find_cell_10

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

10 years agoFix a bug in WorkStream when using graph coloring.
Bruno Turcksin [Tue, 12 Nov 2013 15:16:02 +0000 (15:16 +0000)]
Fix a bug in WorkStream when using graph coloring.

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

10 years agosimplify test
Timo Heister [Tue, 12 Nov 2013 14:59:57 +0000 (14:59 +0000)]
simplify test

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

10 years agoWolfgang's patch for thread management (use pointer to).
Toby D. Young [Tue, 12 Nov 2013 14:26:18 +0000 (14:26 +0000)]
Wolfgang's patch for thread management (use pointer to).

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

10 years agotry to keep SparseMatrix in module
Guido Kanschat [Tue, 12 Nov 2013 12:56:29 +0000 (12:56 +0000)]
try to keep SparseMatrix in module

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

10 years agofix 2 tests
Timo Heister [Mon, 11 Nov 2013 23:27:32 +0000 (23:27 +0000)]
fix 2 tests

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

10 years agoFix a bug in WorkStream for disconnected graph.
Bruno Turcksin [Mon, 11 Nov 2013 20:55:54 +0000 (20:55 +0000)]
Fix a bug in WorkStream for disconnected graph.

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

10 years agotests: use deal.II constant for PI, might fix tests on cygwin
Timo Heister [Mon, 11 Nov 2013 18:27:45 +0000 (18:27 +0000)]
tests: use deal.II constant for PI, might fix tests on cygwin

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

10 years agoReorganize the licensing stuff a bit. Add some last license headers and pointers
Matthias Maier [Mon, 11 Nov 2013 16:17:31 +0000 (16:17 +0000)]
Reorganize the licensing stuff a bit. Add some last license headers and pointers

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

10 years agoRemove file doxygen.sty from the doc directory - it is ancient can be generated on...
Matthias Maier [Mon, 11 Nov 2013 15:57:46 +0000 (15:57 +0000)]
Remove file doxygen.sty from the doc directory - it is ancient can be generated on the fly by modern doxygen

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

10 years agoMove reports over to the homepage
Matthias Maier [Mon, 11 Nov 2013 15:51:49 +0000 (15:51 +0000)]
Move reports over to the homepage

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

10 years agorevert UML
Guido Kanschat [Mon, 11 Nov 2013 12:06:35 +0000 (12:06 +0000)]
revert UML

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

10 years agoUse deal.II style on previous patch.
Toby D. Young [Mon, 11 Nov 2013 10:21:02 +0000 (10:21 +0000)]
Use deal.II style on previous patch.

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

10 years agoLink to header stdlib.h on FreeBSD.
Toby D. Young [Mon, 11 Nov 2013 10:19:52 +0000 (10:19 +0000)]
Link to header stdlib.h on FreeBSD.

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

10 years agoRevert "Revert 29343 again, for the same reason as before." which itself reverted...
Matthias Maier [Mon, 11 Nov 2013 09:06:30 +0000 (09:06 +0000)]
Revert "Revert 29343 again, for the same reason as before." which itself reverted the revert of [...]

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

10 years agoProvide documentation.
Wolfgang Bangerth [Mon, 11 Nov 2013 01:03:17 +0000 (01:03 +0000)]
Provide documentation.

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

10 years agoAdd another test.
Wolfgang Bangerth [Mon, 11 Nov 2013 00:43:42 +0000 (00:43 +0000)]
Add another test.

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

10 years agoAdjust a few miscompilations.
Wolfgang Bangerth [Sun, 10 Nov 2013 23:01:32 +0000 (23:01 +0000)]
Adjust a few miscompilations.

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

10 years agoAdjust output file again for testing machine.
Wolfgang Bangerth [Sun, 10 Nov 2013 22:55:30 +0000 (22:55 +0000)]
Adjust output file again for testing machine.

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

10 years agoUpdated Mesh conversion documentation to reflect licencing of example mesh files
Jean-Paul Pelteret [Sun, 10 Nov 2013 22:17:05 +0000 (22:17 +0000)]
Updated Mesh conversion documentation to reflect licencing of example mesh files

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

10 years agoRemove postscript version of reports. This is so 1990s!
Wolfgang Bangerth [Sun, 10 Nov 2013 18:26:00 +0000 (18:26 +0000)]
Remove postscript version of reports. This is so 1990s!

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

10 years agoShrink the file by only including options that we really care about and
Wolfgang Bangerth [Sun, 10 Nov 2013 18:20:01 +0000 (18:20 +0000)]
Shrink the file by only including options that we really care about and
removing the commentary from the doxygen authors. This should address
copyright concerns for the file.

Removing variables we don't care about also helps make this file more future
proof since we no longer include variables that later versions of doxygen may
deprecate or remove.

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

10 years agoUse a different form of instantiation in an attempt to work around something that...
Wolfgang Bangerth [Sun, 10 Nov 2013 17:20:37 +0000 (17:20 +0000)]
Use a different form of instantiation in an attempt to work around something that may be a bug in ICC.

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

10 years agoNothing should be built in this directory any more these days, so remove svn:ignore.
Wolfgang Bangerth [Sun, 10 Nov 2013 17:11:17 +0000 (17:11 +0000)]
Nothing should be built in this directory any more these days, so remove svn:ignore.

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

10 years agoRemove svn:executable from mesh files.
Wolfgang Bangerth [Sun, 10 Nov 2013 17:06:08 +0000 (17:06 +0000)]
Remove svn:executable from mesh files.

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

10 years agoConvert some of the VectorOperation::add into VectorOperation::insert as appropriate.
Wolfgang Bangerth [Sun, 10 Nov 2013 15:28:26 +0000 (15:28 +0000)]
Convert some of the VectorOperation::add into VectorOperation::insert as appropriate.

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

10 years agoRevert "Also instantiate DataOutStack for 3D"
Matthias Maier [Sun, 10 Nov 2013 09:26:32 +0000 (09:26 +0000)]
Revert "Also instantiate DataOutStack for 3D"

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

10 years agoAlso instantiate DataOutStack for 3D
Matthias Maier [Sat, 9 Nov 2013 22:56:29 +0000 (22:56 +0000)]
Also instantiate DataOutStack for 3D

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

10 years agoExplicitly compress petsc objects with a VectorOperation.
Toby D. Young [Sat, 9 Nov 2013 15:38:36 +0000 (15:38 +0000)]
Explicitly compress petsc objects with a VectorOperation.

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

10 years agoAdjust accuracy so that numdiff can do its work.
Wolfgang Bangerth [Sat, 9 Nov 2013 14:00:15 +0000 (14:00 +0000)]
Adjust accuracy so that numdiff can do its work.

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

10 years agoBugfix: Let setup_tests and tests depend on a compiled library again...
Matthias Maier [Sat, 9 Nov 2013 08:52:48 +0000 (08:52 +0000)]
Bugfix: Let setup_tests and tests depend on a compiled library again...

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

10 years agofix warning
Timo Heister [Sat, 9 Nov 2013 02:29:29 +0000 (02:29 +0000)]
fix warning

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

10 years agoTry to improve one issue where compilers typically can't quite resolve a function...
Wolfgang Bangerth [Fri, 8 Nov 2013 23:53:04 +0000 (23:53 +0000)]
Try to improve one issue where compilers typically can't quite resolve a function overload.

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

10 years agoReindent the whole file.
Wolfgang Bangerth [Fri, 8 Nov 2013 23:20:11 +0000 (23:20 +0000)]
Reindent the whole file.

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

10 years agoAdd several more tests.
Wolfgang Bangerth [Fri, 8 Nov 2013 23:18:09 +0000 (23:18 +0000)]
Add several more tests.

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

10 years agoReimplement the third option for WorkStream, using the colored graph.
Wolfgang Bangerth [Fri, 8 Nov 2013 23:17:44 +0000 (23:17 +0000)]
Reimplement the third option for WorkStream, using the colored graph.

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

10 years agotry to detect hdf5 64bit mode
Timo Heister [Fri, 8 Nov 2013 21:31:09 +0000 (21:31 +0000)]
try to detect hdf5 64bit mode

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

10 years agofix bug for damping
Joerg Frohne [Fri, 8 Nov 2013 16:47:28 +0000 (16:47 +0000)]
fix bug for damping

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

10 years agoget rid of some warnings
Timo Heister [Fri, 8 Nov 2013 15:11:41 +0000 (15:11 +0000)]
get rid of some warnings

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

10 years agofix abandoning threads. Instead of keeping ThreadDescriptor alive using a shared_ptr...
Timo Heister [Fri, 8 Nov 2013 14:21:32 +0000 (14:21 +0000)]
fix abandoning threads. Instead of keeping ThreadDescriptor alive using a shared_ptr to self, we just detach() from the c++ thread when destructed.

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

10 years agomark spinlock variables in tests volatile for release mode
Timo Heister [Fri, 8 Nov 2013 14:06:30 +0000 (14:06 +0000)]
mark spinlock variables in tests volatile for release mode

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

10 years agomake multigrid test succeed by switching from CG to GMRES. I have no idea if the...
Timo Heister [Fri, 8 Nov 2013 13:25:28 +0000 (13:25 +0000)]
make multigrid test succeed by switching from CG to GMRES. I have no idea if the problem should be SPD and if CG should work, though.

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

10 years agofix data type
Timo Heister [Fri, 8 Nov 2013 13:09:36 +0000 (13:09 +0000)]
fix data type

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

10 years agofix dead links, add some references to cmake documentation
Timo Heister [Fri, 8 Nov 2013 12:56:31 +0000 (12:56 +0000)]
fix dead links, add some references to cmake documentation

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

10 years agomention 'make test'
Timo Heister [Fri, 8 Nov 2013 12:50:56 +0000 (12:50 +0000)]
mention 'make test'

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

10 years agoRemove a TODO that has been taken care of.
Wolfgang Bangerth [Fri, 8 Nov 2013 05:08:26 +0000 (05:08 +0000)]
Remove a TODO that has been taken care of.

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

10 years agoAdd a few tests.
Wolfgang Bangerth [Fri, 8 Nov 2013 05:06:55 +0000 (05:06 +0000)]
Add a few tests.

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

10 years agoFix typo.
Wolfgang Bangerth [Fri, 8 Nov 2013 04:57:45 +0000 (04:57 +0000)]
Fix typo.

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

10 years agoAdd another test.
Wolfgang Bangerth [Fri, 8 Nov 2013 04:55:17 +0000 (04:55 +0000)]
Add another test.

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

10 years agoAugment the documentation by one additional point.
Wolfgang Bangerth [Fri, 8 Nov 2013 00:53:15 +0000 (00:53 +0000)]
Augment the documentation by one additional point.

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

10 years agoFix a bug in graph_coloring when there is only one partition.
Bruno Turcksin [Thu, 7 Nov 2013 22:42:51 +0000 (22:42 +0000)]
Fix a bug in graph_coloring when there is only one partition.

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

10 years agoOne last minor change.
Wolfgang Bangerth [Thu, 7 Nov 2013 22:09:44 +0000 (22:09 +0000)]
One last minor change.

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

10 years agoAdd some more comments.
Wolfgang Bangerth [Thu, 7 Nov 2013 21:52:09 +0000 (21:52 +0000)]
Add some more comments.

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

10 years agoRename namespace. Add some more documentation.
Wolfgang Bangerth [Thu, 7 Nov 2013 20:27:45 +0000 (20:27 +0000)]
Rename namespace. Add some more documentation.

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

10 years agoRename namespace. Add some more documentation.
Wolfgang Bangerth [Thu, 7 Nov 2013 20:27:31 +0000 (20:27 +0000)]
Rename namespace. Add some more documentation.

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

10 years agoSimplify code in WorkStream when graph coloring is used.
Bruno Turcksin [Thu, 7 Nov 2013 20:16:17 +0000 (20:16 +0000)]
Simplify code in WorkStream when graph coloring is used.

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

10 years agoAdd another test.
Wolfgang Bangerth [Thu, 7 Nov 2013 19:41:41 +0000 (19:41 +0000)]
Add another test.

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

10 years agoMove a comment to the correct function. Fix an oversight with local namespaces.
Wolfgang Bangerth [Thu, 7 Nov 2013 19:41:22 +0000 (19:41 +0000)]
Move a comment to the correct function. Fix an oversight with local namespaces.

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

10 years agoMove around a couple of things. Reindent the whole file.
Wolfgang Bangerth [Thu, 7 Nov 2013 01:36:38 +0000 (01:36 +0000)]
Move around a couple of things. Reindent the whole file.

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

10 years agoPromote the warning in macro_pickup_tests.cmake to a fatal error
Matthias Maier [Wed, 6 Nov 2013 23:14:49 +0000 (23:14 +0000)]
Promote the warning in macro_pickup_tests.cmake to a fatal error

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

10 years agoAnnounce step-42.
Wolfgang Bangerth [Wed, 6 Nov 2013 23:06:21 +0000 (23:06 +0000)]
Announce step-42.

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

10 years agoAdd test for graph_coloring.
Bruno Turcksin [Wed, 6 Nov 2013 23:03:56 +0000 (23:03 +0000)]
Add test for graph_coloring.

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

10 years agommult and Tmmult cannot be used with Trilinos sparse_matrix and 64bit indices.
Bruno Turcksin [Wed, 6 Nov 2013 18:01:36 +0000 (18:01 +0000)]
mmult and Tmmult cannot be used with Trilinos sparse_matrix and 64bit indices.

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

10 years agoAdd more information to the graph coloring function.
Wolfgang Bangerth [Wed, 6 Nov 2013 17:17:35 +0000 (17:17 +0000)]
Add more information to the graph coloring function.

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

10 years agofix typos
Timo Heister [Wed, 6 Nov 2013 15:05:14 +0000 (15:05 +0000)]
fix typos

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

10 years agorewrap comments
Timo Heister [Wed, 6 Nov 2013 15:03:17 +0000 (15:03 +0000)]
rewrap comments

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

10 years agoadd slepc quicktest, thanks Toby
Timo Heister [Wed, 6 Nov 2013 14:47:38 +0000 (14:47 +0000)]
add slepc quicktest, thanks Toby

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

10 years agoInitialize a variable to avoid a warning.
Wolfgang Bangerth [Wed, 6 Nov 2013 12:40:36 +0000 (12:40 +0000)]
Initialize a variable to avoid a warning.

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

10 years agoreformat documentation to longer lines
Guido Kanschat [Wed, 6 Nov 2013 10:25:28 +0000 (10:25 +0000)]
reformat documentation to longer lines

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

10 years agoClean up application.qrc
Matthias Maier [Tue, 5 Nov 2013 23:53:08 +0000 (23:53 +0000)]
Clean up application.qrc

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

10 years agoRemove bundled icons from parameter_gui and use system defaults instead
Matthias Maier [Tue, 5 Nov 2013 23:50:14 +0000 (23:50 +0000)]
Remove bundled icons from parameter_gui and use system defaults instead

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

10 years agoBugfix: Be more specific with the warning introduced by the last commit:
Matthias Maier [Tue, 5 Nov 2013 22:00:02 +0000 (22:00 +0000)]
Bugfix: Be more specific with the warning introduced by the last commit:
Also print "Test dropped". And, finally, rename broken output files

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

10 years agoBugfix: Do not silently ignore invalid feature constraints, but drop the test and...
Matthias Maier [Tue, 5 Nov 2013 21:46:03 +0000 (21:46 +0000)]
Bugfix: Do not silently ignore invalid feature constraints, but drop the test and print a warning

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

10 years agoUnify output
Matthias Maier [Tue, 5 Nov 2013 17:42:17 +0000 (17:42 +0000)]
Unify output

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

10 years agoFix escaping
Matthias Maier [Tue, 5 Nov 2013 17:20:44 +0000 (17:20 +0000)]
Fix escaping

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

10 years agoRemove debug output
Matthias Maier [Tue, 5 Nov 2013 16:46:15 +0000 (16:46 +0000)]
Remove debug output

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

10 years agoQuickfix: Do not use the "sed" statement in run_testsuite at all on non GNU platforms
Matthias Maier [Tue, 5 Nov 2013 16:42:19 +0000 (16:42 +0000)]
Quickfix: Do not use the "sed" statement in run_testsuite at all on non GNU platforms

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

10 years agoRevert "Bugfix: Do not try to inject a "\n\t" into xml files"
Matthias Maier [Tue, 5 Nov 2013 16:37:13 +0000 (16:37 +0000)]
Revert "Bugfix: Do not try to inject a "\n\t" into xml files"

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

10 years agoquicktest: add debug output
Timo Heister [Tue, 5 Nov 2013 16:31:42 +0000 (16:31 +0000)]
quicktest: add debug output

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

10 years agoquicktests: add dependency to target binary, add tbb test
Timo Heister [Tue, 5 Nov 2013 16:24:21 +0000 (16:24 +0000)]
quicktests: add dependency to target binary, add tbb test

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

10 years agoFix a bug in WorkStream when the number of cells in a color is small.
Bruno Turcksin [Tue, 5 Nov 2013 16:09:05 +0000 (16:09 +0000)]
Fix a bug in WorkStream when the number of cells in a color is small.

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

10 years agoclean up quicktest script
Timo Heister [Tue, 5 Nov 2013 15:47:55 +0000 (15:47 +0000)]
clean up quicktest script

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

10 years agoProvide 64-bit output.
Wolfgang Bangerth [Mon, 4 Nov 2013 23:39:02 +0000 (23:39 +0000)]
Provide 64-bit output.

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

10 years agowe can not use MUMPS with 64 bits
Timo Heister [Mon, 4 Nov 2013 23:03:19 +0000 (23:03 +0000)]
we can not use MUMPS with 64 bits

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

10 years agocompute_block_wise for 64bit: fix one problem and remove ExcNotImplemented. Maybe...
Timo Heister [Mon, 4 Nov 2013 23:00:07 +0000 (23:00 +0000)]
compute_block_wise for 64bit: fix one problem and remove ExcNotImplemented. Maybe it works as is.

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

10 years agofix test with 64bit
Timo Heister [Mon, 4 Nov 2013 22:54:39 +0000 (22:54 +0000)]
fix test with 64bit

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

10 years agoBugfix: Do not try to inject a "\n\t" into xml files
Matthias Maier [Mon, 4 Nov 2013 21:54:58 +0000 (21:54 +0000)]
Bugfix: Do not try to inject a "\n\t" into xml files

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

10 years agoremove 2x compress() in step-42
Timo Heister [Mon, 4 Nov 2013 20:18:59 +0000 (20:18 +0000)]
remove 2x compress() in step-42

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

10 years agoignore affinity quick test on mac
Timo Heister [Mon, 4 Nov 2013 00:19:03 +0000 (00:19 +0000)]
ignore affinity quick test on mac

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

10 years agofix compilation on intel 13.1
Timo Heister [Sun, 3 Nov 2013 20:43:28 +0000 (20:43 +0000)]
fix compilation on intel 13.1

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