]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agoMark input arguments 'const'.
bangerth [Wed, 6 Aug 2008 16:55:38 +0000 (16:55 +0000)]
Mark input arguments 'const'.

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

16 years agoMark an input argument as const in a number of places.
bangerth [Wed, 6 Aug 2008 16:42:57 +0000 (16:42 +0000)]
Mark an input argument as const in a number of places.

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

16 years agoAdded some more comments. More to come...
kronbichler [Wed, 6 Aug 2008 16:17:24 +0000 (16:17 +0000)]
Added some more comments. More to come...

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

16 years agoNeed to make the ChunkSparseMatrix a friend.
bangerth [Wed, 6 Aug 2008 05:02:12 +0000 (05:02 +0000)]
Need to make the ChunkSparseMatrix a friend.

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

16 years agoAdd the Chunk version of the SparseMatrix class. Pretty much all preconditioners...
bangerth [Wed, 6 Aug 2008 05:00:56 +0000 (05:00 +0000)]
Add the Chunk version of the SparseMatrix class. Pretty much all preconditioners aren't currently implemented, but will hopefully soon.

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

16 years agoFix comment.
bangerth [Wed, 6 Aug 2008 04:24:28 +0000 (04:24 +0000)]
Fix comment.

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

16 years agoOnly use -rpath when available.
bangerth [Wed, 6 Aug 2008 00:56:07 +0000 (00:56 +0000)]
Only use -rpath when available.

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

16 years agoFix comment.
bangerth [Tue, 5 Aug 2008 20:13:53 +0000 (20:13 +0000)]
Fix comment.

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

16 years agoFix use of wrong index.
bangerth [Tue, 5 Aug 2008 19:14:48 +0000 (19:14 +0000)]
Fix use of wrong index.

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

16 years agoAdjust address of mailing list.
bangerth [Tue, 5 Aug 2008 15:25:48 +0000 (15:25 +0000)]
Adjust address of mailing list.

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

16 years agoAdjust outdated address.
bangerth [Tue, 5 Aug 2008 15:22:01 +0000 (15:22 +0000)]
Adjust outdated address.

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

16 years agoRemove outdated link.
bangerth [Tue, 5 Aug 2008 15:20:51 +0000 (15:20 +0000)]
Remove outdated link.

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

16 years agoFix a problem that I'm unsure how it could have been missed: we were including pthrea...
bangerth [Tue, 5 Aug 2008 00:59:51 +0000 (00:59 +0000)]
Fix a problem that I'm unsure how it could have been missed: we were including pthread.h only after opening 'namespace dealii'. This tripped the PGI compiler in a rather weird situation when compiling with threading enabled.

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

16 years agoFix first line (remove unnecessary white space before comment).
bangerth [Mon, 4 Aug 2008 21:10:00 +0000 (21:10 +0000)]
Fix first line (remove unnecessary white space before comment).

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

16 years agoAvoid some constructs that no longer compile with current gcc mainline.
bangerth [Mon, 4 Aug 2008 20:09:03 +0000 (20:09 +0000)]
Avoid some constructs that no longer compile with current gcc mainline.

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

16 years agoFix html address. Add a TODO to update to the most recent version.
bangerth [Mon, 4 Aug 2008 20:08:45 +0000 (20:08 +0000)]
Fix html address. Add a TODO to update to the most recent version.

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

16 years agoUpdate web address of the function parser library.
bangerth [Mon, 4 Aug 2008 20:07:08 +0000 (20:07 +0000)]
Update web address of the function parser library.

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

16 years agoAdd invalid_entry. Add ChunkSparseMatrix as a friend.
bangerth [Sat, 2 Aug 2008 01:22:12 +0000 (01:22 +0000)]
Add invalid_entry. Add ChunkSparseMatrix as a friend.

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

16 years agoAdd braces to the other places marked by the compiler.
bangerth [Fri, 1 Aug 2008 05:07:19 +0000 (05:07 +0000)]
Add braces to the other places marked by the compiler.

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

16 years agoAdd braces, as suggested by recent gcc versions. There's probably one more case missi...
bangerth [Fri, 1 Aug 2008 03:00:35 +0000 (03:00 +0000)]
Add braces, as suggested by recent gcc versions. There's probably one more case missing right now.

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

16 years agoAdd braces, as suggested by recent gcc versions.
bangerth [Fri, 1 Aug 2008 02:55:38 +0000 (02:55 +0000)]
Add braces, as suggested by recent gcc versions.

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

16 years agoAdd parentheses around condition as suggested by recent gcc versions.
bangerth [Fri, 1 Aug 2008 02:54:23 +0000 (02:54 +0000)]
Add parentheses around condition as suggested by recent gcc versions.

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

16 years agoAdd a way to find out about the used chunk size.
bangerth [Thu, 31 Jul 2008 21:29:13 +0000 (21:29 +0000)]
Add a way to find out about the used chunk size.

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

16 years agoSet properties.
bangerth [Thu, 31 Jul 2008 21:11:09 +0000 (21:11 +0000)]
Set properties.

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

16 years agoSet properties.
bangerth [Thu, 31 Jul 2008 21:10:18 +0000 (21:10 +0000)]
Set properties.

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

16 years agoSet properties.
bangerth [Thu, 31 Jul 2008 21:09:49 +0000 (21:09 +0000)]
Set properties.

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

16 years agoSet svn:ignore
bangerth [Thu, 31 Jul 2008 20:06:49 +0000 (20:06 +0000)]
Set svn:ignore

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

16 years agoAdjust print() format.
bangerth [Thu, 31 Jul 2008 17:54:43 +0000 (17:54 +0000)]
Adjust print() format.

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

16 years agoAdjust output files.
bangerth [Thu, 31 Jul 2008 17:54:25 +0000 (17:54 +0000)]
Adjust output files.

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

16 years agoAdd CompressedSetSparsityPattern tests.
bangerth [Thu, 31 Jul 2008 17:51:18 +0000 (17:51 +0000)]
Add CompressedSetSparsityPattern tests.

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

16 years agoImplement CompressedSetSparsityPattern::print.
bangerth [Thu, 31 Jul 2008 17:46:43 +0000 (17:46 +0000)]
Implement CompressedSetSparsityPattern::print.

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

16 years agoAdjust
bangerth [Thu, 31 Jul 2008 17:37:36 +0000 (17:37 +0000)]
Adjust

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

16 years agoAdd tests for compressed sparsity pattern.
bangerth [Thu, 31 Jul 2008 17:36:59 +0000 (17:36 +0000)]
Add tests for compressed sparsity pattern.

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

16 years agoFix format in CompressedSparsityPattern::print.
bangerth [Thu, 31 Jul 2008 17:34:48 +0000 (17:34 +0000)]
Fix format in CompressedSparsityPattern::print.

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

16 years agoImplement CompressedSparsityPattern::print.
bangerth [Thu, 31 Jul 2008 17:29:18 +0000 (17:29 +0000)]
Implement CompressedSparsityPattern::print.

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

16 years agoAdd chunk sparsity pattern tests.
bangerth [Thu, 31 Jul 2008 13:31:48 +0000 (13:31 +0000)]
Add chunk sparsity pattern tests.

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

16 years agoFix a few functions. Implement some missing functionality.
bangerth [Thu, 31 Jul 2008 13:30:54 +0000 (13:30 +0000)]
Fix a few functions. Implement some missing functionality.

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

16 years agoCorrect the computation of the chunk size.
bangerth [Thu, 31 Jul 2008 12:48:46 +0000 (12:48 +0000)]
Correct the computation of the chunk size.

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

16 years agoImplement the stores_only_added_elements function for all sparsity patterns.
bangerth [Thu, 31 Jul 2008 12:33:50 +0000 (12:33 +0000)]
Implement the stores_only_added_elements function for all sparsity patterns.

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

16 years agoImplement a few missing functions.
bangerth [Thu, 31 Jul 2008 12:26:19 +0000 (12:26 +0000)]
Implement a few missing functions.

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

16 years agoImplement a few missing functions.
bangerth [Thu, 31 Jul 2008 12:25:57 +0000 (12:25 +0000)]
Implement a few missing functions.

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

16 years agoFix previous fix (make the condition more accurate).
bangerth [Wed, 30 Jul 2008 22:34:40 +0000 (22:34 +0000)]
Fix previous fix (make the condition more accurate).

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

16 years agoAdd one more assertion.
bangerth [Wed, 30 Jul 2008 22:33:00 +0000 (22:33 +0000)]
Add one more assertion.

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

16 years agoAdd an exception.
bangerth [Wed, 30 Jul 2008 22:27:58 +0000 (22:27 +0000)]
Add an exception.

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

16 years agoWrite something into each output file.
bangerth [Wed, 30 Jul 2008 22:01:05 +0000 (22:01 +0000)]
Write something into each output file.

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

16 years agoCheck most of the functions of the SparsityPattern class.
bangerth [Wed, 30 Jul 2008 21:46:01 +0000 (21:46 +0000)]
Check most of the functions of the SparsityPattern class.

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

16 years agoFix a bug in copy_from(FullMatrix)
bangerth [Wed, 30 Jul 2008 21:42:30 +0000 (21:42 +0000)]
Fix a bug in copy_from(FullMatrix)

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

16 years agoFix a bug in copy_from(FullMatrix)
bangerth [Wed, 30 Jul 2008 21:42:15 +0000 (21:42 +0000)]
Fix a bug in copy_from(FullMatrix)

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

16 years agoStart a set of tests that check individual functions of the SparsityPattern class...
bangerth [Wed, 30 Jul 2008 20:43:10 +0000 (20:43 +0000)]
Start a set of tests that check individual functions of the SparsityPattern class and friends.

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

16 years agoAdd a preliminary, untested version of the chunk sparsity pattern (need to commit...
bangerth [Sun, 27 Jul 2008 11:53:46 +0000 (11:53 +0000)]
Add a preliminary, untested version of the chunk sparsity pattern (need to commit because the laptop this is on will have its harddrive erased in a couple of hours).

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

16 years agoFixed bug in find_cells_adjacent_to_vertex
heltai [Thu, 17 Jul 2008 13:12:45 +0000 (13:12 +0000)]
Fixed bug in find_cells_adjacent_to_vertex

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

16 years agoFixed bug that wouldn't make the configure process work on a mac system.
heltai [Thu, 17 Jul 2008 13:03:04 +0000 (13:03 +0000)]
Fixed bug that wouldn't make the configure process work on a mac system.

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

16 years agoan unrefined cell has no children
kanschat [Thu, 17 Jul 2008 10:03:08 +0000 (10:03 +0000)]
an unrefined cell has no children

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

16 years agoMake it compile with icc10.
hartmann [Fri, 11 Jul 2008 14:55:35 +0000 (14:55 +0000)]
Make it compile with icc10.

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

16 years agoMove assertion to corresponding place.
hartmann [Thu, 10 Jul 2008 13:10:39 +0000 (13:10 +0000)]
Move assertion to corresponding place.

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

16 years agoImplement the component_mapping bugfix according to the implementation in the second...
hartmann [Thu, 10 Jul 2008 13:05:35 +0000 (13:05 +0000)]
Implement the component_mapping bugfix according to the implementation in the second MatrixCreator::create_boundary_mass_matrix class.

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

16 years agoRemove x-anisotropic from testname output (was brought over accidentally by the aniso...
bangerth [Wed, 9 Jul 2008 14:49:51 +0000 (14:49 +0000)]
Remove x-anisotropic from testname output (was brought over accidentally by the anisotropic merge yesterday.

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

16 years agoRemove obsolete paragraph pointing to anisotropic_changes.html.
hartmann [Wed, 9 Jul 2008 14:47:08 +0000 (14:47 +0000)]
Remove obsolete paragraph pointing to anisotropic_changes.html.

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

16 years agoRemove anisotropic.html from doc/doxygen/deal.dox.
hartmann [Tue, 8 Jul 2008 15:41:00 +0000 (15:41 +0000)]
Remove anisotropic.html from doc/doxygen/deal.dox.

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

16 years agoMove news entries from anisotropic.html to changes.h.
hartmann [Tue, 8 Jul 2008 15:39:46 +0000 (15:39 +0000)]
Move news entries from anisotropic.html to changes.h.

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

16 years agoRemove aniso todo file from trunk.
hartmann [Tue, 8 Jul 2008 15:36:14 +0000 (15:36 +0000)]
Remove aniso todo file from trunk.

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

16 years agoMerge branch_anisotropic to trunk: Extension of isotropic to
hartmann [Tue, 8 Jul 2008 15:27:47 +0000 (15:27 +0000)]
Merge branch_anisotropic to trunk: Extension of isotropic to
anisotropic refinement.

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

16 years agoMerge branch_anisotropic to trunk: Extension of isotropic to
hartmann [Tue, 8 Jul 2008 15:25:01 +0000 (15:25 +0000)]
Merge branch_anisotropic to trunk: Extension of isotropic to
anisotropic refinement.

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

16 years agoSet path to trilinos if using shared libs.
bangerth [Mon, 7 Jul 2008 16:47:09 +0000 (16:47 +0000)]
Set path to trilinos if using shared libs.

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

16 years agothis function DID get called directly and with default argument
kanschat [Wed, 2 Jul 2008 20:41:47 +0000 (20:41 +0000)]
this function DID get called directly and with default argument

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

16 years agoRemove -Winline from the flags. First, this flag didn't work with many previous compi...
bangerth [Wed, 2 Jul 2008 17:17:16 +0000 (17:17 +0000)]
Remove -Winline from the flags. First, this flag didn't work with many previous compilers anyway. Second, it doesn't provide any useful information: There is nothing much we can do if a function isn't inlined because the function it is inlined into would become too big.

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

16 years agomissing update on test
kanschat [Mon, 30 Jun 2008 19:51:02 +0000 (19:51 +0000)]
missing update on test

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

16 years agoProduce useful output.
bangerth [Mon, 30 Jun 2008 14:28:36 +0000 (14:28 +0000)]
Produce useful output.

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

16 years agoMove previously failing and now working testcase to deal.II/ . Leave a comment in...
bangerth [Mon, 30 Jun 2008 14:25:57 +0000 (14:25 +0000)]
Move previously failing and now working testcase to deal.II/ . Leave a comment in the testcase from which this was extracted.

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

16 years agoFix the testcase by ensuring that there are no cells in the input file that share...
bangerth [Mon, 30 Jun 2008 14:22:09 +0000 (14:22 +0000)]
Fix the testcase by ensuring that there are no cells in the input file that share 3 vertices (in 2d).

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

16 years agoOne more article that has appeared.
bangerth [Sun, 29 Jun 2008 23:13:01 +0000 (23:13 +0000)]
One more article that has appeared.

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

16 years agoPGI 7.2 also works.
bangerth [Sun, 29 Jun 2008 23:12:48 +0000 (23:12 +0000)]
PGI 7.2 also works.

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

16 years agoFix a place where we incorrectly passed a cell diameter rather than a face diameter.
bangerth [Sat, 28 Jun 2008 23:56:25 +0000 (23:56 +0000)]
Fix a place where we incorrectly passed a cell diameter rather than a face diameter.

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

16 years agofix a bug in poly tensor
kanschat [Mon, 16 Jun 2008 23:58:23 +0000 (23:58 +0000)]
fix a bug in poly tensor

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

16 years agoOne more failing test.
bangerth [Mon, 16 Jun 2008 19:33:26 +0000 (19:33 +0000)]
One more failing test.

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

16 years agoUndo previous checkin to Makefile that disabled pretty much all tests.
bangerth [Mon, 16 Jun 2008 19:30:12 +0000 (19:30 +0000)]
Undo previous checkin to Makefile that disabled pretty much all tests.

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

16 years agoParameterHandler::get_integer now throws exception for non-integer parameters.
hartmann [Fri, 13 Jun 2008 07:37:33 +0000 (07:37 +0000)]
ParameterHandler::get_integer now throws exception for non-integer parameters.

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

16 years agoInclude link to changes_after_6.1.html into new.html file.
hartmann [Fri, 13 Jun 2008 07:36:53 +0000 (07:36 +0000)]
Include link to changes_after_6.1.html into new.html file.

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

16 years agoFix output now that MappingQ(3) has been fixed by Tobias (see the new mesh_3d_2[2...
bangerth [Wed, 11 Jun 2008 14:56:51 +0000 (14:56 +0000)]
Fix output now that MappingQ(3) has been fixed by Tobias (see the new mesh_3d_2[2-6] testcases).

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

16 years agoDocument Tobias Leicht's fix for Timo Heister's testcase.
bangerth [Wed, 11 Jun 2008 14:42:39 +0000 (14:42 +0000)]
Document Tobias Leicht's fix for Timo Heister's testcase.

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

16 years agoMove the remaining output directories for mesh_3d_2[56].
bangerth [Wed, 11 Jun 2008 14:30:50 +0000 (14:30 +0000)]
Move the remaining output directories for mesh_3d_2[56].

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

16 years agoMove tests (mostly) to bits. Some cleanup will be necessary shortly.
bangerth [Wed, 11 Jun 2008 14:29:07 +0000 (14:29 +0000)]
Move tests (mostly) to bits. Some cleanup will be necessary shortly.

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

16 years agoReinclude assertion which has been removed accidentally in patch -r12645.
hartmann [Wed, 11 Jun 2008 13:07:56 +0000 (13:07 +0000)]
Reinclude assertion which has been removed accidentally in patch -r12645.

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

16 years agoLet MappingQ take care of support points on non-standard faces and lines in 3D in...
leicht [Wed, 11 Jun 2008 09:14:59 +0000 (09:14 +0000)]
Let MappingQ take care of support points on non-standard faces and lines in 3D in the correct way. This fixes the recently created failing test cases.

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

16 years agoAdditional tests that currently fail as MappingQ does not care about non-standard...
leicht [Wed, 11 Jun 2008 09:10:33 +0000 (09:10 +0000)]
Additional tests that currently fail as MappingQ does not care about non-standard faces in the right way.

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

16 years agoCheck in correct output.
bangerth [Tue, 10 Jun 2008 21:40:28 +0000 (21:40 +0000)]
Check in correct output.

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

16 years agoAdd yet another test that is a further reduced version of the previous two.
bangerth [Tue, 10 Jun 2008 21:07:41 +0000 (21:07 +0000)]
Add yet another test that is a further reduced version of the previous two.

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

16 years agoA second test in the same vein as mesh_3d_22.
bangerth [Tue, 10 Jun 2008 20:54:32 +0000 (20:54 +0000)]
A second test in the same vein as mesh_3d_22.

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

16 years agoRemove commented out part of the code. This will be made into a separate test.
bangerth [Tue, 10 Jun 2008 20:50:51 +0000 (20:50 +0000)]
Remove commented out part of the code. This will be made into a separate test.

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

16 years agoFinish test. It doesn't work right now, of course...
bangerth [Tue, 10 Jun 2008 20:48:46 +0000 (20:48 +0000)]
Finish test. It doesn't work right now, of course...

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

16 years agoAdd Timo Heister's testcase (needs to be formatted, and I need the mesh still).
bangerth [Tue, 10 Jun 2008 13:40:00 +0000 (13:40 +0000)]
Add Timo Heister's testcase (needs to be formatted, and I need the mesh still).

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

16 years agoDocument better what we do.
bangerth [Mon, 9 Jun 2008 22:36:44 +0000 (22:36 +0000)]
Document better what we do.

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

16 years agoFix botched markup.
bangerth [Mon, 9 Jun 2008 22:27:00 +0000 (22:27 +0000)]
Fix botched markup.

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

16 years agoState other possible avenues for future studies.
bangerth [Mon, 9 Jun 2008 22:12:59 +0000 (22:12 +0000)]
State other possible avenues for future studies.

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

16 years agoAdd references to IMPES algorithm.
bangerth [Mon, 9 Jun 2008 21:59:26 +0000 (21:59 +0000)]
Add references to IMPES algorithm.

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

16 years agoupdate
bangerth [Mon, 9 Jun 2008 15:53:03 +0000 (15:53 +0000)]
update

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

16 years agoSuppress small elements.
bangerth [Mon, 9 Jun 2008 15:52:06 +0000 (15:52 +0000)]
Suppress small elements.

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

16 years agoRemoved redundant $ char in documentation that made doxygen fail for this file.
kronbichler [Sun, 8 Jun 2008 13:38:02 +0000 (13:38 +0000)]
Removed redundant $ char in documentation that made doxygen fail for this file.

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

16 years agoRelease some memory that we forgot to free.
bangerth [Mon, 2 Jun 2008 21:57:29 +0000 (21:57 +0000)]
Release some memory that we forgot to free.

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

16 years agoStarted to write some comments.
kronbichler [Mon, 2 Jun 2008 12:07:56 +0000 (12:07 +0000)]
Started to write some comments.

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