]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
22 years agoRecognize Sun Forte compilers.
wolf [Tue, 19 Mar 2002 17:39:11 +0000 (17:39 +0000)]
Recognize Sun Forte compilers.

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

22 years agoTo make it compile revert changes due to Sun Forte compiler.
hartmann [Tue, 19 Mar 2002 14:11:07 +0000 (14:11 +0000)]
To make it compile revert changes due to Sun Forte compiler.

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

22 years agoRevert latest changes due to Sun Forte bug 6.
hartmann [Tue, 19 Mar 2002 13:59:57 +0000 (13:59 +0000)]
Revert latest changes due to Sun Forte bug 6.

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

22 years agoFix. Make it compile.
hartmann [Tue, 19 Mar 2002 13:55:10 +0000 (13:55 +0000)]
Fix. Make it compile.

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

22 years agoOnly perform F77 tests if we have an F77 compiler at all.
wolf [Tue, 19 Mar 2002 12:26:44 +0000 (12:26 +0000)]
Only perform F77 tests if we have an F77 compiler at all.

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

22 years agobug removed
guido [Mon, 18 Mar 2002 23:05:57 +0000 (23:05 +0000)]
bug removed

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

22 years agoReference to master news file
guido [Mon, 18 Mar 2002 23:01:19 +0000 (23:01 +0000)]
Reference to master news file

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

22 years agoGeneration of versionnumber in title bar
guido [Mon, 18 Mar 2002 22:52:03 +0000 (22:52 +0000)]
Generation of versionnumber in title bar

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

22 years agoFrame protection
guido [Mon, 18 Mar 2002 21:46:00 +0000 (21:46 +0000)]
Frame protection

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

22 years agopurified
guido [Mon, 18 Mar 2002 16:43:26 +0000 (16:43 +0000)]
purified

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

22 years agopurified
guido [Mon, 18 Mar 2002 16:41:41 +0000 (16:41 +0000)]
purified

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

22 years agotitle and meta tags removed
guido [Mon, 18 Mar 2002 14:57:54 +0000 (14:57 +0000)]
title and meta tags removed

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

22 years agoDisallow indexing of individual mails
guido [Mon, 18 Mar 2002 14:49:15 +0000 (14:49 +0000)]
Disallow indexing of individual mails

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

22 years agotitle changed
guido [Mon, 18 Mar 2002 14:46:52 +0000 (14:46 +0000)]
title changed

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

22 years agotitle changed
guido [Mon, 18 Mar 2002 14:28:40 +0000 (14:28 +0000)]
title changed

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

22 years agotitle changed
guido [Mon, 18 Mar 2002 14:27:09 +0000 (14:27 +0000)]
title changed

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

22 years agochanges for Sun forte
guido [Mon, 18 Mar 2002 13:39:47 +0000 (13:39 +0000)]
changes for Sun forte

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

22 years agochanges for Sun forte
guido [Mon, 18 Mar 2002 13:21:24 +0000 (13:21 +0000)]
changes for Sun forte

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

22 years agochanges for Sun forte
guido [Mon, 18 Mar 2002 13:09:58 +0000 (13:09 +0000)]
changes for Sun forte

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

22 years agoRemove semicolons to work around a bug in Sun Forte. Testcase:
wolf [Mon, 18 Mar 2002 13:09:02 +0000 (13:09 +0000)]
Remove semicolons to work around a bug in Sun Forte. Testcase:
/* ---------------------------------- */
/* Problem 1 -- extraneous semicolon? */
namespace NS1 {
    template <class T>
    void test () {};
};

Avoid friend declaration of typedefs. Testcase:
/* -------------------------------- */
/* Problem 6 -- friend and typedefs */
class T3;
class T4
{
    typedef T3 Tloc;
    friend class Tloc;
};

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

22 years agoMove implementations to .cc file, since not used very often anyway and
wolf [Mon, 18 Mar 2002 12:26:38 +0000 (12:26 +0000)]
Move implementations to .cc file, since not used very often anyway and
thus no point to mark inline. change triggered by Sun Forte 6.2's
inability to first declare a function, then define it marked
inline. testcase:

/* ------------------------------------------ */
/* Problem 4 -- "extern" and "inline" collide */
namespace NS2
{
  inline void f();
  inline void f() {};
};

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

22 years agoOperators take a Tensor as second argument, avoids possible copy in casting
guido [Mon, 18 Mar 2002 09:21:56 +0000 (09:21 +0000)]
Operators take a Tensor as second argument, avoids possible copy in casting

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

22 years agoTensors which are actually Points are Points now
guido [Sat, 16 Mar 2002 15:04:44 +0000 (15:04 +0000)]
Tensors which are actually Points are Points now

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

22 years agoReindent one line. (Well, just being pedantic)
wolf [Thu, 14 Mar 2002 10:20:38 +0000 (10:20 +0000)]
Reindent one line. (Well, just being pedantic)

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

22 years agoFix misspelling of static lib.
wolf [Wed, 13 Mar 2002 17:12:09 +0000 (17:12 +0000)]
Fix misspelling of static lib.

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

22 years agoonly use std::ends when necessary, i.e. for the old strstream classes.
wolf [Wed, 13 Mar 2002 10:06:36 +0000 (10:06 +0000)]
only use std::ends when necessary, i.e. for the old strstream classes.

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

22 years agoUse __builtin_expect if available for AssertThrow.
wolf [Wed, 13 Mar 2002 08:48:17 +0000 (08:48 +0000)]
Use __builtin_expect if available for AssertThrow.

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

22 years agonew clear function in BlockMatrixArray
guido [Mon, 11 Mar 2002 20:20:01 +0000 (20:20 +0000)]
new clear function in BlockMatrixArray

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

22 years ago.
wolf [Mon, 11 Mar 2002 14:24:47 +0000 (14:24 +0000)]
.

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

22 years agoRecognize gcc3.2
third-party [Mon, 11 Mar 2002 14:24:17 +0000 (14:24 +0000)]
Recognize gcc3.2

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

22 years agoComment out parameter names, since now no more needed.
third-party [Mon, 11 Mar 2002 13:32:00 +0000 (13:32 +0000)]
Comment out parameter names, since now no more needed.

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

22 years agomail addresses fixed
guido [Mon, 11 Mar 2002 13:09:42 +0000 (13:09 +0000)]
mail addresses fixed

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

22 years agoVery strong
guido [Mon, 11 Mar 2002 12:34:37 +0000 (12:34 +0000)]
Very strong

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

22 years agoSome reformatting
guido [Mon, 11 Mar 2002 12:34:27 +0000 (12:34 +0000)]
Some reformatting

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

22 years agoAdd a little doc.
third-party [Mon, 11 Mar 2002 10:28:40 +0000 (10:28 +0000)]
Add a little doc.

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

22 years agoRemove code of create_hyper_ball altogether by putting it into a comment.
wolf [Mon, 11 Mar 2002 09:51:30 +0000 (09:51 +0000)]
Remove code of create_hyper_ball altogether by putting it into a comment.

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

22 years agoChange final screen slightly.
wolf [Mon, 11 Mar 2002 09:20:00 +0000 (09:20 +0000)]
Change final screen slightly.

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

22 years agoUse [][] instead of (.,.) for shape_values
wolf [Fri, 8 Mar 2002 10:46:37 +0000 (10:46 +0000)]
Use [][] instead of (.,.) for shape_values

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

22 years agoMake access to shape values and gradients more consistent by using the new vector2d...
wolf [Fri, 8 Mar 2002 10:39:40 +0000 (10:39 +0000)]
Make access to shape values and gradients more consistent by using the new vector2d::operator[].

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

22 years agoAllow access to vector2d objects using x[i][j] instead of only x(i,j).
wolf [Fri, 8 Mar 2002 10:03:41 +0000 (10:03 +0000)]
Allow access to vector2d objects using x[i][j] instead of only x(i,j).

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

22 years agoFix bug.
wolf [Fri, 8 Mar 2002 09:44:16 +0000 (09:44 +0000)]
Fix bug.

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

22 years agoSignificantly change the way configure works. Mostly, configure.in is now only a...
wolf [Fri, 8 Mar 2002 09:10:03 +0000 (09:10 +0000)]
Significantly change the way configure works. Mostly, configure.in is now only a list of task to be done, cleanly separated into several categories. The actual work is done by macros in aclocal.m4. Also, config.guess and alike have been banned from the top-level directory and are now in contrib/config.

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

22 years agoDocumement valid with one exception needed for netscape
guido [Thu, 7 Mar 2002 17:07:38 +0000 (17:07 +0000)]
Documement valid with one exception needed for netscape

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

22 years agoNew web home and email addresses.
hartmann [Thu, 7 Mar 2002 13:58:25 +0000 (13:58 +0000)]
New web home and email addresses.

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

22 years agomove http://gaia.iwr.uni-heidelberg.de/~deal to http://www.dealii.org. Adjust mailing...
hartmann [Thu, 7 Mar 2002 13:29:17 +0000 (13:29 +0000)]
move http://gaia.iwr.uni-heidelberg.de/~deal to http://www.dealii.org. Adjust mailing addresses

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

22 years agoRearrangement of navbar.
hartmann [Thu, 7 Mar 2002 13:27:56 +0000 (13:27 +0000)]
Rearrangement of navbar.

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

22 years agoAnnouncement of new deal.ii home
hartmann [Thu, 7 Mar 2002 10:39:10 +0000 (10:39 +0000)]
Announcement of new deal.ii home

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

22 years agoCheck in new version 1.91 of this script.
wolf [Mon, 4 Mar 2002 10:19:28 +0000 (10:19 +0000)]
Check in new version 1.91 of this script.

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

22 years agoAdd a little bit documentation.
wolf [Thu, 28 Feb 2002 12:46:07 +0000 (12:46 +0000)]
Add a little bit documentation.

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

22 years agoUse AC_LANG(C++) instead of AC_LANG_CXX
wolf [Fri, 22 Feb 2002 14:03:58 +0000 (14:03 +0000)]
Use AC_LANG(C++) instead of AC_LANG_CXX
Use proper brackets around function bodies, as expected by autoconf2.50

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

22 years agoDisabling variable cache leads to abort here. Since no cache is used anyway since...
wolf [Fri, 22 Feb 2002 13:55:10 +0000 (13:55 +0000)]
Disabling variable cache leads to abort here. Since no cache is used anyway since top-level configure doesn't use it, theres no point in mentioning that here.

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

22 years agoLinus said that the final test had to many conditions. Hmph.
wolf [Fri, 22 Feb 2002 10:31:59 +0000 (10:31 +0000)]
Linus said that the final test had to many conditions. Hmph.

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

22 years agoIn an assertion, it was checked whether vertex dof indices for
wolf [Thu, 21 Feb 2002 17:53:43 +0000 (17:53 +0000)]
In an assertion, it was checked whether vertex dof indices for
different children of a face matched each other, for consistency. This
failed if the FE in use does not have dofs on vertices at all. Check
for the vertex index instead of the vertex _dof_ index now.

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

22 years agoIn an assertion, it was checked whether vertex dof indices for
wolf [Thu, 21 Feb 2002 17:50:46 +0000 (17:50 +0000)]
In an assertion, it was checked whether vertex dof indices for
different children of a face matched each other, for consistency. This
failed if the FE in use does not have dofs on vertices at all. Check
for the vertex index instead of the vertex _dof_ index now.

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

22 years agoFix a bug in Accessor<3>::measure, where the result was negative.
wolf [Thu, 21 Feb 2002 17:35:06 +0000 (17:35 +0000)]
Fix a bug in Accessor<3>::measure, where the result was negative.

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

22 years agoFix a bug in Accessor<3>::measure, where the result was negative.
wolf [Thu, 21 Feb 2002 17:29:26 +0000 (17:29 +0000)]
Fix a bug in Accessor<3>::measure, where the result was negative.

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

22 years agoFix typos.
wolf [Thu, 21 Feb 2002 14:34:58 +0000 (14:34 +0000)]
Fix typos.

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

22 years agoDestructor made pure
guido [Wed, 20 Feb 2002 16:21:36 +0000 (16:21 +0000)]
Destructor made pure

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

22 years agoGet things into anti-chronological order.
wolf [Wed, 20 Feb 2002 08:36:41 +0000 (08:36 +0000)]
Get things into anti-chronological order.

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

22 years agoFix typo.
wolf [Tue, 19 Feb 2002 17:00:30 +0000 (17:00 +0000)]
Fix typo.

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

22 years agoAdded optimized make target and supporting documentation
benkirk [Tue, 19 Feb 2002 14:52:31 +0000 (14:52 +0000)]
Added optimized make target and supporting documentation

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

22 years agoWindows environment
guido [Tue, 19 Feb 2002 10:17:39 +0000 (10:17 +0000)]
Windows environment

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

22 years agoSmall fix.
hartmann [Tue, 19 Feb 2002 10:04:06 +0000 (10:04 +0000)]
Small fix.

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

22 years agoAdded sysconf(_SC_NPROC_ONLN) call for SGI to determine the number of available proce...
benkirk [Mon, 18 Feb 2002 19:48:59 +0000 (19:48 +0000)]
Added sysconf(_SC_NPROC_ONLN) call for SGI to determine the number of available processors when in multithread mode

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

22 years agoImprove exception output and work around a bug in gcc3.0.1 where a \0 character was...
wolf [Mon, 18 Feb 2002 09:22:07 +0000 (09:22 +0000)]
Improve exception output and work around a bug in gcc3.0.1 where a \0 character was appended to what one gets from a strstream.str() call.

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

22 years agoSlight doc update.
wolf [Mon, 18 Feb 2002 09:16:15 +0000 (09:16 +0000)]
Slight doc update.

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

22 years agoRecognize KAI C++, but since I cant test don't set flags.
wolf [Fri, 15 Feb 2002 12:36:01 +0000 (12:36 +0000)]
Recognize KAI C++, but since I cant test don't set flags.

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

22 years agoAdd std::, although in a comment. If someone wants to reinsert the
wolf [Wed, 13 Feb 2002 09:49:24 +0000 (09:49 +0000)]
Add std::, although in a comment. If someone wants to reinsert the
code, then that'll yield less problems.

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

22 years agoSimplify return code.
wolf [Wed, 13 Feb 2002 09:47:42 +0000 (09:47 +0000)]
Simplify return code.

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

22 years agoPrefix make_pair with std:: to avoid confusion about the role Koenig
wolf [Wed, 13 Feb 2002 09:45:27 +0000 (09:45 +0000)]
Prefix make_pair with std:: to avoid confusion about the role Koenig
lookup has here.

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

22 years agoFix mark up. Explain abbreviations for authors.
wolf [Wed, 13 Feb 2002 09:33:15 +0000 (09:33 +0000)]
Fix mark up. Explain abbreviations for authors.

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

22 years agoSparsityPattern::matrix_position
wolf [Wed, 13 Feb 2002 09:27:49 +0000 (09:27 +0000)]
SparsityPattern::matrix_position

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

22 years agomore warnings removed
guido [Tue, 12 Feb 2002 18:12:19 +0000 (18:12 +0000)]
more warnings removed

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

22 years agoSuppress unused variable warning.
wolf [Tue, 12 Feb 2002 17:58:01 +0000 (17:58 +0000)]
Suppress unused variable warning.

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

22 years agoAdded binary Tecplot support in the DataOutBase class and added necessary hooks in...
benkirk [Tue, 12 Feb 2002 14:37:27 +0000 (14:37 +0000)]
Added binary Tecplot support in the DataOutBase class and added necessary hooks in ./configure to support this

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

22 years agomatrix is long double
guido [Tue, 12 Feb 2002 12:42:44 +0000 (12:42 +0000)]
matrix is long double

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

22 years agoembedding matrices for dgp
guido [Tue, 12 Feb 2002 11:34:32 +0000 (11:34 +0000)]
embedding matrices for dgp

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

22 years agoinvert and assignment from matrices with different entry type
guido [Tue, 12 Feb 2002 11:04:55 +0000 (11:04 +0000)]
invert and assignment from matrices with different entry type

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

22 years agoFullMatrix as friend
guido [Tue, 12 Feb 2002 11:04:14 +0000 (11:04 +0000)]
FullMatrix as friend

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

22 years agoroundoff-errors in polynomial_test
guido [Tue, 12 Feb 2002 09:05:30 +0000 (09:05 +0000)]
roundoff-errors in polynomial_test

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

22 years agowarned parameters removed
guido [Mon, 11 Feb 2002 16:50:30 +0000 (16:50 +0000)]
warned parameters removed

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

22 years agoUnused parameters removed
guido [Mon, 11 Feb 2002 13:18:46 +0000 (13:18 +0000)]
Unused parameters removed

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

22 years agoFE_DGP and PolynomialSpace
guido [Mon, 11 Feb 2002 13:09:49 +0000 (13:09 +0000)]
FE_DGP and PolynomialSpace

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

22 years agonew FE_DGP
guido [Mon, 11 Feb 2002 12:58:57 +0000 (12:58 +0000)]
new FE_DGP

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

22 years agonew class PolynomialSpace
guido [Mon, 11 Feb 2002 12:58:09 +0000 (12:58 +0000)]
new class PolynomialSpace

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

22 years agoRemove printing of output again.
wolf [Mon, 11 Feb 2002 11:50:34 +0000 (11:50 +0000)]
Remove printing of output again.

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

22 years agoClean contrib dir.
wolf [Mon, 11 Feb 2002 11:49:03 +0000 (11:49 +0000)]
Clean contrib dir.

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

22 years ago.
wolf [Mon, 11 Feb 2002 11:46:59 +0000 (11:46 +0000)]
.

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

22 years agoMove object files into global /lib.
wolf [Mon, 11 Feb 2002 11:43:02 +0000 (11:43 +0000)]
Move object files into global /lib.

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

22 years agoDidn't work as written before. Don't know why, but this helps.
wolf [Mon, 11 Feb 2002 10:17:57 +0000 (10:17 +0000)]
Didn't work as written before. Don't know why, but this helps.

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

22 years agoUse -P for updates and checkouts
wolf [Mon, 11 Feb 2002 10:12:18 +0000 (10:12 +0000)]
Use -P for updates and checkouts

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

22 years agoFix inconsistency
wolf [Mon, 11 Feb 2002 09:57:08 +0000 (09:57 +0000)]
Fix inconsistency

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

22 years agoUgh, deleted all the contents of this file instead of tasks-3.3
wolf [Mon, 11 Feb 2002 09:54:04 +0000 (09:54 +0000)]
Ugh, deleted all the contents of this file instead of tasks-3.3

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

22 years agoHave .cvsignore files.
wolf [Mon, 11 Feb 2002 09:40:31 +0000 (09:40 +0000)]
Have .cvsignore files.

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

22 years agoFinish the _clean_ rules for the new directory structure.
wolf [Mon, 11 Feb 2002 09:39:44 +0000 (09:39 +0000)]
Finish the _clean_ rules for the new directory structure.

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

22 years agoName object files .g.o instead of .go.
wolf [Mon, 11 Feb 2002 09:26:15 +0000 (09:26 +0000)]
Name object files .g.o instead of .go.

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

22 years agoRemove lib subdirs.
wolf [Mon, 11 Feb 2002 09:10:34 +0000 (09:10 +0000)]
Remove lib subdirs.

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

22 years agoRemove inexistant .PHONY targets
wolf [Mon, 11 Feb 2002 09:06:48 +0000 (09:06 +0000)]
Remove inexistant .PHONY targets

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

22 years agoNo object files to clean any more.
wolf [Mon, 11 Feb 2002 09:06:20 +0000 (09:06 +0000)]
No object files to clean any more.

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

22 years agoMove Makefile.dep out of lib subdir
wolf [Mon, 11 Feb 2002 09:05:16 +0000 (09:05 +0000)]
Move Makefile.dep out of lib subdir

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