]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
25 years agoDoc update.
wolf [Fri, 11 Dec 1998 10:24:40 +0000 (10:24 +0000)]
Doc update.

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

25 years agoLet the 'clean' rule call the Makefile in /lib.
wolf [Fri, 11 Dec 1998 09:49:47 +0000 (09:49 +0000)]
Let the 'clean' rule call the Makefile in /lib.

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

25 years agoAdd a Makefile to this directory, which only declares rules how to clean up.
wolf [Fri, 11 Dec 1998 09:43:49 +0000 (09:43 +0000)]
Add a Makefile to this directory, which only declares rules how to clean up.

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

25 years agoAdd 1d and 3d directories.
wolf [Fri, 11 Dec 1998 09:37:42 +0000 (09:37 +0000)]
Add 1d and 3d directories.

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

25 years agoAdd comment to the generated Makefile.dep.
wolf [Fri, 11 Dec 1998 09:33:24 +0000 (09:33 +0000)]
Add comment to the generated Makefile.dep.

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

25 years agoAdd _2d or whatever to the base file name of each object file. The reason for this...
wolf [Fri, 11 Dec 1998 09:29:22 +0000 (09:29 +0000)]
Add _2d or whatever to the base file name of each object file. The reason for this is that we may sometimes want to use 2d *and* 3d libraries at the same time, but then there would be object files in them with the same name but different contents. This way, we can avoid such problems.

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

25 years agoAdd support for 3D and resurrect an original part of the code which was dropped becau...
wolf [Thu, 10 Dec 1998 18:46:38 +0000 (18:46 +0000)]
Add support for 3D and resurrect an original part of the code which was dropped because egcs produced an internal compiler error over it.

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

25 years agoMove towards multidimensional library.
wolf [Thu, 10 Dec 1998 16:42:24 +0000 (16:42 +0000)]
Move towards multidimensional library.

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

25 years agoFix trivial problems.
wolf [Thu, 10 Dec 1998 16:41:53 +0000 (16:41 +0000)]
Fix trivial problems.

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

25 years agoMove these two directories to the dimension specific directories.
wolf [Thu, 10 Dec 1998 16:41:16 +0000 (16:41 +0000)]
Move these two directories to the dimension specific directories.

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

25 years agoInitial things for the 3D support.
wolf [Thu, 10 Dec 1998 16:24:39 +0000 (16:24 +0000)]
Initial things for the 3D support.

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

25 years agoDoc updates.
wolf [Thu, 10 Dec 1998 16:23:48 +0000 (16:23 +0000)]
Doc updates.

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

25 years agoInitial release.
wolf [Thu, 10 Dec 1998 16:23:29 +0000 (16:23 +0000)]
Initial release.

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

25 years agoDoc update.
wolf [Thu, 10 Dec 1998 16:03:44 +0000 (16:03 +0000)]
Doc update.

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

25 years agoRemove -funroll-loops from the Makefiles after I discovered that this options miscomp...
wolf [Wed, 9 Dec 1998 15:51:06 +0000 (15:51 +0000)]
Remove -funroll-loops from the Makefiles after I discovered that this options miscompiles one of my programs. (I was lucky, as the problem was obvious, i.e. visible in a picture...)

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

25 years agoFix a problem with the order in which dof and tria were deleted.
wolf [Wed, 9 Dec 1998 15:46:24 +0000 (15:46 +0000)]
Fix a problem with the order in which dof and tria were deleted.

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

25 years agoFix a stupid bug in the renumbering code. This seems to have not been tested for...
wolf [Tue, 8 Dec 1998 16:58:45 +0000 (16:58 +0000)]
Fix a stupid bug in the renumbering code. This seems to have not been tested for a long long time, att least since the changes were made which allowed for coarsening of grids.

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

25 years agoFix follow-up bug which I forgot yesterday
wolf [Sat, 5 Dec 1998 23:49:03 +0000 (23:49 +0000)]
Fix follow-up bug which I forgot yesterday

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

25 years agoFix a bug where the normal vectors were not computed properly.
wolf [Fri, 4 Dec 1998 18:03:11 +0000 (18:03 +0000)]
Fix a bug where the normal vectors were not computed properly.

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

25 years agoFix a stupid bug triggered by Ralf: we delete the memory of a matrix if its size...
wolf [Fri, 4 Dec 1998 17:59:38 +0000 (17:59 +0000)]
Fix a stupid bug triggered by Ralf: we delete the memory of a matrix if its size is reset to zero. We check so by comparing the number of elements, which is m*n against zero. Annoyingly, m*n equals zero also, if m=n=2**16...

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

25 years agoUpdate doc.
wolf [Thu, 26 Nov 1998 10:12:48 +0000 (10:12 +0000)]
Update doc.

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

25 years agoMake names of output data sets conforming to the rules of the DataOut class (i.e...
wolf [Thu, 26 Nov 1998 10:10:30 +0000 (10:10 +0000)]
Make names of output data sets conforming to the rules of the DataOut class (i.e. no special characters, no spaces, etc.)

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

25 years agoFix small problems which prevented from compiling.
wolf [Thu, 26 Nov 1998 09:18:06 +0000 (09:18 +0000)]
Fix small problems which prevented from compiling.

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

25 years agoReorder initializers in constructors to avoid warning messages.
wolf [Thu, 26 Nov 1998 08:59:55 +0000 (08:59 +0000)]
Reorder initializers in constructors to avoid warning messages.

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

25 years agoAdd 'template <>' statements.
wolf [Thu, 26 Nov 1998 08:56:00 +0000 (08:56 +0000)]
Add 'template <>' statements.

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

25 years agoMake all examples use debug mode by default.
wolf [Wed, 25 Nov 1998 13:23:00 +0000 (13:23 +0000)]
Make all examples use debug mode by default.

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

25 years agoAdd some 'template <>' statements.
wolf [Wed, 25 Nov 1998 13:22:32 +0000 (13:22 +0000)]
Add some 'template <>' statements.

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

25 years agoFix a problem with locks/subscriptors which prevented the example from running and...
wolf [Wed, 25 Nov 1998 13:22:05 +0000 (13:22 +0000)]
Fix a problem with locks/subscriptors which prevented the example from running and add some 'template <>' statements.

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

25 years agoFix a problem with locks/subscriptors which prevented the example from running.
wolf [Wed, 25 Nov 1998 13:21:18 +0000 (13:21 +0000)]
Fix a problem with locks/subscriptors which prevented the example from running.

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

25 years agoSmall fix for greater felxibility.
wolf [Wed, 25 Nov 1998 13:19:39 +0000 (13:19 +0000)]
Small fix for greater felxibility.

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

25 years agoImprove error handling.
wolf [Wed, 25 Nov 1998 13:18:54 +0000 (13:18 +0000)]
Improve error handling.

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

25 years agoImplement a method to free the memory used by the DoFHandler object and to release...
wolf [Wed, 25 Nov 1998 13:18:27 +0000 (13:18 +0000)]
Implement a method to free the memory used by the DoFHandler object and to release the lock to the FiniteElement object.

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

25 years agoDelete objects in the right order.
wolf [Mon, 16 Nov 1998 16:53:16 +0000 (16:53 +0000)]
Delete objects in the right order.

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

25 years agoReplace Point by Tensor where necessary.
wolf [Fri, 13 Nov 1998 12:44:03 +0000 (12:44 +0000)]
Replace Point by Tensor where necessary.

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

25 years agoAdd 'explicit' to two constructors of dFMatrices to make their use safer. The previou...
wolf [Tue, 10 Nov 1998 00:18:15 +0000 (00:18 +0000)]
Add 'explicit' to two constructors of dFMatrices to make their use safer. The previous way could result in unwanted effects.

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

25 years agoAdd clear_user_pointers to Triangulation
wolf [Tue, 10 Nov 1998 00:17:25 +0000 (00:17 +0000)]
Add clear_user_pointers to Triangulation

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

25 years agoAdd the rather strange function number_of_children to the triangulation iterators.
wolf [Tue, 10 Nov 1998 00:14:31 +0000 (00:14 +0000)]
Add the rather strange function number_of_children to the triangulation iterators.

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

25 years agoAllow negative values for the refinement/coarsening criteria; do the actual refinemen...
wolf [Mon, 9 Nov 1998 11:45:10 +0000 (11:45 +0000)]
Allow negative values for the refinement/coarsening criteria; do the actual refinement/coarsening on the absolute values, however.

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

25 years agoAdd Subscriptor to base initializer list, as the compiler suggested. Do it again...
wolf [Mon, 9 Nov 1998 00:59:10 +0000 (00:59 +0000)]
Add Subscriptor to base initializer list, as the compiler suggested. Do it again, since in the last check-in, it was the wrong constructor.

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

25 years agoAdd Subscriptor to base initializer list, as the compiler suggested.
wolf [Mon, 9 Nov 1998 00:55:45 +0000 (00:55 +0000)]
Add Subscriptor to base initializer list, as the compiler suggested.

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

25 years agoFix bug.
wolf [Mon, 9 Nov 1998 00:43:25 +0000 (00:43 +0000)]
Fix bug.

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

25 years agoRestructure Todo file and split into the several parts of the project (lac, base...
wolf [Sun, 8 Nov 1998 20:41:26 +0000 (20:41 +0000)]
Restructure Todo file and split into the several parts of the project (lac, base, deal.II).

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

25 years agoRemove bogus changes needed to circumvent a bug in one of the egcs snapshot compilers.
wolf [Sun, 8 Nov 1998 20:40:25 +0000 (20:40 +0000)]
Remove bogus changes needed to circumvent a bug in one of the egcs snapshot compilers.

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

25 years agoExtend testcases.
wolf [Sun, 8 Nov 1998 20:37:40 +0000 (20:37 +0000)]
Extend testcases.

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

25 years agoWork on the implementation of second derivatives.
wolf [Sun, 8 Nov 1998 20:36:10 +0000 (20:36 +0000)]
Work on the implementation of second derivatives.

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

25 years agoFurther work on the Tensor class. Implement special constructor which allows to copy...
wolf [Sun, 8 Nov 1998 20:34:10 +0000 (20:34 +0000)]
Further work on the Tensor class. Implement special constructor which allows to copy construct from a C-style array.

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

25 years agoMore work with regard to the transition of gradients from data type Point<dim> to...
wolf [Sat, 7 Nov 1998 02:15:57 +0000 (02:15 +0000)]
More work with regard to the transition of gradients from data type Point<dim> to Tensor<1,dim>.

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

25 years agoMore tensor work.
wolf [Sat, 7 Nov 1998 02:13:12 +0000 (02:13 +0000)]
More tensor work.

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

25 years agoAdd testcase for the deal.II library.
wolf [Sat, 7 Nov 1998 02:12:34 +0000 (02:12 +0000)]
Add testcase for the deal.II library.

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

25 years agoConvert part of the library from Point and dFMatrix to Tensor where necessary.
wolf [Fri, 6 Nov 1998 19:05:39 +0000 (19:05 +0000)]
Convert part of the library from Point and dFMatrix to Tensor where necessary.

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

25 years agoFurther work on the tensor classes.
wolf [Fri, 6 Nov 1998 19:05:02 +0000 (19:05 +0000)]
Further work on the tensor classes.

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

25 years agoFix some things which did not compile right away in 1D.
wolf [Fri, 6 Nov 1998 16:17:19 +0000 (16:17 +0000)]
Fix some things which did not compile right away in 1D.

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

25 years agoImplement second derivatives for 1D.
wolf [Fri, 6 Nov 1998 16:16:32 +0000 (16:16 +0000)]
Implement second derivatives for 1D.

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

25 years agoFormat second derivatives.
wolf [Fri, 6 Nov 1998 15:53:25 +0000 (15:53 +0000)]
Format second derivatives.

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

25 years agoUpdate.
wolf [Fri, 6 Nov 1998 15:43:40 +0000 (15:43 +0000)]
Update.

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

25 years agoSeparate maple scripts from the C++ files to allow sharing the common structures...
wolf [Fri, 6 Nov 1998 15:41:49 +0000 (15:41 +0000)]
Separate maple scripts from the C++ files to allow sharing the common structures. Maintaining them got complicated over time.

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

25 years agoImplement the second derivative for finite elements in 2D.
wolf [Fri, 6 Nov 1998 14:41:34 +0000 (14:41 +0000)]
Implement the second derivative for finite elements in 2D.

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

25 years agoAnpassung an neue Verzeichnisse
guido [Fri, 6 Nov 1998 13:20:50 +0000 (13:20 +0000)]
Anpassung an neue Verzeichnisse

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

25 years agoMatrixnorm
guido [Fri, 6 Nov 1998 12:19:30 +0000 (12:19 +0000)]
Matrixnorm

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

25 years agoMove the point class from deal.II/include/grid to base.
wolf [Fri, 6 Nov 1998 12:11:41 +0000 (12:11 +0000)]
Move the point class from deal.II/include/grid to base.

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

25 years ago.
wolf [Fri, 6 Nov 1998 12:10:25 +0000 (12:10 +0000)]
.

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

25 years agoMove the point class from deal.II/include/grid to here.
wolf [Fri, 6 Nov 1998 12:09:10 +0000 (12:09 +0000)]
Move the point class from deal.II/include/grid to here.

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

25 years agoFix some of the examples and the make file.
wolf [Fri, 6 Nov 1998 12:08:21 +0000 (12:08 +0000)]
Fix some of the examples and the make file.

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

25 years agoFix doc.
wolf [Fri, 6 Nov 1998 12:07:45 +0000 (12:07 +0000)]
Fix doc.

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

25 years agoMake the tensor class more complete.
wolf [Fri, 6 Nov 1998 12:07:32 +0000 (12:07 +0000)]
Make the tensor class more complete.

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

25 years agoSmall test program to assist the development of the tensor classes.
wolf [Thu, 5 Nov 1998 18:34:30 +0000 (18:34 +0000)]
Small test program to assist the development of the tensor classes.

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

25 years agoImport initial tensor files. Not yet workable.
wolf [Thu, 5 Nov 1998 18:33:37 +0000 (18:33 +0000)]
Import initial tensor files. Not yet workable.

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

25 years agoOops, forgot a line.
wolf [Thu, 5 Nov 1998 16:59:11 +0000 (16:59 +0000)]
Oops, forgot a line.

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

25 years agoFormat documentation in a nicer format.
wolf [Thu, 5 Nov 1998 16:58:31 +0000 (16:58 +0000)]
Format documentation in a nicer format.

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

25 years agoExtend scripts slowly for the calculation of second derivatives.
wolf [Wed, 4 Nov 1998 19:05:41 +0000 (19:05 +0000)]
Extend scripts slowly for the calculation of second derivatives.

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

25 years agoInvent a faster scheme to compute the jacobian matrix from the vertices and the point...
wolf [Wed, 4 Nov 1998 18:31:44 +0000 (18:31 +0000)]
Invent a faster scheme to compute the jacobian matrix from the vertices and the point of integration. Add some doc.

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

25 years agoUpdate doc.
wolf [Wed, 4 Nov 1998 10:39:23 +0000 (10:39 +0000)]
Update doc.

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

25 years agoSeparate the maple scripts to generate the finite elements from the .cc files. The...
wolf [Wed, 4 Nov 1998 10:38:43 +0000 (10:38 +0000)]
Separate the maple scripts to generate the finite elements from the .cc files. The reason is that much of the code is the same for all elements and when the code grew larger, maintenance of these parts grew more and more difficult. Now, we use the maple 'read' statement and single out the common stuff into the file 'lagrange'.

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

25 years agoRemove unnecessary include directive.
wolf [Wed, 4 Nov 1998 09:37:28 +0000 (09:37 +0000)]
Remove unnecessary include directive.

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

25 years agoExtend allowed character set for names in AVS files a bit.
wolf [Wed, 4 Nov 1998 09:35:14 +0000 (09:35 +0000)]
Extend allowed character set for names in AVS files a bit.

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

25 years agoFix three little typos, which I didn't catch yesterday.
wolf [Wed, 4 Nov 1998 09:12:23 +0000 (09:12 +0000)]
Fix three little typos, which I didn't catch yesterday.

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

25 years agoImplement the interpolation from child to mother cells.
wolf [Tue, 3 Nov 1998 18:47:46 +0000 (18:47 +0000)]
Implement the interpolation from child to mother cells.

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

25 years agoFix output: use space instead of tabs to allow for better postprocessing using PERL...
wolf [Tue, 3 Nov 1998 15:54:34 +0000 (15:54 +0000)]
Fix output: use space instead of tabs to allow for better postprocessing using PERL, etc.

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

25 years agoFix comment.
wolf [Tue, 3 Nov 1998 15:53:54 +0000 (15:53 +0000)]
Fix comment.

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

25 years agoImplement the restriction (interpolation) matrices for transfer from child to parent...
wolf [Tue, 3 Nov 1998 15:53:21 +0000 (15:53 +0000)]
Implement the restriction (interpolation) matrices for transfer from child to parent cells.

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

25 years agoChange the order of some loops to allow for better optimization by the compiler.
wolf [Sun, 1 Nov 1998 22:26:17 +0000 (22:26 +0000)]
Change the order of some loops to allow for better optimization by the compiler.

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

25 years agoAdd a message.
wolf [Sun, 1 Nov 1998 22:25:19 +0000 (22:25 +0000)]
Add a message.

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

25 years agoChange the way we want to enquire the dimension of a point.
wolf [Sun, 1 Nov 1998 22:23:49 +0000 (22:23 +0000)]
Change the way we want to enquire the dimension of a point.

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

25 years agoChange another small piece in the exception handling mechanism.
wolf [Sun, 1 Nov 1998 22:22:51 +0000 (22:22 +0000)]
Change another small piece in the exception handling mechanism.

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

25 years agoMake global exceptions derived from the standard <exception> class.
wolf [Sat, 31 Oct 1998 23:40:46 +0000 (23:40 +0000)]
Make global exceptions derived from the standard <exception> class.

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

25 years agoRemove -fno-rtti from the make files since it also disables correct catching of excep...
wolf [Sun, 25 Oct 1998 10:43:31 +0000 (10:43 +0000)]
Remove -fno-rtti from the make files since it also disables correct catching of exceptions, which is not what we want it to...

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

25 years agoCompilerpfade in Makefiles
guido [Wed, 21 Oct 1998 14:01:10 +0000 (14:01 +0000)]
Compilerpfade in Makefiles

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

25 years ago.
wolf [Sun, 4 Oct 1998 19:37:46 +0000 (19:37 +0000)]
.

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

25 years agoAdd support for hanging nodes to the distort function
wolf [Sun, 4 Oct 1998 19:36:29 +0000 (19:36 +0000)]
Add support for hanging nodes to the distort function

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

25 years agoChange the behaviour of the solver control object to *not* print the convergence...
wolf [Sun, 4 Oct 1998 19:35:54 +0000 (19:35 +0000)]
Change the behaviour of the solver control object to *not* print the convergence history by default.

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

25 years agodistort_random takes minimum line length
guido [Fri, 2 Oct 1998 11:47:02 +0000 (11:47 +0000)]
distort_random takes minimum line length

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

25 years agoChoice for "gnuplot_draft" in write
guido [Fri, 2 Oct 1998 11:46:32 +0000 (11:46 +0000)]
Choice for "gnuplot_draft" in write

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

25 years agocvslog nicht mehr in "make all"
guido [Fri, 2 Oct 1998 11:43:54 +0000 (11:43 +0000)]
cvslog nicht mehr in "make all"

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

25 years agoFix bad language.
wolf [Fri, 2 Oct 1998 11:04:14 +0000 (11:04 +0000)]
Fix bad language.

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

25 years agoChange Makefile a bit to conform to the changes made in the /lib subdirectory.
wolf [Thu, 1 Oct 1998 16:53:02 +0000 (16:53 +0000)]
Change Makefile a bit to conform to the changes made in the /lib subdirectory.

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

25 years agoAdd a random distortion function to the grid class.
wolf [Thu, 1 Oct 1998 16:34:39 +0000 (16:34 +0000)]
Add a random distortion function to the grid class.

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

26 years agoCorrect CVS identification string.
wolf [Mon, 28 Sep 1998 07:55:41 +0000 (07:55 +0000)]
Correct CVS identification string.

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

26 years agocreate_interpolation_matrix ok
guido [Thu, 10 Sep 1998 16:12:13 +0000 (16:12 +0000)]
create_interpolation_matrix ok
interpolation for vectors

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

26 years agoLog-Output in SolverControl
guido [Thu, 10 Sep 1998 16:10:08 +0000 (16:10 +0000)]
Log-Output in SolverControl

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

26 years agoClean up timer class. It will still not work correctly for overflows, I assume.
wolf [Thu, 10 Sep 1998 09:27:39 +0000 (09:27 +0000)]
Clean up timer class. It will still not work correctly for overflows, I assume.

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