]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years agoWork around a bug in gcc 2.95 that prevented the compilation of tria_boundary.cc
Wolfgang Bangerth [Mon, 26 Feb 2001 13:00:40 +0000 (13:00 +0000)]
Work around a bug in gcc 2.95 that prevented the compilation of tria_boundary.cc

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

23 years ago.
Wolfgang Bangerth [Mon, 26 Feb 2001 11:05:36 +0000 (11:05 +0000)]
.

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

23 years agoChange the way a default object is created. A reference is assigned
Wolfgang Bangerth [Mon, 26 Feb 2001 10:58:23 +0000 (10:58 +0000)]
Change the way a default object is created. A reference is assigned
the address of a temporary. I am puzzled how this could ever have
worked, but it seems it has for about three years now...

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

23 years agoDoc fixes.
Wolfgang Bangerth [Sat, 24 Feb 2001 21:18:20 +0000 (21:18 +0000)]
Doc fixes.

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

23 years agoAudit the code for the use of at_boundary, and check whether we should rather be...
Wolfgang Bangerth [Fri, 23 Feb 2001 09:41:03 +0000 (09:41 +0000)]
Audit the code for the use of at_boundary, and check whether we should rather be using has_boundary_lines. Add comments at various places.

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

23 years agoMake (un)subscription thread safe. This generated false exceptions in
Wolfgang Bangerth [Fri, 23 Feb 2001 09:17:06 +0000 (09:17 +0000)]
Make (un)subscription thread safe. This generated false exceptions in
some rare cases (hmph, very untractable things...)

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

23 years agoSmall doc update.
Wolfgang Bangerth [Fri, 23 Feb 2001 09:14:06 +0000 (09:14 +0000)]
Small doc update.

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

23 years agoperformance test
Guido Kanschat [Thu, 22 Feb 2001 21:12:53 +0000 (21:12 +0000)]
performance test

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

23 years agoFix a quite annoying bug: -D__EXTENSION__ was defined if checked for
Wolfgang Bangerth [Thu, 22 Feb 2001 18:09:59 +0000 (18:09 +0000)]
Fix a quite annoying bug: -D__EXTENSION__ was defined if checked for
before the MT block, but not if after. defining it in MT mode led to
compiler errors in system header files. Arg!!!!

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

23 years agoFix inadvertantly checked-in change.
Wolfgang Bangerth [Thu, 22 Feb 2001 12:50:18 +0000 (12:50 +0000)]
Fix inadvertantly checked-in change.

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

23 years agoFix std::
Wolfgang Bangerth [Thu, 22 Feb 2001 12:48:49 +0000 (12:48 +0000)]
Fix std::

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

23 years agoFix std::
Wolfgang Bangerth [Thu, 22 Feb 2001 12:38:03 +0000 (12:38 +0000)]
Fix std::

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

23 years agocount_dofs_per_component
Wolfgang Bangerth [Thu, 22 Feb 2001 11:50:33 +0000 (11:50 +0000)]
count_dofs_per_component

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

23 years agocount_dofs_per_component
Wolfgang Bangerth [Thu, 22 Feb 2001 10:49:40 +0000 (10:49 +0000)]
count_dofs_per_component

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

23 years agoresidual not used anymore
Guido Kanschat [Thu, 22 Feb 2001 10:38:02 +0000 (10:38 +0000)]
residual not used anymore

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

23 years agoMark release of 3.1 in red.
Wolfgang Bangerth [Thu, 22 Feb 2001 08:17:26 +0000 (08:17 +0000)]
Mark release of 3.1 in red.

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

23 years agoDetect the MIPS pro C++ compiler. Some things don't work with it,
Wolfgang Bangerth [Wed, 21 Feb 2001 17:36:24 +0000 (17:36 +0000)]
Detect the MIPS pro C++ compiler. Some things don't work with it,
however, so don't investigate further at the moment...

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

23 years agoMove shared lib detection to the right place again. No use to do it
Wolfgang Bangerth [Wed, 21 Feb 2001 16:43:24 +0000 (16:43 +0000)]
Move shared lib detection to the right place again. No use to do it
before compiler is detected.

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

23 years agoexterior form renamed
Guido Kanschat [Wed, 21 Feb 2001 14:56:14 +0000 (14:56 +0000)]
exterior form renamed

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

23 years agoMake constructor calls with multiple doubles simpler by using templates.
Wolfgang Bangerth [Wed, 21 Feb 2001 14:41:58 +0000 (14:41 +0000)]
Make constructor calls with multiple doubles simpler by using templates.

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

23 years agoImplement has_boundary_lines().
Wolfgang Bangerth [Wed, 21 Feb 2001 13:23:52 +0000 (13:23 +0000)]
Implement has_boundary_lines().

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

23 years agoImplement has_boundary_lines().
Wolfgang Bangerth [Wed, 21 Feb 2001 13:18:13 +0000 (13:18 +0000)]
Implement has_boundary_lines().

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

23 years agoindented
Guido Kanschat [Wed, 21 Feb 2001 09:56:11 +0000 (09:56 +0000)]
indented

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

23 years agoNote 3.1.
Wolfgang Bangerth [Tue, 20 Feb 2001 15:40:19 +0000 (15:40 +0000)]
Note 3.1.

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

23 years agoSome changes for 3.1
Wolfgang Bangerth [Tue, 20 Feb 2001 15:28:23 +0000 (15:28 +0000)]
Some changes for 3.1

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

23 years agoPut license change not in base but in general category.
Wolfgang Bangerth [Tue, 20 Feb 2001 15:26:06 +0000 (15:26 +0000)]
Put license change not in base but in general category.

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

23 years agoNote 3.1.
Wolfgang Bangerth [Tue, 20 Feb 2001 15:05:39 +0000 (15:05 +0000)]
Note 3.1.

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

23 years agolicense and Ralf changed
Guido Kanschat [Tue, 20 Feb 2001 14:50:31 +0000 (14:50 +0000)]
license and Ralf changed

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

23 years agoAdd missing constructors.
Ralf Hartmann [Tue, 20 Feb 2001 10:45:25 +0000 (10:45 +0000)]
Add missing constructors.

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

23 years agoRemove from main branch.
Wolfgang Bangerth [Mon, 19 Feb 2001 16:33:54 +0000 (16:33 +0000)]
Remove from main branch.

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

23 years agoReorganize GridOut.
Ralf Hartmann [Mon, 19 Feb 2001 16:01:15 +0000 (16:01 +0000)]
Reorganize GridOut.

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

23 years agoReplace C-style casts by C++-style casts.
Ralf Hartmann [Mon, 19 Feb 2001 11:53:41 +0000 (11:53 +0000)]
Replace C-style casts by C++-style casts.

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

23 years agoAdd additional implementation of constructor that is not allowed in 2d.
Wolfgang Bangerth [Mon, 19 Feb 2001 09:58:23 +0000 (09:58 +0000)]
Add additional implementation of constructor that is not allowed in 2d.

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

23 years agomore checks
Guido Kanschat [Fri, 16 Feb 2001 10:29:23 +0000 (10:29 +0000)]
more checks

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

23 years agoReorder checks to group all C++ tests at one point.
Wolfgang Bangerth [Fri, 16 Feb 2001 09:51:19 +0000 (09:51 +0000)]
Reorder checks to group all C++ tests at one point.

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

23 years agoExtend by intentions.
Wolfgang Bangerth [Fri, 16 Feb 2001 09:50:32 +0000 (09:50 +0000)]
Extend by intentions.

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

23 years agoReorder linker flags.
Wolfgang Bangerth [Fri, 16 Feb 2001 09:50:08 +0000 (09:50 +0000)]
Reorder linker flags.

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

23 years agoMake Legendre class thread-safe.
Wolfgang Bangerth [Fri, 16 Feb 2001 09:38:25 +0000 (09:38 +0000)]
Make Legendre class thread-safe.

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

23 years agorectangle added
Guido Kanschat [Thu, 15 Feb 2001 13:45:59 +0000 (13:45 +0000)]
rectangle added

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

23 years agoremove bug in normal vector interpolation of povray output
Thomas Richter [Thu, 15 Feb 2001 10:12:42 +0000 (10:12 +0000)]
remove bug in normal vector interpolation of povray output

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

23 years agoBlock matrix based on an array of matrix pointers
Guido Kanschat [Tue, 13 Feb 2001 15:09:07 +0000 (15:09 +0000)]
Block matrix based on an array of matrix pointers

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

23 years agoAdd missing const to make it compile!
Ralf Hartmann [Mon, 12 Feb 2001 17:03:04 +0000 (17:03 +0000)]
Add missing const to make it compile!

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

23 years agoAdd constructor for a one-point Quadrature.
Ralf Hartmann [Mon, 12 Feb 2001 16:56:42 +0000 (16:56 +0000)]
Add constructor for a one-point Quadrature.

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

23 years agofix a bug in povray output
Thomas Richter [Mon, 12 Feb 2001 13:59:31 +0000 (13:59 +0000)]
fix a bug in povray output

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

23 years agoID-string added
Guido Kanschat [Mon, 12 Feb 2001 13:59:01 +0000 (13:59 +0000)]
ID-string added

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

23 years agochanged accuracy to avoid roundoff effects
Guido Kanschat [Mon, 12 Feb 2001 13:50:37 +0000 (13:50 +0000)]
changed accuracy to avoid roundoff effects

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

23 years agonew Gauss quadratures
Guido Kanschat [Mon, 12 Feb 2001 13:36:41 +0000 (13:36 +0000)]
new Gauss quadratures

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

23 years agonew Gauss quadratures, larger numerical errors on SUN?
Guido Kanschat [Mon, 12 Feb 2001 13:35:50 +0000 (13:35 +0000)]
new Gauss quadratures, larger numerical errors on SUN?

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

23 years agoloop of include files removed
Guido Kanschat [Mon, 12 Feb 2001 12:46:13 +0000 (12:46 +0000)]
loop of include files removed

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

23 years agoSmall change for better debugging.
Ralf Hartmann [Mon, 12 Feb 2001 09:39:07 +0000 (09:39 +0000)]
Small change for better debugging.

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

23 years agoDelete files from main branch for now.
Wolfgang Bangerth [Fri, 9 Feb 2001 20:07:29 +0000 (20:07 +0000)]
Delete files from main branch for now.

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

23 years agoImplementation of memory monitoring.
Wolfgang Bangerth [Fri, 9 Feb 2001 20:02:32 +0000 (20:02 +0000)]
Implementation of memory monitoring.

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

23 years agoFix memory leak
Wolfgang Bangerth [Fri, 9 Feb 2001 19:59:13 +0000 (19:59 +0000)]
Fix memory leak

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

23 years agoAdd LDFLAGS to linker command line.
Wolfgang Bangerth [Fri, 9 Feb 2001 19:45:26 +0000 (19:45 +0000)]
Add LDFLAGS to linker command line.

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

23 years agoAdd LDFLAGS to linker command line.
Wolfgang Bangerth [Fri, 9 Feb 2001 19:31:45 +0000 (19:31 +0000)]
Add LDFLAGS to linker command line.

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

23 years agoImplement a method to track whether there are objects of type
Wolfgang Bangerth [Fri, 9 Feb 2001 17:01:16 +0000 (17:01 +0000)]
Implement a method to track whether there are objects of type
Subscriptor alive at the end of the program. This might be used to
track down memory leaks. Unfortunately, it requires that there be a
global object that may be used when the first object of type
Subscriptor is constructed. Since there are global and/or static
member variables of that type, we get into ordering problems since we
can't guarantee that the global ActiveObjectMonitor is created
*before* the first global object of type Subscriptor. The code is
therefore commented out for now, until we have found a satisfactory
solution.

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

23 years agoImplement cross_product for other dimensions as well to allow for dimension independe...
Ralf Hartmann [Fri, 9 Feb 2001 13:47:02 +0000 (13:47 +0000)]
Implement cross_product for other dimensions as well to allow for dimension independent programming, but kick out user if called for wrong space dim.

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

23 years agoRemove date and time.
Wolfgang Bangerth [Thu, 8 Feb 2001 14:44:17 +0000 (14:44 +0000)]
Remove date and time.

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

23 years agoFix SparseILU by a patch by Oliver Rheinbach <or@winfos.com>. Add a new test to check...
Wolfgang Bangerth [Thu, 8 Feb 2001 14:35:57 +0000 (14:35 +0000)]
Fix SparseILU by a patch by Oliver Rheinbach <or@winfos.com>. Add a new test to check for exact inversion in case we allow the ILU to use all elements of the matrix. Also check that the residual is small in case we use a rather sparse pattern for the ILU (the same one in fact as for the original five-point matrix.

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

23 years agodoc for finite elements and mappings.
Ralf Hartmann [Thu, 8 Feb 2001 14:27:36 +0000 (14:27 +0000)]
doc for finite elements and mappings.

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

23 years agorevert.
Wolfgang Bangerth [Tue, 6 Feb 2001 09:54:55 +0000 (09:54 +0000)]
revert.

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

23 years agoMore and complete words on use and installation of HSL functions.
Wolfgang Bangerth [Tue, 6 Feb 2001 09:52:53 +0000 (09:52 +0000)]
More and complete words on use and installation of HSL functions.

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

23 years agoFix doc.
Wolfgang Bangerth [Mon, 5 Feb 2001 17:27:34 +0000 (17:27 +0000)]
Fix doc.

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

23 years agoFirst words about support for HSL.
Wolfgang Bangerth [Mon, 5 Feb 2001 16:47:19 +0000 (16:47 +0000)]
First words about support for HSL.

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

23 years agono mass matrix without quadrature
Guido Kanschat [Mon, 5 Feb 2001 15:11:14 +0000 (15:11 +0000)]
no mass matrix without quadrature

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

23 years agoimplementation of fill_permutation
Guido Kanschat [Mon, 5 Feb 2001 10:05:02 +0000 (10:05 +0000)]
implementation of fill_permutation

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

23 years agoprint constraints
Guido Kanschat [Mon, 5 Feb 2001 10:00:23 +0000 (10:00 +0000)]
print constraints

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

23 years agoprint coefficients for post-processing
Guido Kanschat [Mon, 5 Feb 2001 09:57:59 +0000 (09:57 +0000)]
print coefficients for post-processing

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

23 years agoallow printing of empty matrices
Guido Kanschat [Mon, 5 Feb 2001 09:57:34 +0000 (09:57 +0000)]
allow printing of empty matrices

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

23 years agoImplement ConstraintMatrix::merge
Wolfgang Bangerth [Wed, 31 Jan 2001 13:55:08 +0000 (13:55 +0000)]
Implement ConstraintMatrix::merge

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

23 years agoif we know that at least one of the HSL functions are there,
Wolfgang Bangerth [Wed, 31 Jan 2001 10:24:04 +0000 (10:24 +0000)]
if we know that at least one of the HSL functions are there,
include the respective include file. Otherwise save some CPU cycles
in the compiler

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

23 years agoImprove output in case no HSL routines are found.
Wolfgang Bangerth [Tue, 30 Jan 2001 21:27:50 +0000 (21:27 +0000)]
Improve output in case no HSL routines are found.

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

23 years agoInclude support for the Harwell Subroutine Library (HSL) into the library, in particu...
Wolfgang Bangerth [Tue, 30 Jan 2001 16:38:28 +0000 (16:38 +0000)]
Include support for the Harwell Subroutine Library (HSL) into the library, in particular for the two sparse direct solvers MA27 and MA47.

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

23 years agoNew get_intermediate_points_between_points function.
Ralf Hartmann [Tue, 30 Jan 2001 16:21:18 +0000 (16:21 +0000)]
New get_intermediate_points_between_points function.

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

23 years agoFix.
Wolfgang Bangerth [Tue, 30 Jan 2001 12:59:55 +0000 (12:59 +0000)]
Fix.

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

23 years agoAdd ExcMessage.
Wolfgang Bangerth [Tue, 30 Jan 2001 12:57:32 +0000 (12:57 +0000)]
Add ExcMessage.

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

23 years ago.
Wolfgang Bangerth [Mon, 29 Jan 2001 17:03:35 +0000 (17:03 +0000)]
.

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

23 years ago.
Wolfgang Bangerth [Mon, 29 Jan 2001 16:45:56 +0000 (16:45 +0000)]
.

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

23 years agoAdd some infrastructure for inclusion of HSL routines.
Wolfgang Bangerth [Mon, 29 Jan 2001 16:45:43 +0000 (16:45 +0000)]
Add some infrastructure for inclusion of HSL routines.

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

23 years ago.
Wolfgang Bangerth [Mon, 29 Jan 2001 16:37:57 +0000 (16:37 +0000)]
.

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

23 years agoMake some often used arrays static.
Ralf Hartmann [Mon, 29 Jan 2001 15:30:39 +0000 (15:30 +0000)]
Make some often used arrays static.

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

23 years agoAdd comment.
Wolfgang Bangerth [Mon, 29 Jan 2001 14:54:22 +0000 (14:54 +0000)]
Add comment.

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

23 years agoThis 3d hyper ball triangulation cannot be numbered and orientated consistently.
Ralf Hartmann [Mon, 29 Jan 2001 14:31:31 +0000 (14:31 +0000)]
This 3d hyper ball triangulation cannot be numbered and orientated consistently.

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

23 years agoDetect MIPSpro f77 compiler.
Wolfgang Bangerth [Mon, 29 Jan 2001 11:43:10 +0000 (11:43 +0000)]
Detect MIPSpro f77 compiler.

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

23 years agointerpolation matrices in FE_Q, starting FE_DGQ
Guido Kanschat [Mon, 29 Jan 2001 11:32:51 +0000 (11:32 +0000)]
interpolation matrices in FE_Q, starting FE_DGQ

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

23 years agoRemove old version of HyperBallBoundary::get_intermediate_points_on_line that only...
Ralf Hartmann [Mon, 29 Jan 2001 09:07:40 +0000 (09:07 +0000)]
Remove old version of HyperBallBoundary::get_intermediate_points_on_line that only work for special cases in 2d by a new implementation that (hopefully) works for all cases in 2d and 3d.

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

23 years agonew class QGauss works
Guido Kanschat [Mon, 29 Jan 2001 07:59:16 +0000 (07:59 +0000)]
new class QGauss works

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

23 years agoLegendre polynomials and declaration of new QGauss
Guido Kanschat [Mon, 29 Jan 2001 06:57:01 +0000 (06:57 +0000)]
Legendre polynomials and declaration of new QGauss

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

23 years agoPolynomial is a template now
Guido Kanschat [Mon, 29 Jan 2001 06:17:53 +0000 (06:17 +0000)]
Polynomial is a template now

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

23 years agomail access changed
Guido Kanschat [Fri, 26 Jan 2001 13:41:01 +0000 (13:41 +0000)]
mail access changed

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

23 years agoUpdate template args of block matrix.
Wolfgang Bangerth [Fri, 26 Jan 2001 13:35:11 +0000 (13:35 +0000)]
Update template args of block matrix.

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

23 years agofe_lib* removed
Guido Kanschat [Fri, 26 Jan 2001 13:35:00 +0000 (13:35 +0000)]
fe_lib* removed

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

23 years agowrong branch commit reversed
Guido Kanschat [Fri, 26 Jan 2001 11:26:43 +0000 (11:26 +0000)]
wrong branch commit reversed

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

23 years agoFixes C++ -> HTML.
Wolfgang Bangerth [Fri, 26 Jan 2001 08:27:10 +0000 (08:27 +0000)]
Fixes C++ -> HTML.

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

23 years agoFix typo.
Wolfgang Bangerth [Fri, 26 Jan 2001 08:09:50 +0000 (08:09 +0000)]
Fix typo.

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

23 years agosome idle changes, victim to Horner's scheme
Guido Kanschat [Thu, 25 Jan 2001 22:30:56 +0000 (22:30 +0000)]
some idle changes, victim to Horner's scheme

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

23 years agoembedding and constraint matrices
Guido Kanschat [Thu, 25 Jan 2001 17:38:40 +0000 (17:38 +0000)]
embedding and constraint matrices

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

23 years agoFix small problem.
Wolfgang Bangerth [Thu, 25 Jan 2001 14:55:43 +0000 (14:55 +0000)]
Fix small problem.

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

23 years agoRemove outdated comment.
Wolfgang Bangerth [Thu, 25 Jan 2001 12:13:14 +0000 (12:13 +0000)]
Remove outdated comment.

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

23 years agosome inconsistencies removed
Guido Kanschat [Wed, 24 Jan 2001 22:44:42 +0000 (22:44 +0000)]
some inconsistencies removed

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