]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
22 years agoImplement some things with gradients in 3d for the Nedelec element.
wolf [Mon, 16 Sep 2002 22:00:11 +0000 (22:00 +0000)]
Implement some things with gradients in 3d for the Nedelec element.

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

22 years agoDon't set up component-to-system-tables when they are of no use,
wolf [Mon, 16 Sep 2002 20:08:10 +0000 (20:08 +0000)]
Don't set up component-to-system-tables when they are of no use,
i.e. for the non-primitive case.

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

22 years agoClarify comment.
wolf [Mon, 16 Sep 2002 18:10:12 +0000 (18:10 +0000)]
Clarify comment.

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

22 years agoAdd this test, complementing non_primitive_1, but this time with Nedelec-elements...
wolf [Mon, 16 Sep 2002 17:55:09 +0000 (17:55 +0000)]
Add this test, complementing non_primitive_1, but this time with Nedelec-elements. It is presently failing due to a known bug in FESystem, but this way it is in CVS, and I can care about the bug next.

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

22 years agoAdd some things.
wolf [Mon, 16 Sep 2002 17:29:39 +0000 (17:29 +0000)]
Add some things.

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

22 years agoNedelec elements now work, but not systems of Nedelec elements.
wolf [Mon, 16 Sep 2002 17:17:55 +0000 (17:17 +0000)]
Nedelec elements now work, but not systems of Nedelec elements.

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

22 years agoAdd a comment, and fix the 3d part.
wolf [Mon, 16 Sep 2002 17:09:40 +0000 (17:09 +0000)]
Add a comment, and fix the 3d part.

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

22 years agoChange the meaning of the restriction_is_additive flag: previously it was indexed...
wolf [Mon, 16 Sep 2002 13:33:26 +0000 (13:33 +0000)]
Change the meaning of the restriction_is_additive flag: previously it was indexed on the vector component. With non-primitive elements, this does no longer work, so index it on the shape function number instead.

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

22 years agoChange the meaning of the restriction_is_additive flag: previously it was indexed...
wolf [Mon, 16 Sep 2002 13:29:37 +0000 (13:29 +0000)]
Change the meaning of the restriction_is_additive flag: previously it was indexed on the vector component. With non-primitive elements, this does no longer work, so index it on the shape function number.

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

22 years agoFix some of the last things.
wolf [Mon, 16 Sep 2002 13:28:47 +0000 (13:28 +0000)]
Fix some of the last things.

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

22 years agoNew test.
wolf [Mon, 16 Sep 2002 13:27:24 +0000 (13:27 +0000)]
New test.

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

22 years agoAdd a test that checks the prolongation of Nedelec elements. The results are hand...
wolf [Fri, 13 Sep 2002 22:42:38 +0000 (22:42 +0000)]
Add a test that checks the prolongation of Nedelec elements. The results are hand-checked, so should be correct.

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

22 years agoFix embedding matrices for 2d.
wolf [Fri, 13 Sep 2002 22:27:41 +0000 (22:27 +0000)]
Fix embedding matrices for 2d.

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

22 years agoAdd comment.
wolf [Fri, 13 Sep 2002 22:16:07 +0000 (22:16 +0000)]
Add comment.

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

22 years agoRemove unnecessary variable.
wolf [Fri, 13 Sep 2002 22:15:05 +0000 (22:15 +0000)]
Remove unnecessary variable.

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

22 years agoConstraint matrices are now correct. The nedelec_2 test checks them,
wolf [Fri, 13 Sep 2002 21:59:53 +0000 (21:59 +0000)]
Constraint matrices are now correct. The nedelec_2 test checks them,
and I tested their values by hand computation, so they should be ok.

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

22 years agoAdd a second nedelec test, checking interface constraints for these strange elements...
wolf [Fri, 13 Sep 2002 21:58:51 +0000 (21:58 +0000)]
Add a second nedelec test, checking interface constraints for these strange elements. They are hand-checked, so should be correct.

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

22 years agoAdd comment.
wolf [Fri, 13 Sep 2002 21:02:20 +0000 (21:02 +0000)]
Add comment.

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

22 years agodeal_II_numbers.
wolf [Fri, 13 Sep 2002 17:01:29 +0000 (17:01 +0000)]
deal_II_numbers.

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

22 years agoUnify the places where we use pi.
wolf [Thu, 12 Sep 2002 22:46:44 +0000 (22:46 +0000)]
Unify the places where we use pi.

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

22 years agoFix a comment.
wolf [Thu, 12 Sep 2002 22:44:15 +0000 (22:44 +0000)]
Fix a comment.

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

22 years agoRemove
wolf [Thu, 12 Sep 2002 22:43:41 +0000 (22:43 +0000)]
Remove
//TODO:[WB,GK] implement Tvmult
since: why should we do it if nobody asked for it in the last two years?

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

22 years agoFix one more omission.
wolf [Thu, 12 Sep 2002 22:34:30 +0000 (22:34 +0000)]
Fix one more omission.

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

22 years agoUndo gross blunder.
wolf [Thu, 12 Sep 2002 22:32:17 +0000 (22:32 +0000)]
Undo gross blunder.

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

22 years agoRemove
wolf [Thu, 12 Sep 2002 22:12:31 +0000 (22:12 +0000)]
Remove
//TODO:[WB] (compiler) replace s.c_str() by s when that is possible
This is not realistic: the standard is at it is. It's not a problem of
the compilers.

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

22 years agoClean up.
wolf [Thu, 12 Sep 2002 22:11:30 +0000 (22:11 +0000)]
Clean up.

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

22 years agoFix a TODO by moving the exception class to the place it belongs to.
wolf [Thu, 12 Sep 2002 22:06:53 +0000 (22:06 +0000)]
Fix a TODO by moving the exception class to the place it belongs to.

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

22 years agoFix constraint matrices.
wolf [Thu, 12 Sep 2002 22:03:57 +0000 (22:03 +0000)]
Fix constraint matrices.

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

22 years agoRemove seemingly unnecessary exception.
wolf [Thu, 12 Sep 2002 21:55:00 +0000 (21:55 +0000)]
Remove seemingly unnecessary exception.

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

22 years agoMicro changes for better readability.
wolf [Thu, 12 Sep 2002 15:48:35 +0000 (15:48 +0000)]
Micro changes for better readability.

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

22 years agoAdd forgotten includes.
wolf [Thu, 12 Sep 2002 15:39:27 +0000 (15:39 +0000)]
Add forgotten includes.

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 15:30:38 +0000 (15:30 +0000)]
Add missing header includes.

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 15:08:23 +0000 (15:08 +0000)]
Add missing header includes.

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 14:48:49 +0000 (14:48 +0000)]
Add missing header includes.

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 14:44:51 +0000 (14:44 +0000)]
Add missing header includes.

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

22 years agoread past end error removed
guido [Thu, 12 Sep 2002 08:19:47 +0000 (08:19 +0000)]
read past end error removed

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 00:40:54 +0000 (00:40 +0000)]
Add missing header includes.

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

22 years agoAdd missing header includes.
wolf [Thu, 12 Sep 2002 00:14:06 +0000 (00:14 +0000)]
Add missing header includes.

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

22 years agoAdd missing header.
wolf [Thu, 12 Sep 2002 00:04:42 +0000 (00:04 +0000)]
Add missing header.

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

22 years agoAdd missing forward declarations.
wolf [Thu, 12 Sep 2002 00:03:58 +0000 (00:03 +0000)]
Add missing forward declarations.

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

22 years agoAdd the all-headers test.
wolf [Thu, 12 Sep 2002 00:03:47 +0000 (00:03 +0000)]
Add the all-headers test.

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

22 years agoAdd missing forward declaration.
wolf [Thu, 12 Sep 2002 00:01:11 +0000 (00:01 +0000)]
Add missing forward declaration.

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

22 years agoAdd missing header.
wolf [Wed, 11 Sep 2002 23:58:51 +0000 (23:58 +0000)]
Add missing header.

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

22 years agoFix missing include file.
wolf [Wed, 11 Sep 2002 20:03:01 +0000 (20:03 +0000)]
Fix missing include file.

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

22 years agoSparseMatrix::const_iterator
guido [Wed, 11 Sep 2002 16:06:51 +0000 (16:06 +0000)]
SparseMatrix::const_iterator

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

22 years agoJust some cosmetics.
wolf [Tue, 10 Sep 2002 15:57:37 +0000 (15:57 +0000)]
Just some cosmetics.

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

22 years agojust reindent
wolf [Tue, 10 Sep 2002 15:50:43 +0000 (15:50 +0000)]
just reindent

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

22 years agoAdd missing std:: (how annoying that this should happen to _me_!...)
wolf [Tue, 10 Sep 2002 15:45:37 +0000 (15:45 +0000)]
Add missing std:: (how annoying that this should happen to _me_!...)

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

22 years agoReplace & by &
wolf [Tue, 10 Sep 2002 14:52:50 +0000 (14:52 +0000)]
Replace & by &

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

22 years agoMore short fixes.
wolf [Tue, 10 Sep 2002 14:51:54 +0000 (14:51 +0000)]
More short fixes.

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

22 years agoOne-char typo fix.
wolf [Tue, 10 Sep 2002 14:47:07 +0000 (14:47 +0000)]
One-char typo fix.

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

22 years agoMore reindentation and timezones.
wolf [Tue, 10 Sep 2002 14:31:17 +0000 (14:31 +0000)]
More reindentation and timezones.

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

22 years agoReindent, and play a little with timezones.
wolf [Tue, 10 Sep 2002 14:30:22 +0000 (14:30 +0000)]
Reindent, and play a little with timezones.

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

22 years agonew exception ExcIteratorPastEnd
guido [Tue, 10 Sep 2002 08:38:16 +0000 (08:38 +0000)]
new exception ExcIteratorPastEnd

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

22 years agoExport DEAL_II_PATH to programs through the preprocessor.
wolf [Mon, 9 Sep 2002 23:46:26 +0000 (23:46 +0000)]
Export DEAL_II_PATH to programs through the preprocessor.

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

22 years agoRemove some messing with version numbers that does not seem to work
wolf [Mon, 9 Sep 2002 23:37:54 +0000 (23:37 +0000)]
Remove some messing with version numbers that does not seem to work
any more with newer autoconfs.

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

22 years agoRemove tmp file again.
wolf [Mon, 9 Sep 2002 23:20:36 +0000 (23:20 +0000)]
Remove tmp file again.

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

22 years agoSparseMatrix::block_read/write
wolf [Mon, 9 Sep 2002 23:18:33 +0000 (23:18 +0000)]
SparseMatrix::block_read/write

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

22 years agoUse a fixed scaling of the three tableaux, since on my netscape6 the
wolf [Mon, 9 Sep 2002 22:52:47 +0000 (22:52 +0000)]
Use a fixed scaling of the three tableaux, since on my netscape6 the
middle frame doesn't get any height at all...

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

22 years agoSparsityPattern::block_write/block_read
wolf [Mon, 9 Sep 2002 22:41:08 +0000 (22:41 +0000)]
SparsityPattern::block_write/block_read

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

22 years agoDelete erroneous assertion: after reading everything in block_read,
wolf [Mon, 9 Sep 2002 21:47:52 +0000 (21:47 +0000)]
Delete erroneous assertion: after reading everything in block_read,
the input stream may not return true after conversion to bool, if we
have reached the end of the file. The assertion was thus wrong.

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

22 years agoReformat some comments.
wolf [Mon, 9 Sep 2002 21:30:55 +0000 (21:30 +0000)]
Reformat some comments.

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

22 years agoFix two incorrectly checked in things.
wolf [Mon, 9 Sep 2002 15:41:35 +0000 (15:41 +0000)]
Fix two incorrectly checked in things.

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

22 years agoImplement n_existing_threads.
wolf [Mon, 9 Sep 2002 14:38:16 +0000 (14:38 +0000)]
Implement n_existing_threads.

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

22 years agosparse_matrices should be ok
guido [Mon, 9 Sep 2002 13:14:19 +0000 (13:14 +0000)]
sparse_matrices should be ok

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

22 years agoRemove forward declaration files.
wolf [Fri, 6 Sep 2002 22:06:34 +0000 (22:06 +0000)]
Remove forward declaration files.

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

22 years agoSparseMatrixEZ const_iterator
guido [Fri, 6 Sep 2002 13:36:49 +0000 (13:36 +0000)]
SparseMatrixEZ const_iterator

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

22 years agoNew exception ExcIteratorPastEnd
guido [Fri, 6 Sep 2002 09:08:30 +0000 (09:08 +0000)]
New exception ExcIteratorPastEnd

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

22 years agoLift restriction on use of Threads::PosixThreadBarrier slightly for the case that...
wolf [Thu, 5 Sep 2002 20:44:26 +0000 (20:44 +0000)]
Lift restriction on use of Threads::PosixThreadBarrier slightly for the case that the respective POSIX functions are not available.

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

22 years agoFix docs.
wolf [Thu, 5 Sep 2002 20:27:59 +0000 (20:27 +0000)]
Fix docs.

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

22 years agoWork around a problem in MT mode. The docs state what it is.
wolf [Thu, 5 Sep 2002 19:39:36 +0000 (19:39 +0000)]
Work around a problem in MT mode. The docs state what it is.

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

22 years agoRemove a syntax error.
wolf [Thu, 5 Sep 2002 18:55:57 +0000 (18:55 +0000)]
Remove a syntax error.

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

22 years agosmall update
guido [Thu, 5 Sep 2002 17:54:29 +0000 (17:54 +0000)]
small update

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

22 years agopreconditioners for SparseMatrixEZ
guido [Thu, 5 Sep 2002 17:43:24 +0000 (17:43 +0000)]
preconditioners for SparseMatrixEZ

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

22 years agoRemove forward declaration files.
wolf [Thu, 5 Sep 2002 14:55:50 +0000 (14:55 +0000)]
Remove forward declaration files.

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

22 years agoFix a rather nasty bug.
wolf [Thu, 5 Sep 2002 14:43:23 +0000 (14:43 +0000)]
Fix a rather nasty bug.

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

22 years agoCheck something more.
wolf [Thu, 5 Sep 2002 14:27:47 +0000 (14:27 +0000)]
Check something more.

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

22 years agoSparseMatrixEZ reprogrammed
guido [Wed, 4 Sep 2002 19:44:40 +0000 (19:44 +0000)]
SparseMatrixEZ reprogrammed

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

22 years agoUpdate.
wolf [Tue, 3 Sep 2002 17:41:12 +0000 (17:41 +0000)]
Update.

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

22 years agoRemove vector2d, use Table.
wolf [Tue, 3 Sep 2002 17:39:25 +0000 (17:39 +0000)]
Remove vector2d, use Table.

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

22 years agoSpelling fix.
wolf [Tue, 3 Sep 2002 17:37:44 +0000 (17:37 +0000)]
Spelling fix.

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

22 years agoSlightly change output.
wolf [Tue, 3 Sep 2002 17:27:23 +0000 (17:27 +0000)]
Slightly change output.

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

22 years agoMore and more thorough testing.
wolf [Tue, 3 Sep 2002 17:26:13 +0000 (17:26 +0000)]
More and more thorough testing.

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

22 years agoTable<N,T>
wolf [Tue, 3 Sep 2002 15:36:26 +0000 (15:36 +0000)]
Table<N,T>

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

22 years agoUse Table<2,...> instead of vector2d<...>.
wolf [Tue, 3 Sep 2002 15:35:45 +0000 (15:35 +0000)]
Use Table<2,...> instead of vector2d<...>.

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

22 years agoImplement generation of gradients of Nedelec elements.
wolf [Tue, 3 Sep 2002 15:31:27 +0000 (15:31 +0000)]
Implement generation of gradients of Nedelec elements.

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

22 years agotransform_* for tensors of rank 2.
wolf [Tue, 3 Sep 2002 15:30:45 +0000 (15:30 +0000)]
transform_* for tensors of rank 2.

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

22 years agoAdd and clarify some comments. Add a second set of transform_{co,contra}variant funct...
wolf [Tue, 3 Sep 2002 15:30:31 +0000 (15:30 +0000)]
Add and clarify some comments. Add a second set of transform_{co,contra}variant functions that transform matrices instead of vectors.

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

22 years agoBase the full matrix on the new Table class instead of the now gone vector2d class.
wolf [Tue, 3 Sep 2002 15:26:56 +0000 (15:26 +0000)]
Base the full matrix on the new Table class instead of the now gone vector2d class.

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

22 years agoAdd a couple if missing std::'s
wolf [Tue, 3 Sep 2002 15:25:52 +0000 (15:25 +0000)]
Add a couple if missing std::'s

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

22 years agoHave the new Table class which supercedes the vector2d class. Use it.
wolf [Tue, 3 Sep 2002 15:24:52 +0000 (15:24 +0000)]
Have the new Table class which supercedes the vector2d class. Use it.

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

22 years agoImplement the transpose of a tensor of rank 2.
wolf [Tue, 3 Sep 2002 15:24:02 +0000 (15:24 +0000)]
Implement the transpose of a tensor of rank 2.

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

22 years agoSome minor final changes, but this file is going to go away in a
wolf [Tue, 3 Sep 2002 15:22:44 +0000 (15:22 +0000)]
Some minor final changes, but this file is going to go away in a
second anyway.

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

22 years agoIndentation changes and truncate lines at some width if possible.
wolf [Tue, 3 Sep 2002 15:21:56 +0000 (15:21 +0000)]
Indentation changes and truncate lines at some width if possible.

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

22 years agoProperly treat comment lines that have nothing except the comment sign. Simplify...
wolf [Thu, 29 Aug 2002 17:02:14 +0000 (17:02 +0000)]
Properly treat comment lines that have nothing except the comment sign. Simplify code while at it.

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

22 years agocopy to/from mg for BlockVector
guido [Tue, 27 Aug 2002 19:53:25 +0000 (19:53 +0000)]
copy to/from mg for BlockVector

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

22 years agoallow empty matrices
guido [Fri, 23 Aug 2002 15:30:01 +0000 (15:30 +0000)]
allow empty matrices

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

22 years agolocal discontinuous multigrid
guido [Fri, 23 Aug 2002 15:25:11 +0000 (15:25 +0000)]
local discontinuous multigrid

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

22 years agopreparation for local multigrid
guido [Thu, 22 Aug 2002 15:14:55 +0000 (15:14 +0000)]
preparation for local multigrid

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

22 years agoNew multigrid structures
guido [Wed, 21 Aug 2002 16:25:26 +0000 (16:25 +0000)]
New multigrid structures

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