]>
https://gitweb.dealii.org/ - dealii-svn.git/log
hartmann [Tue, 27 May 2003 14:59:24 +0000 (14:59 +0000)]
Store a vector<shared_ptr<Object> > rather than a vector<Object>. This change is necessary as Object might also be a SparseMatrix. The problem came up through the patch 1.94 of sparse_matrix.h
git-svn-id: https://svn.dealii.org/trunk@7676
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Sat, 24 May 2003 00:23:03 +0000 (00:23 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7675
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 23 May 2003 17:07:01 +0000 (17:07 +0000)]
new tests for SparseMatrixEZ::const_iterator
git-svn-id: https://svn.dealii.org/trunk@7674
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 23 May 2003 13:04:21 +0000 (13:04 +0000)]
harder test for SparseMatrixEZ::const_iterator
git-svn-id: https://svn.dealii.org/trunk@7673
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 23 May 2003 12:56:12 +0000 (12:56 +0000)]
construct only valid iterators
git-svn-id: https://svn.dealii.org/trunk@7672
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 22 May 2003 15:20:05 +0000 (15:20 +0000)]
*** empty log message ***
git-svn-id: https://svn.dealii.org/trunk@7671
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 22 May 2003 15:18:39 +0000 (15:18 +0000)]
Small clean-up.
git-svn-id: https://svn.dealii.org/trunk@7670
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 22 May 2003 15:13:39 +0000 (15:13 +0000)]
added empty() function
git-svn-id: https://svn.dealii.org/trunk@7669
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 22 May 2003 15:12:57 +0000 (15:12 +0000)]
changed inheritance to public virtual
git-svn-id: https://svn.dealii.org/trunk@7668
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 22 May 2003 15:11:24 +0000 (15:11 +0000)]
added empty(), and changed inheritance
git-svn-id: https://svn.dealii.org/trunk@7667
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 21 May 2003 21:19:16 +0000 (21:19 +0000)]
Don't use vector<SparseMatrix> (or SparsityPattern, or their block counterparts), since these objects can't really be copied and std::vector requires this. Rather, use boost::shared_ptr for that.
git-svn-id: https://svn.dealii.org/trunk@7663
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 21 May 2003 14:30:37 +0000 (14:30 +0000)]
new statistic output
git-svn-id: https://svn.dealii.org/trunk@7662
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 21 May 2003 06:32:15 +0000 (06:32 +0000)]
changes in SparseMatrixEZ
git-svn-id: https://svn.dealii.org/trunk@7661
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 20 May 2003 09:03:56 +0000 (09:03 +0000)]
new statistic functions
git-svn-id: https://svn.dealii.org/trunk@7660
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 19 May 2003 10:39:05 +0000 (10:39 +0000)]
instantiation of functions for SparseMatrixEZ
git-svn-id: https://svn.dealii.org/trunk@7658
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 18 May 2003 02:26:47 +0000 (02:26 +0000)]
Fix bad typo.
git-svn-id: https://svn.dealii.org/trunk@7657
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sat, 17 May 2003 01:03:00 +0000 (01:03 +0000)]
Move a local structure into namespace 'internal', to hide it from the documentation system.
git-svn-id: https://svn.dealii.org/trunk@7656
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 16 May 2003 21:14:22 +0000 (21:14 +0000)]
Move two classes out of Subscriptor, and into a namespace "internal",
to avoid cluttering up the class view.
git-svn-id: https://svn.dealii.org/trunk@7655
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 16 May 2003 21:11:23 +0000 (21:11 +0000)]
Be blunt and remove a construct that was only used for Sun's Forte
compiler (which we don't support anyway) and which cluttered up our
class documentation.
git-svn-id: https://svn.dealii.org/trunk@7654
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 16 May 2003 14:46:11 +0000 (14:46 +0000)]
strange default values changed
git-svn-id: https://svn.dealii.org/trunk@7653
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 16 May 2003 11:12:47 +0000 (11:12 +0000)]
new gridio utility
git-svn-id: https://svn.dealii.org/trunk@7652
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 15 May 2003 05:09:38 +0000 (05:09 +0000)]
Mention Brian's fix.
git-svn-id: https://svn.dealii.org/trunk@7648
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 14 May 2003 23:44:51 +0000 (23:44 +0000)]
Update comment.
git-svn-id: https://svn.dealii.org/trunk@7647
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Wed, 14 May 2003 17:09:44 +0000 (17:09 +0000)]
fixed bug in MultipleSelection Class.
git-svn-id: https://svn.dealii.org/trunk@7646
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 14 May 2003 08:34:49 +0000 (08:34 +0000)]
difference due to error in floating point output
git-svn-id: https://svn.dealii.org/trunk@7645
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 14 May 2003 06:45:35 +0000 (06:45 +0000)]
TODO removed.
git-svn-id: https://svn.dealii.org/trunk@7644
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 13 May 2003 23:37:41 +0000 (23:37 +0000)]
Update number of lines.
git-svn-id: https://svn.dealii.org/trunk@7643
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 23:24:12 +0000 (23:24 +0000)]
Get rid of -Wmissing-prototypes -Wstrict-prototypes, since these flags are no longer valid in gcc3.4 for C++, and have probably never been before (but didn't yield a warning then). I can't remember them doing any good anyway...
git-svn-id: https://svn.dealii.org/trunk@7642
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 22:02:56 +0000 (22:02 +0000)]
Get rid of template args of Polynomials::Legendre and Polynomials::Hierarchical.
git-svn-id: https://svn.dealii.org/trunk@7641
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 21:45:18 +0000 (21:45 +0000)]
Get rid of the template arguments of Polynomials::Hierarchical and Polynomials::Legendre.
git-svn-id: https://svn.dealii.org/trunk@7640
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 21:37:35 +0000 (21:37 +0000)]
Remove template arg from Polynomials::Legendre and Polynomials::Hierarchical
git-svn-id: https://svn.dealii.org/trunk@7639
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 16:28:54 +0000 (16:28 +0000)]
Remove (again) from mainline.
git-svn-id: https://svn.dealii.org/trunk@7636
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 16:28:10 +0000 (16:28 +0000)]
Remove from mainline.
git-svn-id: https://svn.dealii.org/trunk@7635
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 16:25:35 +0000 (16:25 +0000)]
Add files.
git-svn-id: https://svn.dealii.org/trunk@7634
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 16:05:57 +0000 (16:05 +0000)]
Cleanup somewhat.
git-svn-id: https://svn.dealii.org/trunk@7628
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 12 May 2003 16:05:20 +0000 (16:05 +0000)]
Fix CVS tag.
git-svn-id: https://svn.dealii.org/trunk@7626
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Mon, 12 May 2003 14:25:16 +0000 (14:25 +0000)]
Fix small bug: Make it compile for general VECTOR classes.
git-svn-id: https://svn.dealii.org/trunk@7625
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 12 May 2003 13:49:17 +0000 (13:49 +0000)]
PreconditionPSOR
git-svn-id: https://svn.dealii.org/trunk@7624
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 9 May 2003 21:37:10 +0000 (21:37 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7620
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 9 May 2003 21:24:27 +0000 (21:24 +0000)]
Check for existence of test -L, and if not work around the problem.
git-svn-id: https://svn.dealii.org/trunk@7619
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 9 May 2003 21:13:30 +0000 (21:13 +0000)]
Add a test that presently doesn't compile, but which we should fix before the next release.
git-svn-id: https://svn.dealii.org/trunk@7618
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 8 May 2003 16:07:14 +0000 (16:07 +0000)]
Use same hack again.
git-svn-id: https://svn.dealii.org/trunk@7613
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 8 May 2003 15:29:31 +0000 (15:29 +0000)]
Work around a problem in sh
git-svn-id: https://svn.dealii.org/trunk@7612
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 8 May 2003 15:25:51 +0000 (15:25 +0000)]
Fix non-C++-isms
git-svn-id: https://svn.dealii.org/trunk@7611
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 8 May 2003 15:17:39 +0000 (15:17 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7610
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 8 May 2003 15:02:25 +0000 (15:02 +0000)]
Disable printing names at present, since get_name() is not available on mainline.
git-svn-id: https://svn.dealii.org/trunk@7609
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 8 May 2003 14:54:41 +0000 (14:54 +0000)]
New tests.
git-svn-id: https://svn.dealii.org/trunk@7608
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 8 May 2003 14:45:30 +0000 (14:45 +0000)]
get_interpolation_matrix: Instead of setting the matrix size to zero, throw an exception if we can't compute it. FETools::get_interpolation_matrix: use element-provided matrices if possible. Various elements: impleent get_interpolation_matrix.
git-svn-id: https://svn.dealii.org/trunk@7607
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 8 May 2003 14:09:47 +0000 (14:09 +0000)]
3D DX output checked except neighbors
git-svn-id: https://svn.dealii.org/trunk@7606
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 8 May 2003 10:40:18 +0000 (10:40 +0000)]
test for DataOutBase; DX output must be checked later
git-svn-id: https://svn.dealii.org/trunk@7605
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Wed, 7 May 2003 21:18:21 +0000 (21:18 +0000)]
Adjust to fixed fe_q.cc file.
git-svn-id: https://svn.dealii.org/trunk@7604
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 7 May 2003 21:16:53 +0000 (21:16 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7603
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 7 May 2003 20:15:22 +0000 (20:15 +0000)]
Remove TODO.
git-svn-id: https://svn.dealii.org/trunk@7599
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 7 May 2003 12:27:51 +0000 (12:27 +0000)]
obsolete TODO removed
git-svn-id: https://svn.dealii.org/trunk@7598
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 23:16:38 +0000 (23:16 +0000)]
Instantiate copy operator for different argument types.
git-svn-id: https://svn.dealii.org/trunk@7597
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 23:16:11 +0000 (23:16 +0000)]
Fix copy operator for different argument types. This wasn't
instantiable before.
git-svn-id: https://svn.dealii.org/trunk@7596
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 19:21:06 +0000 (19:21 +0000)]
Fix a mostly trivial bug in the restriction matrices of FE_Q for 1d and degree=1.
git-svn-id: https://svn.dealii.org/trunk@7591
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 19:18:55 +0000 (19:18 +0000)]
Fix a mostly trivial bug in the constraint matrices for 1d and degree=1.
git-svn-id: https://svn.dealii.org/trunk@7590
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 16:07:49 +0000 (16:07 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@7589
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 16:06:50 +0000 (16:06 +0000)]
New test
git-svn-id: https://svn.dealii.org/trunk@7588
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 16:03:19 +0000 (16:03 +0000)]
Fix a pretty stupid bug.
git-svn-id: https://svn.dealii.org/trunk@7587
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 15:50:55 +0000 (15:50 +0000)]
Remove incorrect credit of authorship.
git-svn-id: https://svn.dealii.org/trunk@7586
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 6 May 2003 14:30:40 +0000 (14:30 +0000)]
Update # of regression tests.
git-svn-id: https://svn.dealii.org/trunk@7585
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Tue, 6 May 2003 14:28:17 +0000 (14:28 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7584
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Tue, 6 May 2003 02:23:51 +0000 (02:23 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7583
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Tue, 6 May 2003 02:19:42 +0000 (02:19 +0000)]
Fix for gcc2.95
git-svn-id: https://svn.dealii.org/trunk@7582
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 19:55:10 +0000 (19:55 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7581
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 19:42:26 +0000 (19:42 +0000)]
Finish mark-up of this page.
git-svn-id: https://svn.dealii.org/trunk@7580
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 16:36:28 +0000 (16:36 +0000)]
Fix non-compilability.
git-svn-id: https://svn.dealii.org/trunk@7579
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:07:49 +0000 (14:07 +0000)]
Correct a few small things.
git-svn-id: https://svn.dealii.org/trunk@7578
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:06:04 +0000 (14:06 +0000)]
New report.
git-svn-id: https://svn.dealii.org/trunk@7577
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:05:34 +0000 (14:05 +0000)]
Minor update.
git-svn-id: https://svn.dealii.org/trunk@7576
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:05:01 +0000 (14:05 +0000)]
Bump to version 4.0
git-svn-id: https://svn.dealii.org/trunk@7575
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:04:36 +0000 (14:04 +0000)]
Note Anna's report.
git-svn-id: https://svn.dealii.org/trunk@7572
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:03:28 +0000 (14:03 +0000)]
Document TARGET. Note in Make.global_options.in where to put documentation for new variables.
git-svn-id: https://svn.dealii.org/trunk@7571
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:02:07 +0000 (14:02 +0000)]
Announce threading scheme. Add links to docs.
git-svn-id: https://svn.dealii.org/trunk@7570
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 14:01:14 +0000 (14:01 +0000)]
Add links to docs.
git-svn-id: https://svn.dealii.org/trunk@7569
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:52:11 +0000 (13:52 +0000)]
Update TODO.
git-svn-id: https://svn.dealii.org/trunk@7565
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:51:32 +0000 (13:51 +0000)]
Fix a problem with kdoc's documentation generation.
git-svn-id: https://svn.dealii.org/trunk@7564
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:50:44 +0000 (13:50 +0000)]
Some style issues.
git-svn-id: https://svn.dealii.org/trunk@7563
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:50:14 +0000 (13:50 +0000)]
Fix grammar.
git-svn-id: https://svn.dealii.org/trunk@7562
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:49:41 +0000 (13:49 +0000)]
Add fe_?.cc
git-svn-id: https://svn.dealii.org/trunk@7561
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 May 2003 13:49:06 +0000 (13:49 +0000)]
Fix a problem that leads to a segfault at the end of the program with gcc3.4 and icc.
git-svn-id: https://svn.dealii.org/trunk@7560
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Sun, 4 May 2003 17:40:45 +0000 (17:40 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7559
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 23:16:12 +0000 (23:16 +0000)]
Remove on main branch.
git-svn-id: https://svn.dealii.org/trunk@7558
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 23:12:52 +0000 (23:12 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7557
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 15:30:57 +0000 (15:30 +0000)]
Ah, nasty typos.
git-svn-id: https://svn.dealii.org/trunk@7552
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 15:29:33 +0000 (15:29 +0000)]
Do it the same way as in all other directories.
git-svn-id: https://svn.dealii.org/trunk@7551
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 15:29:01 +0000 (15:29 +0000)]
Do x86 gcc2.95 the same way as all other dirs.
git-svn-id: https://svn.dealii.org/trunk@7550
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 15:25:29 +0000 (15:25 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7549
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 15:24:34 +0000 (15:24 +0000)]
rt_4
git-svn-id: https://svn.dealii.org/trunk@7548
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 14:28:52 +0000 (14:28 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@7547
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 14:16:10 +0000 (14:16 +0000)]
Appendix B was erroneously numbered Appendix A.
git-svn-id: https://svn.dealii.org/trunk@7546
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 00:37:19 +0000 (00:37 +0000)]
This is the output for gcc3.4, but hopefully it also serves for gcc3.2
git-svn-id: https://svn.dealii.org/trunk@7544
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 00:35:51 +0000 (00:35 +0000)]
New test geometry_info_1
git-svn-id: https://svn.dealii.org/trunk@7543
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 2 May 2003 00:35:35 +0000 (00:35 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@7542
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 1 May 2003 23:48:00 +0000 (23:48 +0000)]
GeometryInfo::child_to_cell_coordinates
git-svn-id: https://svn.dealii.org/trunk@7541
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 1 May 2003 22:28:51 +0000 (22:28 +0000)]
Relative paths in symlinks suck.
git-svn-id: https://svn.dealii.org/trunk@7540
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 1 May 2003 21:46:03 +0000 (21:46 +0000)]
cell_to_child_coordinates, is_inside_unit_cell
git-svn-id: https://svn.dealii.org/trunk@7538
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 1 May 2003 21:45:46 +0000 (21:45 +0000)]
Uhh..
git-svn-id: https://svn.dealii.org/trunk@7537
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.