]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
11 years agoRevert r29332 since it leads to bad entries in common/Make.global_options. See bug...
Wolfgang Bangerth [Fri, 19 Apr 2013 00:49:35 +0000 (00:49 +0000)]
Revert r29332 since it leads to bad entries in common/Make.global_options. See bug #37 on the google code tracker site.

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

11 years agostep-42: take over patch for obstacle reading
Timo Heister [Thu, 18 Apr 2013 19:24:10 +0000 (19:24 +0000)]
step-42: take over patch for obstacle reading

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

11 years agoNew: TimerOutput::Scope for scope based timing.
Timo Heister [Thu, 18 Apr 2013 19:08:01 +0000 (19:08 +0000)]
New: TimerOutput::Scope for scope based timing.

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

11 years agofix TimerOutput wall_time in parallel not being synchronized as one expects.
Timo Heister [Thu, 18 Apr 2013 18:45:56 +0000 (18:45 +0000)]
fix TimerOutput wall_time in parallel not being synchronized as one expects.

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

11 years agoCMake: Generation of Make.global_options: Append a "-l" to a library that is not...
Matthias Maier [Thu, 18 Apr 2013 16:04:10 +0000 (16:04 +0000)]
CMake: Generation of Make.global_options: Append a "-l" to a library that is not specified with full path if necessary

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

11 years agoUpdate description of the mesh converter program after the switch to cmake.
Wolfgang Bangerth [Thu, 18 Apr 2013 14:55:14 +0000 (14:55 +0000)]
Update description of the mesh converter program after the switch to cmake.

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

11 years agoMake this directory work again with the new installation scheme.
Wolfgang Bangerth [Thu, 18 Apr 2013 14:50:54 +0000 (14:50 +0000)]
Make this directory work again with the new installation scheme.

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

11 years agoAdjust output.
Wolfgang Bangerth [Thu, 18 Apr 2013 14:31:24 +0000 (14:31 +0000)]
Adjust output.

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

11 years agoAdjust output.
Wolfgang Bangerth [Thu, 18 Apr 2013 14:26:34 +0000 (14:26 +0000)]
Adjust output.

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

11 years agoAdjusting output. The results look nice.
Wolfgang Bangerth [Thu, 18 Apr 2013 13:33:55 +0000 (13:33 +0000)]
Adjusting output. The results look nice.

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

11 years agoAdjust output.
Wolfgang Bangerth [Thu, 18 Apr 2013 13:31:25 +0000 (13:31 +0000)]
Adjust output.

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

11 years agoAdjust output.
Wolfgang Bangerth [Thu, 18 Apr 2013 12:48:12 +0000 (12:48 +0000)]
Adjust output.

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

11 years agoMake LogStream::push(...) and LogStream::pop() "thread safe"
Matthias Maier [Thu, 18 Apr 2013 10:14:31 +0000 (10:14 +0000)]
Make LogStream::push(...) and LogStream::pop() "thread safe"

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

11 years agoMarkup fixes.
Wolfgang Bangerth [Thu, 18 Apr 2013 02:41:52 +0000 (02:41 +0000)]
Markup fixes.

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

11 years agoHalfHyperSphereBoundary got refining the edges of the flat surface edges wrong in 3d.
Wolfgang Bangerth [Thu, 18 Apr 2013 02:39:28 +0000 (02:39 +0000)]
HalfHyperSphereBoundary got refining the edges of the flat surface edges wrong in 3d.

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

11 years agoUse tbb's thread local storage for logstream. This resolves a space leak with the...
Matthias Maier [Wed, 17 Apr 2013 22:51:50 +0000 (22:51 +0000)]
Use tbb's thread local storage for logstream. This resolves a space leak with the stored ostringstreams

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

11 years agoAdd a note.
Wolfgang Bangerth [Wed, 17 Apr 2013 18:32:47 +0000 (18:32 +0000)]
Add a note.

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

11 years agoLet LogStream respect std::flush for writing out content as well
Matthias Maier [Wed, 17 Apr 2013 17:37:03 +0000 (17:37 +0000)]
Let LogStream respect std::flush for writing out content as well

LogStream (and therefore deallog) now respect std::flush and std::endl to
write out the buffered (thread local) content to console (and file).

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

11 years agoAnother attempt to harmonize output across different systems.
Martin Kronbichler [Wed, 17 Apr 2013 16:49:10 +0000 (16:49 +0000)]
Another attempt to harmonize output across different systems.

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

11 years agoAdjust test output to recent changes in exception.cc.
Wolfgang Bangerth [Wed, 17 Apr 2013 12:02:05 +0000 (12:02 +0000)]
Adjust test output to recent changes in exception.cc.

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

11 years agoAvoid differences in matrix-free block sizes among test systems which eventually...
Martin Kronbichler [Wed, 17 Apr 2013 05:55:48 +0000 (05:55 +0000)]
Avoid differences in matrix-free block sizes among test systems which eventually lead to different numbers of CG iterations because of different roundoff accumulation. Now, the test should pass as long as threads are enabled.

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

11 years agoAdjust test output.
Martin Kronbichler [Wed, 17 Apr 2013 05:30:48 +0000 (05:30 +0000)]
Adjust test output.

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

11 years agoRemove the assertion again. It confirmed that the function is indeed never
Wolfgang Bangerth [Wed, 17 Apr 2013 02:20:58 +0000 (02:20 +0000)]
Remove the assertion again. It confirmed that the function is indeed never
called. Also fix the original bug.

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

11 years agoMake output of distorted mapped cells a bit more extensive.
Martin Kronbichler [Tue, 16 Apr 2013 16:20:56 +0000 (16:20 +0000)]
Make output of distorted mapped cells a bit more extensive.

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

11 years agoUncomment accidentally commented code.
Martin Kronbichler [Tue, 16 Apr 2013 16:10:44 +0000 (16:10 +0000)]
Uncomment accidentally commented code.

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

11 years agoRemove output.
Martin Kronbichler [Tue, 16 Apr 2013 16:05:21 +0000 (16:05 +0000)]
Remove output.

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

11 years agoFix expected program output.
Martin Kronbichler [Tue, 16 Apr 2013 16:04:36 +0000 (16:04 +0000)]
Fix expected program output.

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

11 years agoAdd test for mass matrix evaluation in matrix-free for some elements. Avoid deprecate...
Martin Kronbichler [Tue, 16 Apr 2013 15:56:15 +0000 (15:56 +0000)]
Add test for mass matrix evaluation in matrix-free for some elements. Avoid deprecated function.

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

11 years agoMark a place that's obviously wrong with a abort to trace which tests
Wolfgang Bangerth [Tue, 16 Apr 2013 15:01:20 +0000 (15:01 +0000)]
Mark a place that's obviously wrong with a abort to trace which tests
actually run into this. This will be removed again as part of the fix.

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

11 years agoReindent
Matthias Maier [Tue, 16 Apr 2013 14:42:55 +0000 (14:42 +0000)]
Reindent

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

11 years agoAdd a note in changes.h
Matthias Maier [Tue, 16 Apr 2013 14:42:54 +0000 (14:42 +0000)]
Add a note in changes.h

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

11 years agoAdjust the testsuite to the changes in Exception handling
Matthias Maier [Tue, 16 Apr 2013 14:42:52 +0000 (14:42 +0000)]
Adjust the testsuite to the changes in Exception handling

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

11 years agoRefactor ExceptionBase as well as the Assert and AssertThrow macros
Matthias Maier [Tue, 16 Apr 2013 14:42:49 +0000 (14:42 +0000)]
Refactor ExceptionBase as well as the Assert and AssertThrow macros

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

11 years agoRemove obsolete exceptions
Matthias Maier [Tue, 16 Apr 2013 14:42:48 +0000 (14:42 +0000)]
Remove obsolete exceptions

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

11 years agoReindent exceptions.cc
Matthias Maier [Tue, 16 Apr 2013 14:42:47 +0000 (14:42 +0000)]
Reindent exceptions.cc

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

11 years agoSwitch back to bundled tbb version 3.0 for now.
Matthias Maier [Tue, 16 Apr 2013 08:09:23 +0000 (08:09 +0000)]
Switch back to bundled tbb version 3.0 for now.

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

11 years agoAdd to the documentation.
Wolfgang Bangerth [Tue, 16 Apr 2013 04:24:22 +0000 (04:24 +0000)]
Add to the documentation.

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

11 years agoAvoid double reference.
Wolfgang Bangerth [Tue, 16 Apr 2013 04:22:28 +0000 (04:22 +0000)]
Avoid double reference.

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

11 years agoMake FEFieldFunction work in parallel as well.
Wolfgang Bangerth [Tue, 16 Apr 2013 04:06:32 +0000 (04:06 +0000)]
Make FEFieldFunction work in parallel as well.

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

11 years agoOptimize function. Modify testcase so that there is a row with more than one entry.
Wolfgang Bangerth [Tue, 16 Apr 2013 02:59:11 +0000 (02:59 +0000)]
Optimize function. Modify testcase so that there is a row with more than one entry.

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

11 years agoNew version of SparseMatrix::copy_from for TrilinosWrappers::SparseMatrix.
Wolfgang Bangerth [Tue, 16 Apr 2013 01:23:18 +0000 (01:23 +0000)]
New version of SparseMatrix::copy_from for TrilinosWrappers::SparseMatrix.

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

11 years agoFixed bug with restrictive gcc.
Luca Heltai [Mon, 15 Apr 2013 15:27:26 +0000 (15:27 +0000)]
Fixed bug with restrictive gcc.

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

11 years agoenums are still no classes
Guido Kanschat [Mon, 15 Apr 2013 15:18:01 +0000 (15:18 +0000)]
enums are still no classes

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

11 years agoenums are no classes
Guido Kanschat [Mon, 15 Apr 2013 15:04:32 +0000 (15:04 +0000)]
enums are no classes

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

11 years agoindentation
Guido Kanschat [Mon, 15 Apr 2013 14:25:12 +0000 (14:25 +0000)]
indentation

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

11 years agoindentation
Guido Kanschat [Mon, 15 Apr 2013 14:23:33 +0000 (14:23 +0000)]
indentation

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

11 years agofixing indentation
Guido Kanschat [Mon, 15 Apr 2013 14:21:43 +0000 (14:21 +0000)]
fixing indentation

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

11 years agoanother try
Guido Kanschat [Mon, 15 Apr 2013 14:20:43 +0000 (14:20 +0000)]
another try

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

11 years agofixing indentation
Guido Kanschat [Mon, 15 Apr 2013 14:19:29 +0000 (14:19 +0000)]
fixing indentation

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

11 years agotesting hook
Guido Kanschat [Mon, 15 Apr 2013 14:18:27 +0000 (14:18 +0000)]
testing hook

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

11 years agotesting hook
Guido Kanschat [Mon, 15 Apr 2013 13:57:37 +0000 (13:57 +0000)]
testing hook

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

11 years agoindentation
Guido Kanschat [Mon, 15 Apr 2013 13:35:34 +0000 (13:35 +0000)]
indentation

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

11 years agonotes on indentation
Guido Kanschat [Mon, 15 Apr 2013 13:25:31 +0000 (13:25 +0000)]
notes on indentation

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

11 years agoRemove page feed characters
Matthias Maier [Mon, 15 Apr 2013 12:18:17 +0000 (12:18 +0000)]
Remove page feed characters

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

11 years agoBump tbb to version newest version
Matthias Maier [Mon, 15 Apr 2013 12:10:47 +0000 (12:10 +0000)]
Bump tbb to version newest version

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

11 years agoAdded a perspective view to GridOut::write_svg
Christian Wuelker [Mon, 15 Apr 2013 11:21:24 +0000 (11:21 +0000)]
Added a perspective view to GridOut::write_svg

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

11 years agoMake clear that a word refers to the name of a directory.
Wolfgang Bangerth [Sun, 14 Apr 2013 17:13:36 +0000 (17:13 +0000)]
Make clear that a word refers to the name of a directory.

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

11 years agoVery important back-slash in out header.
Toby D. Young [Sun, 14 Apr 2013 13:42:44 +0000 (13:42 +0000)]
Very important back-slash in out header.

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

11 years agoBasic building block for exporting grids in MathGL format (Known bug: Not standard...
Toby D. Young [Sun, 14 Apr 2013 12:57:32 +0000 (12:57 +0000)]
Basic building block for exporting grids in MathGL format (Known bug: Not standard cell orientations are not properly implemented).

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

11 years agoCMake: Bugfixes in FindTBB.cmake
Matthias Maier [Sun, 14 Apr 2013 07:05:05 +0000 (07:05 +0000)]
CMake: Bugfixes in FindTBB.cmake

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

11 years agoImprove wording in LICENSE
Matthias Maier [Fri, 12 Apr 2013 22:52:07 +0000 (22:52 +0000)]
Improve wording in LICENSE

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

11 years agoMention removal of deprecated header files.
Wolfgang Bangerth [Fri, 12 Apr 2013 21:04:44 +0000 (21:04 +0000)]
Mention removal of deprecated header files.

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

11 years agoLeave a note. This probably also explains what is going wrong in this program
Wolfgang Bangerth [Fri, 12 Apr 2013 20:54:29 +0000 (20:54 +0000)]
Leave a note. This probably also explains what is going wrong in this program
at the moment.

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

11 years agoremove obsolete files
Guido Kanschat [Fri, 12 Apr 2013 17:31:16 +0000 (17:31 +0000)]
remove obsolete files

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

11 years agoA couple more.
Wolfgang Bangerth [Fri, 12 Apr 2013 16:07:17 +0000 (16:07 +0000)]
A couple more.

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

11 years agolicense information and global readme
Guido Kanschat [Fri, 12 Apr 2013 08:15:28 +0000 (08:15 +0000)]
license information and global readme

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

11 years agoPut a note at the top of this file linking back to the 7.3 readme.html.
Wolfgang Bangerth [Thu, 11 Apr 2013 19:24:59 +0000 (19:24 +0000)]
Put a note at the top of this file linking back to the 7.3 readme.html.

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

11 years agogive a hint on what tutorials to start with
Timo Heister [Thu, 11 Apr 2013 18:31:48 +0000 (18:31 +0000)]
give a hint on what tutorials to start with

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

11 years agoCG with PreconditionIdentity behaves slightly differently with the change in 29254...
Martin Kronbichler [Thu, 11 Apr 2013 11:55:31 +0000 (11:55 +0000)]
CG with PreconditionIdentity behaves slightly differently with the change in 29254 which on border cases makes iteration number different (but not less correct).

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

11 years agoFix typo.
Martin Kronbichler [Thu, 11 Apr 2013 06:03:30 +0000 (06:03 +0000)]
Fix typo.

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

11 years agoReduce number of auxiliary vectors in CG by one.
Martin Kronbichler [Thu, 11 Apr 2013 05:36:29 +0000 (05:36 +0000)]
Reduce number of auxiliary vectors in CG by one.

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

11 years agoRemove warning.
Martin Kronbichler [Thu, 11 Apr 2013 05:34:10 +0000 (05:34 +0000)]
Remove warning.

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

11 years agoDo not use 'step-23' in the alt= text of an image link since our
Wolfgang Bangerth [Wed, 10 Apr 2013 22:54:28 +0000 (22:54 +0000)]
Do not use 'step-23' in the alt= text of an image link since our
filter scripts replaces it with something that contains double quotes
and the result is something that doxygen converts into HTML that
browsers can no longer parse -- i.e., the result no longer shows the
image we want here.

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

11 years agoDo not use 'step-23' in the alt= text of an image link since our
Wolfgang Bangerth [Wed, 10 Apr 2013 22:53:10 +0000 (22:53 +0000)]
Do not use 'step-23' in the alt= text of an image link since our
filter scripts replaces it with something that contains double quotes
and the result is something that doxygen converts into HTML that
browsers can no longer parse -- i.e., the result no longer shows the
image we want here.

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

11 years agoRemove contrib/boost-1.49.0 folder structure
Matthias Maier [Wed, 10 Apr 2013 22:01:29 +0000 (22:01 +0000)]
Remove contrib/boost-1.49.0 folder structure

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

11 years agoBugfix, also build matrix_tools.cc
Matthias Maier [Wed, 10 Apr 2013 14:40:51 +0000 (14:40 +0000)]
Bugfix, also build matrix_tools.cc

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

11 years agoDo the same for algorithms as well
Matthias Maier [Wed, 10 Apr 2013 14:02:17 +0000 (14:02 +0000)]
Do the same for algorithms as well

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

11 years agoComplete the separation of numerics and meshworker and matrix_free and move
Matthias Maier [Wed, 10 Apr 2013 14:02:16 +0000 (14:02 +0000)]
Complete the separation of numerics and meshworker and matrix_free and move
*.cc and *.inst.in files to their corresponding places

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

11 years agoRename two variables.
Wolfgang Bangerth [Wed, 10 Apr 2013 11:42:47 +0000 (11:42 +0000)]
Rename two variables.

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

11 years agoCMake: Well, yes. Third attempt to fix this rpath thing
Matthias Maier [Wed, 10 Apr 2013 11:25:33 +0000 (11:25 +0000)]
CMake: Well, yes. Third attempt to fix this rpath thing

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

11 years agoWhat a typo...
Matthias Maier [Wed, 10 Apr 2013 11:18:09 +0000 (11:18 +0000)]
What a typo...

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

11 years agoCMake: Bugfix
Matthias Maier [Wed, 10 Apr 2013 10:27:15 +0000 (10:27 +0000)]
CMake: Bugfix

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

11 years agoCMake: Improve construction of the rpath directive for Make.global_options
Matthias Maier [Wed, 10 Apr 2013 10:05:08 +0000 (10:05 +0000)]
CMake: Improve construction of the rpath directive for Make.global_options

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

11 years agoCMake: Sanitize the include path given by TrilinosConfig.cmake...
Matthias Maier [Wed, 10 Apr 2013 09:52:41 +0000 (09:52 +0000)]
CMake: Sanitize the include path given by TrilinosConfig.cmake...

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

11 years agoCMake: Deduplicate entries in DEAL_II_USER_INCLUDE_DIRS
Matthias Maier [Wed, 10 Apr 2013 09:44:09 +0000 (09:44 +0000)]
CMake: Deduplicate entries in DEAL_II_USER_INCLUDE_DIRS

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

11 years agoCMake: Export Mumps headers to User as well
Matthias Maier [Wed, 10 Apr 2013 09:39:35 +0000 (09:39 +0000)]
CMake: Export Mumps headers to User as well

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

11 years agoCMake: Only specify targets that are full paths in Make.global_options
Matthias Maier [Wed, 10 Apr 2013 09:25:18 +0000 (09:25 +0000)]
CMake: Only specify targets that are full paths in Make.global_options

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

11 years agoCMake: Bugfix: Export Boost_INCLUDE_DIRS to the user as well
Matthias Maier [Wed, 10 Apr 2013 07:58:05 +0000 (07:58 +0000)]
CMake: Bugfix: Export Boost_INCLUDE_DIRS to the user as well

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

11 years agoadded first test for a script to generate an offline documentation
Timo Heister [Wed, 10 Apr 2013 04:20:39 +0000 (04:20 +0000)]
added first test for a script to generate an offline documentation

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

11 years agoNew test.
Wolfgang Bangerth [Wed, 10 Apr 2013 03:15:07 +0000 (03:15 +0000)]
New test.

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

11 years agoCMake: Fix two typos
Matthias Maier [Tue, 9 Apr 2013 23:25:45 +0000 (23:25 +0000)]
CMake: Fix two typos

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

11 years agoInstantiate VectorTools::subtract_mean_value for all serial vector types. Throw an...
Matthias Maier [Tue, 9 Apr 2013 21:16:53 +0000 (21:16 +0000)]
Instantiate VectorTools::subtract_mean_value for all serial vector types. Throw an error if a distributed one is used.

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

11 years agoAdd a 1d mesh worker test.
Wolfgang Bangerth [Tue, 9 Apr 2013 19:48:19 +0000 (19:48 +0000)]
Add a 1d mesh worker test.

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

11 years agoIt is now possible to use the MeshWorker framework in 1d as well.
Wolfgang Bangerth [Tue, 9 Apr 2013 19:34:44 +0000 (19:34 +0000)]
It is now possible to use the MeshWorker framework in 1d as well.
(Patch by Scott Miller.)

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

11 years agoMake sure it is possible to create default-constructed objects of type Triangulation...
Wolfgang Bangerth [Tue, 9 Apr 2013 19:11:58 +0000 (19:11 +0000)]
Make sure it is possible to create default-constructed objects of type Triangulation<1>::face_iterator.

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

11 years agoMake sure it is possible to create default-constructed objects of type Triangulation...
Wolfgang Bangerth [Tue, 9 Apr 2013 19:11:44 +0000 (19:11 +0000)]
Make sure it is possible to create default-constructed objects of type Triangulation<1>::face_iterator.

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

11 years agoMake sure it is possible to create default-constructed objects of type Triangulation...
Wolfgang Bangerth [Tue, 9 Apr 2013 19:09:20 +0000 (19:09 +0000)]
Make sure it is possible to create default-constructed objects of type Triangulation<1>::face_iterator.

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

11 years agoFix one more instance of an outdated error message.
Wolfgang Bangerth [Tue, 9 Apr 2013 15:02:48 +0000 (15:02 +0000)]
Fix one more instance of an outdated error message.

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

11 years agoReindent comments, fix some CMake warnings
Matthias Maier [Tue, 9 Apr 2013 12:09:54 +0000 (12:09 +0000)]
Reindent comments, fix some CMake warnings

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

11 years agostep-42: print correct cell number
Timo Heister [Mon, 8 Apr 2013 20:55:46 +0000 (20:55 +0000)]
step-42: print correct cell number

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