]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoMerge from mainline.
turcksin [Thu, 9 May 2013 19:11:46 +0000 (19:11 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29488 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSimplify TrilinosWrappers::SparseMatrix::vmult a bit more by using the same code...
kronbichler [Thu, 9 May 2013 13:13:18 +0000 (13:13 +0000)]
Simplify TrilinosWrappers::SparseMatrix::vmult a bit more by using the same code for all different vector types.

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

11 years agoExtend MatrixTools::create_mass_matrix and MatrixTools::create_laplace_matrix.
kronbichler [Thu, 9 May 2013 12:55:58 +0000 (12:55 +0000)]
Extend MatrixTools::create_mass_matrix and MatrixTools::create_laplace_matrix.

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

11 years agoAdjust test output: Trilinos has apparently a call to rand() somewhere which affects...
kronbichler [Thu, 9 May 2013 06:58:30 +0000 (06:58 +0000)]
Adjust test output: Trilinos has apparently a call to rand() somewhere which affects the random elements we put into the matrix (now there is one initialization less in the Trilinos matrix).

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

11 years agoRemove all uses of a removed variable.
bangerth [Thu, 9 May 2013 00:01:22 +0000 (00:01 +0000)]
Remove all uses of a removed variable.

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

11 years agoImplement a few more matrix-vector products with Trilinos matrices and deal.II vector...
kronbichler [Wed, 8 May 2013 20:11:04 +0000 (20:11 +0000)]
Implement a few more matrix-vector products with Trilinos matrices and deal.II vectors. Avoid usage of temporary arrays in Trilinos sparse matrix add/set functoin to make it really thread safe.

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

11 years agoFix change description
kronbichler [Wed, 8 May 2013 10:52:17 +0000 (10:52 +0000)]
Fix change description

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

11 years agoAugment documentation.
bangerth [Wed, 8 May 2013 08:48:49 +0000 (08:48 +0000)]
Augment documentation.

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

11 years agoImprove advance() operation and comparison operation a bit.
kronbichler [Wed, 8 May 2013 08:03:31 +0000 (08:03 +0000)]
Improve advance() operation and comparison operation a bit.

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

11 years agoAdjust output (row length in ChunkSparsityPattern is now exact also when n_rows(...
kronbichler [Wed, 8 May 2013 05:33:41 +0000 (05:33 +0000)]
Adjust output (row length in ChunkSparsityPattern is now exact also when n_rows()/chunk_size is nonzero.

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

11 years agoDifferent BLAS versions apparently produce different stopping residuals with Bicgstab...
kronbichler [Tue, 7 May 2013 19:34:21 +0000 (19:34 +0000)]
Different BLAS versions apparently produce different stopping residuals with Bicgstab. Use tighter tolerance.

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

11 years agoMention change
kronbichler [Tue, 7 May 2013 17:14:50 +0000 (17:14 +0000)]
Mention change

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

11 years agoImplement iterator for ChunkSparseMatrix. Parallelize matrix-vector product for Chunk...
kronbichler [Tue, 7 May 2013 17:14:12 +0000 (17:14 +0000)]
Implement iterator for ChunkSparseMatrix. Parallelize matrix-vector product for ChunkSparseMatrix.

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

11 years agoAdd two authors; make a correction in documentation
kainan.wang [Tue, 7 May 2013 16:58:38 +0000 (16:58 +0000)]
Add two authors; make a correction in documentation

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

11 years agoFix comment.
kronbichler [Tue, 7 May 2013 09:55:38 +0000 (09:55 +0000)]
Fix comment.

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

11 years agoMention changes
kronbichler [Tue, 7 May 2013 09:51:51 +0000 (09:51 +0000)]
Mention changes

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

11 years agoFix early success in Bicgstab: Should not scale residual by norm of rhs vector b...
kronbichler [Tue, 7 May 2013 09:50:33 +0000 (09:50 +0000)]
Fix early success in Bicgstab: Should not scale residual by norm of rhs vector b because that should be - if at all - be part of the termination tolerance. This should fix test case lac/bicgstab_large. Adjust output in a few Bicgstab tests.

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

11 years agoRemove obsolete include file
kronbichler [Tue, 7 May 2013 07:57:38 +0000 (07:57 +0000)]
Remove obsolete include file

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

11 years agoMake test work
kronbichler [Tue, 7 May 2013 07:01:29 +0000 (07:01 +0000)]
Make test work

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

11 years agoMore changes at dof_tools.cc
kainan.wang [Mon, 6 May 2013 22:20:06 +0000 (22:20 +0000)]
More changes at dof_tools.cc

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29469 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoInstantiate FETools::interpolate for general vector types.
bangerth [Mon, 6 May 2013 22:18:42 +0000 (22:18 +0000)]
Instantiate FETools::interpolate for general vector types.

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

11 years agoAdd expected output
kronbichler [Mon, 6 May 2013 20:17:53 +0000 (20:17 +0000)]
Add expected output

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

11 years agoAdd a test (that currently fails) showing that early success in Bicgstab solver is...
kronbichler [Mon, 6 May 2013 20:16:54 +0000 (20:16 +0000)]
Add a test (that currently fails) showing that early success in Bicgstab solver is not handled correctly when large numbers are present

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

11 years agoSave one temporary vector in Bicgstab.
kronbichler [Mon, 6 May 2013 19:52:31 +0000 (19:52 +0000)]
Save one temporary vector in Bicgstab.

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

11 years agoChoose to adaptively re-orthogonalize in GMRES, which cuts the number of inner produc...
kronbichler [Mon, 6 May 2013 19:51:19 +0000 (19:51 +0000)]
Choose to adaptively re-orthogonalize in GMRES, which cuts the number of inner products into one half for most applications. Add proper tests.

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

11 years agoActually test right preconditioning.
kronbichler [Mon, 6 May 2013 19:51:08 +0000 (19:51 +0000)]
Actually test right preconditioning.

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

11 years agoList Kevin Dugan's thesis.
bangerth [Mon, 6 May 2013 02:43:55 +0000 (02:43 +0000)]
List Kevin Dugan's thesis.

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

11 years agoAdd Guido's address.
bangerth [Mon, 6 May 2013 02:40:05 +0000 (02:40 +0000)]
Add Guido's address.

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

11 years agoMinor edits.
bangerth [Mon, 6 May 2013 02:39:26 +0000 (02:39 +0000)]
Minor edits.

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

11 years agoMerge from mainline.
turcksin [Sun, 5 May 2013 19:05:50 +0000 (19:05 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29458 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAugment documentation.
bangerth [Sun, 5 May 2013 14:07:48 +0000 (14:07 +0000)]
Augment documentation.

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

11 years agoDocument better.
bangerth [Sun, 5 May 2013 11:21:44 +0000 (11:21 +0000)]
Document better.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29456 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoExplain better.
bangerth [Sun, 5 May 2013 11:06:22 +0000 (11:06 +0000)]
Explain better.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29455 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoCMake: Also install deal.tag
maier [Sat, 4 May 2013 08:56:07 +0000 (08:56 +0000)]
CMake: Also install deal.tag

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

11 years agoMake several changes in dof_tools
kainan.wang [Sat, 4 May 2013 05:06:10 +0000 (05:06 +0000)]
Make several changes in dof_tools

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29453 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoTemporary fix for compress. Ideally all the ::dealii::VectorOperation::unknown will...
turcksin [Fri, 3 May 2013 20:23:03 +0000 (20:23 +0000)]
Temporary fix for compress. Ideally all the ::dealii::VectorOperation::unknown will be taken out.

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

11 years agoMerge from mainline.
turcksin [Fri, 3 May 2013 17:45:40 +0000 (17:45 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29448 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoDelete useless std::cout.
turcksin [Fri, 3 May 2013 15:28:59 +0000 (15:28 +0000)]
Delete useless std::cout.

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

11 years agofix Trilinos SparseMatrix adding instead of inserting entries in parallel. Also leave...
heister [Fri, 3 May 2013 15:15:18 +0000 (15:15 +0000)]
fix Trilinos SparseMatrix adding instead of inserting entries in parallel. Also leave a todo.

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

11 years agoclean up test
heister [Fri, 3 May 2013 15:08:16 +0000 (15:08 +0000)]
clean up test

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

11 years agomake test fail (bug in Trilinos)
heister [Fri, 3 May 2013 14:48:13 +0000 (14:48 +0000)]
make test fail (bug in Trilinos)

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

11 years agoAdd one.
bangerth [Fri, 3 May 2013 02:10:28 +0000 (02:10 +0000)]
Add one.

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

11 years agoBuild in assertions...
young [Thu, 2 May 2013 20:18:40 +0000 (20:18 +0000)]
Build in assertions...

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

11 years agoDo not use std::numeric_limits on enum types -- max() is always zero
bangerth [Thu, 2 May 2013 15:25:44 +0000 (15:25 +0000)]
Do not use std::numeric_limits on enum types -- max() is always zero
in that case...

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

11 years agoMerge from mainline.
turcksin [Thu, 2 May 2013 14:24:19 +0000 (14:24 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29430 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agofix 2d test
heister [Thu, 2 May 2013 14:20:14 +0000 (14:20 +0000)]
fix 2d test

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

11 years agofix p4est assert from yesterday
heister [Thu, 2 May 2013 14:18:39 +0000 (14:18 +0000)]
fix p4est assert from yesterday

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

11 years agoEnable multithreading.
kronbichler [Thu, 2 May 2013 13:50:37 +0000 (13:50 +0000)]
Enable multithreading.

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

11 years agoEnable multithreading by default.
kronbichler [Thu, 2 May 2013 13:48:22 +0000 (13:48 +0000)]
Enable multithreading by default.

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

11 years agoadd 2d test (does not trigger the right error)
heister [Thu, 2 May 2013 01:28:28 +0000 (01:28 +0000)]
add 2d test (does not trigger the right error)

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

11 years agoadd test for p4est max refinement level
heister [Thu, 2 May 2013 01:12:44 +0000 (01:12 +0000)]
add test for p4est max refinement level

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

11 years agothrow exception if p4est maximum refinement level is reached
heister [Thu, 2 May 2013 01:12:05 +0000 (01:12 +0000)]
throw exception if p4est maximum refinement level is reached

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

11 years agoFix poor markup.
bangerth [Wed, 1 May 2013 23:47:07 +0000 (23:47 +0000)]
Fix poor markup.

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

11 years agoMore comments.
bangerth [Wed, 1 May 2013 23:03:42 +0000 (23:03 +0000)]
More comments.

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

11 years agoBetter formatting of documentation.
bangerth [Wed, 1 May 2013 23:01:59 +0000 (23:01 +0000)]
Better formatting of documentation.

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

11 years agoProvide better documentation.
bangerth [Wed, 1 May 2013 21:24:00 +0000 (21:24 +0000)]
Provide better documentation.

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

11 years agoComment on the fact that VTK is a legacy format. People should be using VTU instead.
bangerth [Wed, 1 May 2013 12:35:10 +0000 (12:35 +0000)]
Comment on the fact that VTK is a legacy format. People should be using VTU instead.

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

11 years agoFix some bugs in the tutorial steps.
turcksin [Tue, 30 Apr 2013 20:25:20 +0000 (20:25 +0000)]
Fix some bugs in the tutorial steps.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29416 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoParameterHandler::set(., bool) which was broken, see bug #49.
bangerth [Tue, 30 Apr 2013 19:10:25 +0000 (19:10 +0000)]
ParameterHandler::set(., bool) which was broken, see bug #49.

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

11 years agoRename variable in inner scope to avoid clash with outer scope.
bangerth [Tue, 30 Apr 2013 16:48:34 +0000 (16:48 +0000)]
Rename variable in inner scope to avoid clash with outer scope.

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

11 years agoDo operation in the correct type.
bangerth [Tue, 30 Apr 2013 16:48:16 +0000 (16:48 +0000)]
Do operation in the correct type.

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

11 years agoAdd missing include files.
bangerth [Tue, 30 Apr 2013 16:38:38 +0000 (16:38 +0000)]
Add missing include files.

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

11 years agoFix accidental checkin of merge conflict marker :-(
bangerth [Tue, 30 Apr 2013 16:21:59 +0000 (16:21 +0000)]
Fix accidental checkin of merge conflict marker :-(

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29411 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoRemove accidental double-semicolons (is that a colon, then?).
bangerth [Tue, 30 Apr 2013 16:03:02 +0000 (16:03 +0000)]
Remove accidental double-semicolons (is that a colon, then?).

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

11 years agoMerge from mainline.
bangerth [Tue, 30 Apr 2013 15:18:49 +0000 (15:18 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29409 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoMake partial initialization work properly, including a minimum functionality in case...
kronbichler [Tue, 30 Apr 2013 14:56:37 +0000 (14:56 +0000)]
Make partial initialization work properly, including a minimum functionality in case of no index initializations.

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

11 years agoFix a mpi test.
turcksin [Tue, 30 Apr 2013 14:36:42 +0000 (14:36 +0000)]
Fix a mpi test.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29407 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSimplify FullMatrix::Tmmult and FullMatrix::mTmult in case the two input matrices...
kronbichler [Tue, 30 Apr 2013 14:11:19 +0000 (14:11 +0000)]
Simplify FullMatrix::Tmmult and FullMatrix::mTmult in case the two input matrices are the same.

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

11 years agoCMake: Fix a typo that prevented user supplied shared linker flags from being used
maier [Tue, 30 Apr 2013 09:11:08 +0000 (09:11 +0000)]
CMake: Fix a typo that prevented user supplied shared linker flags from being used

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

11 years agoCMake: Small cleanup in check_*, take over r29403 to trunk
maier [Tue, 30 Apr 2013 07:34:23 +0000 (07:34 +0000)]
CMake: Small cleanup in check_*, take over r29403 to trunk

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

11 years agoDisable the flag -Wa,--compress-debug-sections for Intel compilers. It turned out...
bangerth [Tue, 30 Apr 2013 03:38:44 +0000 (03:38 +0000)]
Disable the flag -Wa,--compress-debug-sections for Intel compilers. It turned out to be impossible to determine under which circumstances it may or may not work.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29403 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoSuppress several more of Intel's warnings.
bangerth [Tue, 30 Apr 2013 03:37:40 +0000 (03:37 +0000)]
Suppress several more of Intel's warnings.

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

11 years agoadd my email
heister [Mon, 29 Apr 2013 20:34:30 +0000 (20:34 +0000)]
add my email

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

11 years agoLink to video lectures. Reshuffle links so that the most frequently used ones are...
bangerth [Mon, 29 Apr 2013 16:05:18 +0000 (16:05 +0000)]
Link to video lectures. Reshuffle links so that the most frequently used ones are at the top.

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

11 years agoAvoid font confusion.
bangerth [Mon, 29 Apr 2013 16:03:10 +0000 (16:03 +0000)]
Avoid font confusion.

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

11 years agoFix a bug in number of global active cells.
turcksin [Mon, 29 Apr 2013 15:30:10 +0000 (15:30 +0000)]
Fix a bug in number of global active cells.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29398 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAugment documentation to explain a common mistake.
bangerth [Mon, 29 Apr 2013 14:42:42 +0000 (14:42 +0000)]
Augment documentation to explain a common mistake.

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

11 years agoAdd my email address.
bangerth [Mon, 29 Apr 2013 14:14:29 +0000 (14:14 +0000)]
Add my email address.

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

11 years agoRemove outdated comment.
bangerth [Mon, 29 Apr 2013 14:12:13 +0000 (14:12 +0000)]
Remove outdated comment.

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

11 years agoUpdate the license information in readme.html and license.html
maier [Mon, 29 Apr 2013 13:30:11 +0000 (13:30 +0000)]
Update the license information in readme.html and license.html

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

11 years agoList 'and others' as authors of the deal.II website.
bangerth [Sun, 28 Apr 2013 23:24:25 +0000 (23:24 +0000)]
List 'and others' as authors of the deal.II website.

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

11 years agoLink to the tethex project to convert meshes.
bangerth [Sun, 28 Apr 2013 20:04:35 +0000 (20:04 +0000)]
Link to the tethex project to convert meshes.

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

11 years agoFix typo.
bangerth [Sun, 28 Apr 2013 18:01:29 +0000 (18:01 +0000)]
Fix typo.

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

11 years agoCMake: Introduce a VERSION that will be queried for the version number
maier [Sat, 27 Apr 2013 19:39:21 +0000 (19:39 +0000)]
CMake: Introduce a VERSION that will be queried for the version number

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

11 years agoWork around a problem with some compilers.
bangerth [Sat, 27 Apr 2013 01:03:10 +0000 (01:03 +0000)]
Work around a problem with some compilers.

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

11 years agoMerge from mainline.
turcksin [Fri, 26 Apr 2013 13:56:50 +0000 (13:56 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29388 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agoAdjust output to what it should have been all along.
bangerth [Thu, 25 Apr 2013 15:22:50 +0000 (15:22 +0000)]
Adjust output to what it should have been all along.

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

11 years agoAdjust output to what it should have been all along.
bangerth [Thu, 25 Apr 2013 15:20:04 +0000 (15:20 +0000)]
Adjust output to what it should have been all along.

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

11 years agoCMake: Query for Trilinos packages in a sane manner
maier [Wed, 24 Apr 2013 18:07:55 +0000 (18:07 +0000)]
CMake: Query for Trilinos packages in a sane manner

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

11 years agoSet flags, width, precision directly on the underlying stream object.
bangerth [Wed, 24 Apr 2013 15:53:38 +0000 (15:53 +0000)]
Set flags, width, precision directly on the underlying stream object.

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

11 years agoadd test for trilinos matrix
heister [Wed, 24 Apr 2013 15:06:51 +0000 (15:06 +0000)]
add test for trilinos matrix

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

11 years agoSet stream properties only once, rather than every time we access the stream.
bangerth [Wed, 24 Apr 2013 14:49:17 +0000 (14:49 +0000)]
Set stream properties only once, rather than every time we access the stream.

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

11 years agoPut matrix-free worker functions in internal namespace to allow for reuse of them...
kronbichler [Wed, 24 Apr 2013 12:48:38 +0000 (12:48 +0000)]
Put matrix-free worker functions in internal namespace to allow for reuse of them in several places.

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

11 years agoReintroduce a statement that (I believe) has caused hundreds of testsuite failures.
bangerth [Wed, 24 Apr 2013 11:47:54 +0000 (11:47 +0000)]
Reintroduce a statement that (I believe) has caused hundreds of testsuite failures.

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

11 years agoBack out the significant part of the previous change to this class in
bangerth [Tue, 23 Apr 2013 14:46:08 +0000 (14:46 +0000)]
Back out the significant part of the previous change to this class in
hopes of bringing test results back to normal.

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

11 years agoPatch by Fahad Alrashed: Save and restore print state in PETScWrappers::VectorBase...
bangerth [Tue, 23 Apr 2013 11:36:38 +0000 (11:36 +0000)]
Patch by Fahad Alrashed: Save and restore print state in PETScWrappers::VectorBase::print.

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

11 years agoA more descriptive documentation for the TransformationBase classes.
young [Tue, 23 Apr 2013 11:25:31 +0000 (11:25 +0000)]
A more descriptive documentation for the TransformationBase classes.

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

11 years agoNew function set_target_eigenvalue and minor API tweaks.
young [Tue, 23 Apr 2013 11:08:30 +0000 (11:08 +0000)]
New function set_target_eigenvalue and minor API tweaks.

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

11 years agoFixed bug in FESystem. With 5 components, only 4 where actually generated.
heltai [Tue, 23 Apr 2013 09:38:44 +0000 (09:38 +0000)]
Fixed bug in FESystem. With 5 components, only 4 where actually generated.

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

11 years agoCMake: Remove setup_cpack.cmake. We'll do packaging by hand.
maier [Tue, 23 Apr 2013 08:46:55 +0000 (08:46 +0000)]
CMake: Remove setup_cpack.cmake. We'll do packaging by hand.

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