]>
https://gitweb.dealii.org/ - dealii-svn.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
wolf [Mon, 11 Feb 2002 09:01:31 +0000 (09:01 +0000)]
Move object files into the /lib directory.
git-svn-id: https://svn.dealii.org/trunk@5484
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 8 Feb 2002 17:22:19 +0000 (17:22 +0000)]
Only write up to 8 months per row.
git-svn-id: https://svn.dealii.org/trunk@5483
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 8 Feb 2002 16:21:13 +0000 (16:21 +0000)]
improved structure for cutoff functions
git-svn-id: https://svn.dealii.org/trunk@5482
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 8 Feb 2002 13:36:58 +0000 (13:36 +0000)]
announcement script
git-svn-id: https://svn.dealii.org/trunk@5481
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 8 Feb 2002 13:35:21 +0000 (13:35 +0000)]
update script
git-svn-id: https://svn.dealii.org/trunk@5480
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 8 Feb 2002 10:18:45 +0000 (10:18 +0000)]
Fix wording
git-svn-id: https://svn.dealii.org/trunk@5479
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 8 Feb 2002 09:17:53 +0000 (09:17 +0000)]
Small fix.
git-svn-id: https://svn.dealii.org/trunk@5478
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 8 Feb 2002 07:55:23 +0000 (07:55 +0000)]
Indent correctly.
git-svn-id: https://svn.dealii.org/trunk@5477
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 7 Feb 2002 17:01:32 +0000 (17:01 +0000)]
Some changes
git-svn-id: https://svn.dealii.org/trunk@5476
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 7 Feb 2002 16:01:57 +0000 (16:01 +0000)]
Announcement for 3.3. First draft.
git-svn-id: https://svn.dealii.org/trunk@5475
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 6 Feb 2002 11:07:32 +0000 (11:07 +0000)]
Fix bug.
git-svn-id: https://svn.dealii.org/trunk@5474
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 6 Feb 2002 09:03:47 +0000 (09:03 +0000)]
Add functions copy_from(FullMatrix) to sparsity pattern and sparse matrix.
git-svn-id: https://svn.dealii.org/trunk@5473
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 4 Feb 2002 17:28:27 +0000 (17:28 +0000)]
Fix a number of problems that appeared with Intels icc compiler.
git-svn-id: https://svn.dealii.org/trunk@5470
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 4 Feb 2002 16:42:50 +0000 (16:42 +0000)]
Present number of assertions in code is actually around 2700, rather
than only 2000.
git-svn-id: https://svn.dealii.org/trunk@5469
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 4 Feb 2002 15:27:11 +0000 (15:27 +0000)]
Bump version number
git-svn-id: https://svn.dealii.org/trunk@5468
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 4 Feb 2002 10:01:37 +0000 (10:01 +0000)]
Commit doc update by Ben.
git-svn-id: https://svn.dealii.org/trunk@5466
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 15:13:32 +0000 (15:13 +0000)]
Update to version 3.3
git-svn-id: https://svn.dealii.org/trunk@5464
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 1 Feb 2002 15:10:53 +0000 (15:10 +0000)]
Include link to c-3-3.html
git-svn-id: https://svn.dealii.org/trunk@5463
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Feb 2002 15:10:46 +0000 (15:10 +0000)]
bogus line removed
git-svn-id: https://svn.dealii.org/trunk@5460
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Feb 2002 14:32:13 +0000 (14:32 +0000)]
test reduced
git-svn-id: https://svn.dealii.org/trunk@5459
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:29:26 +0000 (14:29 +0000)]
Fix
git-svn-id: https://svn.dealii.org/trunk@5458
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:29:17 +0000 (14:29 +0000)]
Reintroduce news flash
git-svn-id: https://svn.dealii.org/trunk@5457
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:28:29 +0000 (14:28 +0000)]
New text.
git-svn-id: https://svn.dealii.org/trunk@5456
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:24:23 +0000 (14:24 +0000)]
Done.
git-svn-id: https://svn.dealii.org/trunk@5455
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:24:05 +0000 (14:24 +0000)]
Done.
git-svn-id: https://svn.dealii.org/trunk@5454
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:23:57 +0000 (14:23 +0000)]
Done.
git-svn-id: https://svn.dealii.org/trunk@5453
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:21:51 +0000 (14:21 +0000)]
Done.
git-svn-id: https://svn.dealii.org/trunk@5452
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 1 Feb 2002 14:21:41 +0000 (14:21 +0000)]
Ralf did that.
git-svn-id: https://svn.dealii.org/trunk@5451
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 1 Feb 2002 14:16:01 +0000 (14:16 +0000)]
Moved to ../2002/3.2.0-vs-3.3.0.html.
git-svn-id: https://svn.dealii.org/trunk@5450
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 1 Feb 2002 14:14:34 +0000 (14:14 +0000)]
backward compatibility finite elements removed & exists in sparsity pattern (GK). Make it ready for release 3.3 (RH)
git-svn-id: https://svn.dealii.org/trunk@5449
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Feb 2002 13:59:20 +0000 (13:59 +0000)]
backward compatibility finite elements removed
git-svn-id: https://svn.dealii.org/trunk@5448
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Feb 2002 13:59:03 +0000 (13:59 +0000)]
backward compatibility finite elements removed & exists in sparsity pattern
git-svn-id: https://svn.dealii.org/trunk@5447
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Feb 2002 13:57:30 +0000 (13:57 +0000)]
additional function exists in sparsity patterns
git-svn-id: https://svn.dealii.org/trunk@5446
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 1 Feb 2002 13:29:35 +0000 (13:29 +0000)]
Copy from 2001/c-3-2.html.
git-svn-id: https://svn.dealii.org/trunk@5445
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 1 Feb 2002 13:28:07 +0000 (13:28 +0000)]
Version 3.3 released.
git-svn-id: https://svn.dealii.org/trunk@5444
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.