]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years agodownload.html
wolf [Wed, 26 Sep 2001 12:54:25 +0000 (12:54 +0000)]
download.html

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

23 years agorun make validate-xrefs.
wolf [Wed, 26 Sep 2001 12:53:35 +0000 (12:53 +0000)]
run make validate-xrefs.

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

23 years agoFix name.
hartmann [Wed, 26 Sep 2001 12:51:04 +0000 (12:51 +0000)]
Fix name.

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

23 years agoadjust download.
wolf [Wed, 26 Sep 2001 12:48:30 +0000 (12:48 +0000)]
adjust download.

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

23 years agoRemoved.
hartmann [Wed, 26 Sep 2001 12:48:26 +0000 (12:48 +0000)]
Removed.

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

23 years agoDownload target for 3.2.0
wolf [Wed, 26 Sep 2001 12:47:32 +0000 (12:47 +0000)]
Download target for 3.2.0

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

23 years agoChanges for release 3.2.
hartmann [Wed, 26 Sep 2001 12:31:02 +0000 (12:31 +0000)]
Changes for release 3.2.

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

23 years agoNew file for changes after version 3.2
hartmann [Wed, 26 Sep 2001 12:27:38 +0000 (12:27 +0000)]
New file for changes after version 3.2

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

23 years agoRename this file to 3.1.2-vs-3.2.0.html
hartmann [Wed, 26 Sep 2001 12:26:59 +0000 (12:26 +0000)]
Rename this file to 3.1.2-vs-3.2.0.html

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

23 years agoRename c-3-1.html to this file and adjust contents.
hartmann [Wed, 26 Sep 2001 12:25:55 +0000 (12:25 +0000)]
Rename c-3-1.html to this file and adjust contents.

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

23 years agorename the changes file and create a new one for the next release is done.
hartmann [Wed, 26 Sep 2001 12:24:05 +0000 (12:24 +0000)]
rename the changes file and create a new one for the next release is done.

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

23 years agoAdd Solaris 8 in i386.
wolf [Wed, 26 Sep 2001 12:04:58 +0000 (12:04 +0000)]
Add Solaris 8 in i386.

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

23 years ago.
wolf [Wed, 26 Sep 2001 11:51:38 +0000 (11:51 +0000)]
.

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

23 years agoTag for after version 3.2
wolf [Wed, 26 Sep 2001 11:49:49 +0000 (11:49 +0000)]
Tag for after version 3.2

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

23 years agoDoc update.
wolf [Wed, 26 Sep 2001 11:24:09 +0000 (11:24 +0000)]
Doc update.

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

23 years agoFix typo.
wolf [Wed, 26 Sep 2001 11:20:18 +0000 (11:20 +0000)]
Fix typo.

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

23 years agoBring up to date.
wolf [Wed, 26 Sep 2001 11:06:28 +0000 (11:06 +0000)]
Bring up to date.

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

23 years agoRemove a number inline statements in .cc files, as that marks the respective template...
wolf [Wed, 26 Sep 2001 07:05:03 +0000 (07:05 +0000)]
Remove a number inline statements in .cc files, as that marks the respective template functions 'weak' and lets them have internal linkage only with some compilers.

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

23 years agoCast long doubles to doubles, since that is necessary with DEC's cxx compiler as...
wolf [Wed, 26 Sep 2001 07:01:53 +0000 (07:01 +0000)]
Cast long doubles to doubles, since that is necessary with DEC's cxx compiler as that one overloads std::fabs for long doubles.

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

23 years agoAdd a large number of 'typename's to make the IBM xlC compiler more happy. It doesn...
wolf [Tue, 25 Sep 2001 15:02:39 +0000 (15:02 +0000)]
Add a large number of 'typename's to make the IBM xlC compiler more happy. It doesn't grok the library anyway, but it's more standards conformant this way.

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

23 years agoSome minor changes
hartmann [Tue, 25 Sep 2001 11:46:08 +0000 (11:46 +0000)]
Some minor changes

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

23 years agospelling
guido [Tue, 25 Sep 2001 09:16:35 +0000 (09:16 +0000)]
spelling

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

23 years agoFirst version of new announcement
guido [Tue, 25 Sep 2001 09:15:51 +0000 (09:15 +0000)]
First version of new announcement

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

23 years agoreverting to the full system
guido [Mon, 24 Sep 2001 22:28:41 +0000 (22:28 +0000)]
reverting to the full system

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

23 years ago.
wolf [Mon, 24 Sep 2001 18:10:46 +0000 (18:10 +0000)]
.

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

23 years agoChanges necessary for compilation with DEC cxx.
wolf [Mon, 24 Sep 2001 16:31:16 +0000 (16:31 +0000)]
Changes necessary for compilation with DEC cxx.

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

23 years agoMultigrid directories are kept
guido [Mon, 24 Sep 2001 15:16:15 +0000 (15:16 +0000)]
Multigrid directories are kept

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

23 years agoMore tasks!
guido [Mon, 24 Sep 2001 15:10:27 +0000 (15:10 +0000)]
More tasks!

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

23 years agoupdate of release tasks
guido [Mon, 24 Sep 2001 15:08:02 +0000 (15:08 +0000)]
update of release tasks

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

23 years agoScript to insert branch tags
guido [Mon, 24 Sep 2001 15:07:06 +0000 (15:07 +0000)]
Script to insert branch tags

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

23 years agoAdd one topic.
wolf [Mon, 24 Sep 2001 14:46:32 +0000 (14:46 +0000)]
Add one topic.

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

23 years agoNote Eulerian mappings by MS
wolf [Mon, 24 Sep 2001 14:44:19 +0000 (14:44 +0000)]
Note Eulerian mappings by MS

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

23 years agoEulerian mapping.
wolf [Mon, 24 Sep 2001 14:40:18 +0000 (14:40 +0000)]
Eulerian mapping.

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

23 years agoMore info on Fortran interfaces.
wolf [Mon, 24 Sep 2001 14:36:43 +0000 (14:36 +0000)]
More info on Fortran interfaces.

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

23 years agoDone.
wolf [Mon, 24 Sep 2001 14:28:19 +0000 (14:28 +0000)]
Done.

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

23 years agoDone.
wolf [Mon, 24 Sep 2001 14:27:36 +0000 (14:27 +0000)]
Done.

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

23 years agonew directory on how to do releases
guido [Mon, 24 Sep 2001 14:14:48 +0000 (14:14 +0000)]
new directory on how to do releases

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

23 years agoAdd Eulerian mapping testcase.
wolf [Mon, 24 Sep 2001 14:11:34 +0000 (14:11 +0000)]
Add Eulerian mapping testcase.

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

23 years agoAdd Eulerian mapping.
wolf [Mon, 24 Sep 2001 13:58:28 +0000 (13:58 +0000)]
Add Eulerian mapping.

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

23 years agoFix miscomputation.
wolf [Mon, 24 Sep 2001 12:44:08 +0000 (12:44 +0000)]
Fix miscomputation.

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

23 years agoDoc update.
wolf [Mon, 24 Sep 2001 09:38:07 +0000 (09:38 +0000)]
Doc update.

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

23 years agoRevert order of args in std::distance.
wolf [Mon, 24 Sep 2001 09:27:51 +0000 (09:27 +0000)]
Revert order of args in std::distance.

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

23 years agoFix thinko.
wolf [Mon, 24 Sep 2001 09:03:29 +0000 (09:03 +0000)]
Fix thinko.

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

23 years agoFix spelling.
wolf [Mon, 24 Sep 2001 08:25:31 +0000 (08:25 +0000)]
Fix spelling.

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

23 years agoFix spelling. Doc updates.
wolf [Mon, 24 Sep 2001 08:16:00 +0000 (08:16 +0000)]
Fix spelling. Doc updates.

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

23 years agoFix spelling.
wolf [Mon, 24 Sep 2001 08:15:00 +0000 (08:15 +0000)]
Fix spelling.

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

23 years agoFullMatrix::symmetrize
wolf [Fri, 21 Sep 2001 06:07:35 +0000 (06:07 +0000)]
FullMatrix::symmetrize

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

23 years agoAck, remove forgotten code fragment.
wolf [Thu, 20 Sep 2001 09:32:42 +0000 (09:32 +0000)]
Ack, remove forgotten code fragment.

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

23 years agoThe Triangulation class now provides the infrastructure to resolve
wolf [Thu, 20 Sep 2001 09:31:16 +0000 (09:31 +0000)]
The Triangulation class now provides the infrastructure to resolve
this TODO: use the vertex list the triangulation exports, rather than
building one on our own.

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

23 years agoSlightly extend the infrastructure around base elements and components. Significantly...
wolf [Wed, 19 Sep 2001 14:02:42 +0000 (14:02 +0000)]
Slightly extend the infrastructure around base elements and components. Significantly extend the docs which were not very clear at some places.

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

23 years agoDon't name unused args.
third-party [Wed, 19 Sep 2001 12:17:27 +0000 (12:17 +0000)]
Don't name unused args.

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

23 years agoAdd DG elements to the list of possible candidates for example programs.
wolf [Wed, 19 Sep 2001 10:02:02 +0000 (10:02 +0000)]
Add DG elements to the list of possible candidates for example programs.

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

23 years agoAck, remove it all.
wolf [Tue, 18 Sep 2001 12:54:35 +0000 (12:54 +0000)]
Ack, remove it all.

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

23 years ago3.1.2 is no more new.
wolf [Tue, 18 Sep 2001 12:54:15 +0000 (12:54 +0000)]
3.1.2 is no more new.

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

23 years agoThe documentation was inconsistent about what the FourierCosineFunction and related...
wolf [Tue, 18 Sep 2001 10:57:41 +0000 (10:57 +0000)]
The documentation was inconsistent about what the FourierCosineFunction and related classes implement. Choose one way.

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

23 years agoDon't use stringstream and <sstream>, rather use old-style strstream
wolf [Tue, 18 Sep 2001 07:40:52 +0000 (07:40 +0000)]
Don't use stringstream and <sstream>, rather use old-style strstream
and <strstream>, because the former only existed from gcc2.95.3 on.

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

23 years agoBring up to date: the last two example programs have used some of the
wolf [Mon, 17 Sep 2001 09:47:05 +0000 (09:47 +0000)]
Bring up to date: the last two example programs have used some of the
things mentioned; the test suite has grown.

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

23 years agostep-11.
wolf [Mon, 17 Sep 2001 09:44:26 +0000 (09:44 +0000)]
step-11.

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

23 years agoNew example.
wolf [Mon, 17 Sep 2001 09:43:36 +0000 (09:43 +0000)]
New example.

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

23 years agoNote second author of step-10.
wolf [Mon, 17 Sep 2001 08:46:57 +0000 (08:46 +0000)]
Note second author of step-10.

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

23 years agoFinish results section.
wolf [Mon, 17 Sep 2001 08:46:29 +0000 (08:46 +0000)]
Finish results section.

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

23 years agoAgain new results (well, new formatting)
wolf [Fri, 14 Sep 2001 16:53:23 +0000 (16:53 +0000)]
Again new results (well, new formatting)

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

23 years agoBetter formatting of tables: columns are now as wide as the widest
wolf [Fri, 14 Sep 2001 16:52:35 +0000 (16:52 +0000)]
Better formatting of tables: columns are now as wide as the widest
entry, headers are centered over column.

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

23 years agoWrite error in fixed notation, rather than in scientific.
wolf [Fri, 14 Sep 2001 13:26:52 +0000 (13:26 +0000)]
Write error in fixed notation, rather than in scientific.

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

23 years ago.
wolf [Fri, 14 Sep 2001 13:24:59 +0000 (13:24 +0000)]
.

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

23 years agoGenerate output in tables, rather than by hand.
wolf [Fri, 14 Sep 2001 13:23:26 +0000 (13:23 +0000)]
Generate output in tables, rather than by hand.

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

23 years agostep-11
wolf [Fri, 14 Sep 2001 13:07:14 +0000 (13:07 +0000)]
step-11

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

23 years agoFinish comments within program.
wolf [Fri, 14 Sep 2001 13:05:56 +0000 (13:05 +0000)]
Finish comments within program.

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

23 years ago.
wolf [Fri, 14 Sep 2001 12:10:38 +0000 (12:10 +0000)]
.

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

23 years agoMore text.
wolf [Fri, 14 Sep 2001 12:08:21 +0000 (12:08 +0000)]
More text.

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

23 years agoMappingQ::get_degree
wolf [Fri, 14 Sep 2001 11:29:34 +0000 (11:29 +0000)]
MappingQ::get_degree

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

23 years agoSmall doc update.
wolf [Fri, 14 Sep 2001 11:20:48 +0000 (11:20 +0000)]
Small doc update.

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

23 years agoMark input parameter as const.
wolf [Fri, 14 Sep 2001 11:19:16 +0000 (11:19 +0000)]
Mark input parameter as const.

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

23 years agoMicro change.
wolf [Fri, 14 Sep 2001 11:18:28 +0000 (11:18 +0000)]
Micro change.

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

23 years agoVectorTools::create_boundary_right_hand_side
wolf [Fri, 14 Sep 2001 10:49:13 +0000 (10:49 +0000)]
VectorTools::create_boundary_right_hand_side

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

23 years agoAdd yet another example program.
wolf [Fri, 14 Sep 2001 09:28:50 +0000 (09:28 +0000)]
Add yet another example program.

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

23 years agoAdd note.
wolf [Fri, 14 Sep 2001 09:12:59 +0000 (09:12 +0000)]
Add note.

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

23 years agoMinor updates.
wolf [Fri, 14 Sep 2001 08:27:02 +0000 (08:27 +0000)]
Minor updates.

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

23 years agoSmall fixes.
hartmann [Thu, 13 Sep 2001 12:43:41 +0000 (12:43 +0000)]
Small fixes.

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

23 years agoSmall fixes.
hartmann [Thu, 13 Sep 2001 12:32:13 +0000 (12:32 +0000)]
Small fixes.

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

23 years agoInsert missing assertion.
hartmann [Thu, 13 Sep 2001 12:29:04 +0000 (12:29 +0000)]
Insert missing assertion.

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

23 years agoWrite all remaining documentation. Change variable order to degree where necessary.
hartmann [Thu, 13 Sep 2001 12:26:32 +0000 (12:26 +0000)]
Write all remaining documentation. Change variable order to degree where necessary.

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

23 years agoAdd consistency.
wolf [Thu, 13 Sep 2001 10:03:58 +0000 (10:03 +0000)]
Add consistency.

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

23 years agoFix order by degree.
wolf [Thu, 13 Sep 2001 09:25:16 +0000 (09:25 +0000)]
Fix order by degree.

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

23 years ago.
wolf [Thu, 13 Sep 2001 08:58:01 +0000 (08:58 +0000)]
.

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

23 years agoAdd forgotten space.
wolf [Thu, 13 Sep 2001 08:57:51 +0000 (08:57 +0000)]
Add forgotten space.

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

23 years ago.
wolf [Thu, 13 Sep 2001 08:56:35 +0000 (08:56 +0000)]
.

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

23 years agoTake out -W if advance check signals warning.
wolf [Thu, 13 Sep 2001 08:56:25 +0000 (08:56 +0000)]
Take out -W if advance check signals warning.

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

23 years agoDoc.
wolf [Thu, 13 Sep 2001 08:55:06 +0000 (08:55 +0000)]
Doc.

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

23 years agoReturn value.
wolf [Thu, 13 Sep 2001 08:51:59 +0000 (08:51 +0000)]
Return value.

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

23 years agoFix order.
wolf [Thu, 13 Sep 2001 08:47:27 +0000 (08:47 +0000)]
Fix order.

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

23 years ago.
wolf [Thu, 13 Sep 2001 08:46:00 +0000 (08:46 +0000)]
.

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

23 years agoTest the annoying std::advance warning.
wolf [Thu, 13 Sep 2001 08:45:12 +0000 (08:45 +0000)]
Test the annoying std::advance warning.

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

23 years agoActually delete the TODO.
wolf [Wed, 12 Sep 2001 15:18:55 +0000 (15:18 +0000)]
Actually delete the TODO.

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

23 years agoTrivially work around an internal compiler error when compiling this
wolf [Wed, 12 Sep 2001 14:50:59 +0000 (14:50 +0000)]
Trivially work around an internal compiler error when compiling this
file in optimized mode on a Linux machine with gcc2.95.3.

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

23 years agoAddition on computations in the interior.
wolf [Wed, 12 Sep 2001 14:38:54 +0000 (14:38 +0000)]
Addition on computations in the interior.

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

23 years agoFirst part of comments.
wolf [Wed, 12 Sep 2001 14:29:54 +0000 (14:29 +0000)]
First part of comments.

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

23 years agoFix authors.
hartmann [Wed, 12 Sep 2001 14:16:09 +0000 (14:16 +0000)]
Fix authors.

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

23 years agoSmall changes and small fixes.
hartmann [Wed, 12 Sep 2001 14:11:20 +0000 (14:11 +0000)]
Small changes and small fixes.

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

23 years agoFix missing std::'s.
third-party [Wed, 12 Sep 2001 13:56:37 +0000 (13:56 +0000)]
Fix missing std::'s.

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