]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoMention fix in ConvergenceTable.
kronbichler [Mon, 13 May 2013 05:38:03 +0000 (05:38 +0000)]
Mention fix in ConvergenceTable.

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

11 years agoImplement writing time and cycle to VTU files.
bangerth [Sun, 12 May 2013 21:37:12 +0000 (21:37 +0000)]
Implement writing time and cycle to VTU files.

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

11 years agoImplement writing time and cycle to VTK files. VTU format is still missing.
bangerth [Sun, 12 May 2013 21:16:05 +0000 (21:16 +0000)]
Implement writing time and cycle to VTK files. VTU format is still missing.

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

11 years agoFix a bunch of misspellings of the name "Dirichlet".
bangerth [Sat, 11 May 2013 09:12:28 +0000 (09:12 +0000)]
Fix a bunch of misspellings of the name "Dirichlet".

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

11 years agoForgot new test output
kronbichler [Fri, 10 May 2013 17:13:06 +0000 (17:13 +0000)]
Forgot new test output

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

11 years agoFix one more issue, augment documentation of new parameter.
kronbichler [Fri, 10 May 2013 16:51:44 +0000 (16:51 +0000)]
Fix one more issue, augment documentation of new parameter.

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

11 years agoFix issue 28.
kronbichler [Fri, 10 May 2013 15:47:24 +0000 (15:47 +0000)]
Fix issue 28.

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

11 years agoRemove stray 'typename' keywords.
bangerth [Fri, 10 May 2013 15:11:59 +0000 (15:11 +0000)]
Remove stray 'typename' keywords.

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

11 years agoRemove one & comment one 1d-assertion.
young [Fri, 10 May 2013 12:50:18 +0000 (12:50 +0000)]
Remove one & comment one 1d-assertion.

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

11 years agoPatch MathGL to output 3d grids.
young [Fri, 10 May 2013 12:45:52 +0000 (12:45 +0000)]
Patch MathGL to output 3d grids.

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

11 years agoNote to self about eigenpair logic...
young [Fri, 10 May 2013 11:56:09 +0000 (11:56 +0000)]
Note to self about eigenpair logic...

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

11 years agoGet imaginary parts of eigenpairs.
young [Fri, 10 May 2013 11:51:21 +0000 (11:51 +0000)]
Get imaginary parts of eigenpairs.

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

11 years agofix r29449
heister [Thu, 9 May 2013 23:30:06 +0000 (23:30 +0000)]
fix r29449

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

11 years agoIt is cleaner to call Epetra_Matrix::Multiply with Epetra_MultiVector
kronbichler [Thu, 9 May 2013 20:31:53 +0000 (20:31 +0000)]
It is cleaner to call Epetra_Matrix::Multiply with Epetra_MultiVector

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

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 agodocument a bug
heister [Mon, 6 May 2013 02:43:18 +0000 (02:43 +0000)]
document a bug

git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29461 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 agostep32: avoid min/max temperature computation for now
heister [Fri, 3 May 2013 23:35:58 +0000 (23:35 +0000)]
step32: avoid min/max temperature computation for now

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

11 years agowrite ConstraintMatrix::distribute(Petsc BlockVector) and add some reinit functions...
heister [Fri, 3 May 2013 23:35:19 +0000 (23:35 +0000)]
write ConstraintMatrix::distribute(Petsc BlockVector) and add some reinit functions for ghosted vectors

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

11 years agomerge from mainline
heister [Fri, 3 May 2013 22:00:46 +0000 (22:00 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29450 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 agostill not running, but compiling
heister [Fri, 3 May 2013 01:47:24 +0000 (01:47 +0000)]
still not running, but compiling

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

11 years agofix typo
heister [Fri, 3 May 2013 01:36:50 +0000 (01:36 +0000)]
fix typo

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

11 years agostep-32 compiles
heister [Fri, 3 May 2013 01:35:10 +0000 (01:35 +0000)]
step-32 compiles

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

11 years agouse newer method
heister [Fri, 3 May 2013 01:27:04 +0000 (01:27 +0000)]
use newer method

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

11 years agofix reinit() of block matrix
heister [Fri, 3 May 2013 01:26:47 +0000 (01:26 +0000)]
fix reinit() of block matrix

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

11 years agoadd assert
heister [Fri, 3 May 2013 01:25:45 +0000 (01:25 +0000)]
add assert

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

11 years agomore step-32
heister [Fri, 3 May 2013 01:02:19 +0000 (01:02 +0000)]
more step-32

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

11 years agomore work on step-32
heister [Fri, 3 May 2013 00:58:39 +0000 (00:58 +0000)]
more work on step-32

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

11 years agoadd reinit() taking a BlockCompressedSimpleSparsityPattern
heister [Fri, 3 May 2013 00:58:30 +0000 (00:58 +0000)]
add reinit() taking a BlockCompressedSimpleSparsityPattern

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

11 years agotypo in comment
heister [Fri, 3 May 2013 00:57:47 +0000 (00:57 +0000)]
typo in comment

git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29433 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 agomerge from mainline
heister [Wed, 1 May 2013 14:38:36 +0000 (14:38 +0000)]
merge from mainline

git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29418 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


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.