]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
15 years agoFix date.
bangerth [Sat, 11 Oct 2008 00:03:15 +0000 (00:03 +0000)]
Fix date.

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

15 years agoCompletely rewrite passing back and forth function descriptors from the Threads:...
bangerth [Fri, 10 Oct 2008 23:55:13 +0000 (23:55 +0000)]
Completely rewrite passing back and forth function descriptors from the Threads::spawn functions to the place where threads are created and then where the function is called on the new thread. Previously, this was done using function pointers and boost::tuple for argument lists. Now, we use the boost::bind and boost::function libraries that encapsulate all these things nicely. The end result is a reducting in the size of base/include/base/thread_management.h of 4,050 lines, finally making the file readable again.

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

15 years agoReduce the number of arguments of a helper function from 10 to 9 to make it work...
bangerth [Fri, 10 Oct 2008 23:32:01 +0000 (23:32 +0000)]
Reduce the number of arguments of a helper function from 10 to 9 to make it work with the new and upcoming threading framework.

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

15 years agoFix the remaining bug in dealing with level_1_difference_at_vertices in 1d.
bangerth [Thu, 9 Oct 2008 21:39:34 +0000 (21:39 +0000)]
Fix the remaining bug in dealing with level_1_difference_at_vertices in 1d.

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

15 years agoAdd apparently missing space.
bangerth [Thu, 9 Oct 2008 20:57:39 +0000 (20:57 +0000)]
Add apparently missing space.

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

15 years agoFix a bug in GridOut<1>::write_gnuplot.
bangerth [Thu, 9 Oct 2008 20:50:34 +0000 (20:50 +0000)]
Fix a bug in GridOut<1>::write_gnuplot.

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

15 years agoAdd the coarsening_* tests.
bangerth [Thu, 9 Oct 2008 20:41:56 +0000 (20:41 +0000)]
Add the coarsening_* tests.

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

15 years agoReplace -soname by a generic way that also works for MAC OS X.
bangerth [Thu, 9 Oct 2008 20:28:02 +0000 (20:28 +0000)]
Replace -soname by a generic way that also works for MAC OS X.

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

15 years agofix some stale documentation
kanschat [Thu, 9 Oct 2008 19:46:12 +0000 (19:46 +0000)]
fix some stale documentation

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

15 years agoUpdate lac directory
kronbichler [Wed, 8 Oct 2008 13:22:13 +0000 (13:22 +0000)]
Update lac directory

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

15 years agoAdd one more file with generic preconditioner interfaces.
kronbichler [Wed, 8 Oct 2008 13:11:08 +0000 (13:11 +0000)]
Add one more file with generic preconditioner interfaces.

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

15 years agoMade the interface to Trilinos preconditioners more generic. Now AMG can be controlle...
kronbichler [Wed, 8 Oct 2008 13:09:28 +0000 (13:09 +0000)]
Made the interface to Trilinos preconditioners more generic. Now AMG can be controlled in the same way as Ifpack preconditioners. Moreover, AMG now has an AdditionalData() field which takes precondition parameters.

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

15 years agoAdd proper output file.
bangerth [Wed, 8 Oct 2008 01:48:56 +0000 (01:48 +0000)]
Add proper output file.

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

15 years agoAdd the ability to read meshes in GMSH format version 2.
bangerth [Wed, 8 Oct 2008 01:32:04 +0000 (01:32 +0000)]
Add the ability to read meshes in GMSH format version 2.

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

15 years agoForce link of library file even if a previous file existed of that name.
bangerth [Wed, 8 Oct 2008 01:00:03 +0000 (01:00 +0000)]
Force link of library file even if a previous file existed of that name.

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

15 years agoAdd a comment.
bangerth [Tue, 7 Oct 2008 21:52:32 +0000 (21:52 +0000)]
Add a comment.

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

15 years agoIgnore versioned shared libs.
bangerth [Tue, 7 Oct 2008 20:57:22 +0000 (20:57 +0000)]
Ignore versioned shared libs.

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

15 years agoUse versioned dynamic libraries to make installing on distributions like Fedora or...
bangerth [Tue, 7 Oct 2008 20:56:22 +0000 (20:56 +0000)]
Use versioned dynamic libraries to make installing on distributions like Fedora or Debian a bit simpler.

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

15 years agoDeal with external UMFPACK directories that are in different directories such as...
bangerth [Tue, 7 Oct 2008 20:45:30 +0000 (20:45 +0000)]
Deal with external UMFPACK directories that are in different directories such as /usr

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

15 years agoRemove version number since it easily outdates.
bangerth [Tue, 7 Oct 2008 20:06:31 +0000 (20:06 +0000)]
Remove version number since it easily outdates.

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

15 years agoUse the proper dimensions for the maximal number of iterations.
bangerth [Tue, 7 Oct 2008 19:57:16 +0000 (19:57 +0000)]
Use the proper dimensions for the maximal number of iterations.

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

15 years agoUse the proper dimensions for the maximal number of iterations.
bangerth [Tue, 7 Oct 2008 19:56:40 +0000 (19:56 +0000)]
Use the proper dimensions for the maximal number of iterations.

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

15 years agoUse the proper dimensions for the maximal number of iterations.
bangerth [Tue, 7 Oct 2008 19:55:37 +0000 (19:55 +0000)]
Use the proper dimensions for the maximal number of iterations.

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

15 years agoForgot to check in one more file
kronbichler [Tue, 7 Oct 2008 05:37:34 +0000 (05:37 +0000)]
Forgot to check in one more file

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

15 years agoAdd output files for recently upgraded gcc.
bangerth [Tue, 7 Oct 2008 03:35:07 +0000 (03:35 +0000)]
Add output files for recently upgraded gcc.

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

15 years agoAdd output files for recently upgraded gcc.
bangerth [Tue, 7 Oct 2008 03:28:13 +0000 (03:28 +0000)]
Add output files for recently upgraded gcc.

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

15 years agoAdd some more output files after recent gcc update.
bangerth [Tue, 7 Oct 2008 03:15:59 +0000 (03:15 +0000)]
Add some more output files after recent gcc update.

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

15 years agoUpdate tests after the system and its compiler has been upgraded on strange.
bangerth [Tue, 7 Oct 2008 03:09:46 +0000 (03:09 +0000)]
Update tests after the system and its compiler has been upgraded on strange.

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

15 years agoAdd a test that currently fails because we can't seem to enforce level-1-difference...
bangerth [Tue, 7 Oct 2008 03:09:05 +0000 (03:09 +0000)]
Add a test that currently fails because we can't seem to enforce level-1-difference at vertices in 1d.

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

15 years agoImprove the situation somewhat but deal.II/coarsening_02_1d is still failing, albeit...
bangerth [Tue, 7 Oct 2008 03:07:03 +0000 (03:07 +0000)]
Improve the situation somewhat but deal.II/coarsening_02_1d is still failing, albeit after more refinement steps.

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

15 years agoBe less conservative but potentially less correct also. We'll see if this comes back...
bangerth [Mon, 6 Oct 2008 19:32:18 +0000 (19:32 +0000)]
Be less conservative but potentially less correct also. We'll see if this comes back to biting us. To be on the safe side, add an assertion to the code.

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

15 years agoUpdate tests after previous system and compiler upgrade.
bangerth [Mon, 6 Oct 2008 19:28:04 +0000 (19:28 +0000)]
Update tests after previous system and compiler upgrade.

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

15 years agoUpdate tests after previous system and compiler upgrade.
bangerth [Mon, 6 Oct 2008 19:27:44 +0000 (19:27 +0000)]
Update tests after previous system and compiler upgrade.

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

15 years agoFix a bug where we produce meshes that do not honor the Triangulation::limit_level_di...
bangerth [Mon, 6 Oct 2008 18:54:55 +0000 (18:54 +0000)]
Fix a bug where we produce meshes that do not honor the Triangulation::limit_level_difference_at_vertices flag.

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

15 years agoAdded a new function for data exchange to Trilinos vector. Added a block direct solve...
kronbichler [Mon, 6 Oct 2008 17:02:37 +0000 (17:02 +0000)]
Added a new function for data exchange to Trilinos vector. Added a block direct solve as Trilinos preconditioner.

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

15 years agoPatch by Adam Powell: Use the amsmath package to create latex formulas.
bangerth [Sun, 5 Oct 2008 19:37:59 +0000 (19:37 +0000)]
Patch by Adam Powell: Use the amsmath package to create latex formulas.

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

15 years agoDon't use -Wno-long-double on MAC when not available.
bangerth [Fri, 3 Oct 2008 18:44:10 +0000 (18:44 +0000)]
Don't use -Wno-long-double on MAC when not available.

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

15 years agoFix typo.
bangerth [Wed, 1 Oct 2008 16:00:43 +0000 (16:00 +0000)]
Fix typo.

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

15 years agoSet svn:ignore.
bangerth [Wed, 1 Oct 2008 15:14:07 +0000 (15:14 +0000)]
Set svn:ignore.

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

15 years agoAdjust to recent changes in SolutionTransfer.
bangerth [Tue, 30 Sep 2008 20:33:56 +0000 (20:33 +0000)]
Adjust to recent changes in SolutionTransfer.

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

15 years agoAdjust output.
bangerth [Tue, 30 Sep 2008 20:29:30 +0000 (20:29 +0000)]
Adjust output.

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

15 years agoRemove some old code meant to suppress warnings that now produces warnings itself.
bangerth [Tue, 30 Sep 2008 18:58:11 +0000 (18:58 +0000)]
Remove some old code meant to suppress warnings that now produces warnings itself.

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

15 years ago'mutable' should be at the beginning of the declaration.
bangerth [Tue, 30 Sep 2008 18:54:40 +0000 (18:54 +0000)]
'mutable' should be at the beginning of the declaration.

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

15 years agoAdd test.
bangerth [Mon, 29 Sep 2008 23:16:04 +0000 (23:16 +0000)]
Add test.

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

15 years agoRemove auto-generated file.
bangerth [Mon, 29 Sep 2008 19:22:04 +0000 (19:22 +0000)]
Remove auto-generated file.

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

15 years agoFix comment.
bangerth [Mon, 29 Sep 2008 18:55:34 +0000 (18:55 +0000)]
Fix comment.

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

15 years agoAdd new tests that test without building a rhs vector.
bangerth [Mon, 29 Sep 2008 18:54:02 +0000 (18:54 +0000)]
Add new tests that test without building a rhs vector.

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

15 years agoAdd comment.
bangerth [Mon, 29 Sep 2008 18:39:33 +0000 (18:39 +0000)]
Add comment.

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

15 years agoAdd a TODO.
bangerth [Mon, 29 Sep 2008 18:21:28 +0000 (18:21 +0000)]
Add a TODO.

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

15 years agoExpect gfortran 4.4.
bangerth [Mon, 29 Sep 2008 18:16:25 +0000 (18:16 +0000)]
Expect gfortran 4.4.

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

15 years agoWhen generating an empty matrix, call FillComplete() in case that empty matrix is...
kronbichler [Sun, 28 Sep 2008 19:42:14 +0000 (19:42 +0000)]
When generating an empty matrix, call FillComplete() in case that empty matrix is requested somewhere.

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

15 years agoAdded a few references to serial TrilinosWrappers vectors.
kronbichler [Sun, 28 Sep 2008 17:09:11 +0000 (17:09 +0000)]
Added a few references to serial TrilinosWrappers vectors.

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

15 years agoAdded a copy constructor to the Trilinos sparse matrix class.
kronbichler [Sun, 28 Sep 2008 16:05:24 +0000 (16:05 +0000)]
Added a copy constructor to the Trilinos sparse matrix class.

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

15 years agoIntroduce a temporary vector in the Trilinos SparseMatrix class that is used for...
kronbichler [Sat, 27 Sep 2008 11:12:43 +0000 (11:12 +0000)]
Introduce a temporary vector in the Trilinos SparseMatrix class that is used for faster vmult_add and matrix_scalar_product operations.

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

15 years agoFixed an error that was caused by a different constructor in the new Trilinos 9.0...
kronbichler [Sat, 27 Sep 2008 11:07:24 +0000 (11:07 +0000)]
Fixed an error that was caused by a different constructor in the new Trilinos 9.0.0 version.

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

15 years agoForgot to add a file.
kronbichler [Fri, 26 Sep 2008 07:56:08 +0000 (07:56 +0000)]
Forgot to add a file.

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

15 years agoGroup the comments in a better way.
kronbichler [Thu, 25 Sep 2008 16:18:40 +0000 (16:18 +0000)]
Group the comments in a better way.

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

16 years agoFix totally botched sentence.
bangerth [Thu, 25 Sep 2008 13:28:18 +0000 (13:28 +0000)]
Fix totally botched sentence.

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

16 years agoFix typo.
bangerth [Thu, 25 Sep 2008 13:20:35 +0000 (13:20 +0000)]
Fix typo.

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

16 years agoAdded a reinit function.
kronbichler [Wed, 24 Sep 2008 13:58:52 +0000 (13:58 +0000)]
Added a reinit function.

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

16 years agoReduced residual tolerance for CG solve in inverse matrix by a factor of 10. It is...
kronbichler [Wed, 24 Sep 2008 07:11:30 +0000 (07:11 +0000)]
Reduced residual tolerance for CG solve in inverse matrix by a factor of 10. It is essential to solve the inner matrix to high enough accuracy, since inaccuracies significantly increase the number of outer GMRES iterations.

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

16 years agoChanged preconditioner for pressure mass matrix from SSOR to IC. We need twice as...
kronbichler [Wed, 24 Sep 2008 07:05:45 +0000 (07:05 +0000)]
Changed preconditioner for pressure mass matrix from SSOR to IC. We need twice as many iterations then, but the costs for each iteration are only one fourth, so we still gain.

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

16 years agoAllow default argument on SparseILU::initialize.
bangerth [Tue, 23 Sep 2008 20:00:19 +0000 (20:00 +0000)]
Allow default argument on SparseILU::initialize.

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

16 years agoLink to results section of step-6 for a discussion of preconditioners.
bangerth [Tue, 23 Sep 2008 19:45:57 +0000 (19:45 +0000)]
Link to results section of step-6 for a discussion of preconditioners.

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

16 years agoAdd a comparison of solvers/preconditioners.
bangerth [Tue, 23 Sep 2008 16:52:39 +0000 (16:52 +0000)]
Add a comparison of solvers/preconditioners.

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

16 years agoAdd a few results.
bangerth [Tue, 23 Sep 2008 13:44:37 +0000 (13:44 +0000)]
Add a few results.

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

16 years agoRelease the preconditioner object before a re-generation.
kronbichler [Tue, 23 Sep 2008 09:22:55 +0000 (09:22 +0000)]
Release the preconditioner object before a re-generation.

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

16 years agoTrilinos Ifpack preconditioner wrapper classes are now derived from a PreconditionBas...
kronbichler [Tue, 23 Sep 2008 07:23:14 +0000 (07:23 +0000)]
Trilinos Ifpack preconditioner wrapper classes are now derived from a PreconditionBase class. Add a wrapper class to the Trilinos AztecOO solver for basic (non-block) systems.

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

16 years agoUpdate to r48848 from http://svn.boost.org/svn/boost/trunk/boost/detail/spinlock.hpp
bangerth [Mon, 22 Sep 2008 12:45:02 +0000 (12:45 +0000)]
Update to r48848 from http://svn.boost.org/svn/boost/trunk/boost/detail/spinlock.hpp

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

16 years agoContinue documenting.
bangerth [Mon, 22 Sep 2008 02:06:44 +0000 (02:06 +0000)]
Continue documenting.

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

16 years agoComment on boundary conditions.
bangerth [Mon, 22 Sep 2008 02:03:55 +0000 (02:03 +0000)]
Comment on boundary conditions.

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

16 years agoRename a couple of variables.
bangerth [Mon, 22 Sep 2008 02:03:09 +0000 (02:03 +0000)]
Rename a couple of variables.

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

16 years agoAugment documentation
bangerth [Mon, 22 Sep 2008 01:45:13 +0000 (01:45 +0000)]
Augment documentation

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

16 years agoAugment.
bangerth [Mon, 22 Sep 2008 01:42:45 +0000 (01:42 +0000)]
Augment.

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

16 years agoDocument the first two auxiliary functions. Avoid one mistake.
bangerth [Sun, 21 Sep 2008 23:30:11 +0000 (23:30 +0000)]
Document the first two auxiliary functions. Avoid one mistake.

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

16 years agoRemove the pressure boundary values -- they are only ever zero, and don't provide...
bangerth [Sun, 21 Sep 2008 21:39:19 +0000 (21:39 +0000)]
Remove the pressure boundary values -- they are only ever zero, and don't provide much insight anyway.

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

16 years agoIncorporate the fix from http://thread.gmane.org/gmane.comp.lib.boost.devel/176050...
bangerth [Sun, 21 Sep 2008 21:33:54 +0000 (21:33 +0000)]
Incorporate the fix from http://thread.gmane.org/gmane.comp.lib.boost.devel/176050 to make it work again on x86_64 using the Intel compiler.

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

16 years agoFix misspelling.
bangerth [Sun, 21 Sep 2008 20:56:27 +0000 (20:56 +0000)]
Fix misspelling.

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

16 years agoDiscuss no normal flux-boundary conditions.
bangerth [Sun, 21 Sep 2008 20:52:43 +0000 (20:52 +0000)]
Discuss no normal flux-boundary conditions.

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

16 years agoRe-scale some images.
bangerth [Sun, 21 Sep 2008 19:00:15 +0000 (19:00 +0000)]
Re-scale some images.

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

16 years agoUse @code...@endcode.
bangerth [Sun, 21 Sep 2008 18:58:06 +0000 (18:58 +0000)]
Use @code...@endcode.

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

16 years agoClarify normal stress.
bangerth [Sun, 21 Sep 2008 18:57:46 +0000 (18:57 +0000)]
Clarify normal stress.

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

16 years agoMake using a sparsity pattern without epetra_map work.
bangerth [Sun, 21 Sep 2008 18:50:47 +0000 (18:50 +0000)]
Make using a sparsity pattern without epetra_map work.

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

16 years agoRemove the Epetra_Maps and the communicator objects necessary for that.
bangerth [Sun, 21 Sep 2008 04:41:13 +0000 (04:41 +0000)]
Remove the Epetra_Maps and the communicator objects necessary for that.

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

16 years agoAllow creation of local block vectors without an Epetra_Map.
bangerth [Sun, 21 Sep 2008 04:38:09 +0000 (04:38 +0000)]
Allow creation of local block vectors without an Epetra_Map.

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

16 years agoAvoid an unnecessary cast.
bangerth [Sun, 21 Sep 2008 04:21:50 +0000 (04:21 +0000)]
Avoid an unnecessary cast.

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

16 years agoAdd the possibility to create block sparse matrices without an Epetra_Map when runnin...
bangerth [Sun, 21 Sep 2008 04:20:06 +0000 (04:20 +0000)]
Add the possibility to create block sparse matrices without an Epetra_Map when running on a single processor.

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

16 years agoReplace {mathbb T} by {cal T} since we don't include the amsmath style.
bangerth [Sun, 21 Sep 2008 04:01:36 +0000 (04:01 +0000)]
Replace {mathbb T} by {cal T} since we don't include the amsmath style.

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

16 years agoMention Trilinos.
bangerth [Sat, 20 Sep 2008 23:31:21 +0000 (23:31 +0000)]
Mention Trilinos.

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

16 years agoMove definition of the Rayleigh number into the EquationData namespace as well.
bangerth [Sat, 20 Sep 2008 03:24:05 +0000 (03:24 +0000)]
Move definition of the Rayleigh number into the EquationData namespace as well.

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

16 years agoOutlook.
bangerth [Sat, 20 Sep 2008 03:20:37 +0000 (03:20 +0000)]
Outlook.

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

16 years agoDocument smaller time step.
bangerth [Sat, 20 Sep 2008 03:11:58 +0000 (03:11 +0000)]
Document smaller time step.

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

16 years agoDescribe the testcase.
bangerth [Sat, 20 Sep 2008 03:01:34 +0000 (03:01 +0000)]
Describe the testcase.

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

16 years agoAdd pending directory, necessary for some older compilers.
bangerth [Sat, 20 Sep 2008 02:40:23 +0000 (02:40 +0000)]
Add pending directory, necessary for some older compilers.

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

16 years agoAdd forgotten expansions of Trilinos MPI vectors.
bangerth [Sat, 20 Sep 2008 02:35:53 +0000 (02:35 +0000)]
Add forgotten expansions of Trilinos MPI vectors.

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

16 years agoUpgrade to boost 1.36.
bangerth [Sat, 20 Sep 2008 02:28:58 +0000 (02:28 +0000)]
Upgrade to boost 1.36.

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

16 years agoImport boost 1.36.
bangerth [Sat, 20 Sep 2008 02:24:46 +0000 (02:24 +0000)]
Import boost 1.36.

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

16 years agoRemove old boost 1.33.1 version
bangerth [Sat, 20 Sep 2008 02:20:21 +0000 (02:20 +0000)]
Remove old boost 1.33.1 version

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

16 years agoSilence a warning.
bangerth [Sat, 20 Sep 2008 02:03:37 +0000 (02:03 +0000)]
Silence a warning.

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

16 years agoUse a slightly smaller time step that is actually stable.
bangerth [Fri, 19 Sep 2008 18:57:23 +0000 (18:57 +0000)]
Use a slightly smaller time step that is actually stable.

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