]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

23 years agoNew example program.
wolf [Wed, 12 Sep 2001 13:42:24 +0000 (13:42 +0000)]
New example program.

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

23 years agoFix date.
wolf [Wed, 12 Sep 2001 13:42:05 +0000 (13:42 +0000)]
Fix date.

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

23 years ago.
wolf [Wed, 12 Sep 2001 13:40:56 +0000 (13:40 +0000)]
.

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

23 years agoAdd new testcase.
wolf [Wed, 12 Sep 2001 13:40:01 +0000 (13:40 +0000)]
Add new testcase.

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

23 years agoClean up better.
wolf [Wed, 12 Sep 2001 13:18:15 +0000 (13:18 +0000)]
Clean up better.

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

23 years ago.
wolf [Wed, 12 Sep 2001 13:17:54 +0000 (13:17 +0000)]
.

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

23 years agoNicer formatting.
wolf [Wed, 12 Sep 2001 13:17:13 +0000 (13:17 +0000)]
Nicer formatting.

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

23 years agoreverse order of for-loops in gnuplot_output. New file names.
hartmann [Wed, 12 Sep 2001 12:33:19 +0000 (12:33 +0000)]
reverse order of for-loops in gnuplot_output. New file names.

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

23 years agooutput of grids on 2 refinement levels.
hartmann [Wed, 12 Sep 2001 12:23:48 +0000 (12:23 +0000)]
output of grids on 2 refinement levels.

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

23 years ago.
wolf [Wed, 12 Sep 2001 12:17:38 +0000 (12:17 +0000)]
.

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

23 years agosame changes. output of data in tables. output of grids in gnuplot files.
hartmann [Wed, 12 Sep 2001 12:14:09 +0000 (12:14 +0000)]
same changes. output of data in tables. output of grids in gnuplot files.

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

23 years agoProcess files in their proper order.
wolf [Wed, 12 Sep 2001 11:57:15 +0000 (11:57 +0000)]
Process files in their proper order.

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

23 years agoAdd new example prog.
wolf [Wed, 12 Sep 2001 11:18:49 +0000 (11:18 +0000)]
Add new example prog.

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

23 years agoRemove some spaces since they lead to strange rendering.
wolf [Tue, 11 Sep 2001 14:17:58 +0000 (14:17 +0000)]
Remove some spaces since they lead to strange rendering.

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

23 years agoTODOs fixed
guido [Tue, 11 Sep 2001 14:04:38 +0000 (14:04 +0000)]
TODOs fixed

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

23 years agosmall doc update concerning tables.
hartmann [Tue, 11 Sep 2001 13:58:47 +0000 (13:58 +0000)]
small doc update concerning tables.

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

23 years agoMissing LF added at end
guido [Tue, 11 Sep 2001 13:00:44 +0000 (13:00 +0000)]
Missing LF added at end

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

23 years agobicgstab
guido [Tue, 11 Sep 2001 12:56:55 +0000 (12:56 +0000)]
bicgstab

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

23 years agoAdded doc
guido [Tue, 11 Sep 2001 12:54:03 +0000 (12:54 +0000)]
Added doc

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

23 years agoOrthogonal residual as a stopping criterion
guido [Tue, 11 Sep 2001 12:52:56 +0000 (12:52 +0000)]
Orthogonal residual as a stopping criterion

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

23 years agoTODO removed
guido [Tue, 11 Sep 2001 11:25:36 +0000 (11:25 +0000)]
TODO removed

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

23 years agoTODO removed
guido [Tue, 11 Sep 2001 10:05:02 +0000 (10:05 +0000)]
TODO removed

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

23 years agoSmall fixes
hartmann [Tue, 11 Sep 2001 10:02:48 +0000 (10:02 +0000)]
Small fixes

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

23 years agoReinstall memory checkers.
wolf [Tue, 11 Sep 2001 08:21:22 +0000 (08:21 +0000)]
Reinstall memory checkers.

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

23 years agoIntroduce a variable that denotes the finite difference step length in
wolf [Mon, 10 Sep 2001 09:05:31 +0000 (09:05 +0000)]
Introduce a variable that denotes the finite difference step length in
the computation of the second derivatives.

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

23 years agoDelete debug output. Remove TODO as this seems unnecessary and intractible.
wolf [Mon, 10 Sep 2001 08:57:23 +0000 (08:57 +0000)]
Delete debug output. Remove TODO as this seems unnecessary and intractible.

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

23 years agoWrong, subtract_mean_value was there, but in a different
wolf [Thu, 6 Sep 2001 16:12:57 +0000 (16:12 +0000)]
Wrong, subtract_mean_value was there, but in a different
file. Reinstall the declaration.

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

23 years agoRemove the declaration of the subtract_mean_value function. This
wolf [Thu, 6 Sep 2001 15:34:55 +0000 (15:34 +0000)]
Remove the declaration of the subtract_mean_value function. This
function has never been implemented, so it will also not be missed
upon deletion.

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

23 years agoDo Guido's work and update documentation for this enum. Hmph.
wolf [Thu, 6 Sep 2001 15:31:38 +0000 (15:31 +0000)]
Do Guido's work and update documentation for this enum. Hmph.

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