]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Tue, 3 Feb 2004 14:54:53 +0000 (14:54 +0000)]
In some situations, the C++ standard requires a copy constructor to be accessible even if it is not used. In particular, this holds when one creates a temporary object and binds it to a const reference. In this case, the compiler will usually bind the temporary directly to the reference, but a copy constructor will still have to be accessible. An example is f(FE_Q<dim>(2)). To allow this to compile, we need to make copy constructors accessible, but if they are actually called, we simply throw an exception.
git-svn-id: https://svn.dealii.org/trunk@8384
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Feb 2004 00:56:34 +0000 (00:56 +0000)]
More two-stage name lookup problems.
git-svn-id: https://svn.dealii.org/trunk@8383
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Feb 2004 00:54:53 +0000 (00:54 +0000)]
Fix two-stage name lookup problem.
git-svn-id: https://svn.dealii.org/trunk@8382
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 3 Feb 2004 00:29:40 +0000 (00:29 +0000)]
Rename veryclean to distclean, as has been done a long time ago in the
top-level dirs.
git-svn-id: https://svn.dealii.org/trunk@8381
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 1 Feb 2004 22:36:43 +0000 (22:36 +0000)]
documentation improved for doxygen
git-svn-id: https://svn.dealii.org/trunk@8380
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 1 Feb 2004 22:27:46 +0000 (22:27 +0000)]
step 16
git-svn-id: https://svn.dealii.org/trunk@8379
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 30 Jan 2004 19:48:41 +0000 (19:48 +0000)]
Remove time stamp.
git-svn-id: https://svn.dealii.org/trunk@8378
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 30 Jan 2004 19:47:08 +0000 (19:47 +0000)]
Check in new results.
git-svn-id: https://svn.dealii.org/trunk@8377
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 30 Jan 2004 19:46:50 +0000 (19:46 +0000)]
Return zero even if we hit an exception. Otherwise, we'd stop processing of the Makefile for comparing the output with the stored results.
git-svn-id: https://svn.dealii.org/trunk@8376
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 30 Jan 2004 19:33:43 +0000 (19:33 +0000)]
Check in new file.
git-svn-id: https://svn.dealii.org/trunk@8375
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 30 Jan 2004 19:32:44 +0000 (19:32 +0000)]
Check in new version.
git-svn-id: https://svn.dealii.org/trunk@8374
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 15:57:59 +0000 (15:57 +0000)]
more doxygen documentation fixed
git-svn-id: https://svn.dealii.org/trunk@8373
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 15:57:36 +0000 (15:57 +0000)]
cleaning MG_DEBUG
git-svn-id: https://svn.dealii.org/trunk@8372
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 30 Jan 2004 15:19:04 +0000 (15:19 +0000)]
Remove bogus assertions.
git-svn-id: https://svn.dealii.org/trunk@8371
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:49:15 +0000 (14:49 +0000)]
doxygen error removed
git-svn-id: https://svn.dealii.org/trunk@8370
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:41:39 +0000 (14:41 +0000)]
output fixed
git-svn-id: https://svn.dealii.org/trunk@8369
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:39:27 +0000 (14:39 +0000)]
some doc
git-svn-id: https://svn.dealii.org/trunk@8368
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:32:54 +0000 (14:32 +0000)]
output fixed
git-svn-id: https://svn.dealii.org/trunk@8367
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:26:09 +0000 (14:26 +0000)]
compute_fill fixed
git-svn-id: https://svn.dealii.org/trunk@8366
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 14:23:58 +0000 (14:23 +0000)]
new output
git-svn-id: https://svn.dealii.org/trunk@8365
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 13:19:24 +0000 (13:19 +0000)]
reduce doxygen errors
git-svn-id: https://svn.dealii.org/trunk@8364
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 13:14:07 +0000 (13:14 +0000)]
reduce error output of doxygen
git-svn-id: https://svn.dealii.org/trunk@8363
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 12:57:41 +0000 (12:57 +0000)]
Doxygen
git-svn-id: https://svn.dealii.org/trunk@8362
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 30 Jan 2004 12:55:16 +0000 (12:55 +0000)]
Declare inline functions inline before they are called.
git-svn-id: https://svn.dealii.org/trunk@8361
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 30 Jan 2004 12:52:39 +0000 (12:52 +0000)]
Remove MappingQ4 output.
git-svn-id: https://svn.dealii.org/trunk@8360
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 12:48:03 +0000 (12:48 +0000)]
documentation for exception handling
git-svn-id: https://svn.dealii.org/trunk@8359
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 12:47:47 +0000 (12:47 +0000)]
documentation for exception hoandling
git-svn-id: https://svn.dealii.org/trunk@8358
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 30 Jan 2004 12:46:08 +0000 (12:46 +0000)]
fix dependencies
git-svn-id: https://svn.dealii.org/trunk@8357
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 30 Jan 2004 12:44:09 +0000 (12:44 +0000)]
Remove Q4 output.
git-svn-id: https://svn.dealii.org/trunk@8356
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Fri, 30 Jan 2004 09:56:19 +0000 (09:56 +0000)]
Fix several bugs that were introduced by last patch. (When MappingQ(4) test cases are removed, also the array _show_ indicating which cases to show needs to be updated)
git-svn-id: https://svn.dealii.org/trunk@8355
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 29 Jan 2004 23:53:13 +0000 (23:53 +0000)]
Corrected results.
git-svn-id: https://svn.dealii.org/trunk@8354
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 29 Jan 2004 23:35:18 +0000 (23:35 +0000)]
Check in new results.
git-svn-id: https://svn.dealii.org/trunk@8353
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 29 Jan 2004 23:33:20 +0000 (23:33 +0000)]
Add missing file.
git-svn-id: https://svn.dealii.org/trunk@8352
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 29 Jan 2004 20:35:08 +0000 (20:35 +0000)]
Check in correct test results that differ only in the small digits.
git-svn-id: https://svn.dealii.org/trunk@8351
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 29 Jan 2004 10:39:18 +0000 (10:39 +0000)]
mark internal @internal
git-svn-id: https://svn.dealii.org/trunk@8350
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 23:57:49 +0000 (23:57 +0000)]
Check in fixed files.
git-svn-id: https://svn.dealii.org/trunk@8349
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 23:53:25 +0000 (23:53 +0000)]
Add "OK" marker.
git-svn-id: https://svn.dealii.org/trunk@8348
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 23:51:20 +0000 (23:51 +0000)]
Fix MappingQ<3>(4), which was previously not implemented. Now everything up to
and including degree=4 is implemented, and only what is above needs to be
computed on the fly (2d) or is left unimplemented (3d).
git-svn-id: https://svn.dealii.org/trunk@8347
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 22:54:49 +0000 (22:54 +0000)]
Augment a comment.
git-svn-id: https://svn.dealii.org/trunk@8346
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 16:16:23 +0000 (16:16 +0000)]
Allow this file to compile and run at least.
git-svn-id: https://svn.dealii.org/trunk@8345
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 27 Jan 2004 16:12:41 +0000 (16:12 +0000)]
Regenerate configure so that it works again.
git-svn-id: https://svn.dealii.org/trunk@8344
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 26 Jan 2004 20:56:56 +0000 (20:56 +0000)]
Add a note to a global function to which class it is related.
git-svn-id: https://svn.dealii.org/trunk@8334
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 26 Jan 2004 15:52:17 +0000 (15:52 +0000)]
Don't check for Doc++ any more, since we don't reference it any more at all.
git-svn-id: https://svn.dealii.org/trunk@8333
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 23 Jan 2004 16:34:24 +0000 (16:34 +0000)]
When one changes the name of a test, one should also change the name of the
output file...
git-svn-id: https://svn.dealii.org/trunk@8332
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 22 Jan 2004 11:33:48 +0000 (11:33 +0000)]
orientation
git-svn-id: https://svn.dealii.org/trunk@8331
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 20 Jan 2004 16:13:29 +0000 (16:13 +0000)]
Add some documentation (for a frequently asked question)
git-svn-id: https://svn.dealii.org/trunk@8330
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 20 Jan 2004 14:08:07 +0000 (14:08 +0000)]
Fix punctuation.
git-svn-id: https://svn.dealii.org/trunk@8329
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 20 Jan 2004 14:06:59 +0000 (14:06 +0000)]
Fix an obvious typo that leads to a segfault.
git-svn-id: https://svn.dealii.org/trunk@8328
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 20 Jan 2004 09:26:19 +0000 (09:26 +0000)]
disable validation until adapted to doxygen
git-svn-id: https://svn.dealii.org/trunk@8327
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 20 Jan 2004 09:21:11 +0000 (09:21 +0000)]
node matrix changed to monomials
git-svn-id: https://svn.dealii.org/trunk@8326
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 19 Jan 2004 13:13:20 +0000 (13:13 +0000)]
Compute gradients
git-svn-id: https://svn.dealii.org/trunk@8325
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 19 Jan 2004 11:13:59 +0000 (11:13 +0000)]
some cleaning
git-svn-id: https://svn.dealii.org/trunk@8324
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 19 Jan 2004 11:11:47 +0000 (11:11 +0000)]
error in counting degree removed
git-svn-id: https://svn.dealii.org/trunk@8323
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 16 Jan 2004 09:16:02 +0000 (09:16 +0000)]
specializations removed after @relates
git-svn-id: https://svn.dealii.org/trunk@8322
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 15 Jan 2004 22:27:16 +0000 (22:27 +0000)]
Q1WedgeFunction only makes sense if dim>=2
git-svn-id: https://svn.dealii.org/trunk@8321
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Thu, 15 Jan 2004 13:50:19 +0000 (13:50 +0000)]
Many member functions in include files weren't taged. This is now fixed.
git-svn-id: https://svn.dealii.org/trunk@8320
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 15 Jan 2004 07:49:04 +0000 (07:49 +0000)]
Link external functions to Tensor
git-svn-id: https://svn.dealii.org/trunk@8319
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 14 Jan 2004 14:27:44 +0000 (14:27 +0000)]
Regenerate.
git-svn-id: https://svn.dealii.org/trunk@8318
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 14 Jan 2004 14:12:29 +0000 (14:12 +0000)]
Accept tree-ssa g77.
git-svn-id: https://svn.dealii.org/trunk@8317
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 14 Jan 2004 08:11:02 +0000 (08:11 +0000)]
library compiles with ICC 8.0
git-svn-id: https://svn.dealii.org/trunk@8316
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 13 Jan 2004 20:36:59 +0000 (20:36 +0000)]
Fix a couple of thinkos with my previous patch.
git-svn-id: https://svn.dealii.org/trunk@8315
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 13 Jan 2004 16:00:33 +0000 (16:00 +0000)]
Rename the fe_traits test to simply traits. For some odd reason, fe_traits resides inside the Attic directory, and doesn't get checked out automatically. I'm sick of doing it by hand, so simply rename it and have a new test with exactly the same functionality for which we don't have CVS problems...
git-svn-id: https://svn.dealii.org/trunk@8314
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 12:18:16 +0000 (12:18 +0000)]
Make deal.II compile with ICC 8.0 (patches 1.174-1.177 of aclocal.m4). Patch 1.159 of configure.in.
git-svn-id: https://svn.dealii.org/trunk@8312
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 12:03:24 +0000 (12:03 +0000)]
Small bug fix.
git-svn-id: https://svn.dealii.org/trunk@8311
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 08:32:35 +0000 (08:32 +0000)]
For ICC compiler in optimized mode: To avoid annoying output remove -axiMK flag.
git-svn-id: https://svn.dealii.org/trunk@8310
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 08:30:37 +0000 (08:30 +0000)]
For ICC compiler in optimized mode use -vec_report0 for reducing output.
git-svn-id: https://svn.dealii.org/trunk@8309
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 08:21:33 +0000 (08:21 +0000)]
Remove -ip for ICC compiler in optimized mode as it produces wrong codecvs diff aclocal.m4
git-svn-id: https://svn.dealii.org/trunk@8308
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Tue, 13 Jan 2004 07:59:12 +0000 (07:59 +0000)]
Make it compile with ICC 8.0
git-svn-id: https://svn.dealii.org/trunk@8307
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 11 Jan 2004 12:31:57 +0000 (12:31 +0000)]
changes for Doxygen
git-svn-id: https://svn.dealii.org/trunk@8305
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 11 Jan 2004 12:31:06 +0000 (12:31 +0000)]
more changes for Doxygen
git-svn-id: https://svn.dealii.org/trunk@8304
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 11 Jan 2004 12:30:05 +0000 (12:30 +0000)]
changes for Doxyhen
git-svn-id: https://svn.dealii.org/trunk@8303
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 14:09:41 +0000 (14:09 +0000)]
title changed
git-svn-id: https://svn.dealii.org/trunk@8302
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 13:02:04 +0000 (13:02 +0000)]
data() deprecated
git-svn-id: https://svn.dealii.org/trunk@8301
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:56:30 +0000 (12:56 +0000)]
section name
git-svn-id: https://svn.dealii.org/trunk@8300
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:46:24 +0000 (12:46 +0000)]
allow conditionals
git-svn-id: https://svn.dealii.org/trunk@8299
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:45:56 +0000 (12:45 +0000)]
doc for doxygen; these files need a retouch!
git-svn-id: https://svn.dealii.org/trunk@8298
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:45:21 +0000 (12:45 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8297
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:33:35 +0000 (12:33 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8296
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:33:27 +0000 (12:33 +0000)]
mark QGaussN as deprecated
git-svn-id: https://svn.dealii.org/trunk@8295
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:21:14 +0000 (12:21 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8294
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:12:27 +0000 (12:12 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8293
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:03:52 +0000 (12:03 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8292
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 12:01:02 +0000 (12:01 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8291
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 11:33:46 +0000 (11:33 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8290
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 11:13:20 +0000 (11:13 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8289
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 10:57:42 +0000 (10:57 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8288
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 10:47:42 +0000 (10:47 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8287
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 10:28:12 +0000 (10:28 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8286
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 10:07:43 +0000 (10:07 +0000)]
Doc for doxygen
git-svn-id: https://svn.dealii.org/trunk@8285
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Fri, 9 Jan 2004 09:52:39 +0000 (09:52 +0000)]
Docu change 1
git-svn-id: https://svn.dealii.org/trunk@8284
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Wed, 7 Jan 2004 10:13:00 +0000 (10:13 +0000)]
make doxygen a phony target
git-svn-id: https://svn.dealii.org/trunk@8283
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 Jan 2004 22:18:30 +0000 (22:18 +0000)]
Adjust to our usual coding styles.
git-svn-id: https://svn.dealii.org/trunk@8280
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 Jan 2004 22:16:58 +0000 (22:16 +0000)]
No support for icc5 any more.
git-svn-id: https://svn.dealii.org/trunk@8279
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 5 Jan 2004 22:16:31 +0000 (22:16 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@8278
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 5 Jan 2004 11:37:15 +0000 (11:37 +0000)]
BDM
git-svn-id: https://svn.dealii.org/trunk@8277
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 4 Jan 2004 19:07:59 +0000 (19:07 +0000)]
start with bdm test
git-svn-id: https://svn.dealii.org/trunk@8276
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Sun, 4 Jan 2004 19:00:08 +0000 (19:00 +0000)]
new BDM polynomial space
git-svn-id: https://svn.dealii.org/trunk@8275
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 19 Dec 2003 11:33:24 +0000 (11:33 +0000)]
Cast the DoFHandler object to the type the called function wants to see. On the main branch, this is what the compiler implicitly does anyway, but on the hp branch the first argument is a template argument, and no cast is performed there. Since clarity wouldn't hurt here as well, make this change also on the main branch.
git-svn-id: https://svn.dealii.org/trunk@8274
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 18 Dec 2003 10:02:17 +0000 (10:02 +0000)]
complete basis of monomials
git-svn-id: https://svn.dealii.org/trunk@8273
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Thu, 18 Dec 2003 09:17:08 +0000 (09:17 +0000)]
Fix.
git-svn-id: https://svn.dealii.org/trunk@8272
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.