]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
22 years agobuild tests
guido [Fri, 31 May 2002 13:17:25 +0000 (13:17 +0000)]
build tests

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

22 years agoUh, need to declare ptrdiff_t somewhere.
wolf [Fri, 31 May 2002 06:53:06 +0000 (06:53 +0000)]
Uh, need to declare ptrdiff_t somewhere.

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

22 years agoFix type introduced with last-second change.
wolf [Fri, 31 May 2002 06:39:46 +0000 (06:39 +0000)]
Fix type introduced with last-second change.

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

22 years agoReturn a reference from the vector2d accessors in any case, since the objects stored...
wolf [Fri, 31 May 2002 06:36:11 +0000 (06:36 +0000)]
Return a reference from the vector2d accessors in any case, since the objects stored may be large (e.g. Tensor<2,dim> in 3d), and let the compiler figure out how to optimize this for the case of scalar values. Introduce iterators for the row accessors.

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

22 years agostupid bracing mistake
guido [Thu, 30 May 2002 21:02:39 +0000 (21:02 +0000)]
stupid bracing mistake

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

22 years agoaccess to internals of FEValues eliminated
guido [Thu, 30 May 2002 18:53:38 +0000 (18:53 +0000)]
access to internals of FEValues eliminated

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

22 years agoaccess dot shape gradients eliminated
guido [Thu, 30 May 2002 18:20:35 +0000 (18:20 +0000)]
access dot shape gradients eliminated

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

22 years agoremoving direct access in FEValues
guido [Thu, 30 May 2002 15:55:46 +0000 (15:55 +0000)]
removing direct access in FEValues

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

22 years agoold exception replaced
guido [Thu, 30 May 2002 15:07:38 +0000 (15:07 +0000)]
old exception replaced

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

22 years agoOld exception replaced
guido [Thu, 30 May 2002 15:00:07 +0000 (15:00 +0000)]
Old exception replaced

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

22 years agoRemove reference to to-be-deprecated functions.
wolf [Thu, 30 May 2002 14:49:44 +0000 (14:49 +0000)]
Remove reference to to-be-deprecated functions.

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

22 years agoSlight tweak
wolf [Thu, 30 May 2002 13:30:29 +0000 (13:30 +0000)]
Slight tweak

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

22 years agoRemove use of internals of the FEValues class.
wolf [Thu, 30 May 2002 13:30:02 +0000 (13:30 +0000)]
Remove use of internals of the FEValues class.

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

22 years agoUpdate.
wolf [Thu, 30 May 2002 13:28:21 +0000 (13:28 +0000)]
Update.

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

22 years agoFirst round of eliminating calls to FEValues that expose internal data structures.
wolf [Thu, 30 May 2002 12:48:11 +0000 (12:48 +0000)]
First round of eliminating calls to FEValues that expose internal data structures.

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

22 years agoFirst round of eliminating calls to FEValues that expose internal data structures.
wolf [Thu, 30 May 2002 12:37:44 +0000 (12:37 +0000)]
First round of eliminating calls to FEValues that expose internal data structures.

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

22 years agoFirst round of eliminating calls to FEValues that expose internal data structures.
wolf [Thu, 30 May 2002 12:32:27 +0000 (12:32 +0000)]
First round of eliminating calls to FEValues that expose internal data structures.

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

22 years agoNew members of GeometryInfo.
wolf [Thu, 30 May 2002 11:34:25 +0000 (11:34 +0000)]
New members of GeometryInfo.

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

22 years agoUh, fix very subtle bug: cxx thought that this line
wolf [Wed, 29 May 2002 12:44:35 +0000 (12:44 +0000)]
Uh, fix very subtle bug: cxx thought that this line
n_pols_to(dim+1, 0)
had the signature
  std::vector<T>::vector (InputIterator, InputIterator, Allocator)
Why? Because both args are (signed) integers, and it wanted to convert
these to pointers, rather than the first to size_t and the second to
T=unsigned int. Fix this by using the fact that the zero initializer
is implied when omitted, so just leave the size of the array.

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

22 years agoeliminate additional residual format
guido [Wed, 29 May 2002 11:14:58 +0000 (11:14 +0000)]
eliminate additional residual format

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

22 years agotest for failed iterations, too
guido [Wed, 29 May 2002 11:14:40 +0000 (11:14 +0000)]
test for failed iterations, too

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

22 years agoAssertions should NOT assess the numerical merit of a method!
guido [Wed, 29 May 2002 11:09:28 +0000 (11:09 +0000)]
Assertions should NOT assess the numerical merit of a method!

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

22 years agovector initialization in 1.47 fixed
guido [Wed, 29 May 2002 10:58:56 +0000 (10:58 +0000)]
vector initialization in 1.47 fixed

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

22 years agoFix obvious typo.
wolf [Wed, 29 May 2002 06:24:36 +0000 (06:24 +0000)]
Fix obvious typo.

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

22 years agoRemove again on main branch since main branch does not have the necessary interface.
wolf [Tue, 28 May 2002 16:59:20 +0000 (16:59 +0000)]
Remove again on main branch since main branch does not have the necessary interface.

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

22 years ago.
wolf [Tue, 28 May 2002 16:58:55 +0000 (16:58 +0000)]
.

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

22 years agoAdd test non_primitive_1
wolf [Tue, 28 May 2002 16:56:43 +0000 (16:56 +0000)]
Add test non_primitive_1

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

22 years agoAdd comment about what should be done for HP's aCC.
wolf [Tue, 28 May 2002 14:02:09 +0000 (14:02 +0000)]
Add comment about what should be done for HP's aCC.

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

22 years agoFix doc style.
wolf [Tue, 28 May 2002 12:14:37 +0000 (12:14 +0000)]
Fix doc style.

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

22 years agoRemove reference to deprecated functions.
wolf [Tue, 28 May 2002 12:04:56 +0000 (12:04 +0000)]
Remove reference to deprecated functions.

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

22 years agoDisable one test which only succeeds on the non-primitive FEs branch. On the main...
wolf [Tue, 28 May 2002 08:40:28 +0000 (08:40 +0000)]
Disable one test which only succeeds on the non-primitive FEs branch. On the main branch, we get an (unwarranted) exception.

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

22 years agoOutput
wolf [Tue, 28 May 2002 08:10:58 +0000 (08:10 +0000)]
Output
  =====deal.II====3d====debug========== multigrid/multigrid.all_dimensions.cc
and alike lines atomically, if possible. This avoids screen clutter if
compiling with -jN, since otherwise the different parts of a line are
printed one after the other, and these different parts may be
intercepted by output from other make threads.

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

22 years agoWe need member functions with 10 args as well.
wolf [Tue, 28 May 2002 07:50:29 +0000 (07:50 +0000)]
We need member functions with 10 args as well.

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

22 years agoSeems as if my automatic two-stage lookup fixes went too far in some places.
wolf [Tue, 28 May 2002 07:46:34 +0000 (07:46 +0000)]
Seems as if my automatic two-stage lookup fixes went too far in some places.

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

22 years ago.
wolf [Tue, 28 May 2002 07:34:16 +0000 (07:34 +0000)]
.

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

22 years agoMany more fixes for the two-stage lookup problem we have with the C++ standard.
wolf [Tue, 28 May 2002 07:25:33 +0000 (07:25 +0000)]
Many more fixes for the two-stage lookup problem we have with the C++ standard.

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

22 years agoFix.
wolf [Tue, 28 May 2002 07:04:06 +0000 (07:04 +0000)]
Fix.

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

22 years agoFix a number of copy-paste documentation errors where someone seems to have left...
wolf [Tue, 28 May 2002 06:57:24 +0000 (06:57 +0000)]
Fix a number of copy-paste documentation errors where someone seems to have left in comments that related to other classes and where plain wrong in the present context. Remove default constructors of two polynomial classes since they left the object in a generally unusable state. Add static functions to Legendre and LagrangeEquidistant classes to generate a full basis of polynomials.

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

22 years agoAdd a couple of include files that are actually necessary.
wolf [Tue, 28 May 2002 06:51:01 +0000 (06:51 +0000)]
Add a couple of include files that are actually necessary.

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

22 years agoAdd internals again to list of tests to be run.
wolf [Mon, 27 May 2002 16:46:09 +0000 (16:46 +0000)]
Add internals again to list of tests to be run.

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

22 years agoBring test up to date.
wolf [Mon, 27 May 2002 16:44:21 +0000 (16:44 +0000)]
Bring test up to date.

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

22 years agoRevert the sign of the jump residual and again when summing up, to
wolf [Mon, 27 May 2002 13:19:40 +0000 (13:19 +0000)]
Revert the sign of the jump residual and again when summing up, to
keep with common notation.

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

22 years agoEncapsulating member functions with 8 and 9 args.
wolf [Mon, 27 May 2002 11:57:50 +0000 (11:57 +0000)]
Encapsulating member functions with 8 and 9 args.

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

22 years agoPrevious check-in leads to abort in one case. Undo check-in to wait for fix.
wolf [Mon, 27 May 2002 08:32:28 +0000 (08:32 +0000)]
Previous check-in leads to abort in one case. Undo check-in to wait for fix.

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

22 years agoFix some more of these nasty two-stage-lookup problems that we have w.r.t. the C...
wolf [Mon, 27 May 2002 07:00:05 +0000 (07:00 +0000)]
Fix some more of these nasty two-stage-lookup problems that we have w.r.t. the C++ standard since gcc (and other compilers) don't implement the standard properly.

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

22 years agodynamic vector allocation
guido [Fri, 24 May 2002 13:46:59 +0000 (13:46 +0000)]
dynamic vector allocation

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

22 years agoGMRES vector allocation
guido [Fri, 24 May 2002 13:45:44 +0000 (13:45 +0000)]
GMRES vector allocation

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

22 years agoAdded support for the Intel ECC Itanium compiler in aclocal.m4
benkirk [Wed, 22 May 2002 15:00:31 +0000 (15:00 +0000)]
Added support for the Intel ECC Itanium compiler in aclocal.m4

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

22 years agoFix up.
wolf [Wed, 22 May 2002 07:25:11 +0000 (07:25 +0000)]
Fix up.

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

22 years agoFix blunder, part 2.
wolf [Wed, 22 May 2002 07:21:32 +0000 (07:21 +0000)]
Fix blunder, part 2.

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

22 years agoFix wording.
wolf [Wed, 22 May 2002 07:15:55 +0000 (07:15 +0000)]
Fix wording.

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

22 years agoFix charts.
wolf [Wed, 22 May 2002 07:12:53 +0000 (07:12 +0000)]
Fix charts.

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

22 years agoFix part of the blunder.
wolf [Wed, 22 May 2002 07:05:44 +0000 (07:05 +0000)]
Fix part of the blunder.

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

22 years agoUh, fix a bad problem...
wolf [Wed, 22 May 2002 07:04:28 +0000 (07:04 +0000)]
Uh, fix a bad problem...

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

22 years agoIndent correctly according to out standards.
wolf [Tue, 21 May 2002 15:32:46 +0000 (15:32 +0000)]
Indent correctly according to out standards.

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

22 years agoFix typo.
wolf [Tue, 21 May 2002 14:45:21 +0000 (14:45 +0000)]
Fix typo.

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

22 years agoReturning a void value when the function itself is void is allowed,
wolf [Tue, 21 May 2002 14:34:52 +0000 (14:34 +0000)]
Returning a void value when the function itself is void is allowed,
but not really a necessary measure, and probably confuses some people...

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

22 years agoFix years.
wolf [Tue, 21 May 2002 10:37:51 +0000 (10:37 +0000)]
Fix years.

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

22 years agoAdd a rule that just prints out the names of the tests.
wolf [Tue, 21 May 2002 06:58:14 +0000 (06:58 +0000)]
Add a rule that just prints out the names of the tests.

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

22 years agoUndo new test, as that cannot be fixed on the mainline at present. The problems are...
wolf [Tue, 21 May 2002 06:48:12 +0000 (06:48 +0000)]
Undo new test, as that cannot be fixed on the mainline at present. The problems are too pervasive, but I fixed them on a branch. The new tests will show up once the branch is merged.

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

22 years agoFix typo.
wolf [Tue, 21 May 2002 06:45:32 +0000 (06:45 +0000)]
Fix typo.

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

22 years agoCheck in new test.
wolf [Fri, 17 May 2002 13:12:59 +0000 (13:12 +0000)]
Check in new test.

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

22 years agoAdd something more tricky: systems of systems.
wolf [Fri, 17 May 2002 10:47:23 +0000 (10:47 +0000)]
Add something more tricky: systems of systems.

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

22 years agoFix: When we have a base element with more than one component (e.g. a
wolf [Fri, 17 May 2002 10:03:07 +0000 (10:03 +0000)]
Fix: When we have a base element with more than one component (e.g. a
FESystem itself as a base element), then make sure we iterate over its
components when setting up the cell table.

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

22 years agoRemove from main branch again. Will be resurrected when branch is finally merged.
wolf [Fri, 17 May 2002 09:45:41 +0000 (09:45 +0000)]
Remove from main branch again. Will be resurrected when branch is finally merged.

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

22 years agoCheck primitivity and other features of FEs.
wolf [Fri, 17 May 2002 09:44:35 +0000 (09:44 +0000)]
Check primitivity and other features of FEs.

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

22 years agoAdd gcc 3.1 to list of known compilers.
deal [Thu, 16 May 2002 15:26:11 +0000 (15:26 +0000)]
Add gcc 3.1 to list of known compilers.

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

22 years agoFix exception macro call.
hartmann [Wed, 15 May 2002 15:22:36 +0000 (15:22 +0000)]
Fix exception macro call.

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

22 years ago.
wolf [Tue, 14 May 2002 11:07:48 +0000 (11:07 +0000)]
.

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

22 years agoAdd missing std::.
hartmann [Wed, 8 May 2002 12:13:32 +0000 (12:13 +0000)]
Add missing std::.

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

22 years agoHelp Intel's icc compiler when passing the address of a member template function...
wolf [Wed, 8 May 2002 08:05:35 +0000 (08:05 +0000)]
Help Intel's icc compiler when passing the address of a member template function of a template class to the Threads::encapsulate functions, by putting that address into a variable first. icc would error out otherwise in MT mode.

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

22 years agoFix a really frightening number of places where we need to indicate access to members...
wolf [Tue, 7 May 2002 06:53:21 +0000 (06:53 +0000)]
Fix a really frightening number of places where we need to indicate access to members of base classes by this-> since the base class is template dependent and lookup would not find its members in derived classes unless marked with this->. While most compilers accept it nevertheless, the C++ standard requires us to do this.

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

22 years agoFix bug. More on setting flags for intel icc.
wolf [Tue, 7 May 2002 06:50:23 +0000 (06:50 +0000)]
Fix bug. More on setting flags for intel icc.

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

22 years agoindicate
wolf [Tue, 7 May 2002 06:49:09 +0000 (06:49 +0000)]
indicate
      * the global scope using the
      * @p{::} in front of
      * @p{DataOutBase}, since
      * otherwise the C++ rules
      * specify that this here
      * indicates the @p{DataOutBase}
      * base class of this
      * class. Since that is a private
      * base class, we cannot access
      * its members, and so access to
      * the local @p{Patch} type would
      * be forbidden.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 15:47:03 +0000 (15:47 +0000)]
Fix typo.

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

22 years agoRegenerate
wolf [Mon, 6 May 2002 15:02:34 +0000 (15:02 +0000)]
Regenerate

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

22 years agoDetect hp aCC, and set some flags.
wolf [Mon, 6 May 2002 15:02:00 +0000 (15:02 +0000)]
Detect hp aCC, and set some flags.

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

22 years agoDisable the declaration of explicit specializations of member variables if the compil...
wolf [Mon, 6 May 2002 13:32:42 +0000 (13:32 +0000)]
Disable the declaration of explicit specializations of member variables if the compiler does not understand them. The standard says that they are necessary, but what can we do if they are not understood :-( ??

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

22 years agoRegenerate.
wolf [Mon, 6 May 2002 13:11:09 +0000 (13:11 +0000)]
Regenerate.

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

22 years agoDEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG
wolf [Mon, 6 May 2002 13:10:02 +0000 (13:10 +0000)]
DEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG

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

22 years agospurious const removed
guido [Mon, 6 May 2002 11:30:37 +0000 (11:30 +0000)]
spurious const removed

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

22 years agoProperly indent.
wolf [Mon, 6 May 2002 11:13:07 +0000 (11:13 +0000)]
Properly indent.

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

22 years agoMake no_component really available to the outside world. Strictly
wolf [Mon, 6 May 2002 11:03:27 +0000 (11:03 +0000)]
Make no_component really available to the outside world. Strictly
speaking, the default argument should have been invalid before.

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

22 years agoMake it better.
wolf [Mon, 6 May 2002 10:51:44 +0000 (10:51 +0000)]
Make it better.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 08:30:26 +0000 (08:30 +0000)]
Fix typo.

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

22 years agoFix obvious typo.
wolf [Mon, 6 May 2002 08:11:59 +0000 (08:11 +0000)]
Fix obvious typo.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 08:02:33 +0000 (08:02 +0000)]
Fix typo.

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

22 years agoRemove pre-gcc-2.95 cruft.
wolf [Mon, 6 May 2002 07:41:55 +0000 (07:41 +0000)]
Remove pre-gcc-2.95 cruft.

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

22 years ago.
wolf [Mon, 6 May 2002 07:41:48 +0000 (07:41 +0000)]
.

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

22 years agoInclude necessary header.
wolf [Mon, 6 May 2002 07:39:57 +0000 (07:39 +0000)]
Include necessary header.

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

22 years agoRegenerate.
wolf [Mon, 6 May 2002 07:39:30 +0000 (07:39 +0000)]
Regenerate.

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

22 years agoDetect __PRETTY_FUNCTION__, and if not available work around.
wolf [Mon, 6 May 2002 07:39:02 +0000 (07:39 +0000)]
Detect __PRETTY_FUNCTION__, and if not available work around.

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

22 years agoReport the subdir.
wolf [Mon, 6 May 2002 07:37:45 +0000 (07:37 +0000)]
Report the subdir.

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

22 years agoMention icc6.
wolf [Mon, 6 May 2002 07:37:26 +0000 (07:37 +0000)]
Mention icc6.

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

22 years agoFinish step-14.
wolf [Mon, 6 May 2002 07:37:13 +0000 (07:37 +0000)]
Finish step-14.

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

22 years agoDetect and work around a bug involving typedefing with template template arguments...
wolf [Mon, 6 May 2002 07:33:49 +0000 (07:33 +0000)]
Detect and work around a bug involving typedefing with template template arguments in gcc2.95. Previously, we simply checked for the version number of the compiler, but we should get away from this and rather check for compiler features using autoconf, to make the whole thing more portable.

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

22 years agoQualify access of member variables of template dependent base classes by this->,...
wolf [Mon, 6 May 2002 07:32:20 +0000 (07:32 +0000)]
Qualify access of member variables of template dependent base classes by this->, as requested by the aCC compiler.

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

22 years agoHave icc 6.0 in the list.
deal [Fri, 3 May 2002 16:02:27 +0000 (16:02 +0000)]
Have icc 6.0 in the list.

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

22 years agocalm down warning, then error out
wolf [Fri, 3 May 2002 15:54:18 +0000 (15:54 +0000)]
calm down warning, then error out

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

22 years agoExplain error estimates for derivative.
wolf [Fri, 3 May 2002 12:58:27 +0000 (12:58 +0000)]
Explain error estimates for derivative.

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