]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agoThe Trilinos AMG preconditioner initialization contained an error before that maked...
kronbichler [Wed, 13 Aug 2008 18:46:35 +0000 (18:46 +0000)]
The Trilinos AMG preconditioner initialization contained an error before that maked it be non-optimal. Moreover, some options are now changed that avoid warnings (and crashes) during the preconditioner build for systems with many entries per row (higher order elements).

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

16 years agoImplement source locations also for 3d.
bangerth [Wed, 13 Aug 2008 03:20:39 +0000 (03:20 +0000)]
Implement source locations also for 3d.

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

16 years agoAdd a comment to the place where we skip copying elements into Trilinos.
bangerth [Wed, 13 Aug 2008 03:08:02 +0000 (03:08 +0000)]
Add a comment to the place where we skip copying elements into Trilinos.

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

16 years agoLet the preconditioner have its own sparsity pattern.
bangerth [Wed, 13 Aug 2008 02:46:03 +0000 (02:46 +0000)]
Let the preconditioner have its own sparsity pattern.

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

16 years agoUse a more explicit description of the sparsity pattern.
bangerth [Wed, 13 Aug 2008 01:19:26 +0000 (01:19 +0000)]
Use a more explicit description of the sparsity pattern.

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

16 years agoNo longer build the preconditioner for the pressure mass matrix in the (1,1) block...
bangerth [Wed, 13 Aug 2008 01:04:45 +0000 (01:04 +0000)]
No longer build the preconditioner for the pressure mass matrix in the (1,1) block of the system matrix but in the preconditioner_matrix proper. That also means that we can't throw away the preconditioner_matrix at the end of building the preconditioner any more, though.

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

16 years agoMove an assertion to the place where it was probably supposed to be.
bangerth [Wed, 13 Aug 2008 00:34:02 +0000 (00:34 +0000)]
Move an assertion to the place where it was probably supposed to be.

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

16 years agoRemove unused variable.
bangerth [Tue, 12 Aug 2008 23:56:42 +0000 (23:56 +0000)]
Remove unused variable.

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

16 years agoOnly run when UMFPACK is actually installed.
bangerth [Tue, 12 Aug 2008 23:50:23 +0000 (23:50 +0000)]
Only run when UMFPACK is actually installed.

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

16 years agoChanged the application of the (inverse) preconditioner matrix on the velocity block...
kronbichler [Tue, 12 Aug 2008 23:43:38 +0000 (23:43 +0000)]
Changed the application of the (inverse) preconditioner matrix on the velocity block to an AMG preconditioner based on Trilinos. Made changes in the Makefile to only try to run the program when deal.II is configured with Trilinos.

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

16 years agoDocument our failed experiment with block diagonal preconditioners.
bangerth [Tue, 12 Aug 2008 20:03:10 +0000 (20:03 +0000)]
Document our failed experiment with block diagonal preconditioners.

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

16 years agoUse a different approach: Build a matrix that contains the vector Laplacian with...
bangerth [Tue, 12 Aug 2008 19:15:57 +0000 (19:15 +0000)]
Use a different approach: Build a matrix that contains the vector Laplacian with the no-normal-flux boundary conditions. The boundary conditions do couple the individual components, but only on the boundary.

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

16 years agoUndo last change -- it turns out that this preconditioner only really works when...
bangerth [Tue, 12 Aug 2008 18:59:32 +0000 (18:59 +0000)]
Undo last change -- it turns out that this preconditioner only really works when using Dirichlet boundary conditions for the velocity around the entire domain.

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

16 years agoDo the math for variable time steps.
bangerth [Tue, 12 Aug 2008 16:17:28 +0000 (16:17 +0000)]
Do the math for variable time steps.

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

16 years agoaniso/hp_constraints_q*08 tests moved to fail.
hartmann [Tue, 12 Aug 2008 13:54:10 +0000 (13:54 +0000)]
aniso/hp_constraints_q*08 tests moved to fail.

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

16 years agoaniso/hp_constraints_q*08 tests moved to fail.
hartmann [Tue, 12 Aug 2008 13:48:46 +0000 (13:48 +0000)]
aniso/hp_constraints_q*08 tests moved to fail.

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

16 years agoLink to step-31
bangerth [Tue, 12 Aug 2008 03:00:32 +0000 (03:00 +0000)]
Link to step-31

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

16 years agoFinish section on solvers for the Stokes part.
bangerth [Tue, 12 Aug 2008 02:58:30 +0000 (02:58 +0000)]
Finish section on solvers for the Stokes part.

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

16 years agoFix a bad link
bangerth [Tue, 12 Aug 2008 01:50:50 +0000 (01:50 +0000)]
Fix a bad link

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

16 years agoTalk about preconditioners a bit.
bangerth [Mon, 11 Aug 2008 23:44:10 +0000 (23:44 +0000)]
Talk about preconditioners a bit.

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

16 years agoUse only the allowed range h3...h6 instead of h2...
bangerth [Mon, 11 Aug 2008 23:12:50 +0000 (23:12 +0000)]
Use only the allowed range h3...h6 instead of h2...

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

16 years agoUse A_T instead of A.
bangerth [Mon, 11 Aug 2008 23:04:05 +0000 (23:04 +0000)]
Use A_T instead of A.

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

16 years agoMake it clear what the right hand side of the T equation depends on.
bangerth [Mon, 11 Aug 2008 23:03:36 +0000 (23:03 +0000)]
Make it clear what the right hand side of the T equation depends on.

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

16 years agoDocument the stabilization approach we are going to take.
bangerth [Mon, 11 Aug 2008 23:02:04 +0000 (23:02 +0000)]
Document the stabilization approach we are going to take.

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

16 years agoProvide the infrastructure for building the preconditioner as a system of three decou...
bangerth [Mon, 11 Aug 2008 22:27:21 +0000 (22:27 +0000)]
Provide the infrastructure for building the preconditioner as a system of three decoupled blocks each of which consists of a scalar Laplace operator.

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

16 years agoAdded some comments, changed some code to be in line with the findings in step-22.
kronbichler [Thu, 7 Aug 2008 12:53:32 +0000 (12:53 +0000)]
Added some comments, changed some code to be in line with the findings in step-22.

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

16 years agoThere were a few errors in the documentation that made Doxygen complain. Moreover...
kronbichler [Thu, 7 Aug 2008 09:34:18 +0000 (09:34 +0000)]
There were a few errors in the documentation that made Doxygen complain. Moreover, tutorial step-30 is now also accessible through the navigation bar on the left.

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

16 years agoCorrected output.
bangerth [Wed, 6 Aug 2008 17:50:09 +0000 (17:50 +0000)]
Corrected output.

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

16 years agoFix partition function -- we needed to also consider refined neighbors.
bangerth [Wed, 6 Aug 2008 17:49:50 +0000 (17:49 +0000)]
Fix partition function -- we needed to also consider refined neighbors.

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

16 years agoFix one problem, but the output is currently still wrong.
bangerth [Wed, 6 Aug 2008 17:40:18 +0000 (17:40 +0000)]
Fix one problem, but the output is currently still wrong.

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

16 years agoFix test and check in output.
bangerth [Wed, 6 Aug 2008 17:28:01 +0000 (17:28 +0000)]
Fix test and check in output.

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

16 years agoNew test
bangerth [Wed, 6 Aug 2008 17:25:17 +0000 (17:25 +0000)]
New test

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

16 years agoImplement a second function for partitioning a triangulation.
bangerth [Wed, 6 Aug 2008 17:15:08 +0000 (17:15 +0000)]
Implement a second function for partitioning a triangulation.

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

16 years agoUpdate results after changes most likely caused by the anisotropic refinement merge.
bangerth [Wed, 6 Aug 2008 17:11:03 +0000 (17:11 +0000)]
Update results after changes most likely caused by the anisotropic refinement merge.

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

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


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.