]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
25 years agoDoc update.
wolf [Wed, 17 Feb 1999 10:24:45 +0000 (10:24 +0000)]
Doc update.

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

25 years ago.
wolf [Wed, 17 Feb 1999 09:40:59 +0000 (09:40 +0000)]
.

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

25 years agoChange order of vertices in the hypercube code. Before, the cube was
wolf [Wed, 17 Feb 1999 09:38:43 +0000 (09:38 +0000)]
Change order of vertices in the hypercube code. Before, the cube was
inverted, which is not what we usually want.

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

25 years agoUpdate the ball boundary in 3d from the grid example.
wolf [Wed, 17 Feb 1999 09:29:03 +0000 (09:29 +0000)]
Update the ball boundary in 3d from the grid example.

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

25 years ago.
wolf [Wed, 17 Feb 1999 09:28:41 +0000 (09:28 +0000)]
.

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

25 years agoRevamp output code to move output to a subdirectory and let the diverse scripts opera...
wolf [Wed, 17 Feb 1999 09:21:39 +0000 (09:21 +0000)]
Revamp output code to move output to a subdirectory and let the diverse scripts operate there.

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

25 years agoMake this test case 3d aware. Like the grid test, this program is linked against...
wolf [Wed, 17 Feb 1999 09:02:38 +0000 (09:02 +0000)]
Make this test case 3d aware. Like the grid test, this program is linked against both the 2d and the 3d library at the same time.

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

25 years agoMake this testcase 3d aware. In fact, it is compiled with both libraries at the same...
wolf [Wed, 17 Feb 1999 08:41:03 +0000 (08:41 +0000)]
Make this testcase 3d aware. In fact, it is compiled with both libraries at the same time.

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

25 years agoSingle out some functions which are needed by all dimensions, but which are not templ...
wolf [Wed, 17 Feb 1999 08:15:24 +0000 (08:15 +0000)]
Single out some functions which are needed by all dimensions, but which are not template. They thus have the same name and when we try to link with the libraries for different dimensions at the same time, we get linker errors for functions defined more than once. By putting these functions in a single file, the linker is allowed to use it only once and throw away all other versions of this file in the other libraries.

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

25 years agoSome more support for 3d.
wolf [Tue, 16 Feb 1999 17:51:54 +0000 (17:51 +0000)]
Some more support for 3d.

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

25 years agoUnify the constructors of FiniteElementBase to be a template
wolf [Tue, 16 Feb 1999 17:31:08 +0000 (17:31 +0000)]
Unify the constructors of FiniteElementBase to be a template
again. This was not possible before, since the FiniteElementBase
classes were divided.

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

25 years agoRemove an unnecessary argument to a function.
wolf [Tue, 16 Feb 1999 17:29:44 +0000 (17:29 +0000)]
Remove an unnecessary argument to a function.

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

25 years ago-O2 suffices for compilation.
wolf [Tue, 16 Feb 1999 17:20:32 +0000 (17:20 +0000)]
-O2 suffices for compilation.

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

25 years agoAdd this script also.
wolf [Tue, 16 Feb 1999 17:15:02 +0000 (17:15 +0000)]
Add this script also.

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

25 years agoThis is the long awaited, long worked on, gorgeous patch implementing the whole 3d...
wolf [Tue, 16 Feb 1999 17:14:05 +0000 (17:14 +0000)]
This is the long awaited, long worked on, gorgeous patch implementing the whole 3d stuff. It presently compiles without problems, the test programs don't abort any more, but apart from the grid handling and the distribution of degrees of freedom, nothing is tested thoroughly. However, since this doesn't affect all those doing computations in 2d only, I check it in finally.

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

25 years agoRevert Guido's change to include math.h. Never include such files into .h files.
wolf [Tue, 16 Feb 1999 15:16:36 +0000 (15:16 +0000)]
Revert Guido's change to include math.h. Never include such files into .h files.

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

25 years agoRevert Guido's changes total_dofs->n_dofs.
wolf [Tue, 16 Feb 1999 14:41:46 +0000 (14:41 +0000)]
Revert Guido's changes total_dofs->n_dofs.

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

25 years agoRevert Guido's patch with total_dofs->n_dofs.
wolf [Tue, 16 Feb 1999 14:01:38 +0000 (14:01 +0000)]
Revert Guido's patch with total_dofs->n_dofs.

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

25 years agoMost functions in FESystem implemented, the rest may be shouldnt
guido [Tue, 16 Feb 1999 13:40:14 +0000 (13:40 +0000)]
Most functions in FESystem implemented, the rest may be shouldnt

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

25 years agoNew libraries
guido [Tue, 16 Feb 1999 12:50:40 +0000 (12:50 +0000)]
New libraries

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

25 years agoGive a variable a default value to make to compiler happy.
wolf [Tue, 16 Feb 1999 12:05:28 +0000 (12:05 +0000)]
Give a variable a default value to make to compiler happy.

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

25 years agoFinally get it right.
wolf [Tue, 16 Feb 1999 12:02:26 +0000 (12:02 +0000)]
Finally get it right.

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

25 years agoMake destructor virtual.
wolf [Tue, 16 Feb 1999 11:55:30 +0000 (11:55 +0000)]
Make destructor virtual.

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

25 years agoFix memory leak.
wolf [Tue, 16 Feb 1999 11:54:51 +0000 (11:54 +0000)]
Fix memory leak.

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

25 years agoLet the compiler decide which functions to inline. Telling it to keep all functions...
wolf [Tue, 16 Feb 1999 06:49:30 +0000 (06:49 +0000)]
Let the compiler decide which functions to inline. Telling it to keep all functions precompiled to inline them significantly slows down compilation and increases memory consumption.

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

25 years agochanges for system elements
guido [Mon, 15 Feb 1999 16:40:14 +0000 (16:40 +0000)]
changes for system elements

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

25 years agotest output removed
guido [Mon, 15 Feb 1999 16:39:14 +0000 (16:39 +0000)]
test output removed

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

25 years agosystem_to_component_table is correct
guido [Mon, 15 Feb 1999 16:24:03 +0000 (16:24 +0000)]
system_to_component_table is correct

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

25 years agotests for GeometryInfo and mixed elements
guido [Mon, 15 Feb 1999 16:23:37 +0000 (16:23 +0000)]
tests for GeometryInfo and mixed elements

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

25 years agoconstructor for mixed elements
guido [Mon, 15 Feb 1999 16:23:07 +0000 (16:23 +0000)]
constructor for mixed elements

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

25 years agonew features and COMMON interface for all dimensions
guido [Mon, 15 Feb 1999 16:22:16 +0000 (16:22 +0000)]
new features and COMMON interface for all dimensions

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

25 years agoExcNotImplemented is now a globally known class
guido [Mon, 15 Feb 1999 15:19:48 +0000 (15:19 +0000)]
ExcNotImplemented is now a globally known class

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

25 years agoscripts moved from deal.II tree
guido [Mon, 15 Feb 1999 11:56:47 +0000 (11:56 +0000)]
scripts moved from deal.II tree

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

25 years ago.
wolf [Sat, 13 Feb 1999 11:34:56 +0000 (11:34 +0000)]
.

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

25 years agoAdd a feature (adding a line more than once is allowed; this is needed for the 3d...
wolf [Sat, 13 Feb 1999 10:52:00 +0000 (10:52 +0000)]
Add a feature (adding a line more than once is allowed; this is needed for the 3d case) and fix an outright wrong code snippet which was guarded by a misplaced Assert which seems was never triggered (which implicates that the assumptions in the code above were well thought of).

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

25 years ago.
wolf [Sat, 13 Feb 1999 10:17:09 +0000 (10:17 +0000)]
.

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

25 years agoApproaching component tables
guido [Fri, 12 Feb 1999 21:33:03 +0000 (21:33 +0000)]
Approaching component tables

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

25 years agoMove the two inline functions to the .cc file, because inlined template functions...
wolf [Fri, 12 Feb 1999 21:00:23 +0000 (21:00 +0000)]
Move the two inline functions to the .cc file, because inlined template functions seem to not be properly generated if they are not accessed (which presently is the case).

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

25 years agocomponent -system index pre-implemented
guido [Fri, 12 Feb 1999 18:26:26 +0000 (18:26 +0000)]
component -system index pre-implemented

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

25 years agoFix a memory leak and do some other things related to the third space dimension.
wolf [Fri, 12 Feb 1999 18:24:18 +0000 (18:24 +0000)]
Fix a memory leak and do some other things related to the third space dimension.

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

25 years agoAlso fix the respective comment in the file.
wolf [Fri, 12 Feb 1999 18:16:01 +0000 (18:16 +0000)]
Also fix the respective comment in the file.

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

25 years agoFix a problem we once had with gcc2.7, but which has long gone.
wolf [Fri, 12 Feb 1999 18:15:09 +0000 (18:15 +0000)]
Fix a problem we once had with gcc2.7, but which has long gone.

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

25 years agoFix a really annoying problem introduced by including cstdlib: This bought us an...
wolf [Fri, 12 Feb 1999 12:14:22 +0000 (12:14 +0000)]
Fix a really annoying problem introduced by including cstdlib: This bought us an ambiguity between abs(int) and abs(long int) when calling it with the difference between two unsigned integers... Sometimes C++ is less than only C.

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

25 years agolet stdlib.h be cstdlib
wolf [Fri, 12 Feb 1999 12:00:14 +0000 (12:00 +0000)]
let stdlib.h be cstdlib

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

25 years agoMove the class hierarchy files from the deal.II tree to the general doc tree.
wolf [Fri, 12 Feb 1999 10:29:48 +0000 (10:29 +0000)]
Move the class hierarchy files from the deal.II tree to the general doc tree.

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

25 years agoFix two missing files.
wolf [Fri, 12 Feb 1999 09:39:53 +0000 (09:39 +0000)]
Fix two missing files.

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

25 years agoFirst versions of these files.
wolf [Fri, 12 Feb 1999 09:24:26 +0000 (09:24 +0000)]
First versions of these files.

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

25 years agoTensorFunction works in principle
guido [Thu, 11 Feb 1999 17:50:13 +0000 (17:50 +0000)]
TensorFunction works in principle

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

25 years agoInclude <cmath> to make things compile without error.
wolf [Thu, 11 Feb 1999 16:12:45 +0000 (16:12 +0000)]
Include <cmath> to make things compile without error.

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

25 years agoAdd another test for consistency of constraints.
wolf [Thu, 11 Feb 1999 16:09:47 +0000 (16:09 +0000)]
Add another test for consistency of constraints.

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

25 years agoAdd the two other scripts that we use for the generation of our documentation.
wolf [Thu, 11 Feb 1999 09:05:26 +0000 (09:05 +0000)]
Add the two other scripts that we use for the generation of our documentation.

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

25 years agoMove the kdoc script to this directory also. It used to be in the deal.II library...
wolf [Thu, 11 Feb 1999 09:04:12 +0000 (09:04 +0000)]
Move the kdoc script to this directory also. It used to be in the deal.II library, but that does not seem to be the proper place.

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

25 years agoMove most of the documentation from the individual libraries to a common subdirectory...
wolf [Thu, 11 Feb 1999 09:03:06 +0000 (09:03 +0000)]
Move most of the documentation from the individual libraries to a common subdirectory. This makes maintenance and automatic generation of documentation as well as proper cross-referencing much easier.

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

25 years agochanging the destructor, the reinit(), reinit(1) and clear() to virtual
hartmann [Wed, 10 Feb 1999 18:05:38 +0000 (18:05 +0000)]
changing the destructor, the reinit(), reinit(1) and clear() to virtual

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

25 years agoBlock matrix for using of block SOR as direct solver or preconditioning, optional...
hartmann [Wed, 10 Feb 1999 18:04:00 +0000 (18:04 +0000)]
Block matrix for using of block SOR as direct solver or preconditioning, optional storing of the inverses of the diagonal matrices

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

25 years agoFix bug with a bilinear finite element returning zero for all its
wolf [Tue, 9 Feb 1999 20:02:31 +0000 (20:02 +0000)]
Fix bug with a bilinear finite element returning zero for all its
second derivatives on the unit cell, which surely is not right.

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

25 years agoOops, sorry, my move of an option seems to have been an uninformed
wolf [Tue, 9 Feb 1999 16:41:20 +0000 (16:41 +0000)]
Oops, sorry, my move of an option seems to have been an uninformed
guess...

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

25 years agoremove 'explicit' from copy-constructor
hartmann [Tue, 9 Feb 1999 13:15:09 +0000 (13:15 +0000)]
remove 'explicit' from copy-constructor

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

25 years agoimplementation of householder and gauss-jordan, least-square
hartmann [Tue, 9 Feb 1999 13:03:06 +0000 (13:03 +0000)]
implementation of householder and gauss-jordan, least-square

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

25 years agofix typo
hartmann [Tue, 9 Feb 1999 13:01:20 +0000 (13:01 +0000)]
fix typo

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

25 years agoDon't know, why one of the warning flags slipped from the debug flags
wolf [Tue, 9 Feb 1999 12:45:14 +0000 (12:45 +0000)]
Don't know, why one of the warning flags slipped from the debug flags
to the production flags.

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

25 years agoChange a little thing to make this file compile.
wolf [Tue, 9 Feb 1999 12:36:09 +0000 (12:36 +0000)]
Change a little thing to make this file compile.

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

25 years agoRename <math.h> to <cmath>.
wolf [Tue, 9 Feb 1999 12:30:41 +0000 (12:30 +0000)]
Rename <math.h> to <cmath>.

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

25 years agoApproaching systems of equations
guido [Tue, 9 Feb 1999 10:37:59 +0000 (10:37 +0000)]
Approaching systems of equations
More ANSI conformance (math.h)

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

25 years ago.cvsignore
guido [Fri, 5 Feb 1999 20:05:23 +0000 (20:05 +0000)]
.cvsignore

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

25 years agomore tests for Smartpointer
guido [Fri, 5 Feb 1999 19:57:40 +0000 (19:57 +0000)]
more tests for Smartpointer

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

25 years agothe way to TensorFunction
guido [Fri, 5 Feb 1999 19:54:26 +0000 (19:54 +0000)]
the way to TensorFunction

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

25 years agoNew global options
guido [Fri, 5 Feb 1999 19:52:14 +0000 (19:52 +0000)]
New global options

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

25 years agoList only defined global symbols
guido [Fri, 5 Feb 1999 19:50:24 +0000 (19:50 +0000)]
List only defined global symbols

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

25 years agoInclude stdlib.h for ANSI-compliance
guido [Fri, 5 Feb 1999 19:49:43 +0000 (19:49 +0000)]
Include stdlib.h for ANSI-compliance

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

25 years agoAssignment of two SmartPointers
guido [Fri, 5 Feb 1999 19:48:45 +0000 (19:48 +0000)]
Assignment of two SmartPointers

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

25 years agoUse deal.II/Make.global_options
guido [Fri, 5 Feb 1999 19:47:19 +0000 (19:47 +0000)]
Use deal.II/Make.global_options

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

25 years agoFinally uses deal.II/Make.global_options again
guido [Fri, 5 Feb 1999 19:28:24 +0000 (19:28 +0000)]
Finally uses deal.II/Make.global_options again

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

25 years agoContains only options for compiling with egcs now
guido [Fri, 5 Feb 1999 19:27:49 +0000 (19:27 +0000)]
Contains only options for compiling with egcs now

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

25 years agoMake copy constructor of dSMatrixStruct private.
hartmann [Fri, 5 Feb 1999 18:37:59 +0000 (18:37 +0000)]
Make copy constructor of dSMatrixStruct private.

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

25 years agoFunctionTime base object for Function<dim>
guido [Fri, 5 Feb 1999 13:08:02 +0000 (13:08 +0000)]
FunctionTime base object for Function<dim>

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

25 years agoChange the name of the deal.II library in the Makefiles.
wolf [Wed, 3 Feb 1999 14:00:07 +0000 (14:00 +0000)]
Change the name of the deal.II library in the Makefiles.

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

25 years agoChange the name of the deal.II library in the Makefiles.
wolf [Wed, 3 Feb 1999 13:52:19 +0000 (13:52 +0000)]
Change the name of the deal.II library in the Makefiles.

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

25 years agoAdd determinant function for 3x3 matrices.
wolf [Wed, 3 Feb 1999 10:16:08 +0000 (10:16 +0000)]
Add determinant function for 3x3 matrices.

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

25 years agoMake the Makefile truely multidimension aware.
wolf [Wed, 3 Feb 1999 09:23:18 +0000 (09:23 +0000)]
Make the Makefile truely multidimension aware.

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

25 years agoMove towards multidimensional libraries.
wolf [Tue, 2 Feb 1999 14:00:53 +0000 (14:00 +0000)]
Move towards multidimensional libraries.

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

25 years agoMake things compile in 1D again.
wolf [Tue, 2 Feb 1999 13:53:17 +0000 (13:53 +0000)]
Make things compile in 1D again.

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

25 years agoChange output while compiling a bit to make it more readable.
wolf [Tue, 2 Feb 1999 13:52:53 +0000 (13:52 +0000)]
Change output while compiling a bit to make it more readable.

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

25 years agoAdd computation of determinants of tensors of dimension one.
wolf [Tue, 2 Feb 1999 13:48:21 +0000 (13:48 +0000)]
Add computation of determinants of tensors of dimension one.

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

25 years agoMake things compile for the 1d case.
wolf [Tue, 2 Feb 1999 13:37:59 +0000 (13:37 +0000)]
Make things compile for the 1d case.

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

25 years agoMake the dependency file dimension dependent as well.
wolf [Tue, 2 Feb 1999 13:19:17 +0000 (13:19 +0000)]
Make the dependency file dimension dependent as well.

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

25 years agoRemove this class since it was never finished and thus should not be used. It can...
wolf [Mon, 1 Feb 1999 20:39:26 +0000 (20:39 +0000)]
Remove this class since it was never finished and thus should not be used. It can't indeed be used since we were never able to overload the dot operator (it simply is not allowed) which made this class useless. Delete it to reduce the management problems for the library.

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

25 years agoMultiGrid advances
guido [Mon, 25 Jan 1999 20:32:50 +0000 (20:32 +0000)]
MultiGrid advances

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

25 years agoMore documentation
guido [Mon, 25 Jan 1999 18:11:44 +0000 (18:11 +0000)]
More documentation

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

25 years agoMultiGrid's growing
guido [Fri, 22 Jan 1999 17:14:17 +0000 (17:14 +0000)]
MultiGrid's growing

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

25 years agomultigrid compiles now... sorry!
guido [Fri, 22 Jan 1999 15:31:36 +0000 (15:31 +0000)]
multigrid compiles now... sorry!

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

25 years agoDoc update.
wolf [Tue, 19 Jan 1999 16:57:36 +0000 (16:57 +0000)]
Doc update.

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

25 years agoFix doc.
wolf [Tue, 19 Jan 1999 16:55:16 +0000 (16:55 +0000)]
Fix doc.

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

25 years agoAdd doc for conventions of faces, lines and vertices in 3D.
wolf [Tue, 19 Jan 1999 15:54:09 +0000 (15:54 +0000)]
Add doc for conventions of faces, lines and vertices in 3D.

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

25 years agoRevert some of the structural changes of last week to the state before. Basically...
wolf [Tue, 19 Jan 1999 12:21:51 +0000 (12:21 +0000)]
Revert some of the structural changes of last week to the state before. Basically, the functionality of the get_fe_data static functions introduced into the finite element classes was not needed finally for the implementation of composed finite elements. I therefore retro-deleted these functions to avoid unnecessary complexity problems.

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

25 years agoDoc update: document FESystem class.
wolf [Thu, 14 Jan 1999 19:07:02 +0000 (19:07 +0000)]
Doc update: document FESystem class.

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

25 years agoA first step to multigrid
guido [Thu, 14 Jan 1999 16:37:24 +0000 (16:37 +0000)]
A first step to multigrid

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

25 years agolog files with year
guido [Thu, 14 Jan 1999 15:53:39 +0000 (15:53 +0000)]
log files with year

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

25 years agoOOps, forgot test code.
wolf [Thu, 14 Jan 1999 15:33:08 +0000 (15:33 +0000)]
OOps, forgot test code.

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

25 years agoStart of a glossary
guido [Thu, 14 Jan 1999 15:31:54 +0000 (15:31 +0000)]
Start of a glossary

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