]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoClean-ups.
wolf [Mon, 14 Oct 2002 14:23:44 +0000 (14:23 +0000)]
Clean-ups.

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

21 years agoDefault is full path to eris.
wolf [Mon, 14 Oct 2002 14:18:21 +0000 (14:18 +0000)]
Default is full path to eris.

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

21 years agoCatch exceptions that are thrown in spawned sub-threads.
wolf [Mon, 14 Oct 2002 14:17:29 +0000 (14:17 +0000)]
Catch exceptions that are thrown in spawned sub-threads.

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

21 years agoFirst step in making this work with Red Hat's braindamaged gcc 2.96 compiler.
wolf [Mon, 14 Oct 2002 14:16:40 +0000 (14:16 +0000)]
First step in making this work with Red Hat's braindamaged gcc 2.96 compiler.

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

21 years agonetscape 4.78 has a problem where it displays _all_ the text following
wolf [Sun, 13 Oct 2002 04:01:55 +0000 (04:01 +0000)]
netscape 4.78 has a problem where it displays _all_ the text following
the h1 tag in blue and centered, so reverse these settings in the
immediately following h2 tag.

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

21 years agoRemove a block of code that should not get called, and replace it by a
wolf [Fri, 11 Oct 2002 15:42:34 +0000 (15:42 +0000)]
Remove a block of code that should not get called, and replace it by a
comment and an assertion to this effect.

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

21 years agoAdd a forgotten assertion.
wolf [Fri, 11 Oct 2002 15:28:53 +0000 (15:28 +0000)]
Add a forgotten assertion.

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

21 years agoall-header accelerated and compactified
deal [Fri, 11 Oct 2002 12:40:04 +0000 (12:40 +0000)]
all-header accelerated and compactified

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

21 years agodeclaration of clear() added
guido [Fri, 11 Oct 2002 12:22:04 +0000 (12:22 +0000)]
declaration of clear() added

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

21 years agoimprovements in copy_from, conjugate_add
guido [Fri, 11 Oct 2002 12:13:12 +0000 (12:13 +0000)]
improvements in copy_from, conjugate_add

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

21 years agoveryclean changed to distclean
guido [Fri, 11 Oct 2002 07:20:09 +0000 (07:20 +0000)]
veryclean changed to distclean

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

21 years agoupdate a comment that Guido obviously forgot.
wolf [Thu, 10 Oct 2002 22:12:56 +0000 (22:12 +0000)]
update a comment that Guido obviously forgot.

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

21 years agoFix two bugs.
wolf [Thu, 10 Oct 2002 22:10:08 +0000 (22:10 +0000)]
Fix two bugs.

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

21 years agoAdd std:: in two places, where it is not strictly necessary due to
wolf [Thu, 10 Oct 2002 21:48:08 +0000 (21:48 +0000)]
Add std:: in two places, where it is not strictly necessary due to
Koenig lookup, but clarifies the situation somewhat.

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

21 years agoFix DataOut::build_patches.
wolf [Thu, 10 Oct 2002 18:27:38 +0000 (18:27 +0000)]
Fix DataOut::build_patches.

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

21 years agoUnconditionally include thread_management.h, and simply code to work
wolf [Thu, 10 Oct 2002 18:07:43 +0000 (18:07 +0000)]
Unconditionally include thread_management.h, and simply code to work
in the MT and non-MT code.

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

21 years agoImplement a different scheme for generation of neighborship information. This should...
wolf [Thu, 10 Oct 2002 17:50:52 +0000 (17:50 +0000)]
Implement a different scheme for generation of neighborship information. This should remove the previously existing bottleneck in generation of patches -- setting neighborship information could take up two thirds or more of the total time, and it was an algorithm at least O(N log N) in complexity, compared to the O(N) of the rest. The new algorithm should bot take a noticable time compared to all the other things that are happening.

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

21 years agoRename Patch::me to Patch::patch_index, to make it more clear that
wolf [Thu, 10 Oct 2002 14:52:36 +0000 (14:52 +0000)]
Rename Patch::me to Patch::patch_index, to make it more clear that
"me" is not an abbreviation or something (I found this confusing).

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

21 years agoWhen a null pointer constant is requested, use NULL instead of
wolf [Wed, 9 Oct 2002 14:27:26 +0000 (14:27 +0000)]
When a null pointer constant is requested, use NULL instead of
0. (Here it does not matter, since there would be an auto-conversion,
but well -- this goes to a variadic function, so not even try to pass
an integer where a pointer is needed, after all they may be of
different sizes, and there is no argument type conversion for variadic
function arguments...)

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

21 years ago.
wolf [Wed, 9 Oct 2002 13:58:05 +0000 (13:58 +0000)]
.

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

21 years agoNicer message for gcc2.96 users.
wolf [Wed, 9 Oct 2002 13:57:36 +0000 (13:57 +0000)]
Nicer message for gcc2.96 users.

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

21 years agoObviously, operator= better returns a reference than a value (would it
wolf [Tue, 8 Oct 2002 15:44:42 +0000 (15:44 +0000)]
Obviously, operator= better returns a reference than a value (would it
be infinitely recursive otherwise?)

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

21 years agoUpdate number of doc pages.
wolf [Mon, 7 Oct 2002 14:52:33 +0000 (14:52 +0000)]
Update number of doc pages.

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

21 years agoDeclare missing types
deal [Mon, 7 Oct 2002 07:20:39 +0000 (07:20 +0000)]
Declare missing types

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

21 years agoChange some ExcInternalError to ExcNotImplemented
guido [Sun, 6 Oct 2002 18:52:07 +0000 (18:52 +0000)]
Change some ExcInternalError to ExcNotImplemented

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

21 years agosyntax errors removed
guido [Sat, 5 Oct 2002 17:01:20 +0000 (17:01 +0000)]
syntax errors removed

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

21 years agoFix typos.
wolf [Fri, 4 Oct 2002 21:50:27 +0000 (21:50 +0000)]
Fix typos.

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

21 years agoPut in an #endif. Hope it will do the job...
wolf [Fri, 4 Oct 2002 19:06:28 +0000 (19:06 +0000)]
Put in an #endif. Hope it will do the job...

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

21 years agoGenerally use the frameset DTD instead of the strict DTD, since we always use frames...
wolf [Fri, 4 Oct 2002 15:51:11 +0000 (15:51 +0000)]
Generally use the frameset DTD instead of the strict DTD, since we always use frames. Fix a number of other problems the HTML checker reported.

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

21 years agoSomething more. Rewrite section on otehr Windows compilers.
wolf [Fri, 4 Oct 2002 15:03:03 +0000 (15:03 +0000)]
Something more. Rewrite section on otehr Windows compilers.

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

21 years agoText fixes
wolf [Fri, 4 Oct 2002 14:57:29 +0000 (14:57 +0000)]
Text fixes

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

21 years agoSomething on the Windows quad vs quad_t problem.
wolf [Fri, 4 Oct 2002 14:54:43 +0000 (14:54 +0000)]
Something on the Windows quad vs quad_t problem.

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

21 years agoUpdate.
wolf [Fri, 4 Oct 2002 14:47:48 +0000 (14:47 +0000)]
Update.

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

21 years agoTry more.
wolf [Thu, 3 Oct 2002 23:47:19 +0000 (23:47 +0000)]
Try more.

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

21 years agoMore information.
wolf [Thu, 3 Oct 2002 23:12:50 +0000 (23:12 +0000)]
More information.

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

21 years agocomment.
wolf [Thu, 3 Oct 2002 22:46:20 +0000 (22:46 +0000)]
comment.

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

21 years agoFix last check-in
wolf [Thu, 3 Oct 2002 22:45:36 +0000 (22:45 +0000)]
Fix last check-in

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

21 years agoforward_declarations.h no longer exists. this file is not compiled, so
wolf [Thu, 3 Oct 2002 22:41:22 +0000 (22:41 +0000)]
forward_declarations.h no longer exists. this file is not compiled, so
we did not see this, but it triggers a bug when used for processing
auto-dependencies with gcc -M.

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

21 years agoif we have HSL functions, then contrib now also depends on baseo.
wolf [Thu, 3 Oct 2002 22:38:13 +0000 (22:38 +0000)]
if we have HSL functions, then contrib now also depends on baseo.

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

21 years agoSome more error checking things.
wolf [Thu, 3 Oct 2002 22:34:02 +0000 (22:34 +0000)]
Some more error checking things.

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

21 years agoFix various problems reported by the HTML checker, and some other things.
wolf [Thu, 3 Oct 2002 17:05:39 +0000 (17:05 +0000)]
Fix various problems reported by the HTML checker, and some other things.

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

21 years agoFix obvious bugs.
wolf [Thu, 3 Oct 2002 16:21:17 +0000 (16:21 +0000)]
Fix obvious bugs.

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

21 years agobegin new BlockSparseMatrixEZ
guido [Thu, 3 Oct 2002 08:30:57 +0000 (08:30 +0000)]
begin new BlockSparseMatrixEZ

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

21 years agominor doc change
guido [Thu, 3 Oct 2002 08:30:36 +0000 (08:30 +0000)]
minor doc change

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

21 years agoadditional functions in SparseMatrixEZ
guido [Thu, 3 Oct 2002 08:29:22 +0000 (08:29 +0000)]
additional functions in SparseMatrixEZ

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

21 years agomissing Tvmult implemented
guido [Thu, 3 Oct 2002 07:18:41 +0000 (07:18 +0000)]
missing Tvmult implemented

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

21 years agosmall doc change
guido [Thu, 3 Oct 2002 06:24:51 +0000 (06:24 +0000)]
small doc change

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

21 years agoFix a couple of issues with the cxx compiler.
wolf [Wed, 2 Oct 2002 22:41:45 +0000 (22:41 +0000)]
Fix a couple of issues with the cxx compiler.

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

21 years agospurious virtual removed
guido [Wed, 2 Oct 2002 17:47:23 +0000 (17:47 +0000)]
spurious virtual removed

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

21 years agoDebug.
wolf [Tue, 1 Oct 2002 19:51:00 +0000 (19:51 +0000)]
Debug.

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

21 years agoFix comment.
wolf [Tue, 1 Oct 2002 19:49:43 +0000 (19:49 +0000)]
Fix comment.

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

21 years agoFix comment.
wolf [Tue, 1 Oct 2002 19:49:29 +0000 (19:49 +0000)]
Fix comment.

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

21 years agoFix bug.
wolf [Tue, 1 Oct 2002 19:13:02 +0000 (19:13 +0000)]
Fix bug.

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

21 years agoIndent comment.
wolf [Tue, 1 Oct 2002 19:12:48 +0000 (19:12 +0000)]
Indent comment.

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

21 years agoLoop until the specified number of bytes has been written, since write
wolf [Tue, 1 Oct 2002 19:10:30 +0000 (19:10 +0000)]
Loop until the specified number of bytes has been written, since write
may return early.

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

21 years agoRemove old code.
wolf [Tue, 1 Oct 2002 18:59:05 +0000 (18:59 +0000)]
Remove old code.

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

21 years agoCheck for the right thing.
wolf [Tue, 1 Oct 2002 18:57:52 +0000 (18:57 +0000)]
Check for the right thing.

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

21 years agoUse "kill" instead to monitor liveness of other process
wolf [Tue, 1 Oct 2002 17:29:50 +0000 (17:29 +0000)]
Use "kill" instead to monitor liveness of other process

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

21 years agoMake sure only one thread writes at a time.
wolf [Tue, 1 Oct 2002 17:17:52 +0000 (17:17 +0000)]
Make sure only one thread writes at a time.

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

21 years agoHave a thread that monitors liveness of the child process.
wolf [Tue, 1 Oct 2002 17:12:15 +0000 (17:12 +0000)]
Have a thread that monitors liveness of the child process.

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

21 years agoUse the deal.II features to create threads.
wolf [Tue, 1 Oct 2002 17:11:56 +0000 (17:11 +0000)]
Use the deal.II features to create threads.

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

21 years agoClean up message.
wolf [Tue, 1 Oct 2002 17:06:51 +0000 (17:06 +0000)]
Clean up message.

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

21 years agoPass master_pid as an argument.
wolf [Tue, 1 Oct 2002 17:00:50 +0000 (17:00 +0000)]
Pass master_pid as an argument.

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

21 years agoUse the deal.II features to create threads.
wolf [Tue, 1 Oct 2002 16:59:23 +0000 (16:59 +0000)]
Use the deal.II features to create threads.

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

21 years agoEven better debug output.
wolf [Tue, 1 Oct 2002 16:40:21 +0000 (16:40 +0000)]
Even better debug output.

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

21 years agoAlso list communication in other die fnct.
wolf [Tue, 1 Oct 2002 16:24:28 +0000 (16:24 +0000)]
Also list communication in other die fnct.

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

21 years agoLog all communication, and replay upon death.
wolf [Tue, 1 Oct 2002 16:15:09 +0000 (16:15 +0000)]
Log all communication, and replay upon death.

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

21 years agoSame for the 1d function.
wolf [Tue, 1 Oct 2002 15:55:48 +0000 (15:55 +0000)]
Same for the 1d function.

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

21 years agoMake extract_boundary_dofs work with non-primitive elements.
wolf [Tue, 1 Oct 2002 15:54:08 +0000 (15:54 +0000)]
Make extract_boundary_dofs work with non-primitive elements.

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

21 years agoClean up a little bit, better error checking.
wolf [Tue, 1 Oct 2002 15:34:40 +0000 (15:34 +0000)]
Clean up a little bit, better error checking.

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

21 years agoUnused parameters removed
guido [Tue, 1 Oct 2002 07:30:52 +0000 (07:30 +0000)]
Unused parameters removed

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

21 years agoAdd the same assertion to the MA47 code.
wolf [Mon, 30 Sep 2002 21:20:53 +0000 (21:20 +0000)]
Add the same assertion to the MA47 code.

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

21 years agoFix a memory allocation bug in one of the MA27 functions (and probably in MA47 as...
wolf [Mon, 30 Sep 2002 21:19:54 +0000 (21:19 +0000)]
Fix a memory allocation bug in one of the MA27 functions (and probably in MA47 as well). We were just writing over the end of an array.

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

21 years agoDoh!
wolf [Mon, 30 Sep 2002 20:31:33 +0000 (20:31 +0000)]
Doh!

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

21 years agoBetter error message in case of an error.
wolf [Mon, 30 Sep 2002 20:23:25 +0000 (20:23 +0000)]
Better error message in case of an error.

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

21 years agoFix one forgotten case.
wolf [Mon, 30 Sep 2002 18:01:20 +0000 (18:01 +0000)]
Fix one forgotten case.

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

21 years agoRegenerate
wolf [Mon, 30 Sep 2002 17:21:27 +0000 (17:21 +0000)]
Regenerate

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

21 years agoTry to work around some hairy problems with different compilers interpreting parts...
wolf [Mon, 30 Sep 2002 17:12:20 +0000 (17:12 +0000)]
Try to work around some hairy problems with different compilers interpreting parts of the standard relating to template specializations and friend declarations differently.

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

21 years agoWork around a problem with cxx, which refuses to define EINTR even when including...
wolf [Mon, 30 Sep 2002 16:15:00 +0000 (16:15 +0000)]
Work around a problem with cxx, which refuses to define EINTR even when including errno.h, since it does not provide all error codes in its C/C++ compatibility headers...

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

21 years agoCast invalid values.
wolf [Mon, 30 Sep 2002 15:57:57 +0000 (15:57 +0000)]
Cast invalid values.

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

21 years agoAdd some more comments about the detached solver.
wolf [Mon, 30 Sep 2002 15:07:41 +0000 (15:07 +0000)]
Add some more comments about the detached solver.

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

21 years agoIncrease sleep interval to 20 seconds.
wolf [Mon, 30 Sep 2002 15:03:47 +0000 (15:03 +0000)]
Increase sleep interval to 20 seconds.

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

21 years agoTable::fill, setting of matrix sizes in FE base class.
wolf [Mon, 30 Sep 2002 14:08:27 +0000 (14:08 +0000)]
Table::fill, setting of matrix sizes in FE base class.

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

21 years agoNo longer preset the correct sizes of matrices in the FE base class, but force those...
wolf [Mon, 30 Sep 2002 14:07:58 +0000 (14:07 +0000)]
No longer preset the correct sizes of matrices in the FE base class, but force those classes that implement these matrices to set their size. This way, classes that do _not_ implement them, cannot forget to reset their size to zero, as has happened in one of the discontinuous elements.

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

21 years agoNo longer allow to call Table::fill on empty tables.
wolf [Mon, 30 Sep 2002 14:06:31 +0000 (14:06 +0000)]
No longer allow to call Table::fill on empty tables.

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

21 years agoAlways link the detached_ma27 program with -lpthreads. Hope this does not break on...
wolf [Sat, 28 Sep 2002 01:12:38 +0000 (01:12 +0000)]
Always link the detached_ma27 program with -lpthreads. Hope this does not break on some strange system...

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

21 years agoRemove an assertion that is totally bogus...
wolf [Sat, 28 Sep 2002 01:05:25 +0000 (01:05 +0000)]
Remove an assertion that is totally bogus...

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

21 years agoFix 3 botched assertions.
wolf [Sat, 28 Sep 2002 00:58:56 +0000 (00:58 +0000)]
Fix 3 botched assertions.

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

21 years agoInclude base/config.h
wolf [Fri, 27 Sep 2002 22:16:43 +0000 (22:16 +0000)]
Include base/config.h

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

21 years agoFix one bug.
wolf [Fri, 27 Sep 2002 22:15:26 +0000 (22:15 +0000)]
Fix one bug.

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

21 years agoBetter error reporting and fix one bug.
wolf [Fri, 27 Sep 2002 22:12:23 +0000 (22:12 +0000)]
Better error reporting and fix one bug.

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

21 years agoHave a monitor thread which looks after the demise of the master process.
wolf [Fri, 27 Sep 2002 22:02:06 +0000 (22:02 +0000)]
Have a monitor thread which looks after the demise of the master process.

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

21 years agogetpid seems not to be in std::
wolf [Fri, 27 Sep 2002 21:31:53 +0000 (21:31 +0000)]
getpid seems not to be in std::

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

21 years agoExchange the pid of the master to the detached slave.
wolf [Fri, 27 Sep 2002 21:28:41 +0000 (21:28 +0000)]
Exchange the pid of the master to the detached slave.

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

22 years agoUch, fix serious bug leading to a deadlock situation...
wolf [Fri, 27 Sep 2002 18:01:31 +0000 (18:01 +0000)]
Uch, fix serious bug leading to a deadlock situation...

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

22 years agoMake template args int instead of unsigned int, as anywhere else in
wolf [Fri, 27 Sep 2002 15:58:51 +0000 (15:58 +0000)]
Make template args int instead of unsigned int, as anywhere else in
the lib.

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

22 years agoPut some names into std::
wolf [Fri, 27 Sep 2002 15:58:30 +0000 (15:58 +0000)]
Put some names into std::

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

22 years agoFix date.
wolf [Fri, 27 Sep 2002 15:49:19 +0000 (15:49 +0000)]
Fix date.

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

22 years agoAdd missing include.
wolf [Fri, 27 Sep 2002 15:45:02 +0000 (15:45 +0000)]
Add missing include.

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

22 years agocheck for EINTR upon read and write.
wolf [Fri, 27 Sep 2002 15:44:45 +0000 (15:44 +0000)]
check for EINTR upon read and write.

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