]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
21 years agoUnnecessary ; removed.
wolf [Sat, 26 Apr 2003 16:20:30 +0000 (16:20 +0000)]
Unnecessary ; removed.

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

21 years agoAdd necessary header file.
wolf [Sat, 26 Apr 2003 16:11:11 +0000 (16:11 +0000)]
Add necessary header file.

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

21 years agoUnnecessary ; removed.
wolf [Sat, 26 Apr 2003 16:10:31 +0000 (16:10 +0000)]
Unnecessary ; removed.

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

21 years agogcc3.4 really wants to see BlockVector
wolf [Fri, 25 Apr 2003 23:11:14 +0000 (23:11 +0000)]
gcc3.4 really wants to see BlockVector

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

21 years agoAdd two missing this->
wolf [Fri, 25 Apr 2003 23:07:39 +0000 (23:07 +0000)]
Add two missing this->

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

21 years agoPSOR
guido [Fri, 25 Apr 2003 12:52:33 +0000 (12:52 +0000)]
PSOR

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

21 years agoAvoid vmult_add in matrix blocks with some performance trade-off
guido [Fri, 25 Apr 2003 12:35:14 +0000 (12:35 +0000)]
Avoid vmult_add in matrix blocks with some performance trade-off

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

21 years agoadd test for PreconditionPSOR
guido [Fri, 25 Apr 2003 08:50:02 +0000 (08:50 +0000)]
add test for PreconditionPSOR

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

21 years agotypo fixed
guido [Fri, 25 Apr 2003 08:46:19 +0000 (08:46 +0000)]
typo fixed

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

21 years agoGeometryInfo<dim>::child_cell_from_point
wolf [Thu, 24 Apr 2003 22:57:45 +0000 (22:57 +0000)]
GeometryInfo<dim>::child_cell_from_point

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

21 years agoSomething must have gone wrong when checking this test in for the first time.
deal [Thu, 24 Apr 2003 14:13:14 +0000 (14:13 +0000)]
Something must have gone wrong when checking this test in for the first time.

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

21 years agoProperly qualify where necessary.
wolf [Thu, 24 Apr 2003 14:05:20 +0000 (14:05 +0000)]
Properly qualify where necessary.

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

21 years agoAmazingly, there are still some stray ; around.
wolf [Thu, 24 Apr 2003 00:24:53 +0000 (00:24 +0000)]
Amazingly, there are still some stray ; around.

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

21 years agoUnify the way the various finite elements are initialized in their constructors,...
wolf [Wed, 23 Apr 2003 23:56:24 +0000 (23:56 +0000)]
Unify the way the various finite elements are initialized in their constructors, by having functions of the same name doing the various stuff that is usually done in the constructor. This should make it significantly simpler in the future to start with a new element, since the various steps that need to be taken are now a little clearer.

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

21 years agoSingle out the functions that initialize matrices from the
wolf [Wed, 23 Apr 2003 22:59:17 +0000 (22:59 +0000)]
Single out the functions that initialize matrices from the
constructor, to make the whole process of initializing finite element
classes a little more transparent. Also makes it simple to replace
precomputed matrices with something that computes these values on the fly.

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

21 years agoBuild the renumbering arrays in the member initializer list. This way,
wolf [Wed, 23 Apr 2003 22:42:18 +0000 (22:42 +0000)]
Build the renumbering arrays in the member initializer list. This way,
they are available all the time, and furthermore can be made "const",
which they really are.

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

21 years agoadditional test
guido [Wed, 23 Apr 2003 18:00:55 +0000 (18:00 +0000)]
additional test

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

21 years agoWielandt iteration improved
guido [Wed, 23 Apr 2003 17:25:45 +0000 (17:25 +0000)]
Wielandt iteration improved

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

21 years agomissing tests on linux with gcc 3.2
guido [Wed, 23 Apr 2003 17:25:12 +0000 (17:25 +0000)]
missing tests on linux with gcc 3.2

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

21 years agoThis cannot have worked before...
wolf [Wed, 23 Apr 2003 15:57:04 +0000 (15:57 +0000)]
This cannot have worked before...

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

21 years agoLoosen accuracy somewhat, as this seems necessary for x86 on linux
wolf [Wed, 23 Apr 2003 15:55:28 +0000 (15:55 +0000)]
Loosen accuracy somewhat, as this seems necessary for x86 on linux

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

21 years agoFinally make this file compile with gcc3.4 as well!
wolf [Wed, 23 Apr 2003 15:24:40 +0000 (15:24 +0000)]
Finally make this file compile with gcc3.4 as well!

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

21 years agoRemove from main branch to avoid problem with building Makefile.depend
wolf [Wed, 23 Apr 2003 14:45:56 +0000 (14:45 +0000)]
Remove from main branch to avoid problem with building Makefile.depend

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

21 years agotests for linux and gcc 3.2, waiting for wave-test
guido [Wed, 23 Apr 2003 14:28:53 +0000 (14:28 +0000)]
tests for linux and gcc 3.2, waiting for wave-test

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

21 years agotest for eigenvector iterations
guido [Wed, 23 Apr 2003 09:31:11 +0000 (09:31 +0000)]
test for eigenvector iterations

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

21 years agocreate and delete links in results
guido [Wed, 23 Apr 2003 09:17:48 +0000 (09:17 +0000)]
create and delete links in results

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

21 years agotests on linux
guido [Wed, 23 Apr 2003 08:21:20 +0000 (08:21 +0000)]
tests on linux

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

21 years agotests on linux
guido [Wed, 23 Apr 2003 08:15:04 +0000 (08:15 +0000)]
tests on linux

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

21 years agonew permuted SOR, must be tested
guido [Wed, 23 Apr 2003 08:13:15 +0000 (08:13 +0000)]
new permuted SOR, must be tested

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

21 years agoDo not confuse icc (which wants to have "const" in both declaration
wolf [Tue, 22 Apr 2003 23:50:15 +0000 (23:50 +0000)]
Do not confuse icc (which wants to have "const" in both declaration
and definition.

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

21 years agonew test for Eigensolvers
guido [Tue, 22 Apr 2003 19:44:16 +0000 (19:44 +0000)]
new test for Eigensolvers

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

21 years agogcc 2.95 did not like the old version
guido [Tue, 22 Apr 2003 12:08:29 +0000 (12:08 +0000)]
gcc 2.95 did not like the old version

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

21 years agoAvoid iterator past end
guido [Tue, 22 Apr 2003 07:40:45 +0000 (07:40 +0000)]
Avoid iterator past end

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

21 years agoFix a weirdly formatted comment.
wolf [Mon, 21 Apr 2003 22:14:55 +0000 (22:14 +0000)]
Fix a weirdly formatted comment.

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

21 years agoSome re-indenting.
wolf [Mon, 21 Apr 2003 22:13:02 +0000 (22:13 +0000)]
Some re-indenting.

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

21 years agoA little more.
wolf [Mon, 21 Apr 2003 22:03:37 +0000 (22:03 +0000)]
A little more.

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

21 years agoMove somewhat closer to compilability with gcc3.4 (still a long way to go...)
wolf [Mon, 21 Apr 2003 21:53:19 +0000 (21:53 +0000)]
Move somewhat closer to compilability with gcc3.4 (still a long way to go...)

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

21 years agoRemove stray ;
wolf [Mon, 21 Apr 2003 20:32:21 +0000 (20:32 +0000)]
Remove stray ;

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

21 years agoRemove erroneous return statement. Assume this is sensible here. How
wolf [Mon, 21 Apr 2003 20:14:03 +0000 (20:14 +0000)]
Remove erroneous return statement. Assume this is sensible here. How
could that happen in the first place???

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

21 years agoAdded them to the wrong directory.
deal [Mon, 21 Apr 2003 20:06:50 +0000 (20:06 +0000)]
Added them to the wrong directory.

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

21 years agoAdd
deal [Mon, 21 Apr 2003 20:06:16 +0000 (20:06 +0000)]
Add

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

21 years agoAdd
deal [Mon, 21 Apr 2003 18:21:29 +0000 (18:21 +0000)]
Add

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

21 years agoOK, think I mostly got it now...
wolf [Mon, 21 Apr 2003 16:44:51 +0000 (16:44 +0000)]
OK, think I mostly got it now...

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

21 years agoTests for Raviart-Thomas elements.
wolf [Mon, 21 Apr 2003 16:23:52 +0000 (16:23 +0000)]
Tests for Raviart-Thomas elements.

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

21 years agoAdd targets rt_[12], but don't enable them yet by default.
wolf [Mon, 21 Apr 2003 16:23:26 +0000 (16:23 +0000)]
Add targets rt_[12], but don't enable them yet by default.

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

21 years agoFix comment.
wolf [Mon, 21 Apr 2003 16:22:48 +0000 (16:22 +0000)]
Fix comment.

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

21 years agoRemove stray semicolons.
wolf [Mon, 21 Apr 2003 16:22:31 +0000 (16:22 +0000)]
Remove stray semicolons.

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

21 years agoAdd some new tests.
wolf [Mon, 21 Apr 2003 16:21:57 +0000 (16:21 +0000)]
Add some new tests.

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

21 years agoRemove comment that is already clear from the CVS logs.
wolf [Mon, 21 Apr 2003 16:21:38 +0000 (16:21 +0000)]
Remove comment that is already clear from the CVS logs.

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

21 years agoAdd comments.
wolf [Mon, 21 Apr 2003 16:21:14 +0000 (16:21 +0000)]
Add comments.

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

21 years agoClarify one comment.
wolf [Mon, 21 Apr 2003 16:15:40 +0000 (16:15 +0000)]
Clarify one comment.

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

21 years agoAllow extrapolation from block vectors into normal vectors.
wolf [Mon, 21 Apr 2003 16:15:14 +0000 (16:15 +0000)]
Allow extrapolation from block vectors into normal vectors.

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

21 years agoFix missing declarations of explicit specializations. Remove unnecessary include...
wolf [Mon, 21 Apr 2003 16:14:30 +0000 (16:14 +0000)]
Fix missing declarations of explicit specializations. Remove unnecessary include files.

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

21 years agoAnisotropicPolynomials
wolf [Mon, 21 Apr 2003 16:13:14 +0000 (16:13 +0000)]
AnisotropicPolynomials

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

21 years agoAdd anisotropic polynomials.
wolf [Mon, 21 Apr 2003 16:11:54 +0000 (16:11 +0000)]
Add anisotropic polynomials.

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

21 years agoClean up some real old and unintelligible cruft.
wolf [Mon, 21 Apr 2003 16:09:21 +0000 (16:09 +0000)]
Clean up some real old and unintelligible cruft.

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

21 years agoClarify the docs of the hierarchical polynomials, and change what generate_complete_b...
wolf [Mon, 21 Apr 2003 16:07:20 +0000 (16:07 +0000)]
Clarify the docs of the hierarchical polynomials, and change what generate_complete_basis does in the case k==0.

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

21 years agoverified files moved to allow for different test platforms
guido [Mon, 21 Apr 2003 08:06:15 +0000 (08:06 +0000)]
verified files moved to allow for different test platforms

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

21 years agoverified files moved to allow for different test platforms; see README
guido [Mon, 21 Apr 2003 08:05:06 +0000 (08:05 +0000)]
verified files moved to allow for different test platforms; see README

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

21 years agoverified files moved to allow for different test platforms
guido [Mon, 21 Apr 2003 07:31:21 +0000 (07:31 +0000)]
verified files moved to allow for different test platforms

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

21 years agofunction end(row) fixed
guido [Fri, 18 Apr 2003 19:45:53 +0000 (19:45 +0000)]
function end(row) fixed

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

21 years agoadded variable TARGET to Make.global_options
guido [Fri, 18 Apr 2003 18:22:47 +0000 (18:22 +0000)]
added variable TARGET to Make.global_options

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

21 years agochange of return parameter
guido [Fri, 18 Apr 2003 18:21:41 +0000 (18:21 +0000)]
change of return parameter

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

21 years agotest simplified
guido [Thu, 17 Apr 2003 10:00:12 +0000 (10:00 +0000)]
test simplified

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

21 years agoreturned vectors replaced by return arguments I
guido [Thu, 17 Apr 2003 09:24:09 +0000 (09:24 +0000)]
returned vectors replaced by return arguments I

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

21 years agotodo
guido [Thu, 17 Apr 2003 08:34:31 +0000 (08:34 +0000)]
todo

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

21 years agosome documentation change
guido [Wed, 16 Apr 2003 16:40:31 +0000 (16:40 +0000)]
some documentation change

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

21 years agoAdvance iterator over empty rows
guido [Wed, 16 Apr 2003 16:38:10 +0000 (16:38 +0000)]
Advance iterator over empty rows

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

21 years agoMini-test for SparseMatrixEZ iterators.
wolf [Wed, 16 Apr 2003 16:25:00 +0000 (16:25 +0000)]
Mini-test for SparseMatrixEZ iterators.

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

21 years agoOops
guido [Wed, 16 Apr 2003 15:01:01 +0000 (15:01 +0000)]
Oops

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

21 years agooptimized block_read and block_write
guido [Wed, 16 Apr 2003 14:58:05 +0000 (14:58 +0000)]
optimized block_read and block_write

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

21 years agoOops
guido [Wed, 16 Apr 2003 14:48:16 +0000 (14:48 +0000)]
Oops

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

21 years agoAdd include missing for gcc3.4
wolf [Wed, 16 Apr 2003 13:40:12 +0000 (13:40 +0000)]
Add include missing for gcc3.4

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

21 years agoblock_read and block_write functions
guido [Wed, 16 Apr 2003 11:40:12 +0000 (11:40 +0000)]
block_read and block_write functions

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

21 years agoset ignores zeroes
guido [Wed, 16 Apr 2003 10:52:30 +0000 (10:52 +0000)]
set ignores zeroes

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

21 years agoconst-ify two parameters.
wolf [Tue, 15 Apr 2003 22:55:17 +0000 (22:55 +0000)]
const-ify two parameters.

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

21 years agoChange a couple of indentation and style issues.
wolf [Mon, 14 Apr 2003 14:47:46 +0000 (14:47 +0000)]
Change a couple of indentation and style issues.

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

21 years agoAdd two TODOs for Guido.
wolf [Mon, 14 Apr 2003 14:47:18 +0000 (14:47 +0000)]
Add two TODOs for Guido.

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

21 years agorecursively_{set,clear}_user_pointer
wolf [Fri, 11 Apr 2003 21:24:12 +0000 (21:24 +0000)]
recursively_{set,clear}_user_pointer

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

21 years agoDerivativeApproximation can also work on BlockVector arguments.
wolf [Fri, 11 Apr 2003 20:03:57 +0000 (20:03 +0000)]
DerivativeApproximation can also work on BlockVector arguments.

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

21 years agoFix use of wrapper_base in #ifdef ...#endif
wolf [Fri, 11 Apr 2003 14:43:19 +0000 (14:43 +0000)]
Fix use of wrapper_base in #ifdef ...#endif

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

21 years agoFix trivial problem.
deal [Fri, 11 Apr 2003 01:42:48 +0000 (01:42 +0000)]
Fix trivial problem.

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

21 years agoFix obvious bug. How can I have missed that??
deal [Fri, 11 Apr 2003 01:10:15 +0000 (01:10 +0000)]
Fix obvious bug. How can I have missed that??

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

21 years agoWork around a problem in gcc3.4, and by this also improve performance
wolf [Fri, 11 Apr 2003 00:16:54 +0000 (00:16 +0000)]
Work around a problem in gcc3.4, and by this also improve performance
a little since a call can be inlined: rather than passing down a
pointer to the entry_point function to the base class, pass down the
type of its enclosing class as a template argument. The base class
can then take the address of the starter function itself.

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

21 years agoPurge some stray semicolons.
wolf [Wed, 9 Apr 2003 15:51:55 +0000 (15:51 +0000)]
Purge some stray semicolons.

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

21 years agoPurge most warnings from gcc 3.4. wave-test has a lot to do, though.
wolf [Wed, 9 Apr 2003 15:49:56 +0000 (15:49 +0000)]
Purge most warnings from gcc 3.4. wave-test has a lot to do, though.

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

21 years agoIgnore zero additions in add()
wolf [Mon, 7 Apr 2003 18:07:07 +0000 (18:07 +0000)]
Ignore zero additions in add()

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

21 years agoRemove again from main branch until element is actually tested a little.
wolf [Mon, 7 Apr 2003 15:47:33 +0000 (15:47 +0000)]
Remove again from main branch until element is actually tested a little.

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

21 years agoAdd initial versions of these files.
wolf [Mon, 7 Apr 2003 15:43:52 +0000 (15:43 +0000)]
Add initial versions of these files.

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

21 years ago.
wolf [Mon, 7 Apr 2003 15:43:15 +0000 (15:43 +0000)]
.

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

21 years agoFix typos.
wolf [Mon, 7 Apr 2003 15:42:37 +0000 (15:42 +0000)]
Fix typos.

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

21 years agoMake the cell argument to transform_*_to_*_cell a reference, rather than a value.
wolf [Mon, 7 Apr 2003 15:42:17 +0000 (15:42 +0000)]
Make the cell argument to transform_*_to_*_cell a reference, rather than a value.

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

21 years agosubdivided_hyper_cube.
wolf [Mon, 7 Apr 2003 15:41:14 +0000 (15:41 +0000)]
subdivided_hyper_cube.

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

21 years agoDoc addition.
wolf [Mon, 7 Apr 2003 15:40:42 +0000 (15:40 +0000)]
Doc addition.

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

21 years agoFix assertion: don't use a field that we just cleared since the output will be uninte...
wolf [Mon, 7 Apr 2003 15:40:16 +0000 (15:40 +0000)]
Fix assertion: don't use a field that we just cleared since the output will be unintelligible.

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

21 years agomerge_patches
wolf [Mon, 7 Apr 2003 15:39:02 +0000 (15:39 +0000)]
merge_patches

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

21 years agoSome doc fixed.
wolf [Mon, 7 Apr 2003 15:38:04 +0000 (15:38 +0000)]
Some doc fixed.

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

21 years agoRemove stray semicolons.
wolf [Mon, 7 Apr 2003 15:37:13 +0000 (15:37 +0000)]
Remove stray semicolons.

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

21 years agoRegenerate on testing platform.
deal [Fri, 4 Apr 2003 23:02:33 +0000 (23:02 +0000)]
Regenerate on testing platform.

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

21 years agoAdd some new tests, testing DataOut* with block vectors.
wolf [Thu, 3 Apr 2003 23:23:38 +0000 (23:23 +0000)]
Add some new tests, testing DataOut* with block vectors.

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