]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
21 years agoWork around a problem with cxx, which refuses to define EINTR even when including...
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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...
Wolfgang Bangerth [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.
Wolfgang Bangerth [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

22 years agoAlways link the detached_ma27 program with -lpthreads. Hope this does not break on...
Wolfgang Bangerth [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

22 years agoRemove an assertion that is totally bogus...
Wolfgang Bangerth [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

22 years agoFix 3 botched assertions.
Wolfgang Bangerth [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

22 years agoInclude base/config.h
Wolfgang Bangerth [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

22 years agoFix one bug.
Wolfgang Bangerth [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

22 years agoBetter error reporting and fix one bug.
Wolfgang Bangerth [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

22 years agoHave a monitor thread which looks after the demise of the master process.
Wolfgang Bangerth [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

22 years agogetpid seems not to be in std::
Wolfgang Bangerth [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

22 years agoExchange the pid of the master to the detached slave.
Wolfgang Bangerth [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...
Wolfgang Bangerth [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
Wolfgang Bangerth [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::
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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

22 years agoFix typo.
Wolfgang Bangerth [Fri, 27 Sep 2002 15:43:22 +0000 (15:43 +0000)]
Fix typo.

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

22 years agocheck for EINTR upon read and write.
Wolfgang Bangerth [Fri, 27 Sep 2002 15:42:57 +0000 (15:42 +0000)]
check for EINTR upon read and write.

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

22 years agoUpdate publication references.
Ralf Hartmann [Fri, 27 Sep 2002 12:51:27 +0000 (12:51 +0000)]
Update publication references.

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

22 years agoAbstract of the phd thesis.
Ralf Hartmann [Fri, 27 Sep 2002 12:50:58 +0000 (12:50 +0000)]
Abstract of the phd thesis.

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

22 years agoFix typo.
Wolfgang Bangerth [Thu, 26 Sep 2002 23:09:55 +0000 (23:09 +0000)]
Fix typo.

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

22 years agoFix typo.
Wolfgang Bangerth [Thu, 26 Sep 2002 23:08:53 +0000 (23:08 +0000)]
Fix typo.

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

22 years agoFix friend declaration in the case of a mostly standards conforming compiler.
Wolfgang Bangerth [Thu, 26 Sep 2002 18:17:12 +0000 (18:17 +0000)]
Fix friend declaration in the case of a mostly standards conforming compiler.

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

22 years agoInclude correct file.
Wolfgang Bangerth [Thu, 26 Sep 2002 17:53:46 +0000 (17:53 +0000)]
Include correct file.

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

22 years agoMake constructors of the iterators private, to avoid them being used
Wolfgang Bangerth [Thu, 26 Sep 2002 17:51:59 +0000 (17:51 +0000)]
Make constructors of the iterators private, to avoid them being used
other than as temporaries, since this would generate problems with
data integrity when the mother object goes out of scope.

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

22 years agoUndo Ralfs patch.
Wolfgang Bangerth [Thu, 26 Sep 2002 16:13:48 +0000 (16:13 +0000)]
Undo Ralfs patch.

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

22 years agoAdd an exception and use it.
Wolfgang Bangerth [Thu, 26 Sep 2002 16:01:37 +0000 (16:01 +0000)]
Add an exception and use it.

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

22 years agoAdd an exception
Wolfgang Bangerth [Thu, 26 Sep 2002 16:01:27 +0000 (16:01 +0000)]
Add an exception

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

22 years agoUse of SmartPointer: Table should only be deleted when there does not exist an Access...
Ralf Hartmann [Thu, 26 Sep 2002 15:33:07 +0000 (15:33 +0000)]
Use of SmartPointer: Table should only be deleted when there does not exist an Accessor of it any more.

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

22 years agoFix thinko and source of it.
Wolfgang Bangerth [Thu, 26 Sep 2002 15:31:47 +0000 (15:31 +0000)]
Fix thinko and source of it.

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

22 years agoJust fix an empty line at the start of the file.
Wolfgang Bangerth [Thu, 26 Sep 2002 15:29:12 +0000 (15:29 +0000)]
Just fix an empty line at the start of the file.

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

22 years agoInclude errno.h
Wolfgang Bangerth [Thu, 26 Sep 2002 15:19:15 +0000 (15:19 +0000)]
Include errno.h

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

22 years agoAlso write out errno in case of an error.
Wolfgang Bangerth [Thu, 26 Sep 2002 00:21:26 +0000 (00:21 +0000)]
Also write out errno in case of an error.

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

22 years agoIt is of course useless to first abort, then to print an error...
Wolfgang Bangerth [Wed, 25 Sep 2002 23:38:50 +0000 (23:38 +0000)]
It is of course useless to first abort, then to print an error...

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

22 years agoAvoid a warning with icc.
Wolfgang Bangerth [Wed, 25 Sep 2002 22:51:23 +0000 (22:51 +0000)]
Avoid a warning with icc.

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

22 years agoFix incorrect parameter name.
Wolfgang Bangerth [Wed, 25 Sep 2002 22:49:40 +0000 (22:49 +0000)]
Fix incorrect parameter name.

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

22 years agoCheck for that nasty quad-define on CygWin, and disable it.
Wolfgang Bangerth [Wed, 25 Sep 2002 22:44:28 +0000 (22:44 +0000)]
Check for that nasty quad-define on CygWin, and disable it.

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

22 years agoscale functions with template argument and for BlockVector
Guido Kanschat [Wed, 25 Sep 2002 22:23:43 +0000 (22:23 +0000)]
scale functions with template argument and for BlockVector

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

22 years agoFix missing dependencies that hits us in parallel builds.
Wolfgang Bangerth [Wed, 25 Sep 2002 22:21:34 +0000 (22:21 +0000)]
Fix missing dependencies that hits us in parallel builds.

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

22 years agoClarify docs.
Wolfgang Bangerth [Wed, 25 Sep 2002 18:03:43 +0000 (18:03 +0000)]
Clarify docs.

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

22 years agoClean executables in bin subdir.
Wolfgang Bangerth [Wed, 25 Sep 2002 17:59:51 +0000 (17:59 +0000)]
Clean executables in bin subdir.

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

22 years agoMake some parameters unnamed.
Wolfgang Bangerth [Wed, 25 Sep 2002 17:58:55 +0000 (17:58 +0000)]
Make some parameters unnamed.

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

22 years agoFix some issues.
Wolfgang Bangerth [Wed, 25 Sep 2002 17:58:11 +0000 (17:58 +0000)]
Fix some issues.

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

22 years ago.
Wolfgang Bangerth [Wed, 25 Sep 2002 17:57:57 +0000 (17:57 +0000)]
.

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

22 years agoFix typos.
Wolfgang Bangerth [Wed, 25 Sep 2002 16:13:34 +0000 (16:13 +0000)]
Fix typos.

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

22 years agodetached mode for MA27
Wolfgang Bangerth [Wed, 25 Sep 2002 16:12:48 +0000 (16:12 +0000)]
detached mode for MA27

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

22 years agoAdd header to file.
Wolfgang Bangerth [Wed, 25 Sep 2002 16:08:09 +0000 (16:08 +0000)]
Add header to file.

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

22 years agoImplement a detached mode for the MA27 solver.
Wolfgang Bangerth [Wed, 25 Sep 2002 15:45:32 +0000 (15:45 +0000)]
Implement a detached mode for the MA27 solver.

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

22 years agolocal variables changed to OutVector type
Guido Kanschat [Tue, 24 Sep 2002 23:17:00 +0000 (23:17 +0000)]
local variables changed to OutVector type

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

22 years agoinstantiation for BlockVector<float> added
Guido Kanschat [Tue, 24 Sep 2002 23:16:29 +0000 (23:16 +0000)]
instantiation for BlockVector<float> added

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

22 years agotemplate-ids fixed
Guido Kanschat [Tue, 24 Sep 2002 23:03:03 +0000 (23:03 +0000)]
template-ids fixed

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

22 years agotemplate-ids
Guido Kanschat [Tue, 24 Sep 2002 22:59:15 +0000 (22:59 +0000)]
template-ids

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

22 years agonew templates in FETools
Guido Kanschat [Tue, 24 Sep 2002 22:50:51 +0000 (22:50 +0000)]
new templates in FETools

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

22 years agonew templates in FETools
Guido Kanschat [Tue, 24 Sep 2002 22:31:24 +0000 (22:31 +0000)]
new templates in FETools

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

22 years agounused parameters removed and warning added
Guido Kanschat [Tue, 24 Sep 2002 16:51:46 +0000 (16:51 +0000)]
unused parameters removed and warning added

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

22 years agoAdd a rather complicated assertion.
Wolfgang Bangerth [Tue, 24 Sep 2002 14:26:41 +0000 (14:26 +0000)]
Add a rather complicated assertion.

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

22 years agocomment out generation of "New version 3.4" text in title.
Wolfgang Bangerth [Tue, 24 Sep 2002 14:25:45 +0000 (14:25 +0000)]
comment out generation of "New version 3.4" text in title.

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

22 years agoAdd tests for the Table<N,T> classes for N=4,5 and 6.
Ralf Hartmann [Tue, 24 Sep 2002 09:40:19 +0000 (09:40 +0000)]
Add tests for the Table<N,T> classes for N=4,5 and 6.

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

22 years agoAdd tests for the Table<N,T> classses for N=4,5 and 6.
Ralf Hartmann [Tue, 24 Sep 2002 09:37:07 +0000 (09:37 +0000)]
Add tests for the Table<N,T> classses for N=4,5 and 6.

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

22 years agoImplement the TableIndices<N> and Table<N,T> classses for N=4,5 and 6.
Ralf Hartmann [Tue, 24 Sep 2002 09:36:11 +0000 (09:36 +0000)]
Implement the TableIndices<N> and Table<N,T> classses for N=4,5 and 6.

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

22 years agoprecision restored and face elements added
Guido Kanschat [Mon, 23 Sep 2002 19:41:42 +0000 (19:41 +0000)]
precision restored and face elements added

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

22 years agoFix typo.
Wolfgang Bangerth [Fri, 20 Sep 2002 19:47:21 +0000 (19:47 +0000)]
Fix typo.

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

22 years agoAdd the last missing comment.
Wolfgang Bangerth [Fri, 20 Sep 2002 19:46:46 +0000 (19:46 +0000)]
Add the last missing comment.

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

22 years agoFix one small thing.
Wolfgang Bangerth [Fri, 20 Sep 2002 15:33:18 +0000 (15:33 +0000)]
Fix one small thing.

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

22 years agoAdd comment.
Wolfgang Bangerth [Fri, 20 Sep 2002 15:32:23 +0000 (15:32 +0000)]
Add comment.

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

22 years agoAlso mark prolongation matrices empty.
Wolfgang Bangerth [Fri, 20 Sep 2002 14:22:01 +0000 (14:22 +0000)]
Also mark prolongation matrices empty.

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

22 years agonew nonparametric DGP
Guido Kanschat [Thu, 19 Sep 2002 23:57:31 +0000 (23:57 +0000)]
new nonparametric DGP

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

22 years agonew class FE_DGPNonparametric
Guido Kanschat [Thu, 19 Sep 2002 22:21:54 +0000 (22:21 +0000)]
new class FE_DGPNonparametric

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

22 years agoDocumentation fixed
Guido Kanschat [Thu, 19 Sep 2002 22:11:14 +0000 (22:11 +0000)]
Documentation fixed

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

22 years agoAdd missing explicit instantiations.
Wolfgang Bangerth [Thu, 19 Sep 2002 20:39:13 +0000 (20:39 +0000)]
Add missing explicit instantiations.

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

22 years agocheck quadrilateral with no right angle
Guido Kanschat [Thu, 19 Sep 2002 16:46:20 +0000 (16:46 +0000)]
check quadrilateral with no right angle

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

22 years agoUndo last check-in.
Wolfgang Bangerth [Thu, 19 Sep 2002 16:43:17 +0000 (16:43 +0000)]
Undo last check-in.

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

22 years agoDon't use forward_declarations any more.
Wolfgang Bangerth [Thu, 19 Sep 2002 16:24:11 +0000 (16:24 +0000)]
Don't use forward_declarations any more.

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

22 years agosuppress output
Wolfgang Bangerth [Thu, 19 Sep 2002 13:53:47 +0000 (13:53 +0000)]
suppress output

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

22 years agoFix a failure from Guido.
Wolfgang Bangerth [Thu, 19 Sep 2002 00:11:44 +0000 (00:11 +0000)]
Fix a failure from Guido.

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

22 years agoThis wasnt intended for the main branch.
Wolfgang Bangerth [Wed, 18 Sep 2002 23:44:33 +0000 (23:44 +0000)]
This wasnt intended for the main branch.

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

22 years ago.
Wolfgang Bangerth [Wed, 18 Sep 2002 23:43:23 +0000 (23:43 +0000)]
.

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

22 years agoAdd grid.
Wolfgang Bangerth [Wed, 18 Sep 2002 23:37:25 +0000 (23:37 +0000)]
Add grid.

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

22 years agoRounding makes the difference.
Wolfgang Bangerth [Wed, 18 Sep 2002 21:23:36 +0000 (21:23 +0000)]
Rounding makes the difference.

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

22 years agoSome more tests, with Nedelec elements.
Wolfgang Bangerth [Wed, 18 Sep 2002 18:31:09 +0000 (18:31 +0000)]
Some more tests, with Nedelec elements.

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

22 years agoDisable DGP tests for now. Check some other things.
Wolfgang Bangerth [Wed, 18 Sep 2002 18:16:38 +0000 (18:16 +0000)]
Disable DGP tests for now. Check some other things.

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

22 years agoAdd a couple of really weird tests...
Wolfgang Bangerth [Wed, 18 Sep 2002 17:50:33 +0000 (17:50 +0000)]
Add a couple of really weird tests...

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

22 years agoFix a bug that is repeated three times. Fix some documentation.
Wolfgang Bangerth [Wed, 18 Sep 2002 17:41:52 +0000 (17:41 +0000)]
Fix a bug that is repeated three times. Fix some documentation.

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

22 years agoExtend possible life of tests to 60 minutes, to see whether that makes
Wolfgang Bangerth [Wed, 18 Sep 2002 17:16:58 +0000 (17:16 +0000)]
Extend possible life of tests to 60 minutes, to see whether that makes
the wave-test-3 succeed again...

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

22 years agoChange zeros into zeros.
Wolfgang Bangerth [Wed, 18 Sep 2002 17:16:01 +0000 (17:16 +0000)]
Change zeros into zeros.

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

22 years agodocumentation update
Guido Kanschat [Wed, 18 Sep 2002 16:33:23 +0000 (16:33 +0000)]
documentation update

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

22 years agodocumentation update
Guido Kanschat [Wed, 18 Sep 2002 16:32:59 +0000 (16:32 +0000)]
documentation update

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

22 years agotest ok for PreconditionBlock
Guido Kanschat [Wed, 18 Sep 2002 16:12:17 +0000 (16:12 +0000)]
test ok for PreconditionBlock

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

22 years agowrong exception changed
Guido Kanschat [Wed, 18 Sep 2002 16:10:09 +0000 (16:10 +0000)]
wrong exception changed

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

22 years agorestriction_is_additive, component_to_system_index
Wolfgang Bangerth [Wed, 18 Sep 2002 15:43:42 +0000 (15:43 +0000)]
restriction_is_additive, component_to_system_index

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

22 years agobug-fix
Guido Kanschat [Wed, 18 Sep 2002 15:18:15 +0000 (15:18 +0000)]
bug-fix

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

22 years agoFix header wobbles.
Wolfgang Bangerth [Wed, 18 Sep 2002 15:11:37 +0000 (15:11 +0000)]
Fix header wobbles.

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

22 years agoMake an input parameter const.
Wolfgang Bangerth [Wed, 18 Sep 2002 15:03:36 +0000 (15:03 +0000)]
Make an input parameter const.

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

22 years agoDoc fixes.
Wolfgang Bangerth [Wed, 18 Sep 2002 15:03:12 +0000 (15:03 +0000)]
Doc fixes.

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