]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoFix math pointed out by Roy.
wolf [Thu, 30 Jan 2003 21:28:49 +0000 (21:28 +0000)]
Fix math pointed out by Roy.

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

21 years agoMini change.
wolf [Thu, 30 Jan 2003 20:50:01 +0000 (20:50 +0000)]
Mini change.

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

21 years agoFix maths.
wolf [Thu, 30 Jan 2003 02:38:50 +0000 (02:38 +0000)]
Fix maths.

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

21 years agoUmpf.
wolf [Wed, 29 Jan 2003 15:09:38 +0000 (15:09 +0000)]
Umpf.

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

21 years agoImplement scoped locking. Use it throughout the library.
wolf [Tue, 28 Jan 2003 21:34:05 +0000 (21:34 +0000)]
Implement scoped locking. Use it throughout the library.

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

21 years agoThe check against multiple simultaneous runs of this function with a
wolf [Tue, 28 Jan 2003 20:48:17 +0000 (20:48 +0000)]
The check against multiple simultaneous runs of this function with a
local variable as mutex is of course bogus: this needs to be a
_static_ local variable!

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

21 years agoOnly run recursive $(MAKE) if the cd before it succeeded. This avoid
wolf [Tue, 28 Jan 2003 20:03:58 +0000 (20:03 +0000)]
Only run recursive $(MAKE) if the cd before it succeeded. This avoid
infinite loops if a subdir does not exist.

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

21 years agoMicro nit-picking
wolf [Tue, 28 Jan 2003 20:01:54 +0000 (20:01 +0000)]
Micro nit-picking

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

21 years agoDetect Borland C++, which, however, fails blatantly.
wolf [Mon, 27 Jan 2003 18:40:11 +0000 (18:40 +0000)]
Detect Borland C++, which, however, fails blatantly.

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

21 years agoUse preprocessor 'defined' instead of relying on the preprocessor doing this automati...
wolf [Mon, 27 Jan 2003 18:39:31 +0000 (18:39 +0000)]
Use preprocessor 'defined' instead of relying on the preprocessor doing this automatically.

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

21 years agocaveat added
guido [Mon, 27 Jan 2003 15:25:22 +0000 (15:25 +0000)]
caveat added

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

21 years agoAdded comments about the changes in the DoFAccessor classes.
oliver [Sat, 25 Jan 2003 21:50:20 +0000 (21:50 +0000)]
Added comments about the changes in the DoFAccessor classes.

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

21 years agoUg, fix obvious problem.
wolf [Fri, 24 Jan 2003 23:18:06 +0000 (23:18 +0000)]
Ug, fix obvious problem.

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

21 years agoNote that deal.II now also works on AIX.
wolf [Fri, 24 Jan 2003 16:53:18 +0000 (16:53 +0000)]
Note that deal.II now also works on AIX.

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

21 years agoOn some systems, we need to link liblac.so against libbase.so, and libdeal_II* agains...
wolf [Fri, 24 Jan 2003 16:52:29 +0000 (16:52 +0000)]
On some systems, we need to link liblac.so against libbase.so, and libdeal_II* against both of them (notably, this system is AIX). On other systems, this shouldn't hurt either. For this, we also have to serialize creation of libraries.

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

21 years agoMention support for aix with gcc3.2
wolf [Fri, 24 Jan 2003 16:14:42 +0000 (16:14 +0000)]
Mention support for aix with gcc3.2

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

21 years agoSupport detection of CPUs on AIX.
wolf [Fri, 24 Jan 2003 16:09:29 +0000 (16:09 +0000)]
Support detection of CPUs on AIX.

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

21 years agoIntroduce an abbreviation. Work around a problem on AIX by a really unnecessary hack...
wolf [Fri, 24 Jan 2003 15:58:23 +0000 (15:58 +0000)]
Introduce an abbreviation. Work around a problem on AIX by a really unnecessary hack, which, however, also doesn't hurt on other systems.

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

21 years agoUse right linker for shared libs.
wolf [Fri, 24 Jan 2003 00:30:49 +0000 (00:30 +0000)]
Use right linker for shared libs.

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

21 years agoAdd f77 libs to linker line
wolf [Fri, 24 Jan 2003 00:27:35 +0000 (00:27 +0000)]
Add f77 libs to linker line

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

21 years agoEnable shared libs on AIX 5.
wolf [Fri, 24 Jan 2003 00:04:33 +0000 (00:04 +0000)]
Enable shared libs on AIX 5.

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

21 years ago.
wolf [Thu, 23 Jan 2003 23:58:34 +0000 (23:58 +0000)]
.

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

21 years agoCan use shared libs on AIX 5.1
wolf [Thu, 23 Jan 2003 23:56:24 +0000 (23:56 +0000)]
Can use shared libs on AIX 5.1

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

21 years agoAdd some missing explicit instantiations.
wolf [Thu, 23 Jan 2003 23:04:41 +0000 (23:04 +0000)]
Add some missing explicit instantiations.

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

21 years agoAdd some missing explicit instantiations.
wolf [Thu, 23 Jan 2003 22:55:19 +0000 (22:55 +0000)]
Add some missing explicit instantiations.

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

21 years agoOn AIX, the linker is unhappy about some missing symbols. They should be there, but...
wolf [Thu, 23 Jan 2003 22:51:40 +0000 (22:51 +0000)]
On AIX, the linker is unhappy about some missing symbols. They should be there, but some explicit instantiations don't harm either.

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

21 years agoMove definition of static member variables to .cc file.
wolf [Thu, 23 Jan 2003 22:41:53 +0000 (22:41 +0000)]
Move definition of static member variables to .cc file.

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

21 years agoCheck for only partly bracketed mutex initializers, and use -Wno-missing-braces if...
wolf [Thu, 23 Jan 2003 22:03:06 +0000 (22:03 +0000)]
Check for only partly bracketed mutex initializers, and use -Wno-missing-braces if necessary.

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

21 years ago.
wolf [Thu, 23 Jan 2003 22:01:36 +0000 (22:01 +0000)]
.

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

21 years agomention ibm xlc 6.0
wolf [Thu, 23 Jan 2003 16:18:29 +0000 (16:18 +0000)]
mention ibm xlc 6.0

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

21 years agoDocumentation of coefficients alpha and beta
guido [Thu, 23 Jan 2003 09:29:01 +0000 (09:29 +0000)]
Documentation of coefficients alpha and beta

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

21 years agoQualify name loopup.
wolf [Wed, 22 Jan 2003 23:05:53 +0000 (23:05 +0000)]
Qualify name loopup.

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

21 years agoLikewise at other places.
wolf [Wed, 22 Jan 2003 23:03:58 +0000 (23:03 +0000)]
Likewise at other places.

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

21 years agoQualify lookup of Vector.
wolf [Wed, 22 Jan 2003 23:02:48 +0000 (23:02 +0000)]
Qualify lookup of Vector.

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

21 years agoThings declared inside an anonymous namespace should also be define
wolf [Tue, 21 Jan 2003 22:35:17 +0000 (22:35 +0000)]
Things declared inside an anonymous namespace should also be define
inside it, to preserve the internal linkage.

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

21 years agoInitial changes to the hp branch.
wolf [Tue, 21 Jan 2003 16:58:50 +0000 (16:58 +0000)]
Initial changes to the hp branch.

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

21 years agoDon't use get_face. Previous use may have been honorable, but that
wolf [Tue, 21 Jan 2003 16:41:20 +0000 (16:41 +0000)]
Don't use get_face. Previous use may have been honorable, but that
function is now gone and we can either add another parameter to the
functions that use this, or leave out the check. Since the functions
that use this are called in only one place, it seems acceptable to
remove the check, although this is arguably not the best way...

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

21 years agoverbosity reduced
guido [Tue, 21 Jan 2003 13:57:06 +0000 (13:57 +0000)]
verbosity reduced

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

21 years agowrong tag for nodata
guido [Tue, 21 Jan 2003 13:51:18 +0000 (13:51 +0000)]
wrong tag for nodata

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

21 years agoMention Brian's work.
wolf [Fri, 17 Jan 2003 20:01:37 +0000 (20:01 +0000)]
Mention Brian's work.

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

21 years agoGet rid of FEValues::get_cell and get_face.
wolf [Fri, 17 Jan 2003 19:24:49 +0000 (19:24 +0000)]
Get rid of FEValues::get_cell and get_face.

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

21 years agono data questions
guido [Fri, 17 Jan 2003 16:53:16 +0000 (16:53 +0000)]
no data questions

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

21 years agonew title file without Javascript
guido [Fri, 17 Jan 2003 12:28:34 +0000 (12:28 +0000)]
new title file without Javascript

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

21 years agofiles created by make
guido [Fri, 17 Jan 2003 09:35:01 +0000 (09:35 +0000)]
files created by make

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

21 years agoinvert_diagblocks not necessary anymore
guido [Fri, 17 Jan 2003 08:00:30 +0000 (08:00 +0000)]
invert_diagblocks not necessary anymore

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

21 years agoremark on invert_diagblocks
guido [Fri, 17 Jan 2003 07:59:48 +0000 (07:59 +0000)]
remark on invert_diagblocks

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

21 years agoFix one problem.
deal [Thu, 16 Jan 2003 19:45:49 +0000 (19:45 +0000)]
Fix one problem.

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

21 years agoFix pbl. with variable modifiers const and volatile.
deal [Thu, 16 Jan 2003 19:45:10 +0000 (19:45 +0000)]
Fix pbl. with variable modifiers const and volatile.

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

21 years agoFix a problem with calling pthread_join on the same threads more than once.
wolf [Thu, 16 Jan 2003 18:12:00 +0000 (18:12 +0000)]
Fix a problem with calling pthread_join on the same threads more than once.

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

21 years agoRegenerate.
wolf [Wed, 15 Jan 2003 18:05:58 +0000 (18:05 +0000)]
Regenerate.

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

21 years agoBetter detect ecc6.
wolf [Wed, 15 Jan 2003 18:05:12 +0000 (18:05 +0000)]
Better detect ecc6.

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

21 years agoKeep to the yes/no output convention.
wolf [Wed, 15 Jan 2003 16:26:23 +0000 (16:26 +0000)]
Keep to the yes/no output convention.

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

21 years agocleanup before filling
guido [Wed, 15 Jan 2003 14:46:18 +0000 (14:46 +0000)]
cleanup before filling

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

21 years agoDetect the version of the IA64 Intel compiler in the same way as that for x86. Use...
wolf [Tue, 14 Jan 2003 21:12:55 +0000 (21:12 +0000)]
Detect the version of the IA64 Intel compiler in the same way as that for x86. Use the same code to set the flags.

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

21 years ago.
wolf [Tue, 14 Jan 2003 21:07:37 +0000 (21:07 +0000)]
.

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

21 years agoWe had a lot of cruft in our files from an attempt to support IBM xlC 5.0. We never...
wolf [Tue, 14 Jan 2003 19:51:12 +0000 (19:51 +0000)]
We had a lot of cruft in our files from an attempt to support IBM xlC 5.0. We never made it really work with this compiler, so this is all dead code. Get rid of it.

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

21 years agoMake thread startup rely less on non-POSIX features: we were acquiring a mutex on...
wolf [Mon, 13 Jan 2003 19:46:01 +0000 (19:46 +0000)]
Make thread startup rely less on non-POSIX features: we were acquiring a mutex on one thread, and releasing it on another one. While this is documented to work on Linux, it is not necessarily so on other systems, since POSIX does not standardize this behavior. So use a condition variable instead to avoid the problem. While at it, also remove support for ACE.

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

21 years agoMake the counter variable volatile in MT mode, by using some template magic.
wolf [Mon, 13 Jan 2003 19:44:48 +0000 (19:44 +0000)]
Make the counter variable volatile in MT mode, by using some template magic.

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

21 years agoFix wording.
wolf [Mon, 13 Jan 2003 19:44:03 +0000 (19:44 +0000)]
Fix wording.

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

21 years agomissing include file
guido [Mon, 13 Jan 2003 09:10:37 +0000 (09:10 +0000)]
missing include file

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

21 years agoRemove another instance of stray semicolon.
wolf [Fri, 10 Jan 2003 16:38:38 +0000 (16:38 +0000)]
Remove another instance of stray semicolon.

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

21 years agoHave a DoFAccessor::get_fe() function, and use it instead of dof_handler->selected_fe...
wolf [Fri, 10 Jan 2003 16:37:09 +0000 (16:37 +0000)]
Have a DoFAccessor::get_fe() function, and use it instead of dof_handler->selected_fe. This is a first step towards using the accessor classes also for other DoFHandlers than just the DoFHandler<dim>.

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

21 years agoRegenerate.
wolf [Fri, 10 Jan 2003 16:30:46 +0000 (16:30 +0000)]
Regenerate.

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

21 years agoCheck for POSIX thread condition variables.
wolf [Fri, 10 Jan 2003 16:29:35 +0000 (16:29 +0000)]
Check for POSIX thread condition variables.

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

21 years agoexceptions updated
guido [Fri, 10 Jan 2003 11:23:01 +0000 (11:23 +0000)]
exceptions updated

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

21 years agoAdd function clear to release stored objects
guido [Fri, 10 Jan 2003 11:21:53 +0000 (11:21 +0000)]
Add function clear to release stored objects

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

21 years agobase class replaced by member
guido [Fri, 10 Jan 2003 11:01:05 +0000 (11:01 +0000)]
base class replaced by member

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

21 years agowrong return type in copy_from
guido [Fri, 10 Jan 2003 10:15:26 +0000 (10:15 +0000)]
wrong return type in copy_from

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

21 years agoreplaced operator= by copy_from
guido [Fri, 10 Jan 2003 10:13:51 +0000 (10:13 +0000)]
replaced operator= by copy_from

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

21 years agoRelieve us from unnecessary semicolons.
wolf [Thu, 9 Jan 2003 20:32:47 +0000 (20:32 +0000)]
Relieve us from unnecessary semicolons.

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

21 years agoAvoid unnecessary semicola.
wolf [Thu, 9 Jan 2003 20:23:13 +0000 (20:23 +0000)]
Avoid unnecessary semicola.

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

21 years agoMore stray semicola.
wolf [Thu, 9 Jan 2003 16:56:15 +0000 (16:56 +0000)]
More stray semicola.

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

21 years agoMove Preconditioner entry to lac subsection where it belongs.
wolf [Thu, 9 Jan 2003 16:50:54 +0000 (16:50 +0000)]
Move Preconditioner entry to lac subsection where it belongs.

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

21 years agoRemove stray semicola.
wolf [Thu, 9 Jan 2003 16:48:43 +0000 (16:48 +0000)]
Remove stray semicola.

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

21 years agoFix missing return statement.
wolf [Thu, 9 Jan 2003 16:48:05 +0000 (16:48 +0000)]
Fix missing return statement.

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

21 years agofunctions set_matrix added
guido [Thu, 9 Jan 2003 15:29:35 +0000 (15:29 +0000)]
functions set_matrix added

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

21 years agoupdate bib
hartmann [Thu, 9 Jan 2003 15:04:53 +0000 (15:04 +0000)]
update bib

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

21 years agoupdate publication.
hartmann [Thu, 9 Jan 2003 15:03:56 +0000 (15:03 +0000)]
update publication.

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

21 years agodoc update.
hartmann [Thu, 9 Jan 2003 14:54:00 +0000 (14:54 +0000)]
doc update.

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

21 years agosolver not const
guido [Thu, 9 Jan 2003 14:18:21 +0000 (14:18 +0000)]
solver not const

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

21 years agointroduce default constructor and initalize
guido [Thu, 9 Jan 2003 14:10:44 +0000 (14:10 +0000)]
introduce default constructor and initalize

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

21 years agoBump the copyright year to 2003.
wolf [Wed, 8 Jan 2003 17:58:22 +0000 (17:58 +0000)]
Bump the copyright year to 2003.

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

21 years agoUpdate comment.
wolf [Wed, 8 Jan 2003 17:15:50 +0000 (17:15 +0000)]
Update comment.

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

21 years agoThe last (reduced) check-in works with gcc, but breaks icc, unfortunately. This is...
wolf [Wed, 8 Jan 2003 15:23:48 +0000 (15:23 +0000)]
The last (reduced) check-in works with gcc, but breaks icc, unfortunately. This is a minefield...

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

21 years agoDon't try to infer full path to ranlib if ranlib does not exist.
wolf [Wed, 8 Jan 2003 15:19:09 +0000 (15:19 +0000)]
Don't try to infer full path to ranlib if ranlib does not exist.

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

21 years agoMGMatrix and MGMatrixSelect in new file
guido [Wed, 8 Jan 2003 14:39:39 +0000 (14:39 +0000)]
MGMatrix and MGMatrixSelect in new file

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

21 years agonew FullMatrix::operator=
guido [Wed, 8 Jan 2003 10:30:35 +0000 (10:30 +0000)]
new FullMatrix::operator=

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

21 years agonew FullMatrix::operator= and mailto's removed
guido [Wed, 8 Jan 2003 10:30:07 +0000 (10:30 +0000)]
new FullMatrix::operator= and mailto's removed

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

21 years agoRemove at least one of the bogus checks. The other one causes ICEs when removed.
wolf [Tue, 7 Jan 2003 21:43:02 +0000 (21:43 +0000)]
Remove at least one of the bogus checks. The other one causes ICEs when removed.

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

21 years agoTry to remove at least one of the conditionals.
wolf [Tue, 7 Jan 2003 21:28:29 +0000 (21:28 +0000)]
Try to remove at least one of the conditionals.

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

21 years agoUmph. Undo last check-in, since it is formally correct yet leads to an ICE in gcc...
wolf [Tue, 7 Jan 2003 21:26:55 +0000 (21:26 +0000)]
Umph. Undo last check-in, since it is formally correct yet leads to an ICE in gcc...

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

21 years agoI previously thought, icc was in error and wrote an autoconf check to work around...
wolf [Tue, 7 Jan 2003 21:15:17 +0000 (21:15 +0000)]
I previously thought, icc was in error and wrote an autoconf check to work around the problem. However, it turns out that icc is right, and gcc uses some undocumented extension in this case; however, it is fine with the code that we also use for icc so remove the autoconf check, and remove the conditional compilation.

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

21 years agospecific MGMatrix classes moved to mg_matrix.h
guido [Tue, 7 Jan 2003 11:49:38 +0000 (11:49 +0000)]
specific MGMatrix classes moved to mg_matrix.h

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

21 years agoPoint to the right file.
wolf [Tue, 7 Jan 2003 00:28:48 +0000 (00:28 +0000)]
Point to the right file.

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

21 years agoDetec gcc3.4
wolf [Tue, 7 Jan 2003 00:28:36 +0000 (00:28 +0000)]
Detec gcc3.4

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

21 years agoHow can this have compiled?
wolf [Tue, 7 Jan 2003 00:11:54 +0000 (00:11 +0000)]
How can this have compiled?

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

21 years agostore_diagonals was not public
guido [Mon, 6 Jan 2003 20:18:06 +0000 (20:18 +0000)]
store_diagonals was not public

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

21 years agoinver_diagblocks eliminated
guido [Mon, 6 Jan 2003 20:04:27 +0000 (20:04 +0000)]
inver_diagblocks eliminated

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

21 years agonew MGSmootherRelaxation
guido [Mon, 6 Jan 2003 19:19:07 +0000 (19:19 +0000)]
new MGSmootherRelaxation

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

21 years agoadditional parameters in AdditionalData
guido [Mon, 6 Jan 2003 19:18:26 +0000 (19:18 +0000)]
additional parameters in AdditionalData

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