]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoA more descriptive documentation for the TransformationBase classes.
young [Tue, 23 Apr 2013 11:25:31 +0000 (11:25 +0000)]
A more descriptive documentation for the TransformationBase classes.

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

11 years agoNew function set_target_eigenvalue and minor API tweaks.
young [Tue, 23 Apr 2013 11:08:30 +0000 (11:08 +0000)]
New function set_target_eigenvalue and minor API tweaks.

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

11 years agoFixed bug in FESystem. With 5 components, only 4 where actually generated.
heltai [Tue, 23 Apr 2013 09:38:44 +0000 (09:38 +0000)]
Fixed bug in FESystem. With 5 components, only 4 where actually generated.

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

11 years agoCMake: Remove setup_cpack.cmake. We'll do packaging by hand.
maier [Tue, 23 Apr 2013 08:46:55 +0000 (08:46 +0000)]
CMake: Remove setup_cpack.cmake. We'll do packaging by hand.

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

11 years agoAnd remove the empty directory structure as well
maier [Tue, 23 Apr 2013 08:34:38 +0000 (08:34 +0000)]
And remove the empty directory structure as well

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

11 years agoRemove a stale file
maier [Tue, 23 Apr 2013 08:33:38 +0000 (08:33 +0000)]
Remove a stale file

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

11 years agoSwitch to bundled tbb version "4.1 Update 2013/04/01"
maier [Tue, 23 Apr 2013 08:32:57 +0000 (08:32 +0000)]
Switch to bundled tbb version "4.1 Update 2013/04/01"

  - Enable compilation with clang version 3.0 by making a cast in ASM code
    explicit

  - Suppress warnings about pointer-to-object to pointer-to-function casts

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

11 years agoAdd the log_lock mutex to the three new method in LogStream that modify the stream
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

11 years agoPatch by Fahad Alrashed: Save state of output stream around writing data in FullMatri...
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

11 years agoCommit the second part of Fahad's patch that was accidentally forgotten :-(
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

11 years agoPatch by Fahad Alrashed: Provide additional member functions for LogStream.
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

11 years agoCMake: Print a hint on how to get the help message in the autopilot macro
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

11 years agoAnd fix the test
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

11 years agoFix a bug introduced with the mangling in r 29126
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

11 years agoAvoid using FETools::get_fe_from_name and evaluate on 1D line instead.
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

11 years agoMake fixed_power also work for data types that have no implicit conversion from int...
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

11 years agoMake SparseDirectUMFPACK also understand block vectors.
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

11 years agoCMAKE: *shhh*
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

11 years agoCMake: Bugfix: Query petscvariables for the full link interface for petsc
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

11 years agoFix case with const vectors.
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

11 years agoSupport BlockVector in matrix free class: access individual blocks of these vectors...
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

11 years agoInterface to SLEPc's interface to a LAPACK direct solver.
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

11 years agoExemplify solver options in documentation.
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

11 years agoRevert 29343 again, for the same reason as before.
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

11 years agoRevert "Revert r29332 since it leads to bad entries in common/Make.global_options."
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

11 years agoFix what kind of thesis it actually was!
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

11 years agoOne more.
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

11 years agoRevert r29332 since it leads to bad entries in common/Make.global_options. See bug...
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
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.
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.
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...
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.
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


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.