]>
https://gitweb.dealii.org/ - dealii-svn.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
deal [Wed, 19 May 2004 21:00:44 +0000 (21:00 +0000)]
Fix some kind of stupidity.
git-svn-id: https://svn.dealii.org/trunk@9270
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 19 May 2004 14:33:31 +0000 (14:33 +0000)]
Attempt a different fix for the problem where local_rows is larger than the total number of columns.
git-svn-id: https://svn.dealii.org/trunk@9269
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 19 May 2004 09:41:47 +0000 (09:41 +0000)]
Use of new MGLevelObject::operator = function.
git-svn-id: https://svn.dealii.org/trunk@9268
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 19 May 2004 09:41:01 +0000 (09:41 +0000)]
New MGLevelObject<Object> & operator = (const double d) function to distinguish from the clear function which now (as in the past) calles clear on each element of the MGLevelObject class.
git-svn-id: https://svn.dealii.org/trunk@9267
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 19 May 2004 09:25:34 +0000 (09:25 +0000)]
New in_local_range function.
git-svn-id: https://svn.dealii.org/trunk@9266
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 19 May 2004 09:14:13 +0000 (09:14 +0000)]
Add missing implementation of SparseMatrix::operator =.
git-svn-id: https://svn.dealii.org/trunk@9265
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 19 May 2004 09:12:16 +0000 (09:12 +0000)]
Revert last patch as it triggers strange PETSc error messages like
git-svn-id: https://svn.dealii.org/trunk@9264
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 May 2004 23:23:44 +0000 (23:23 +0000)]
Improve the algorithm in compute_CuthillMcKee to avoid excessive
memory usage in 3d.
git-svn-id: https://svn.dealii.org/trunk@9263
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.