]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Thu, 5 Jul 2001 07:53:04 +0000 (07:53 +0000)]
Fix some more issues about flags for the cxx compiler.
git-svn-id: https://svn.dealii.org/trunk@4818
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 5 Jul 2001 07:52:02 +0000 (07:52 +0000)]
Add constructors to classes, where C++ requires us to do so.
git-svn-id: https://svn.dealii.org/trunk@4817
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 5 Jul 2001 07:50:05 +0000 (07:50 +0000)]
Fix issues with Compaq's cxx compiler.
git-svn-id: https://svn.dealii.org/trunk@4816
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 5 Jul 2001 07:40:18 +0000 (07:40 +0000)]
Exclude one function from compilation in other dimensions than the one it is used in. Mark another function inline to avoid link time errors.
git-svn-id: https://svn.dealii.org/trunk@4815
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 5 Jul 2001 06:40:58 +0000 (06:40 +0000)]
Explicitely instantiate forgotten class FEValuesData.
git-svn-id: https://svn.dealii.org/trunk@4814
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 4 Jul 2001 16:07:33 +0000 (16:07 +0000)]
eps surface plots in 3d
git-svn-id: https://svn.dealii.org/trunk@4813
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 4 Jul 2001 13:31:35 +0000 (13:31 +0000)]
Purge inline functions from .cc files if they should be visible globally.
git-svn-id: https://svn.dealii.org/trunk@4812
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 4 Jul 2001 12:51:33 +0000 (12:51 +0000)]
Declare explicit specializations.
git-svn-id: https://svn.dealii.org/trunk@4811
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 4 Jul 2001 12:10:45 +0000 (12:10 +0000)]
Include some dof accessor functions unconditionally where they were only included in optimized mode previously. This is necessary since we can't otherwise mark them inline because they might be instantiated internally only then, and would not be accessible from files that have no access to the .templates.h file.
git-svn-id: https://svn.dealii.org/trunk@4810
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 4 Jul 2001 12:09:15 +0000 (12:09 +0000)]
Don't have inline functions in source files, as they are not instantiated externally.
git-svn-id: https://svn.dealii.org/trunk@4809
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 12:35:51 +0000 (12:35 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4808
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 12:31:06 +0000 (12:31 +0000)]
We may not be allowed to initialize Null-references directly, but we can initialize them by dereferencing Null pointers.
git-svn-id: https://svn.dealii.org/trunk@4807
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 12:15:15 +0000 (12:15 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4806
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 12:05:54 +0000 (12:05 +0000)]
Fix the set of options needed for Compaq's cxx.
git-svn-id: https://svn.dealii.org/trunk@4805
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 11:54:36 +0000 (11:54 +0000)]
Disambiguate call to sqrt(int)
git-svn-id: https://svn.dealii.org/trunk@4804
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 11:42:42 +0000 (11:42 +0000)]
Fix missing std::s and disambiguate call to sqrt(int).
git-svn-id: https://svn.dealii.org/trunk@4803
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 09:29:20 +0000 (09:29 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4802
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 09:28:58 +0000 (09:28 +0000)]
Don't forget to use explicit specialization syntax.
git-svn-id: https://svn.dealii.org/trunk@4801
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 07:44:35 +0000 (07:44 +0000)]
Abbreviate the somewhat lengthy name for the @p{Patch} class.
git-svn-id: https://svn.dealii.org/trunk@4800
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 07:37:43 +0000 (07:37 +0000)]
Note correct copyright date for vtk output (2001).
git-svn-id: https://svn.dealii.org/trunk@4799
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 07:28:21 +0000 (07:28 +0000)]
Further refine warning level for Compaq's cxx.
git-svn-id: https://svn.dealii.org/trunk@4798
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Jul 2001 06:56:50 +0000 (06:56 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4797
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:48:12 +0000 (16:48 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4796
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:30:37 +0000 (16:30 +0000)]
Fix many missing std:: which Compaq's cxx wants to have, mostly for two reasons: 1. because it does not inject the math functions sqrt, sin, cos, fabs, ... into global namespace when we write include<cmath>. 2. because cxx can't do Koenig lookup of functions.
git-svn-id: https://svn.dealii.org/trunk@4795
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:29:12 +0000 (16:29 +0000)]
Refine the message level for cxx.
git-svn-id: https://svn.dealii.org/trunk@4794
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:13:07 +0000 (16:13 +0000)]
Explicitely convert an arg to the vector<unsigned int> constructor to avoid that it tries to take the constructor that uses two input iterators.
git-svn-id: https://svn.dealii.org/trunk@4793
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:11:15 +0000 (16:11 +0000)]
Undo last check-in, as it was with the wrong message.
git-svn-id: https://svn.dealii.org/trunk@4792
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 16:09:51 +0000 (16:09 +0000)]
Explicitely convert an arg to the vector<unsigned int> constructor to avoid that it tries to take the constructor that uses two input iterators.
git-svn-id: https://svn.dealii.org/trunk@4791
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 15:57:10 +0000 (15:57 +0000)]
Fix missing typename
git-svn-id: https://svn.dealii.org/trunk@4790
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 15:51:40 +0000 (15:51 +0000)]
Don't forget explicit specialization syntax.
git-svn-id: https://svn.dealii.org/trunk@4789
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 15:46:02 +0000 (15:46 +0000)]
Fix bogus definition.
git-svn-id: https://svn.dealii.org/trunk@4788
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 15:40:47 +0000 (15:40 +0000)]
Local typedef was indeed not accessible.
git-svn-id: https://svn.dealii.org/trunk@4787
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 14:32:13 +0000 (14:32 +0000)]
fill_n is not standard C++.
git-svn-id: https://svn.dealii.org/trunk@4786
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 14:16:49 +0000 (14:16 +0000)]
Change flags for cxx slightly.
git-svn-id: https://svn.dealii.org/trunk@4785
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 14:03:15 +0000 (14:03 +0000)]
Fix various places where Compaq's cxx compiler is overly strict (it doesn't export some symbols from std:: into global namespace, even though they come from system headers.
git-svn-id: https://svn.dealii.org/trunk@4784
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 13:40:12 +0000 (13:40 +0000)]
Recognize Compaq's/DEC's cxx compiler.
git-svn-id: https://svn.dealii.org/trunk@4783
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 2 Jul 2001 13:36:24 +0000 (13:36 +0000)]
output file fixed
git-svn-id: https://svn.dealii.org/trunk@4782
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 2 Jul 2001 12:49:39 +0000 (12:49 +0000)]
Fix statement for 64 bit platforms where size_t != unsigned int.
git-svn-id: https://svn.dealii.org/trunk@4781
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 2 Jul 2001 09:40:46 +0000 (09:40 +0000)]
Template parameters fixed
git-svn-id: https://svn.dealii.org/trunk@4780
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 29 Jun 2001 12:34:28 +0000 (12:34 +0000)]
Poor man's implementation of putting the test case names into cols.
git-svn-id: https://svn.dealii.org/trunk@4779
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 29 Jun 2001 12:17:49 +0000 (12:17 +0000)]
Split table into parts, one for each month.
git-svn-id: https://svn.dealii.org/trunk@4778
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 29 Jun 2001 07:04:34 +0000 (07:04 +0000)]
Break the table into pieces, one per month, to make rendering faster.
git-svn-id: https://svn.dealii.org/trunk@4777
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 08:14:23 +0000 (08:14 +0000)]
Update compile times.
git-svn-id: https://svn.dealii.org/trunk@4776
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 07:38:19 +0000 (07:38 +0000)]
Describe the steps to be done for a release
git-svn-id: https://svn.dealii.org/trunk@4775
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 07:08:51 +0000 (07:08 +0000)]
Announce 3.1.2
git-svn-id: https://svn.dealii.org/trunk@4772
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 07:05:01 +0000 (07:05 +0000)]
Fix date.
git-svn-id: https://svn.dealii.org/trunk@4771
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 06:59:52 +0000 (06:59 +0000)]
Announce 3.1.2
git-svn-id: https://svn.dealii.org/trunk@4769
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 28 Jun 2001 06:56:39 +0000 (06:56 +0000)]
Mention gcc3.
git-svn-id: https://svn.dealii.org/trunk@4768
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 27 Jun 2001 17:24:07 +0000 (17:24 +0000)]
multiplications improved
git-svn-id: https://svn.dealii.org/trunk@4767
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 27 Jun 2001 17:10:10 +0000 (17:10 +0000)]
shifted matrices in a separate file
git-svn-id: https://svn.dealii.org/trunk@4766
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 27 Jun 2001 17:06:06 +0000 (17:06 +0000)]
output format fixed
git-svn-id: https://svn.dealii.org/trunk@4765
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 27 Jun 2001 12:34:30 +0000 (12:34 +0000)]
memory bug removed
git-svn-id: https://svn.dealii.org/trunk@4764
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 14:15:56 +0000 (14:15 +0000)]
Fix gcc3 issues.
git-svn-id: https://svn.dealii.org/trunk@4762
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 14:03:18 +0000 (14:03 +0000)]
Fix missing std::
git-svn-id: https://svn.dealii.org/trunk@4761
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 13:57:38 +0000 (13:57 +0000)]
Fix up ambiguous call to std::sqrt
git-svn-id: https://svn.dealii.org/trunk@4760
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 13:48:21 +0000 (13:48 +0000)]
Provide storage for static member variables.
git-svn-id: https://svn.dealii.org/trunk@4759
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 13:45:52 +0000 (13:45 +0000)]
Undo previous change, as it modifies the output of the
test. Nevertheless, things can't remain as they are now as cerr is not
assignable. There may be a way to redirect is, however, by binding it
to stdout...
git-svn-id: https://svn.dealii.org/trunk@4758
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 13:41:52 +0000 (13:41 +0000)]
Don't try to assign to cerr.
git-svn-id: https://svn.dealii.org/trunk@4757
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 13:40:47 +0000 (13:40 +0000)]
Fix missing std::
git-svn-id: https://svn.dealii.org/trunk@4756
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 26 Jun 2001 09:12:32 +0000 (09:12 +0000)]
Fix obvious reason why this test failed.
git-svn-id: https://svn.dealii.org/trunk@4755
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Jun 2001 15:28:34 +0000 (15:28 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@4754
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 25 Jun 2001 15:27:37 +0000 (15:27 +0000)]
Don't throw an error if reinit is called with all zero row
lengths. This case may happen for block matrices where some blocks
are zero only.
git-svn-id: https://svn.dealii.org/trunk@4753
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 24 Jun 2001 21:35:42 +0000 (21:35 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@4752
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sat, 23 Jun 2001 20:14:03 +0000 (20:14 +0000)]
Implement CompressedBlockSparsityPattern, use it, test it.
git-svn-id: https://svn.dealii.org/trunk@4751
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 22 Jun 2001 10:54:40 +0000 (10:54 +0000)]
Forgot .checked file.
git-svn-id: https://svn.dealii.org/trunk@4750
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 22 Jun 2001 10:36:46 +0000 (10:36 +0000)]
New class CompressedSparsityPattern. Use it. New test.
git-svn-id: https://svn.dealii.org/trunk@4749
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 22 Jun 2001 10:35:28 +0000 (10:35 +0000)]
Implement previously unimplemented function and fix bug by that way.
git-svn-id: https://svn.dealii.org/trunk@4748
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 21 Jun 2001 18:03:56 +0000 (18:03 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@4747
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 21 Jun 2001 10:36:02 +0000 (10:36 +0000)]
Provide a way to get at the quadrature formula from the FEValues object.
git-svn-id: https://svn.dealii.org/trunk@4746
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 6 Jun 2001 20:25:44 +0000 (20:25 +0000)]
added pointer to matrices
git-svn-id: https://svn.dealii.org/trunk@4745
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 5 Jun 2001 19:23:25 +0000 (19:23 +0000)]
logging of coefficients moved to proper place
git-svn-id: https://svn.dealii.org/trunk@4744
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 5 Jun 2001 10:48:17 +0000 (10:48 +0000)]
multigrid for dgq5 and dgq6
git-svn-id: https://svn.dealii.org/trunk@4743
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 5 Jun 2001 05:38:45 +0000 (05:38 +0000)]
double line removed
git-svn-id: https://svn.dealii.org/trunk@4742
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 5 Jun 2001 05:37:51 +0000 (05:37 +0000)]
new utilities directory
git-svn-id: https://svn.dealii.org/trunk@4741
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sat, 2 Jun 2001 17:52:54 +0000 (17:52 +0000)]
eliminate copy constructors and some more documentation
git-svn-id: https://svn.dealii.org/trunk@4740
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 1 Jun 2001 08:02:48 +0000 (08:02 +0000)]
optional memory usage output
git-svn-id: https://svn.dealii.org/trunk@4739
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 31 May 2001 11:38:30 +0000 (11:38 +0000)]
matrices made data members
git-svn-id: https://svn.dealii.org/trunk@4738
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 31 May 2001 06:19:40 +0000 (06:19 +0000)]
preliminary memory check
git-svn-id: https://svn.dealii.org/trunk@4737
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 31 May 2001 06:19:22 +0000 (06:19 +0000)]
destructor added
git-svn-id: https://svn.dealii.org/trunk@4736
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 28 May 2001 11:28:04 +0000 (11:28 +0000)]
delete even smaller values
git-svn-id: https://svn.dealii.org/trunk@4735
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 28 May 2001 11:27:22 +0000 (11:27 +0000)]
Legendre polynomials fixed
git-svn-id: https://svn.dealii.org/trunk@4734
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 28 May 2001 11:26:59 +0000 (11:26 +0000)]
round-off
git-svn-id: https://svn.dealii.org/trunk@4733
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 28 May 2001 11:26:07 +0000 (11:26 +0000)]
test for Legendre polynomials
git-svn-id: https://svn.dealii.org/trunk@4732
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sun, 27 May 2001 06:00:37 +0000 (06:00 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@4731
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 21:04:29 +0000 (21:04 +0000)]
'echo' is not guaranteed to understand \n. At leasts it does not on Linux.
git-svn-id: https://svn.dealii.org/trunk@4730
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 21:02:41 +0000 (21:02 +0000)]
Group all documentation together.
git-svn-id: https://svn.dealii.org/trunk@4729
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 08:30:12 +0000 (08:30 +0000)]
Revert to using default args.
git-svn-id: https://svn.dealii.org/trunk@4728
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 08:28:41 +0000 (08:28 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@4727
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 08:27:07 +0000 (08:27 +0000)]
Replace explicite specializations of functions -- which really is not standards conforming C++ -- by overloading these functions.
git-svn-id: https://svn.dealii.org/trunk@4726
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 08:25:35 +0000 (08:25 +0000)]
Explicitely instantiate missing classes.
git-svn-id: https://svn.dealii.org/trunk@4725
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 24 May 2001 08:25:22 +0000 (08:25 +0000)]
Document and remove old classes.
git-svn-id: https://svn.dealii.org/trunk@4724
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 14:14:06 +0000 (14:14 +0000)]
Fix various issues.
git-svn-id: https://svn.dealii.org/trunk@4723
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 14:13:38 +0000 (14:13 +0000)]
Add two TODOs.
git-svn-id: https://svn.dealii.org/trunk@4722
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 13:40:02 +0000 (13:40 +0000)]
-O3 crashes the program before start even...
git-svn-id: https://svn.dealii.org/trunk@4721
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 12:57:22 +0000 (12:57 +0000)]
Fix bogosity.
git-svn-id: https://svn.dealii.org/trunk@4720
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 12:52:37 +0000 (12:52 +0000)]
Fix followup problem.
git-svn-id: https://svn.dealii.org/trunk@4719
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 11:47:50 +0000 (11:47 +0000)]
Work around a gcc problem.
git-svn-id: https://svn.dealii.org/trunk@4718
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 11:45:04 +0000 (11:45 +0000)]
Remove old type DoFHandler::FunctionMap by FunctionMap::type
git-svn-id: https://svn.dealii.org/trunk@4717
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 11:33:03 +0000 (11:33 +0000)]
Fix missing include.
git-svn-id: https://svn.dealii.org/trunk@4716
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 May 2001 09:49:07 +0000 (09:49 +0000)]
Allow compilation also for PII.
git-svn-id: https://svn.dealii.org/trunk@4715
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.