]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
25 years agoChanged navigation bar and fixed HTML
schrage [Tue, 23 Mar 1999 17:13:24 +0000 (17:13 +0000)]
Changed navigation bar and fixed HTML

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

25 years agoFE program structure: Explanation and TOC
schrage [Tue, 23 Mar 1999 15:05:08 +0000 (15:05 +0000)]
FE program structure: Explanation and TOC

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

25 years agoAdded chapter 0: FE program structure.
schrage [Tue, 23 Mar 1999 15:04:09 +0000 (15:04 +0000)]
Added chapter 0: FE program structure.

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

25 years agoTutorial/Laplace revisited. Code broken after last changes to deal.II.
schrage [Tue, 23 Mar 1999 14:37:39 +0000 (14:37 +0000)]
Tutorial/Laplace revisited. Code broken after last changes to deal.II.

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

25 years agoAdd constructors and other functions for FESystem with three different sub-elements.
wolf [Tue, 23 Mar 1999 12:26:19 +0000 (12:26 +0000)]
Add constructors and other functions for FESystem with three different sub-elements.

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

25 years agoAdd a conversion constructor to the Vector class and disable it immediately again...
wolf [Mon, 22 Mar 1999 15:53:54 +0000 (15:53 +0000)]
Add a conversion constructor to the Vector class and disable it immediately again since egcs does not honour the 'explicit' keyword for constructors if they are templated.

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

25 years agoAdd a file which I forgot yesterday.
wolf [Sat, 20 Mar 1999 15:00:38 +0000 (15:00 +0000)]
Add a file which I forgot yesterday.

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

25 years agoAdd a function make_sparsity_pattern which uses a mask; this is useful only for syste...
wolf [Sat, 20 Mar 1999 14:59:44 +0000 (14:59 +0000)]
Add a function make_sparsity_pattern which uses a mask; this is useful only for systems of finite elements.

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

25 years agoDoc update to make kdoc's life easier.
wolf [Sat, 20 Mar 1999 12:29:27 +0000 (12:29 +0000)]
Doc update to make kdoc's life easier.

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

25 years agoFix omitted include.
wolf [Sat, 20 Mar 1999 12:19:11 +0000 (12:19 +0000)]
Fix omitted include.

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

25 years agoTake over the changes made to the experimental branch with the new prepare_* function...
wolf [Sat, 20 Mar 1999 12:11:12 +0000 (12:11 +0000)]
Take over the changes made to the experimental branch with the new prepare_* functions in the Triangulation class to the main line. It seems they do their job well.

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

25 years agoRemove source for a compiler warning.
wolf [Sat, 20 Mar 1999 12:02:00 +0000 (12:02 +0000)]
Remove source for a compiler warning.

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

25 years agoMake many functions inline and put them into the header files, but only when optimize...
wolf [Fri, 19 Mar 1999 18:15:19 +0000 (18:15 +0000)]
Make many functions inline and put them into the header files, but only when optimized mode is used. This gains us approx. 10 per cent in computing time in real life programs.

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

25 years agoSmall doc update.
wolf [Fri, 19 Mar 1999 17:22:37 +0000 (17:22 +0000)]
Small doc update.

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

25 years agoAllow templates and :: in variable names.
wolf [Fri, 19 Mar 1999 17:21:15 +0000 (17:21 +0000)]
Allow templates and :: in variable names.

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

25 years agoAdd my own project to the list of automatically generated docs. (WB).
deal [Fri, 19 Mar 1999 16:48:06 +0000 (16:48 +0000)]
Add my own project to the list of automatically generated docs. (WB).

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

25 years agoFix several bugs.
wolf [Thu, 18 Mar 1999 09:06:57 +0000 (09:06 +0000)]
Fix several bugs.

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

25 years agoAdd <cmath> to the list of included files. Don't know why it worked by
wolf [Tue, 16 Mar 1999 19:54:26 +0000 (19:54 +0000)]
Add <cmath> to the list of included files. Don't know why it worked by
now.

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

25 years agoWork around a well-known bug within egcs1.1.
wolf [Tue, 16 Mar 1999 19:48:57 +0000 (19:48 +0000)]
Work around a well-known bug within egcs1.1.

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

25 years agoUse the file with the global options for compiler runs.
wolf [Tue, 16 Mar 1999 19:47:11 +0000 (19:47 +0000)]
Use the file with the global options for compiler runs.

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

25 years agoAllow for empty histograms, where left and right boundary are equal.
wolf [Tue, 16 Mar 1999 19:45:36 +0000 (19:45 +0000)]
Allow for empty histograms, where left and right boundary are equal.

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

25 years agoUse the more obvious C++-style cast to eliminate one of the many warnings with -Wold...
wolf [Tue, 16 Mar 1999 19:17:01 +0000 (19:17 +0000)]
Use the more obvious C++-style cast to eliminate one of the many warnings with -Wold-style-cast

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

25 years agoFix my incorrect understanding of the AVS UCD format for cell data.
wolf [Tue, 16 Mar 1999 08:42:45 +0000 (08:42 +0000)]
Fix my incorrect understanding of the AVS UCD format for cell data.

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

25 years agoMake some compiler warnings about signed/unsigned comparisons go away.
wolf [Mon, 15 Mar 1999 21:39:24 +0000 (21:39 +0000)]
Make some compiler warnings about signed/unsigned comparisons go away.

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

25 years agoExtend the present scheme for forward running loops over all time steps to backward...
wolf [Mon, 15 Mar 1999 20:26:56 +0000 (20:26 +0000)]
Extend the present scheme for forward running loops over all time steps to backward running ones also.

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

25 years agoImprove support for file include by "..." instead of <...>.
wolf [Mon, 15 Mar 1999 14:15:15 +0000 (14:15 +0000)]
Improve support for file include by "..." instead of <...>.

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

25 years agoAdd support for cell data.
wolf [Mon, 15 Mar 1999 12:58:35 +0000 (12:58 +0000)]
Add support for cell data.

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

25 years agomerging the two 'prepared_for'-bool into one enum 'PreparationState', remove an excep...
hartmann [Fri, 12 Mar 1999 16:29:06 +0000 (16:29 +0000)]
merging the two 'prepared_for'-bool into one enum 'PreparationState', remove an exception that is not needed

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

25 years ago#include cmath is needed because of fabs(..)
hartmann [Fri, 12 Mar 1999 15:34:32 +0000 (15:34 +0000)]
#include cmath is needed because of fabs(..)

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

25 years agominor changes
guido [Fri, 12 Mar 1999 09:28:02 +0000 (09:28 +0000)]
minor changes

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

25 years agorefinement works / new tests in fe_tables
guido [Fri, 12 Mar 1999 09:27:44 +0000 (09:27 +0000)]
refinement works / new tests in fe_tables

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

25 years agomixed discretization with Dirichlet boundary works
guido [Fri, 12 Mar 1999 09:16:20 +0000 (09:16 +0000)]
mixed discretization with Dirichlet boundary works

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

25 years agoUse Ralf's SolutionTransfer class to transfer data over mesh refinement and coarsening.
wolf [Thu, 11 Mar 1999 14:53:18 +0000 (14:53 +0000)]
Use Ralf's SolutionTransfer class to transfer data over mesh refinement and coarsening.

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

25 years agoimplement 'get_face_support_points' functions for the DG FEs
hartmann [Thu, 11 Mar 1999 14:31:30 +0000 (14:31 +0000)]
implement 'get_face_support_points' functions for the DG FEs

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

25 years agoFix obvious bug (my fault :-().
wolf [Wed, 10 Mar 1999 22:02:08 +0000 (22:02 +0000)]
Fix obvious bug (my fault :-().

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

25 years agoDoc update.
wolf [Wed, 10 Mar 1999 20:31:12 +0000 (20:31 +0000)]
Doc update.

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

25 years agoSome clean ups, some structural modifications.
wolf [Wed, 10 Mar 1999 19:32:25 +0000 (19:32 +0000)]
Some clean ups, some structural modifications.

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

25 years ago.
wolf [Wed, 10 Mar 1999 19:29:41 +0000 (19:29 +0000)]
.

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

25 years agoTemplatify some more functions on the data type of the vector they take.
wolf [Wed, 10 Mar 1999 19:22:32 +0000 (19:22 +0000)]
Templatify some more functions on the data type of the vector they take.

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

25 years agoFix one of the probably oldest oversights in deal.II. It did not much
wolf [Wed, 10 Mar 1999 14:27:22 +0000 (14:27 +0000)]
Fix one of the probably oldest oversights in deal.II. It did not much
harm though, and went through unnoticed (though it throws an
exception!) because it only shows up when trying to renumber the
degrees of freedom on a grid that consists of a single cell only.

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

25 years agoExtractor in VectorFunction: made but not tested
guido [Wed, 10 Mar 1999 14:18:33 +0000 (14:18 +0000)]
Extractor in VectorFunction: made but not tested

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

25 years agoquads_per_face added
guido [Wed, 10 Mar 1999 12:38:52 +0000 (12:38 +0000)]
quads_per_face added

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

25 years agoMake histogram class easily extendible.
wolf [Wed, 10 Mar 1999 12:18:40 +0000 (12:18 +0000)]
Make histogram class easily extendible.

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

25 years agoRun a loop backwards since otherwise gnuplot thinks the upper side is
wolf [Wed, 10 Mar 1999 11:48:09 +0000 (11:48 +0000)]
Run a loop backwards since otherwise gnuplot thinks the upper side is
the lower side and draws the diagram in strange colors.

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

25 years agoFix forgotten y_value.
wolf [Wed, 10 Mar 1999 10:24:33 +0000 (10:24 +0000)]
Fix forgotten y_value.

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

25 years agoFix forgotten include file.
wolf [Wed, 10 Mar 1999 09:59:38 +0000 (09:59 +0000)]
Fix forgotten include file.

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

25 years agoAdd a class which can generate 2d and 3d histograms.
wolf [Wed, 10 Mar 1999 09:57:11 +0000 (09:57 +0000)]
Add a class which can generate 2d and 3d histograms.

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

25 years agoLots of problems removed
guido [Tue, 9 Mar 1999 18:28:37 +0000 (18:28 +0000)]
Lots of problems removed

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

25 years agoremove some test-'cout's that are not needed any more.
hartmann [Tue, 9 Mar 1999 17:14:33 +0000 (17:14 +0000)]
remove some test-'cout's that are not needed any more.

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

25 years agoAdd a function to retrieve the time from a TimeStepBase.
wolf [Tue, 9 Mar 1999 16:34:14 +0000 (16:34 +0000)]
Add a function to retrieve the time from a TimeStepBase.

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

25 years agoAdd missing '#include <grid/dof.h>'
hartmann [Tue, 9 Mar 1999 15:49:57 +0000 (15:49 +0000)]
Add missing '#include <grid/dof.h>'

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

25 years agoInitial version of the SolutionTransfer class that interpolates discrete functions...
hartmann [Tue, 9 Mar 1999 15:41:18 +0000 (15:41 +0000)]
Initial version of the SolutionTransfer class that interpolates discrete functions while refinement and/or coarsening.

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

25 years agoNew file with open projects for the deal.II library.
wolf [Tue, 9 Mar 1999 13:37:43 +0000 (13:37 +0000)]
New file with open projects for the deal.II library.

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

25 years ago.
wolf [Tue, 9 Mar 1999 10:20:16 +0000 (10:20 +0000)]
.

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

25 years agoMake the passed DoFHandler a constant one. Don't know why this wasn't done before.
wolf [Tue, 9 Mar 1999 10:17:08 +0000 (10:17 +0000)]
Make the passed DoFHandler a constant one. Don't know why this wasn't done before.

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

25 years agoInitial revision
guido [Tue, 9 Mar 1999 08:13:20 +0000 (08:13 +0000)]
Initial revision

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

25 years agoColumnwidth fixed to 300 pixels
guido [Mon, 8 Mar 1999 17:46:49 +0000 (17:46 +0000)]
Columnwidth fixed to 300 pixels

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

25 years agoAdd support for coarsening as well.
wolf [Mon, 8 Mar 1999 14:30:14 +0000 (14:30 +0000)]
Add support for coarsening as well.

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

25 years agoFix two problems of which I wonder why they didn't show up earlier.
wolf [Mon, 8 Mar 1999 12:13:25 +0000 (12:13 +0000)]
Fix two problems of which I wonder why they didn't show up earlier.

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

25 years agoFix an omission: we need the quadrature not only for computations on the boundary...
wolf [Mon, 8 Mar 1999 12:06:57 +0000 (12:06 +0000)]
Fix an omission: we need the quadrature not only for computations on the boundary, but also if we have varying coefficients. Do it right this time!

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

25 years agoFix an omission: we need the quadrature not only for computations on
wolf [Mon, 8 Mar 1999 11:59:37 +0000 (11:59 +0000)]
Fix an omission: we need the quadrature not only for computations on
the boundary, but also if we have varying coefficients.

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

25 years agoAdvance support for time-dependent problems.
wolf [Fri, 5 Mar 1999 17:53:49 +0000 (17:53 +0000)]
Advance support for time-dependent problems.

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

25 years agoUndo the patch of yesterday since it didn't work the way we wanted, but makes some...
wolf [Fri, 5 Mar 1999 13:37:05 +0000 (13:37 +0000)]
Undo the patch of yesterday since it didn't work the way we wanted, but makes some programs abort. Wait for a patch to the prepare_* functions which are the culprit.

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

25 years agoadd something to do
hartmann [Thu, 4 Mar 1999 18:16:56 +0000 (18:16 +0000)]
add something to do

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

25 years agoChange the refine_and_coarsen_fixed_fraction (~number) functions such that they actua...
hartmann [Thu, 4 Mar 1999 18:02:10 +0000 (18:02 +0000)]
Change the refine_and_coarsen_fixed_fraction (~number) functions such that they actually do not coarse (or refine) if the bottom(top)_fraction is set to 0

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

25 years agoerror in fevalues for systems removed
guido [Thu, 4 Mar 1999 17:13:01 +0000 (17:13 +0000)]
error in fevalues for systems removed

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

25 years agoNew exception ExcIndexRange(i,a,b)
guido [Thu, 4 Mar 1999 16:35:11 +0000 (16:35 +0000)]
New exception ExcIndexRange(i,a,b)

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

25 years agobase elements also in FiniteElement<>
guido [Thu, 4 Mar 1999 16:29:17 +0000 (16:29 +0000)]
base elements also in FiniteElement<>

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

25 years agoswitch of dimensions in FEValues::get_function_values
guido [Thu, 4 Mar 1999 16:27:50 +0000 (16:27 +0000)]
switch of dimensions in FEValues::get_function_values

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

25 years agoChange execute_{coarsening,refinement} to only one function.
wolf [Thu, 4 Mar 1999 15:32:24 +0000 (15:32 +0000)]
Change execute_{coarsening,refinement} to only one function.

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

25 years agoEnclose predefined exceptions into a namespace and make that
wolf [Thu, 4 Mar 1999 12:26:33 +0000 (12:26 +0000)]
Enclose predefined exceptions into a namespace and make that
publically available.

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

25 years agoMake that annoying warning go away!
wolf [Thu, 4 Mar 1999 12:25:30 +0000 (12:25 +0000)]
Make that annoying warning go away!

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

25 years agoAdd ExcInternalError to the list of predefined exceptions.
wolf [Thu, 4 Mar 1999 12:20:19 +0000 (12:20 +0000)]
Add ExcInternalError to the list of predefined exceptions.

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

25 years agoLarger doc update.
wolf [Wed, 3 Mar 1999 23:37:14 +0000 (23:37 +0000)]
Larger doc update.

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

25 years agoHTML commands disabled for Wolfgang
guido [Wed, 3 Mar 1999 15:04:08 +0000 (15:04 +0000)]
HTML commands disabled for Wolfgang

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

25 years agoAdd much work on actually refining a triangulation; it is mainly taken from my wave...
wolf [Wed, 3 Mar 1999 14:23:21 +0000 (14:23 +0000)]
Add much work on actually refining a triangulation; it is mainly taken from my wave program. At present, it compiles, but no work has been done to evaluate whether it also works; since noone besides me uses this at present, I feel free to check in and try it at home this evening or tomorrow.

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

25 years agoFix problems with auto-generated project doc.
deal [Wed, 3 Mar 1999 11:56:03 +0000 (11:56 +0000)]
Fix problems with auto-generated project doc.

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

25 years agoChange the do_loop function to use the STL function objects. This has the advantage...
wolf [Tue, 2 Mar 1999 16:32:41 +0000 (16:32 +0000)]
Change the do_loop function to use the STL function objects. This has the advantage that we can now pass function objects using bind2nd etc to pass parameters to the functions we want to have called.

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

25 years agoChange the do_loop function to use the STL function objects. This has
wolf [Tue, 2 Mar 1999 16:28:00 +0000 (16:28 +0000)]
Change the do_loop function to use the STL function objects. This has
the advantage that we can now pass function objects using bind2nd etc
to pass parameters to the functions we want to have called.

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

25 years agoExtend the time dependent class.
wolf [Mon, 1 Mar 1999 20:48:27 +0000 (20:48 +0000)]
Extend the time dependent class.

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

25 years agoMake this file compilable if not all information is already known at
wolf [Mon, 1 Mar 1999 19:59:38 +0000 (19:59 +0000)]
Make this file compilable if not all information is already known at
the time the compiler sees it.

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

25 years agoFix bug.
wolf [Mon, 1 Mar 1999 12:59:32 +0000 (12:59 +0000)]
Fix bug.

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

25 years agoAdd a function which tells us whether a SparseMatrix is empty or not.
wolf [Mon, 1 Mar 1999 12:54:39 +0000 (12:54 +0000)]
Add a function which tells us whether a SparseMatrix is empty or not.

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

25 years agoDoc updates.
wolf [Mon, 1 Mar 1999 02:35:32 +0000 (02:35 +0000)]
Doc updates.

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

25 years agoImplement a previously forgotten function and fix several bugs.
wolf [Mon, 1 Mar 1999 02:35:19 +0000 (02:35 +0000)]
Implement a previously forgotten function and fix several bugs.

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

25 years ago.
wolf [Sun, 28 Feb 1999 19:29:41 +0000 (19:29 +0000)]
.

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

25 years agoForward declare DoFHandler needed in this file.
wolf [Sun, 28 Feb 1999 19:29:32 +0000 (19:29 +0000)]
Forward declare DoFHandler needed in this file.

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

25 years agoAdd raw read/write functionality.
wolf [Sun, 28 Feb 1999 19:29:15 +0000 (19:29 +0000)]
Add raw read/write functionality.

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

25 years agoSafety update in initialize: the loops terminated more or less by chance, the only...
wolf [Sun, 28 Feb 1999 19:29:00 +0000 (19:29 +0000)]
Safety update in initialize: the loops terminated more or less by chance, the only reason was the initialization of the loop variable to zero, so the initial test failed. The loop condition was ill-designed, though, since comparing an unsigned int to be smaller with something that may be zero asks for problems. The patch clarifies why the loop worked anyway, and since this computation is done at compile time, it does not even impose a penalty to the user.

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

25 years agoSmall update on data structures.
wolf [Sun, 28 Feb 1999 19:28:47 +0000 (19:28 +0000)]
Small update on data structures.

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

25 years agoDoc update.
wolf [Sun, 28 Feb 1999 19:28:28 +0000 (19:28 +0000)]
Doc update.

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

25 years agoEliminate circular references of forward declaration files between the different...
wolf [Sun, 28 Feb 1999 19:28:09 +0000 (19:28 +0000)]
Eliminate circular references of forward declaration files between the different libraries by explicitely forward declaring 'class Vector'.

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

25 years agoFurther work on the base class for time dependent problems.
wolf [Fri, 26 Feb 1999 20:00:08 +0000 (20:00 +0000)]
Further work on the base class for time dependent problems.

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

25 years agoAdd a missing function. Need to be implemented still.
hartmann [Fri, 26 Feb 1999 19:28:07 +0000 (19:28 +0000)]
Add a missing function. Need to be implemented still.

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

25 years agoAdd transport program doc.
deal [Fri, 26 Feb 1999 18:55:03 +0000 (18:55 +0000)]
Add transport program doc.

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

25 years agoAdd transport docs to automatically generated docs.
deal [Fri, 26 Feb 1999 18:53:51 +0000 (18:53 +0000)]
Add transport docs to automatically generated docs.

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

25 years agoAdd the l1 (max sum of columns) and linfty (max sum of rows) matrix norms. These...
hartmann [Fri, 26 Feb 1999 17:42:24 +0000 (17:42 +0000)]
Add the l1 (max sum of columns) and linfty (max sum of rows)  matrix norms. These are the natural matrix norms that are compatible with the l1 and linfty norms of vectors

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

25 years agoRemove the old-style matrices and vectors which were not templated.
wolf [Fri, 26 Feb 1999 16:03:55 +0000 (16:03 +0000)]
Remove the old-style matrices and vectors which were not templated.

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

25 years agoRemove artefact and small clean-up.
wolf [Fri, 26 Feb 1999 16:02:27 +0000 (16:02 +0000)]
Remove artefact and small clean-up.

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

25 years agoreplace the old dBlockSMatrix by the new template BlockSparseMatrix with a second...
hartmann [Fri, 26 Feb 1999 15:00:13 +0000 (15:00 +0000)]
replace the old dBlockSMatrix by the new template BlockSparseMatrix with a second template parameter denoting the datatype the inverse diagonal block matrices are stored with.

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