]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
20 years agoRemove some leftover code that wasn't meant to be left there.
wolf [Mon, 21 Jun 2004 22:07:35 +0000 (22:07 +0000)]
Remove some leftover code that wasn't meant to be left there.

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

20 years agoDon't check for capacity(), as this is implementation defined. The check has
wolf [Mon, 21 Jun 2004 21:54:59 +0000 (21:54 +0000)]
Don't check for capacity(), as this is implementation defined. The check has
passed in my testing, though, so my code seems to be correct.

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

20 years agoInclude <algorithm>. <set> is not needed any more.
wolf [Mon, 21 Jun 2004 21:54:07 +0000 (21:54 +0000)]
Include <algorithm>. <set> is not needed any more.

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

20 years agoImproved CompressedSparsityPattern.
wolf [Mon, 21 Jun 2004 20:01:24 +0000 (20:01 +0000)]
Improved CompressedSparsityPattern.

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

20 years agoAdd some stats to the documentation.
wolf [Mon, 21 Jun 2004 19:54:23 +0000 (19:54 +0000)]
Add some stats to the documentation.

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

20 years agoMore changed files due to the fixed CompressedSparsityPattern::max_entries_per_row...
wolf [Mon, 21 Jun 2004 19:31:45 +0000 (19:31 +0000)]
More changed files due to the fixed CompressedSparsityPattern::max_entries_per_row bug.

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

20 years agoFix a bug where CompressedSparsityPattern::max_entries_per_row ignored the first...
wolf [Mon, 21 Jun 2004 19:02:50 +0000 (19:02 +0000)]
Fix a bug where CompressedSparsityPattern::max_entries_per_row ignored the first row of a matrix.

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

20 years agoFix CompressedSparsityPattern::max_entries_per_row
wolf [Mon, 21 Jun 2004 18:47:34 +0000 (18:47 +0000)]
Fix CompressedSparsityPattern::max_entries_per_row

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

20 years agoUse a more sophisticated algorithm for the compressed sparsity pattern that uses...
wolf [Mon, 21 Jun 2004 17:02:47 +0000 (17:02 +0000)]
Use a more sophisticated algorithm for the compressed sparsity pattern that uses caches and std::vector instead of std::set. std::set allocates 20 bytes each time we add a single integer, which can't be efficient both from memory and run-time viewpoints.

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

20 years agoAvoid warning.
wolf [Mon, 21 Jun 2004 17:00:54 +0000 (17:00 +0000)]
Avoid warning.

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

20 years agoCheck a bit more.
wolf [Mon, 21 Jun 2004 16:56:15 +0000 (16:56 +0000)]
Check a bit more.

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

20 years agoDon't let SparsityPattern be a friend of CompressedSparsityPattern. There are
wolf [Sat, 19 Jun 2004 22:21:01 +0000 (22:21 +0000)]
Don't let SparsityPattern be a friend of CompressedSparsityPattern. There are
better ways to access the data of the latter class.

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

20 years ago.
wolf [Sat, 19 Jun 2004 22:20:10 +0000 (22:20 +0000)]
.

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

20 years agoNew test
wolf [Sat, 19 Jun 2004 22:19:56 +0000 (22:19 +0000)]
New test

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

20 years agoFormat a few comments.
wolf [Sat, 19 Jun 2004 19:19:47 +0000 (19:19 +0000)]
Format a few comments.

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

20 years ago.
wolf [Sat, 19 Jun 2004 19:19:05 +0000 (19:19 +0000)]
.

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

20 years agoNew tests.
wolf [Sat, 19 Jun 2004 19:18:47 +0000 (19:18 +0000)]
New tests.

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

20 years agoAdd a TODO.
wolf [Fri, 18 Jun 2004 20:05:15 +0000 (20:05 +0000)]
Add a TODO.

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

20 years agoENABLE_MULTIGRID removed
guido [Thu, 17 Jun 2004 13:49:10 +0000 (13:49 +0000)]
ENABLE_MULTIGRID removed

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

20 years agoMake some argument references.
wolf [Wed, 16 Jun 2004 18:52:00 +0000 (18:52 +0000)]
Make some argument references.

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

20 years agoAvoid the warning that so uselessly killed our nightly builds :-(
wolf [Tue, 15 Jun 2004 14:43:49 +0000 (14:43 +0000)]
Avoid the warning that so uselessly killed our nightly builds :-(

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

20 years agoFix the functions that take a sparsity pattern so that they really do what they are...
wolf [Tue, 15 Jun 2004 14:31:18 +0000 (14:31 +0000)]
Fix the functions that take a sparsity pattern so that they really do what they are supposed to, i.e. avoid any later memory allocation at all.

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

20 years agoWorkaround
guido [Mon, 14 Jun 2004 22:42:07 +0000 (22:42 +0000)]
Workaround

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

20 years agoDon't mark functions inline in files that are not always included.
wolf [Mon, 14 Jun 2004 15:11:57 +0000 (15:11 +0000)]
Don't mark functions inline in files that are not always included.

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

20 years agoFix formatting.
wolf [Mon, 14 Jun 2004 15:11:31 +0000 (15:11 +0000)]
Fix formatting.

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

20 years agoRepeat something we already had in boost_local to avoid a compiler error about duplic...
wolf [Sat, 12 Jun 2004 23:25:25 +0000 (23:25 +0000)]
Repeat something we already had in boost_local to avoid a compiler error about duplicate symbols in executables.

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

20 years agoAdd a TODO.
wolf [Fri, 11 Jun 2004 18:23:26 +0000 (18:23 +0000)]
Add a TODO.

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

20 years agoUse a more modern way to achieve things.
wolf [Fri, 11 Jun 2004 14:48:38 +0000 (14:48 +0000)]
Use a more modern way to achieve things.

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

20 years agoMake clear() function public in derived classes for which this is sufficient.
wolf [Fri, 11 Jun 2004 14:47:31 +0000 (14:47 +0000)]
Make clear() function public in derived classes for which this is sufficient.

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

20 years agoAdd 2004 to years of copyright for config.h
wolf [Fri, 11 Jun 2004 13:51:22 +0000 (13:51 +0000)]
Add 2004 to years of copyright for config.h

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

20 years agoRemove outdated comment. Only instantiate certain functions if that doesn't trigger...
deal [Thu, 10 Jun 2004 15:44:05 +0000 (15:44 +0000)]
Remove outdated comment. Only instantiate certain functions if that doesn't trigger a compiler bug (presently found in gcc3.0.4 on sparc).

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

20 years agoRemove some outdated cruft.
deal [Thu, 10 Jun 2004 15:42:14 +0000 (15:42 +0000)]
Remove some outdated cruft.

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

20 years agoGet rid of duplicate information.
wolf [Wed, 9 Jun 2004 18:09:12 +0000 (18:09 +0000)]
Get rid of duplicate information.

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

20 years agofunction clear fixed
guido [Wed, 9 Jun 2004 17:53:36 +0000 (17:53 +0000)]
function clear fixed

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

20 years agoDeleting block indices once should be enough.
wolf [Wed, 9 Jun 2004 17:34:00 +0000 (17:34 +0000)]
Deleting block indices once should be enough.

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

20 years agoInitialize a variable to avoid a warning from gcc3.5.
deal [Tue, 8 Jun 2004 19:07:15 +0000 (19:07 +0000)]
Initialize a variable to avoid a warning from gcc3.5.

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

20 years agoMake it C++ conforming
hartmann [Tue, 8 Jun 2004 13:12:49 +0000 (13:12 +0000)]
Make it C++ conforming

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

20 years agofix two typos
hartmann [Tue, 8 Jun 2004 12:51:38 +0000 (12:51 +0000)]
fix two typos

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

20 years agoAdd assertion.
hartmann [Tue, 8 Jun 2004 11:43:51 +0000 (11:43 +0000)]
Add assertion.

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

20 years agoMake it compile with gcc2.95.
hartmann [Tue, 8 Jun 2004 07:31:02 +0000 (07:31 +0000)]
Make it compile with gcc2.95.

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

20 years ago.
wolf [Mon, 7 Jun 2004 20:37:13 +0000 (20:37 +0000)]
.

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

20 years agoGet rid of more duplicated data.
wolf [Mon, 7 Jun 2004 20:35:28 +0000 (20:35 +0000)]
Get rid of more duplicated data.

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

20 years agoGet rid of a redundant field in the accessor classes. Also get rid of some
wolf [Mon, 7 Jun 2004 20:30:03 +0000 (20:30 +0000)]
Get rid of a redundant field in the accessor classes. Also get rid of some
operations that were previously necessary in each operator++ call, at the
expense of some more work when calling accessor::row().

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

20 years agoFix the block_sparse_matrix_04 testcase failure.
wolf [Mon, 7 Jun 2004 20:26:57 +0000 (20:26 +0000)]
Fix the block_sparse_matrix_04 testcase failure.

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

20 years agoCopyright!
guido [Mon, 7 Jun 2004 20:26:21 +0000 (20:26 +0000)]
Copyright!

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

20 years agoClarify docs.
wolf [Mon, 7 Jun 2004 20:23:44 +0000 (20:23 +0000)]
Clarify docs.

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

20 years agoWork around a problem where we cannot elide zero additions for certain matrices by...
wolf [Mon, 7 Jun 2004 19:55:51 +0000 (19:55 +0000)]
Work around a problem where we cannot elide zero additions for certain matrices by introducing a traits class for each matrix class.

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

20 years agoImprove the computation of new diagonal entries when eliminating a constrained DoF.
wolf [Mon, 7 Jun 2004 16:52:50 +0000 (16:52 +0000)]
Improve the computation of new diagonal entries when eliminating a constrained DoF.

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

20 years agoFix GridGenerator::cylinder_shell
wolf [Mon, 7 Jun 2004 16:50:25 +0000 (16:50 +0000)]
Fix GridGenerator::cylinder_shell

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

20 years ago.
wolf [Mon, 7 Jun 2004 16:49:52 +0000 (16:49 +0000)]
.

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

20 years agoNew test.
wolf [Mon, 7 Jun 2004 16:49:09 +0000 (16:49 +0000)]
New test.

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

20 years agocylinder_shell had its cells inside out.
wolf [Mon, 7 Jun 2004 16:37:18 +0000 (16:37 +0000)]
cylinder_shell had its cells inside out.

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

20 years agoAdd a long comment about a possible problem with local_apply_boundary_values.
wolf [Mon, 7 Jun 2004 16:28:40 +0000 (16:28 +0000)]
Add a long comment about a possible problem with local_apply_boundary_values.

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

20 years agoImprove the computation of new diagonal entries when eliminating a constrained DoF.
wolf [Mon, 7 Jun 2004 16:06:56 +0000 (16:06 +0000)]
Improve the computation of new diagonal entries when eliminating a constrained DoF.

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

20 years agoReintroduce constructor that was accidentally deleted.
wolf [Mon, 7 Jun 2004 15:13:55 +0000 (15:13 +0000)]
Reintroduce constructor that was accidentally deleted.

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

20 years agoAdd forgotten output files.
wolf [Mon, 7 Jun 2004 14:53:41 +0000 (14:53 +0000)]
Add forgotten output files.

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

20 years agoWork around a problem where the MIPSpro compiler rightfully complained about a useles...
wolf [Mon, 7 Jun 2004 14:49:10 +0000 (14:49 +0000)]
Work around a problem where the MIPSpro compiler rightfully complained about a useless const keyword.

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

20 years agoChange the way the transform_{co,contra}variant functions work, by providing them...
wolf [Mon, 7 Jun 2004 14:42:34 +0000 (14:42 +0000)]
Change the way the transform_{co,contra}variant functions work, by providing them vectors to work on instead of pointers. This will allow to run our whole testsuite with the gcc3.4 debug libstdc++ finally.

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

20 years agoRemove a truly old remnant in the ParameterHandler class that has never been used.
wolf [Mon, 7 Jun 2004 14:37:43 +0000 (14:37 +0000)]
Remove a truly old remnant in the ParameterHandler class that has never been used.

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

20 years agoFix.
hartmann [Mon, 7 Jun 2004 11:26:22 +0000 (11:26 +0000)]
Fix.

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

20 years agoMake it compile for PetscScalar=float.
hartmann [Mon, 7 Jun 2004 11:16:00 +0000 (11:16 +0000)]
Make it compile for PetscScalar=float.

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

20 years agoReorder some statements so that we can save a few cycles.
wolf [Sun, 6 Jun 2004 17:35:32 +0000 (17:35 +0000)]
Reorder some statements so that we can save a few cycles.

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

20 years agoMore fixed instantiations.
wolf [Fri, 4 Jun 2004 16:29:31 +0000 (16:29 +0000)]
More fixed instantiations.

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

20 years agoInstantiate the right templates.
wolf [Fri, 4 Jun 2004 16:26:55 +0000 (16:26 +0000)]
Instantiate the right templates.

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

20 years agoProperly qualify std::copy
wolf [Fri, 4 Jun 2004 16:25:34 +0000 (16:25 +0000)]
Properly qualify std::copy

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

20 years agoRemove TODOs that are now fixed.
wolf [Fri, 4 Jun 2004 14:41:50 +0000 (14:41 +0000)]
Remove TODOs that are now fixed.

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

20 years agoBug fix: add OCXX_PETSCFLAGS to CXXFLAGS.o instead of to CXXFLAGS.g
hartmann [Fri, 4 Jun 2004 12:43:54 +0000 (12:43 +0000)]
Bug fix: add OCXX_PETSCFLAGS to CXXFLAGS.o instead of to CXXFLAGS.g

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

20 years agoDon't instantiate types that we don't need. In particular don't do so if these instan...
wolf [Fri, 4 Jun 2004 03:35:38 +0000 (03:35 +0000)]
Don't instantiate types that we don't need. In particular don't do so if these instantiations are wrong anyway (they used BlockVector where it should have been BlockVectorBase<Vector>).

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

20 years agoDon't declare the same typedef twice.
wolf [Thu, 3 Jun 2004 22:38:40 +0000 (22:38 +0000)]
Don't declare the same typedef twice.

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

20 years ago.
wolf [Thu, 3 Jun 2004 21:26:36 +0000 (21:26 +0000)]
.

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

20 years agoAdd files for new tests.
wolf [Thu, 3 Jun 2004 21:23:27 +0000 (21:23 +0000)]
Add files for new tests.

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

20 years agoThese tests shouldn't abort.
wolf [Thu, 3 Jun 2004 21:20:48 +0000 (21:20 +0000)]
These tests shouldn't abort.

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

20 years agoLet matrix go out of scope before sparsity pattern.
wolf [Thu, 3 Jun 2004 21:17:40 +0000 (21:17 +0000)]
Let matrix go out of scope before sparsity pattern.

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

20 years agoWork around a bug in present gcc mainline.
deal [Thu, 3 Jun 2004 18:35:05 +0000 (18:35 +0000)]
Work around a bug in present gcc mainline.

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

20 years agoFix a comment.
wolf [Thu, 3 Jun 2004 16:11:42 +0000 (16:11 +0000)]
Fix a comment.

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

20 years agoRemove lines which are already given in Make.global_options
hartmann [Thu, 3 Jun 2004 15:31:05 +0000 (15:31 +0000)]
Remove lines which are already given in Make.global_options

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

20 years agoUndo inadvertant last checkin.
deal [Thu, 3 Jun 2004 14:33:18 +0000 (14:33 +0000)]
Undo inadvertant last checkin.

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

20 years agoConditionalize some files on the use of PETSc.
deal [Thu, 3 Jun 2004 14:32:43 +0000 (14:32 +0000)]
Conditionalize some files on the use of PETSc.

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

20 years agoSome fixes with this-> and other assorted things to make icc7 (rightfully) happy.
deal [Thu, 3 Jun 2004 14:13:24 +0000 (14:13 +0000)]
Some fixes with this-> and other assorted things to make icc7 (rightfully) happy.

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

20 years agoVarious fixes for icc.
wolf [Thu, 3 Jun 2004 04:39:19 +0000 (04:39 +0000)]
Various fixes for icc.

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

20 years agoFix small problem where clear() didn't do what it was supposed to do.
wolf [Thu, 3 Jun 2004 04:27:53 +0000 (04:27 +0000)]
Fix small problem where clear() didn't do what it was supposed to do.

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

20 years agoNew test.
wolf [Thu, 3 Jun 2004 04:25:20 +0000 (04:25 +0000)]
New test.

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

20 years agoRegenerate
wolf [Wed, 2 Jun 2004 18:12:28 +0000 (18:12 +0000)]
Regenerate

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

20 years agoMerge the results from the post_5_0 development branch.
wolf [Wed, 2 Jun 2004 18:11:40 +0000 (18:11 +0000)]
Merge the results from the post_5_0 development branch.

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

20 years agoAdd the entries from the post-5.0 development branch.
wolf [Wed, 2 Jun 2004 16:09:12 +0000 (16:09 +0000)]
Add the entries from the post-5.0 development branch.

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

20 years agoNew tests.
wolf [Wed, 2 Jun 2004 14:54:53 +0000 (14:54 +0000)]
New tests.

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

20 years agoDon't use reinit() any more for matrices.
wolf [Wed, 2 Jun 2004 04:09:44 +0000 (04:09 +0000)]
Don't use reinit() any more for matrices.

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

20 years agoMake test conform to our usual standards.
wolf [Wed, 2 Jun 2004 04:09:23 +0000 (04:09 +0000)]
Make test conform to our usual standards.

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

20 years agoAdd one sentence. Test whether I can work with eclipse.
wolf [Tue, 1 Jun 2004 20:45:02 +0000 (20:45 +0000)]
Add one sentence. Test whether I can work with eclipse.

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

20 years agoUpdate references.
hartmann [Tue, 1 Jun 2004 12:31:14 +0000 (12:31 +0000)]
Update references.

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

20 years agoUpdate result.
hartmann [Tue, 1 Jun 2004 12:10:12 +0000 (12:10 +0000)]
Update result.

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

20 years ago.
hartmann [Tue, 1 Jun 2004 12:06:50 +0000 (12:06 +0000)]
.

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

20 years agoDoc fix.
hartmann [Tue, 1 Jun 2004 11:01:37 +0000 (11:01 +0000)]
Doc fix.

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

20 years agoRevert one of last three fixes as it actually was alright.
hartmann [Tue, 1 Jun 2004 10:49:24 +0000 (10:49 +0000)]
Revert one of last three fixes as it actually was alright.

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

20 years agoThree fixes.
hartmann [Tue, 1 Jun 2004 10:42:04 +0000 (10:42 +0000)]
Three fixes.

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

20 years ago.
hartmann [Tue, 1 Jun 2004 07:29:09 +0000 (07:29 +0000)]
.

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

20 years agoCheck in linux gcc2.95 results. Most of them should be identical for solaris. Those...
hartmann [Tue, 1 Jun 2004 07:27:56 +0000 (07:27 +0000)]
Check in linux gcc2.95 results. Most of them should be identical for solaris. Those that are not should be copied to i686-pc-linux-gnu+gcc2.95 and updated on current sparc-sun-solaris2.7+gcc2.95 later.

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

20 years agolinux gcc2.95 references.
hartmann [Tue, 1 Jun 2004 07:23:21 +0000 (07:23 +0000)]
linux gcc2.95 references.

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

20 years agoTitle fixed
guido [Sat, 29 May 2004 19:24:08 +0000 (19:24 +0000)]
Title fixed

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

20 years agoFix of make help
hartmann [Fri, 28 May 2004 11:19:03 +0000 (11:19 +0000)]
Fix of make help

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