]>
https://gitweb.dealii.org/ - dealii.git/log
Matthias Maier [Tue, 23 Apr 2013 08:00:19 +0000 (08:00 +0000)]
Add the log_lock mutex to the three new method in LogStream that modify the stream
This ensures consistency of the simultaneous get and set procedure.
git-svn-id: https://svn.dealii.org/trunk@29364
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 23 Apr 2013 01:45:52 +0000 (01:45 +0000)]
Patch by Fahad Alrashed: Save state of output stream around writing data in FullMatrix::print.
git-svn-id: https://svn.dealii.org/trunk@29363
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 23 Apr 2013 01:23:32 +0000 (01:23 +0000)]
Commit the second part of Fahad's patch that was accidentally forgotten :-(
git-svn-id: https://svn.dealii.org/trunk@29362
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 23 Apr 2013 01:20:15 +0000 (01:20 +0000)]
Patch by Fahad Alrashed: Provide additional member functions for LogStream.
git-svn-id: https://svn.dealii.org/trunk@29361
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Mon, 22 Apr 2013 22:29:41 +0000 (22:29 +0000)]
CMake: Print a hint on how to get the help message in the autopilot macro
git-svn-id: https://svn.dealii.org/trunk@29360
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Mon, 22 Apr 2013 21:20:02 +0000 (21:20 +0000)]
And fix the test
git-svn-id: https://svn.dealii.org/trunk@29359
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Mon, 22 Apr 2013 21:10:36 +0000 (21:10 +0000)]
Fix a bug introduced with the mangling in r 29126
git-svn-id: https://svn.dealii.org/trunk@29358
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Sun, 21 Apr 2013 20:04:34 +0000 (20:04 +0000)]
Avoid using FETools::get_fe_from_name and evaluate on 1D line instead.
git-svn-id: https://svn.dealii.org/trunk@29356
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Sun, 21 Apr 2013 17:23:40 +0000 (17:23 +0000)]
Make fixed_power also work for data types that have no implicit conversion from int by avoiding setting the return value to 1 for N==0 (only N>0 allowed anyway).
git-svn-id: https://svn.dealii.org/trunk@29355
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 21 Apr 2013 16:48:46 +0000 (16:48 +0000)]
Make SparseDirectUMFPACK also understand block vectors.
git-svn-id: https://svn.dealii.org/trunk@29354
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Sun, 21 Apr 2013 16:31:40 +0000 (16:31 +0000)]
CMAKE: *shhh*
git-svn-id: https://svn.dealii.org/trunk@29353
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Sun, 21 Apr 2013 16:22:56 +0000 (16:22 +0000)]
CMake: Bugfix: Query petscvariables for the full link interface for petsc
git-svn-id: https://svn.dealii.org/trunk@29352
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Sun, 21 Apr 2013 16:12:29 +0000 (16:12 +0000)]
Fix case with const vectors.
git-svn-id: https://svn.dealii.org/trunk@29351
0785d39b -7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Sat, 20 Apr 2013 16:29:05 +0000 (16:29 +0000)]
Support BlockVector in matrix free class: access individual blocks of these vectors (it was possible also before to directly access a BlockVector with operator(), but that is very inefficient). Add/update tests.
git-svn-id: https://svn.dealii.org/trunk@29350
0785d39b -7218-0410-832d-
ea1e28bc413d
Toby D. Young [Sat, 20 Apr 2013 12:18:30 +0000 (12:18 +0000)]
Interface to SLEPc's interface to a LAPACK direct solver.
git-svn-id: https://svn.dealii.org/trunk@29349
0785d39b -7218-0410-832d-
ea1e28bc413d
Toby D. Young [Sat, 20 Apr 2013 11:41:15 +0000 (11:41 +0000)]
Exemplify solver options in documentation.
git-svn-id: https://svn.dealii.org/trunk@29348
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 19 Apr 2013 18:47:16 +0000 (18:47 +0000)]
Revert 29343 again, for the same reason as before.
git-svn-id: https://svn.dealii.org/trunk@29344
0785d39b -7218-0410-832d-
ea1e28bc413d
Matthias Maier [Fri, 19 Apr 2013 14:38:47 +0000 (14:38 +0000)]
Revert "Revert r29332 since it leads to bad entries in common/Make.global_options."
And provide a fix for the underlying problem
git-svn-id: https://svn.dealii.org/trunk@29343
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 19 Apr 2013 12:07:59 +0000 (12:07 +0000)]
Fix what kind of thesis it actually was!
git-svn-id: https://svn.dealii.org/trunk@29342
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 19 Apr 2013 12:06:30 +0000 (12:06 +0000)]
One more.
git-svn-id: https://svn.dealii.org/trunk@29341
0785d39b -7218-0410-832d-
ea1e28bc413d
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.