]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoUpdate description of the mesh converter program after the switch to cmake.
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.
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.
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.
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.
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.
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.
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"
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.
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.
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...
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.
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
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.
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.
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...
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.
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
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.
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.
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.
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.
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...
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
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
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
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
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
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
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
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.
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.
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.
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.
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.
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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...
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
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
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.
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
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
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.
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
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.
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
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...
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.
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.
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.
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
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
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
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
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
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
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.
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
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...
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
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
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...
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
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
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
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
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
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.
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
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...
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.
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.
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...
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...
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...
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.
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
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
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

11 years agostep-42: hand constant modes to preconditioner
heister [Mon, 8 Apr 2013 20:54:40 +0000 (20:54 +0000)]
step-42: hand constant modes to preconditioner

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

11 years agoWell, do it correctly.
maier [Mon, 8 Apr 2013 18:49:48 +0000 (18:49 +0000)]
Well, do it correctly.

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

11 years agoImprove VectorTools::subtract_mean_value
maier [Mon, 8 Apr 2013 18:27:48 +0000 (18:27 +0000)]
Improve VectorTools::subtract_mean_value

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

11 years agoBugfix: Allow to call ConvergenceTable::evaluate_convergence_rates multiple times
maier [Mon, 8 Apr 2013 13:55:10 +0000 (13:55 +0000)]
Bugfix: Allow to call ConvergenceTable::evaluate_convergence_rates multiple times

The corresponding methods will now just update missing entries in the
corresponding rows instead of insisting that a row must be empty...

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

11 years agoSmall documentation update
maier [Sun, 7 Apr 2013 21:37:20 +0000 (21:37 +0000)]
Small documentation update

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