]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Sun, 5 Jan 2003 20:54:12 +0000 (20:54 +0000)]
Add year 2003.
git-svn-id: https://svn.dealii.org/trunk@6863
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 3 Jan 2003 22:21:47 +0000 (22:21 +0000)]
The new parser in gcc CVS has a lot to say, so fix the respective places. They belong to two categories: 1. more typenames necessary. 2. semicolons at the end of member functions or namespces are not necessary, and the compiler now warns about this.
git-svn-id: https://svn.dealii.org/trunk@6862
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 20 Dec 2002 00:11:00 +0000 (00:11 +0000)]
Simplify EAGAIN condition around pthread_create
git-svn-id: https://svn.dealii.org/trunk@6861
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 19 Dec 2002 23:43:14 +0000 (23:43 +0000)]
Add comment about design patterns, and prototypes.
git-svn-id: https://svn.dealii.org/trunk@6860
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 19 Dec 2002 19:41:35 +0000 (19:41 +0000)]
Detect and possibly use __verbose_terminate_handler. The text in aclocal.m4 says:
// Newer versions of gcc have a very nice feature: you can set
// a verbose terminate handler, that not only aborts a program
// when an exception is thrown and not caught somewhere, but
// before aborting it prints that an exception has been thrown,
// and possibly what the std::exception::what() function has to
// say. Since many people run into the trap of not having a
// catch clause in main(), they wonder where that abort may be
// coming from. The terminate handler then at least says what is
// missing in their program.
git-svn-id: https://svn.dealii.org/trunk@6859
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 19 Dec 2002 19:23:28 +0000 (19:23 +0000)]
deleted two comments
git-svn-id: https://svn.dealii.org/trunk@6858
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 19 Dec 2002 17:31:53 +0000 (17:31 +0000)]
Fix some comments.
git-svn-id: https://svn.dealii.org/trunk@6857
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 22:09:31 +0000 (22:09 +0000)]
Fix missing std::
git-svn-id: https://svn.dealii.org/trunk@6856
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 21:03:21 +0000 (21:03 +0000)]
Convert the second arg of the pow call to the same type as the first.
git-svn-id: https://svn.dealii.org/trunk@6855
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 20:30:40 +0000 (20:30 +0000)]
Fix some missing std::
git-svn-id: https://svn.dealii.org/trunk@6854
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 20:28:44 +0000 (20:28 +0000)]
Replace invalid form of taking address of a member function.
git-svn-id: https://svn.dealii.org/trunk@6853
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 17:30:12 +0000 (17:30 +0000)]
Note support of Mac OS X.
git-svn-id: https://svn.dealii.org/trunk@6852
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 17:29:12 +0000 (17:29 +0000)]
Remove Ben from the list of abbreviations.
git-svn-id: https://svn.dealii.org/trunk@6851
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 17:28:47 +0000 (17:28 +0000)]
Note support of Mac OS X.
git-svn-id: https://svn.dealii.org/trunk@6850
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 16:53:15 +0000 (16:53 +0000)]
Compiler was wrong.
git-svn-id: https://svn.dealii.org/trunk@6849
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 16:43:58 +0000 (16:43 +0000)]
Note Mac OS X.
git-svn-id: https://svn.dealii.org/trunk@6848
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 16:41:24 +0000 (16:41 +0000)]
Note Irix6.5 w/ gcc3.2
git-svn-id: https://svn.dealii.org/trunk@6847
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 18 Dec 2002 16:07:40 +0000 (16:07 +0000)]
Use the right datatype for the sum variable when accumulating the
elements of a vector.
git-svn-id: https://svn.dealii.org/trunk@6846
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 17 Dec 2002 22:13:28 +0000 (22:13 +0000)]
Use style of fe_q.h
git-svn-id: https://svn.dealii.org/trunk@6845
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Tue, 17 Dec 2002 17:06:53 +0000 (17:06 +0000)]
rewrote documentation.
git-svn-id: https://svn.dealii.org/trunk@6844
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 17 Dec 2002 17:04:57 +0000 (17:04 +0000)]
If we promise we don't throw an exception in a function, then make
pretty damn sure we don't.
git-svn-id: https://svn.dealii.org/trunk@6843
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Tue, 17 Dec 2002 16:43:35 +0000 (16:43 +0000)]
half_hyper_ball class added
git-svn-id: https://svn.dealii.org/trunk@6842
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 17 Dec 2002 16:40:52 +0000 (16:40 +0000)]
Fix: Set lstep and lvalue also when reduced_tol is reached.
git-svn-id: https://svn.dealii.org/trunk@6841
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 17 Dec 2002 16:09:48 +0000 (16:09 +0000)]
Run ranlib on static archives. MAC OS X wants this, and probably also some very very old other systems.
git-svn-id: https://svn.dealii.org/trunk@6840
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 17 Dec 2002 11:09:24 +0000 (11:09 +0000)]
Call resize(0) before calling resize(n_levels-1) as CopyConstructor of SparseMatrix and SparsityPattern is not allowed.
git-svn-id: https://svn.dealii.org/trunk@6839
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 17 Dec 2002 11:08:13 +0000 (11:08 +0000)]
New reinit function.
git-svn-id: https://svn.dealii.org/trunk@6838
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 17 Dec 2002 11:07:39 +0000 (11:07 +0000)]
Add missing exception.
git-svn-id: https://svn.dealii.org/trunk@6837
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 17 Dec 2002 11:06:49 +0000 (11:06 +0000)]
New set_matrix function. Add exception.
git-svn-id: https://svn.dealii.org/trunk@6836
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 21:25:41 +0000 (21:25 +0000)]
More this->
git-svn-id: https://svn.dealii.org/trunk@6835
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 21:24:32 +0000 (21:24 +0000)]
One more this->
git-svn-id: https://svn.dealii.org/trunk@6834
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 21:24:08 +0000 (21:24 +0000)]
icc7 wants to see some initializers.
git-svn-id: https://svn.dealii.org/trunk@6833
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 16 Dec 2002 20:55:44 +0000 (20:55 +0000)]
Empty blocks are ignored in vmult and Tvmult
git-svn-id: https://svn.dealii.org/trunk@6832
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 19:58:28 +0000 (19:58 +0000)]
Add some this-> for icc7
git-svn-id: https://svn.dealii.org/trunk@6831
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 19:55:52 +0000 (19:55 +0000)]
Doc for this->
git-svn-id: https://svn.dealii.org/trunk@6830
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 19:54:28 +0000 (19:54 +0000)]
Add some this-> for icc7
git-svn-id: https://svn.dealii.org/trunk@6829
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 19:52:11 +0000 (19:52 +0000)]
Two more this->
git-svn-id: https://svn.dealii.org/trunk@6828
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 19:51:11 +0000 (19:51 +0000)]
One more this->
git-svn-id: https://svn.dealii.org/trunk@6827
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Mon, 16 Dec 2002 18:01:14 +0000 (18:01 +0000)]
added half_hyper_ball class
git-svn-id: https://svn.dealii.org/trunk@6826
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 17:59:24 +0000 (17:59 +0000)]
Add some more this->. Document why.
git-svn-id: https://svn.dealii.org/trunk@6825
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Mon, 16 Dec 2002 17:52:25 +0000 (17:52 +0000)]
Add some more this->
git-svn-id: https://svn.dealii.org/trunk@6824
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 16 Dec 2002 15:22:34 +0000 (15:22 +0000)]
Minor changes.
git-svn-id: https://svn.dealii.org/trunk@6823
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 16 Dec 2002 15:19:47 +0000 (15:19 +0000)]
Add some more this->
git-svn-id: https://svn.dealii.org/trunk@6822
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 16 Dec 2002 13:52:23 +0000 (13:52 +0000)]
account for useless diagonal entry
git-svn-id: https://svn.dealii.org/trunk@6821
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 16 Dec 2002 11:28:11 +0000 (11:28 +0000)]
Documentation clarified
git-svn-id: https://svn.dealii.org/trunk@6820
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 23:28:32 +0000 (23:28 +0000)]
Fix something for Max OS X.
git-svn-id: https://svn.dealii.org/trunk@6819
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 22:55:12 +0000 (22:55 +0000)]
Need to also use it in optimized mode...
git-svn-id: https://svn.dealii.org/trunk@6818
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 22:51:22 +0000 (22:51 +0000)]
Ack, meant -Wno-long-double instead.
git-svn-id: https://svn.dealii.org/trunk@6817
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 22:48:14 +0000 (22:48 +0000)]
Use -Wno-long-long on Apple Darwin.
git-svn-id: https://svn.dealii.org/trunk@6816
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Fri, 13 Dec 2002 17:52:21 +0000 (17:52 +0000)]
*** empty log message ***
git-svn-id: https://svn.dealii.org/trunk@6815
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 17:38:17 +0000 (17:38 +0000)]
In MT mode, we were getting a compiler error when compiling with
optimization:
=====base=============optimized==MT== parameter_handler.cc
/tmp/ccIx2gJ6.s: Assembler messages:
/tmp/ccIx2gJ6.s:3727: Error: symbol `.LEHB6345' is already defined
/tmp/ccIx2gJ6.s:3738: Error: symbol `.LEHE6345' is already defined
/tmp/ccIx2gJ6.s:3739: Error: symbol `.LEHB6357' is already defined
/tmp/ccIx2gJ6.s:3751: Error: symbol `.LEHE6357' is already defined
This is of course due to some compiler bug, but be that as it is, we
need to work around it. Do that by simply replacing std::list by
std::vector.
git-svn-id: https://svn.dealii.org/trunk@6814
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Fri, 13 Dec 2002 17:34:21 +0000 (17:34 +0000)]
fixed some this-> problems for icc7 compiler.
git-svn-id: https://svn.dealii.org/trunk@6813
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 13 Dec 2002 16:37:13 +0000 (16:37 +0000)]
Gratuitiously sprinkle some this-> to make icc7 happier.
git-svn-id: https://svn.dealii.org/trunk@6812
0785d39b -7218-0410-832d-
ea1e28bc413d
brian [Thu, 12 Dec 2002 16:47:00 +0000 (16:47 +0000)]
initial version of hierarchical continuous fe.
git-svn-id: https://svn.dealii.org/trunk@6811
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 11 Dec 2002 09:07:16 +0000 (09:07 +0000)]
this-> added
git-svn-id: https://svn.dealii.org/trunk@6810
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 11 Dec 2002 09:07:06 +0000 (09:07 +0000)]
unused parameters removed
git-svn-id: https://svn.dealii.org/trunk@6809
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 11 Dec 2002 08:58:46 +0000 (08:58 +0000)]
this-> added
git-svn-id: https://svn.dealii.org/trunk@6808
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 10 Dec 2002 00:55:59 +0000 (00:55 +0000)]
Only use -opt_report_levelmin where possible.
git-svn-id: https://svn.dealii.org/trunk@6807
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Mon, 9 Dec 2002 16:57:05 +0000 (16:57 +0000)]
Fix: Make the DoFHandler::renumber_dofs and DoFHandler::n_dofs functions accessible from the MGDoFHandler class.
git-svn-id: https://svn.dealii.org/trunk@6806
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 9 Dec 2002 15:35:12 +0000 (15:35 +0000)]
Support icc7.
git-svn-id: https://svn.dealii.org/trunk@6805
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 9 Dec 2002 15:33:35 +0000 (15:33 +0000)]
Slightly clean up.
git-svn-id: https://svn.dealii.org/trunk@6804
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 8 Dec 2002 22:35:59 +0000 (22:35 +0000)]
handle both string streams
git-svn-id: https://svn.dealii.org/trunk@6803
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Dec 2002 20:25:25 +0000 (20:25 +0000)]
Add length to output of List::description.
git-svn-id: https://svn.dealii.org/trunk@6802
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Dec 2002 20:22:14 +0000 (20:22 +0000)]
Add.
git-svn-id: https://svn.dealii.org/trunk@6801
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 21:54:45 +0000 (21:54 +0000)]
configurations
git-svn-id: https://svn.dealii.org/trunk@6800
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 20:23:21 +0000 (20:23 +0000)]
Icc7 wants to see many more this-> pointers for its two-stage name lookup scheme.
git-svn-id: https://svn.dealii.org/trunk@6799
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 20:20:26 +0000 (20:20 +0000)]
Implement the agreed resolution.
git-svn-id: https://svn.dealii.org/trunk@6798
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 20:20:13 +0000 (20:20 +0000)]
Note MIC and new ILU.
git-svn-id: https://svn.dealii.org/trunk@6797
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:34:16 +0000 (17:34 +0000)]
Add some new entries.
git-svn-id: https://svn.dealii.org/trunk@6796
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:33:16 +0000 (17:33 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@6795
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:32:38 +0000 (17:32 +0000)]
Should not have deleted this file.
git-svn-id: https://svn.dealii.org/trunk@6794
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:29:16 +0000 (17:29 +0000)]
These files should not have been picked up.
git-svn-id: https://svn.dealii.org/trunk@6793
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:28:05 +0000 (17:28 +0000)]
Add Stephens implementation of sparse decompositions.
git-svn-id: https://svn.dealii.org/trunk@6792
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:24:43 +0000 (17:24 +0000)]
Save some compile time and Makefile hackery by not compiling data_out_base.cc 4 times, but simply listing all the template arguments at the bottom of the file. Remove data_out_base.all_dimensions.cc accordingly. Not only is compile time now faster, it also reduces code size in the libraries. The only ones that are bitten are those that use static libraries, since their executables might now be a little bit larger (about 2-3 MB, out of a total of approximately 80 MB).
git-svn-id: https://svn.dealii.org/trunk@6791
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Dec 2002 17:21:27 +0000 (17:21 +0000)]
Implement the list pattern. Test still missing.
git-svn-id: https://svn.dealii.org/trunk@6790
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 28 Nov 2002 07:36:27 +0000 (07:36 +0000)]
Const vector remains const
git-svn-id: https://svn.dealii.org/trunk@6789
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 27 Nov 2002 05:22:14 +0000 (05:22 +0000)]
Update to latest versions.
git-svn-id: https://svn.dealii.org/trunk@6788
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 25 Nov 2002 21:59:31 +0000 (21:59 +0000)]
Pointer replaced by iterator
git-svn-id: https://svn.dealii.org/trunk@6787
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 25 Nov 2002 20:54:19 +0000 (20:54 +0000)]
New regression test database
git-svn-id: https://svn.dealii.org/trunk@6786
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Nov 2002 19:32:06 +0000 (19:32 +0000)]
Add gerold_1. Keep it disabled.
git-svn-id: https://svn.dealii.org/trunk@6785
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Nov 2002 19:01:58 +0000 (19:01 +0000)]
Disable gerold_1, since this test will not be fixed anytime soon.
git-svn-id: https://svn.dealii.org/trunk@6784
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Nov 2002 17:31:46 +0000 (17:31 +0000)]
Fix one TODO for good. Use same approach as before.
git-svn-id: https://svn.dealii.org/trunk@6783
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Nov 2002 17:30:05 +0000 (17:30 +0000)]
Add unit_support_point() and face_unit_support_point() for cases where not all support points are available, but some at least. Use it.
git-svn-id: https://svn.dealii.org/trunk@6782
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Nov 2002 17:24:04 +0000 (17:24 +0000)]
Add.
git-svn-id: https://svn.dealii.org/trunk@6781
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 22 Nov 2002 16:06:54 +0000 (16:06 +0000)]
Mention Anna's contributions.
git-svn-id: https://svn.dealii.org/trunk@6780
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 21 Nov 2002 17:43:33 +0000 (17:43 +0000)]
point_difference instantiated
git-svn-id: https://svn.dealii.org/trunk@6779
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 21 Nov 2002 15:22:29 +0000 (15:22 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@6778
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 20 Nov 2002 22:05:15 +0000 (22:05 +0000)]
New configuration.
git-svn-id: https://svn.dealii.org/trunk@6777
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 18 Nov 2002 16:28:10 +0000 (16:28 +0000)]
Use .g.$(OBJEXT) instead of .go.
git-svn-id: https://svn.dealii.org/trunk@6776
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 18 Nov 2002 16:03:30 +0000 (16:03 +0000)]
Make icc happier.
git-svn-id: https://svn.dealii.org/trunk@6775
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 18 Nov 2002 16:02:52 +0000 (16:02 +0000)]
Make icc happier 2.
git-svn-id: https://svn.dealii.org/trunk@6774
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 18 Nov 2002 16:01:32 +0000 (16:01 +0000)]
Make icc happier.
git-svn-id: https://svn.dealii.org/trunk@6773
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 15 Nov 2002 19:49:01 +0000 (19:49 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@6772
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 15 Nov 2002 01:19:38 +0000 (01:19 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@6771
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 15 Nov 2002 00:36:26 +0000 (00:36 +0000)]
Fix some things for standard conforming compilers.
git-svn-id: https://svn.dealii.org/trunk@6770
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 22:59:02 +0000 (22:59 +0000)]
Add
template <>
Quadrature<0>::~Quadrature ()
{};
git-svn-id: https://svn.dealii.org/trunk@6769
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 22:39:51 +0000 (22:39 +0000)]
Update for gcc2.96.
git-svn-id: https://svn.dealii.org/trunk@6768
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 22:36:10 +0000 (22:36 +0000)]
Use deal_II_numbers::PI instead of M_PI
git-svn-id: https://svn.dealii.org/trunk@6767
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 22:10:30 +0000 (22:10 +0000)]
Take floating point round-off into consideration.
git-svn-id: https://svn.dealii.org/trunk@6766
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 21:21:42 +0000 (21:21 +0000)]
Make DEAL_II_USE_MT a true variable with a value, not only something that can be tested for existence with the preprocessor.
git-svn-id: https://svn.dealii.org/trunk@6765
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 14 Nov 2002 21:15:01 +0000 (21:15 +0000)]
Clarify.
git-svn-id: https://svn.dealii.org/trunk@6764
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.