]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

20 years agoMake dependencies also for baseo, laco, 1do, 2do and 3do
hartmann [Fri, 28 May 2004 11:14:14 +0000 (11:14 +0000)]
Make dependencies also for baseo, laco, 1do, 2do and 3do

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

20 years ago.
hartmann [Thu, 27 May 2004 06:25:43 +0000 (06:25 +0000)]
.

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

20 years ago.
hartmann [Thu, 27 May 2004 06:15:51 +0000 (06:15 +0000)]
.

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

20 years ago.
hartmann [Thu, 27 May 2004 06:10:49 +0000 (06:10 +0000)]
.

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

20 years agoFix typo.
hartmann [Thu, 27 May 2004 05:54:39 +0000 (05:54 +0000)]
Fix typo.

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

20 years agoSimplify by using the ConditionalOStream pout.
hartmann [Wed, 26 May 2004 16:57:00 +0000 (16:57 +0000)]
Simplify by using the ConditionalOStream pout.

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

20 years agoNew ConditionalOStream class.
hartmann [Wed, 26 May 2004 16:36:22 +0000 (16:36 +0000)]
New ConditionalOStream class.

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

20 years agoAdd missing std.
hartmann [Wed, 26 May 2004 16:21:42 +0000 (16:21 +0000)]
Add missing std.

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

20 years agoInitial implementation of ConditionalOStream class. Pregenerated pout object.
hartmann [Wed, 26 May 2004 16:19:27 +0000 (16:19 +0000)]
Initial implementation of ConditionalOStream class. Pregenerated pout object.

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

20 years agoReinsert announcement of 4.0.0 to keep link to changes file.
wolf [Tue, 25 May 2004 16:53:46 +0000 (16:53 +0000)]
Reinsert announcement of 4.0.0 to keep link to changes file.

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

20 years agoFix wording.
wolf [Tue, 25 May 2004 16:51:35 +0000 (16:51 +0000)]
Fix wording.

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

20 years agoaddresses changed
guido [Tue, 25 May 2004 16:45:19 +0000 (16:45 +0000)]
addresses changed

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

20 years agocvs export without -P
hartmann [Tue, 25 May 2004 15:53:52 +0000 (15:53 +0000)]
cvs export without -P

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

20 years agoRevert last patch
hartmann [Tue, 25 May 2004 14:25:29 +0000 (14:25 +0000)]
Revert last patch

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

20 years agonew functions tested
guido [Tue, 25 May 2004 13:48:00 +0000 (13:48 +0000)]
new functions tested

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

20 years agonew tests for FETools and FEValues
guido [Tue, 25 May 2004 12:41:18 +0000 (12:41 +0000)]
new tests for FETools and FEValues

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

20 years agocontinuing on block wise assembling
guido [Tue, 25 May 2004 12:20:02 +0000 (12:20 +0000)]
continuing on block wise assembling

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

20 years agonew local renumbering
guido [Tue, 25 May 2004 12:19:30 +0000 (12:19 +0000)]
new local renumbering

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

20 years agoadditional exception removed
guido [Tue, 25 May 2004 12:19:01 +0000 (12:19 +0000)]
additional exception removed

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

20 years agooperator must be inline to avoid linker conflict
guido [Tue, 25 May 2004 12:17:10 +0000 (12:17 +0000)]
operator must be inline to avoid linker conflict

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

20 years agocleaned up
guido [Tue, 25 May 2004 12:14:34 +0000 (12:14 +0000)]
cleaned up

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

20 years agoNews for version 5
guido [Tue, 25 May 2004 12:10:34 +0000 (12:10 +0000)]
News for version 5

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

20 years agoRecovered after being removed accidentally
hartmann [Tue, 25 May 2004 11:08:02 +0000 (11:08 +0000)]
Recovered after being removed accidentally

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

20 years agoCan be removed as it is identical to gcc3.2 results
hartmann [Tue, 25 May 2004 11:00:39 +0000 (11:00 +0000)]
Can be removed as it is identical to gcc3.2 results

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

20 years agoallow to set empty vectors to zero
guido [Tue, 25 May 2004 08:22:01 +0000 (08:22 +0000)]
allow to set empty vectors to zero

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

20 years agonew exception
guido [Tue, 25 May 2004 08:20:07 +0000 (08:20 +0000)]
new exception

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

20 years ago.
wolf [Tue, 25 May 2004 00:03:53 +0000 (00:03 +0000)]
.

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

20 years ago.
hartmann [Mon, 24 May 2004 15:04:08 +0000 (15:04 +0000)]
.

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

20 years agoCheck PETScWrappers::MPI::SparseMatrix::operator =.
hartmann [Mon, 24 May 2004 15:03:47 +0000 (15:03 +0000)]
Check PETScWrappers::MPI::SparseMatrix::operator =.

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

20 years agoIn operator = function we need to compress before we call MatZeroEntries.
hartmann [Mon, 24 May 2004 14:54:15 +0000 (14:54 +0000)]
In operator = function we need to compress before we call MatZeroEntries.

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

20 years agoProper comparison of doubles.
hartmann [Mon, 24 May 2004 14:39:56 +0000 (14:39 +0000)]
Proper comparison of doubles.

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

20 years agoRemove obsolete comment.
hartmann [Mon, 24 May 2004 13:05:23 +0000 (13:05 +0000)]
Remove obsolete comment.

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

20 years agoAdd missing implementation of SparseMatrix::operator =.
hartmann [Mon, 24 May 2004 12:34:52 +0000 (12:34 +0000)]
Add missing implementation of SparseMatrix::operator =.

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

20 years agoTwo typos fixed.
hartmann [Mon, 24 May 2004 12:22:29 +0000 (12:22 +0000)]
Two typos fixed.

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

20 years agostep 16 fixed
guido [Sat, 22 May 2004 09:26:11 +0000 (09:26 +0000)]
step 16 fixed

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

20 years agooops, there was a mistake in my records
guido [Sat, 22 May 2004 08:52:37 +0000 (08:52 +0000)]
oops, there was a mistake in my records

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

20 years agosome fixes
guido [Fri, 21 May 2004 23:04:05 +0000 (23:04 +0000)]
some fixes

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

20 years agoCheck for tests directory
guido [Fri, 21 May 2004 22:26:49 +0000 (22:26 +0000)]
Check for tests directory

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

20 years agoMake validate-xrefs work.
wolf [Fri, 21 May 2004 22:19:28 +0000 (22:19 +0000)]
Make validate-xrefs work.

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

20 years agoFix a stupid oversight.
wolf [Fri, 21 May 2004 20:29:40 +0000 (20:29 +0000)]
Fix a stupid oversight.

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

20 years agodownload file moved
guido [Fri, 21 May 2004 19:15:59 +0000 (19:15 +0000)]
download file moved

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

20 years agoPerform configure in tests
guido [Fri, 21 May 2004 19:15:10 +0000 (19:15 +0000)]
Perform configure in tests

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

20 years agoAccessing matrix rows uses, in fact, the global row number...
wolf [Fri, 21 May 2004 19:09:59 +0000 (19:09 +0000)]
Accessing matrix rows uses, in fact, the global row number...

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

20 years agoafter version 5.0.0
guido [Fri, 21 May 2004 18:51:47 +0000 (18:51 +0000)]
after version 5.0.0

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

20 years agochanges with version 5.0
guido [Fri, 21 May 2004 18:38:17 +0000 (18:38 +0000)]
changes with version 5.0

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

20 years agoLink to multilevel example
guido [Fri, 21 May 2004 18:24:16 +0000 (18:24 +0000)]
Link to multilevel example

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

20 years agopreparing for version 5.0
guido [Fri, 21 May 2004 18:13:48 +0000 (18:13 +0000)]
preparing for version 5.0

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

20 years agoWork around a nasty compiler problem...
deal [Thu, 20 May 2004 17:55:37 +0000 (17:55 +0000)]
Work around a nasty compiler problem...

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