]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoadded empty(), and changed inheritance
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

21 years agoDon't use vector<SparseMatrix> (or SparsityPattern, or their block counterparts)...
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

21 years agonew statistic output
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

21 years agochanges in SparseMatrixEZ
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

21 years agonew statistic functions
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

21 years agoinstantiation of functions for SparseMatrixEZ
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

21 years agoFix bad typo.
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

21 years agoMove a local structure into namespace 'internal', to hide it from the documentation...
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

21 years agoMove two classes out of Subscriptor, and into a namespace "internal",
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

21 years agoBe blunt and remove a construct that was only used for Sun's Forte
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

21 years agostrange default values changed
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

21 years agonew gridio utility
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

21 years agoMention Brian's fix.
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

21 years agoUpdate comment.
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

21 years agofixed bug in MultipleSelection Class.
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

21 years agodifference due to error in floating point output
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

21 years agoTODO removed.
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

21 years agoUpdate number of lines.
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

21 years agoGet rid of -Wmissing-prototypes -Wstrict-prototypes, since these flags are no longer...
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

21 years agoGet rid of template args of Polynomials::Legendre and Polynomials::Hierarchical.
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

21 years agoGet rid of the template arguments of Polynomials::Hierarchical and Polynomials::Legendre.
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

21 years agoRemove template arg from Polynomials::Legendre and Polynomials::Hierarchical
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

21 years agoRemove (again) from mainline.
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

21 years agoRemove from mainline.
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

21 years agoAdd files.
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

21 years agoCleanup somewhat.
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

21 years agoFix CVS tag.
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

21 years agoFix small bug: Make it compile for general VECTOR classes.
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

21 years agoPreconditionPSOR
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

21 years ago.
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

21 years agoCheck for existence of test -L, and if not work around the problem.
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

21 years agoAdd a test that presently doesn't compile, but which we should fix before the next...
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

21 years agoUse same hack again.
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

21 years agoWork around a problem in sh
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

21 years agoFix non-C++-isms
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

21 years ago.
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

21 years agoDisable printing names at present, since get_name() is not available on mainline.
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

21 years agoNew tests.
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

21 years agoget_interpolation_matrix: Instead of setting the matrix size to zero, throw an except...
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

21 years ago3D DX output checked except neighbors
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

21 years agotest for DataOutBase; DX output must be checked later
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

21 years agoAdjust to fixed fe_q.cc file.
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

21 years ago.
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

21 years agoRemove TODO.
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

21 years agoobsolete TODO removed
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

21 years agoInstantiate copy operator for different argument types.
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

21 years agoFix copy operator for different argument types. This wasn't
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

21 years agoFix a mostly trivial bug in the restriction matrices of FE_Q for 1d and degree=1.
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

21 years agoFix a mostly trivial bug in the constraint matrices for 1d and degree=1.
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

21 years agoNew test.
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

21 years agoNew test
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

21 years agoFix a pretty stupid bug.
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

21 years agoRemove incorrect credit of authorship.
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

21 years agoUpdate # of regression tests.
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

21 years ago.
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

21 years ago.
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

21 years agoFix for gcc2.95
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

21 years ago.
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

21 years agoFinish mark-up of this page.
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

21 years agoFix non-compilability.
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

21 years agoCorrect a few small things.
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

21 years agoNew report.
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

21 years agoMinor update.
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

21 years agoBump to version 4.0
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

21 years agoNote Anna's report.
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

21 years agoDocument TARGET. Note in Make.global_options.in where to put documentation for new...
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

21 years agoAnnounce threading scheme. Add links to docs.
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

21 years agoAdd links to docs.
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

21 years agoUpdate TODO.
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

21 years agoFix a problem with kdoc's documentation generation.
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

21 years agoSome style issues.
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

21 years agoFix grammar.
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

21 years agoAdd fe_?.cc
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

21 years agoFix a problem that leads to a segfault at the end of the program with gcc3.4 and...
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

21 years ago.
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

21 years agoRemove on main branch.
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

21 years ago.
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

21 years agoAh, nasty typos.
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

21 years agoDo it the same way as in all other directories.
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

21 years agoDo x86 gcc2.95 the same way as all other dirs.
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

21 years ago.
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

21 years agort_4
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

21 years ago.
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

21 years agoAppendix B was erroneously numbered Appendix A.
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

21 years agoThis is the output for gcc3.4, but hopefully it also serves for gcc3.2
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

21 years agoNew test geometry_info_1
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

21 years agoNew test.
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

21 years agoGeometryInfo::child_to_cell_coordinates
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

21 years agoRelative paths in symlinks suck.
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

21 years agocell_to_child_coordinates, is_inside_unit_cell
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

21 years agoUhh..
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

21 years agocell_to_child_coordinates, is_inside_unit_cell
wolf [Thu, 1 May 2003 21:42:40 +0000 (21:42 +0000)]
cell_to_child_coordinates, is_inside_unit_cell

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

21 years ago.
wolf [Thu, 1 May 2003 18:06:58 +0000 (18:06 +0000)]
.

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

21 years agoTwo new entries.
wolf [Thu, 1 May 2003 18:02:15 +0000 (18:02 +0000)]
Two new entries.

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

21 years agoFix a number of dangling references left by latex2html.
wolf [Thu, 1 May 2003 16:43:36 +0000 (16:43 +0000)]
Fix a number of dangling references left by latex2html.

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

21 years agoFix two xrefs.
wolf [Thu, 1 May 2003 16:08:36 +0000 (16:08 +0000)]
Fix two xrefs.

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

21 years agoAdd dummy files.
wolf [Thu, 1 May 2003 16:06:17 +0000 (16:06 +0000)]
Add dummy files.

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

21 years ago.
wolf [Thu, 1 May 2003 16:04:20 +0000 (16:04 +0000)]
.

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

21 years agoList icc7.1
wolf [Thu, 1 May 2003 15:53:46 +0000 (15:53 +0000)]
List icc7.1

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

21 years agoWork around bugs where icc and gcc2.95 only understand mutually
wolf [Thu, 1 May 2003 15:29:19 +0000 (15:29 +0000)]
Work around bugs where icc and gcc2.95 only understand mutually
exclusive pieces of code (and both are wrong to require this friend
declaration in the first place)...

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