]>
https://gitweb.dealii.org/ - dealii.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Guido Kanschat [Wed, 24 Jan 2001 20:54:40 +0000 (20:54 +0000)]
access to suport points changed
git-svn-id: https://svn.dealii.org/trunk@3793
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 24 Jan 2001 20:52:14 +0000 (20:52 +0000)]
new test on internals of finite elements
git-svn-id: https://svn.dealii.org/trunk@3790
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 24 Jan 2001 20:50:24 +0000 (20:50 +0000)]
restored old functionality of print_formatted after std-merge caused trouble
git-svn-id: https://svn.dealii.org/trunk@3789
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 24 Jan 2001 11:54:06 +0000 (11:54 +0000)]
We need the online docs for the class index.
git-svn-id: https://svn.dealii.org/trunk@3779
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 24 Jan 2001 09:47:31 +0000 (09:47 +0000)]
Take care of multiline macros. If not taken care of, then we get declarations of 'class Exception0' etc from the DeclException macro definitions into base/forward_declarations.h.
git-svn-id: https://svn.dealii.org/trunk@3777
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 24 Jan 2001 09:40:40 +0000 (09:40 +0000)]
micro-change.
git-svn-id: https://svn.dealii.org/trunk@3775
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 24 Jan 2001 09:39:09 +0000 (09:39 +0000)]
Have xrefs in class_index.html
git-svn-id: https://svn.dealii.org/trunk@3773
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 23 Jan 2001 17:17:48 +0000 (17:17 +0000)]
Script to compute the coefficients of Lagrange polynomials of arbitrary degree.
git-svn-id: https://svn.dealii.org/trunk@3771
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 23 Jan 2001 17:15:51 +0000 (17:15 +0000)]
Reimplementation of Q1-Q4 LagrangePolynomials. New implementation of Q5-Q10 cvs diff polynomial.cc | less!
git-svn-id: https://svn.dealii.org/trunk@3770
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 22 Jan 2001 16:42:58 +0000 (16:42 +0000)]
preparation for unit points
git-svn-id: https://svn.dealii.org/trunk@3763
0785d39b -7218-0410-832d-
ea1e28bc413d
third-party [Mon, 22 Jan 2001 13:46:40 +0000 (13:46 +0000)]
More std:: and typename stuff
git-svn-id: https://svn.dealii.org/trunk@3757
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 22 Jan 2001 12:30:03 +0000 (12:30 +0000)]
Include test of the quadrature points (dim==1) being sorted in ascending order.
git-svn-id: https://svn.dealii.org/trunk@3753
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 22 Jan 2001 12:27:16 +0000 (12:27 +0000)]
Sort the quadrature points in ascending order.
git-svn-id: https://svn.dealii.org/trunk@3752
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 22 Jan 2001 12:25:39 +0000 (12:25 +0000)]
Quadrature points in ascending order.
git-svn-id: https://svn.dealii.org/trunk@3751
0785d39b -7218-0410-832d-
ea1e28bc413d
third-party [Mon, 22 Jan 2001 10:25:13 +0000 (10:25 +0000)]
Add std:: prefices.
git-svn-id: https://svn.dealii.org/trunk@3750
0785d39b -7218-0410-832d-
ea1e28bc413d
third-party [Mon, 22 Jan 2001 10:13:52 +0000 (10:13 +0000)]
Fix <vector.h> to <vector>
git-svn-id: https://svn.dealii.org/trunk@3749
0785d39b -7218-0410-832d-
ea1e28bc413d
third-party [Mon, 22 Jan 2001 10:01:35 +0000 (10:01 +0000)]
Fix <vector.h> to <vector>
git-svn-id: https://svn.dealii.org/trunk@3748
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 09:29:52 +0000 (09:29 +0000)]
Minor std::, typename changes and the like.
git-svn-id: https://svn.dealii.org/trunk@3747
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 09:14:00 +0000 (09:14 +0000)]
Conditionally declare lrand48, if so needed.
git-svn-id: https://svn.dealii.org/trunk@3744
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 08:23:04 +0000 (08:23 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@3743
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 08:22:55 +0000 (08:22 +0000)]
Fix.
git-svn-id: https://svn.dealii.org/trunk@3742
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 08:21:40 +0000 (08:21 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@3741
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 08:10:41 +0000 (08:10 +0000)]
Re-include the right file, inadvertantly deleted the wrong one...
git-svn-id: https://svn.dealii.org/trunk@3740
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 22 Jan 2001 07:57:30 +0000 (07:57 +0000)]
Compatibility patches for IBMs xlC compiler 5.0, and other assorted minor changes enhancing the correctness of the library.
git-svn-id: https://svn.dealii.org/trunk@3738
0785d39b -7218-0410-832d-
ea1e28bc413d
third-party [Mon, 22 Jan 2001 07:49:44 +0000 (07:49 +0000)]
Add destructor to Exception classes with empty throw list, since otherwise the throw list deviates from that of the base class which is not allowed as the destructor is virtual.
git-svn-id: https://svn.dealii.org/trunk@3736
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 19 Jan 2001 17:09:52 +0000 (17:09 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@3727
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 18 Jan 2001 17:29:43 +0000 (17:29 +0000)]
cross products for Tensor
git-svn-id: https://svn.dealii.org/trunk@3722
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 18 Jan 2001 13:02:16 +0000 (13:02 +0000)]
new contract for Tensors of order 1 and 2
git-svn-id: https://svn.dealii.org/trunk@3721
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jan 2001 09:53:21 +0000 (09:53 +0000)]
Back out patch 1.44->1.45 again, as it seemed to have slipped in from
another branch by chance.
git-svn-id: https://svn.dealii.org/trunk@3713
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jan 2001 09:52:46 +0000 (09:52 +0000)]
Remove throw() specification again, as gcc2.95.2 chokes on it.
git-svn-id: https://svn.dealii.org/trunk@3712
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jan 2001 09:28:24 +0000 (09:28 +0000)]
Fix left-over from bug std:: merge.
git-svn-id: https://svn.dealii.org/trunk@3711
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jan 2001 09:07:44 +0000 (09:07 +0000)]
Prefix functions and classes with std:: where this is necessary for the forthcoming future gcc 3.0 release, and mandated by the C++ standard.
git-svn-id: https://svn.dealii.org/trunk@3707
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 17 Jan 2001 08:27:47 +0000 (08:27 +0000)]
Prefix functions and classes with std:: where this is necessary for the forthcoming future gcc 3.0 release, and mandated by the C++ standard.
git-svn-id: https://svn.dealii.org/trunk@3705
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 16 Jan 2001 14:01:11 +0000 (14:01 +0000)]
First (Test)implementation of HyperBallBoundary::get_intermediate_points_on_quad.
git-svn-id: https://svn.dealii.org/trunk@3691
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 15 Jan 2001 17:54:45 +0000 (17:54 +0000)]
fill_face_values is buggy.
has to be corrected later, due to a strange custom in Germany
shops close just when customers might pop in
git-svn-id: https://svn.dealii.org/trunk@3678
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 15 Jan 2001 12:39:15 +0000 (12:39 +0000)]
contract for two 1st order tensors
git-svn-id: https://svn.dealii.org/trunk@3666
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 15 Jan 2001 12:36:22 +0000 (12:36 +0000)]
Dubious structure removed
git-svn-id: https://svn.dealii.org/trunk@3665
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 15 Jan 2001 10:40:16 +0000 (10:40 +0000)]
Add missing dummy functions for QProjector<1>.
git-svn-id: https://svn.dealii.org/trunk@3664
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 15 Jan 2001 10:20:28 +0000 (10:20 +0000)]
instantiation of QProjector<1> added. May be changed by whoever considers it unsuitable
git-svn-id: https://svn.dealii.org/trunk@3657
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 15 Jan 2001 09:57:34 +0000 (09:57 +0000)]
scalar product of tensors
git-svn-id: https://svn.dealii.org/trunk@3656
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 12 Jan 2001 09:15:06 +0000 (09:15 +0000)]
Reimplement HyperBallBoundary<2>::get_intermediate_points_on_line as it didn't work in all cases before.
git-svn-id: https://svn.dealii.org/trunk@3645
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 12 Jan 2001 09:13:52 +0000 (09:13 +0000)]
New get_intermediate_points_on_quad functions in Boundary in StraightBoundary classes. Small changes.
git-svn-id: https://svn.dealii.org/trunk@3644
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 12 Jan 2001 09:12:27 +0000 (09:12 +0000)]
New get_intermediate_points_on_quad functions in Boundary in StraightBoundary classes.
git-svn-id: https://svn.dealii.org/trunk@3643
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 10 Jan 2001 18:17:23 +0000 (18:17 +0000)]
New n_tensor_product_polynomials function. Small changes.
git-svn-id: https://svn.dealii.org/trunk@3642
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.