]>
https://gitweb.dealii.org/ - dealii.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Timo 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
Matthias 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
Matthias 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
Matthias 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
Matthias 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
Wolfgang Bangerth [Sun, 7 Apr 2013 16:42:23 +0000 (16:42 +0000)]
Clean up some confusion with function arguments.
git-svn-id: https://svn.dealii.org/trunk@29212
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 7 Apr 2013 16:37:50 +0000 (16:37 +0000)]
Fix an instance of a comparison that (i) uses the wrong type and (ii) is
almost certainly incorrect (using invalid_subdomain_id instead of
artificial_subdomain_id).
git-svn-id: https://svn.dealii.org/trunk@29211
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sat, 6 Apr 2013 00:01:34 +0000 (00:01 +0000)]
Augment documentation with a section stolen from the Aspect module.
git-svn-id: https://svn.dealii.org/trunk@29208
0785d39b -7218-0410-832d-
ea1e28bc413d
Timo Heister [Fri, 5 Apr 2013 23:54:53 +0000 (23:54 +0000)]
fix doc
git-svn-id: https://svn.dealii.org/trunk@29207
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Fri, 5 Apr 2013 21:50:31 +0000 (21:50 +0000)]
CMake: Speedup cache run when Trilinos is enabled
git-svn-id: https://svn.dealii.org/trunk@29206
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 5 Apr 2013 21:25:10 +0000 (21:25 +0000)]
Improve section heading.
git-svn-id: https://svn.dealii.org/trunk@29205
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 5 Apr 2013 17:48:43 +0000 (17:48 +0000)]
Fix bug #4: Triangulation::distort_random accidentally only ever moved points in positive coordinate directions.
git-svn-id: https://svn.dealii.org/trunk@29204
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 5 Apr 2013 17:47:28 +0000 (17:47 +0000)]
Fix bug #4: Triangulation::distort_random accidentally only ever moved points in positive coordinate directions.
git-svn-id: https://svn.dealii.org/trunk@29203
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.