]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoIncrease size of stabilization parameter to get stable solutions at large times.
kronbichler [Tue, 4 Jun 2013 06:11:19 +0000 (06:11 +0000)]
Increase size of stabilization parameter to get stable solutions at large times.

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

11 years agoFix location of a semicolon so that it doesn't trip up the compiler.
bangerth [Mon, 3 Jun 2013 18:15:12 +0000 (18:15 +0000)]
Fix location of a semicolon so that it doesn't trip up the compiler.

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

11 years agoScott Miller's patch adding the unique_faces option
kanschat [Mon, 3 Jun 2013 15:05:26 +0000 (15:05 +0000)]
Scott Miller's patch adding the unique_faces option

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

11 years agoSyntax tweak
young [Mon, 3 Jun 2013 11:32:45 +0000 (11:32 +0000)]
Syntax tweak

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

11 years agoDeal kindly with PETSC_USE_COMPLEX in SLEPcWrappers.
young [Mon, 3 Jun 2013 10:33:47 +0000 (10:33 +0000)]
Deal kindly with PETSC_USE_COMPLEX in SLEPcWrappers.

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

11 years agoDeal kindly with PETSC_USE_COMPLEX in PETScWrappers.
young [Mon, 3 Jun 2013 10:33:11 +0000 (10:33 +0000)]
Deal kindly with PETSC_USE_COMPLEX in PETScWrappers.

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

11 years agoDeal with PETSC_USE_COMPLEX in PETScWrappers.
young [Mon, 3 Jun 2013 10:01:02 +0000 (10:01 +0000)]
Deal with PETSC_USE_COMPLEX in PETScWrappers.

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

11 years agoFix previous change.
bangerth [Mon, 3 Jun 2013 04:41:31 +0000 (04:41 +0000)]
Fix previous change.

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

11 years agoCatch exceptions also in WorkStream, similar to the recent change to tasks.
bangerth [Mon, 3 Jun 2013 04:25:55 +0000 (04:25 +0000)]
Catch exceptions also in WorkStream, similar to the recent change to tasks.

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

11 years agoupdate test
heister [Mon, 3 Jun 2013 00:30:01 +0000 (00:30 +0000)]
update test

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

11 years agostep-50: clean up, comparison with AMG
heister [Sun, 2 Jun 2013 23:51:29 +0000 (23:51 +0000)]
step-50: clean up, comparison with AMG

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

11 years agowork on fixing multigrid in parallel
heister [Sun, 2 Jun 2013 23:07:17 +0000 (23:07 +0000)]
work on fixing multigrid in parallel

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

11 years agoupdate test
heister [Sun, 2 Jun 2013 22:22:01 +0000 (22:22 +0000)]
update test

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

11 years agodisallow get_dof_indices() and a few others for nonactive cells
heister [Sun, 2 Jun 2013 21:00:24 +0000 (21:00 +0000)]
disallow get_dof_indices() and a few others for nonactive cells

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

11 years agoMore gracefully handle the case that an exception is thrown on a task created by...
bangerth [Sun, 2 Jun 2013 18:13:30 +0000 (18:13 +0000)]
More gracefully handle the case that an exception is thrown on a task created by Threads::new_task. Unfortunately, I could not come up with a way to write a test for this case :-(

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

11 years agoadd some ignores
heister [Sat, 1 Jun 2013 20:33:00 +0000 (20:33 +0000)]
add some ignores

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

11 years agofix a bunch of tests
heister [Sat, 1 Jun 2013 20:31:25 +0000 (20:31 +0000)]
fix a bunch of tests

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

11 years agofix another spot where we ask an inactive cell for the subdomain
heister [Sat, 1 Jun 2013 20:24:19 +0000 (20:24 +0000)]
fix another spot where we ask an inactive cell for the subdomain

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

11 years agomissed one directory with svn:ignores for cmake temp files
heister [Sat, 1 Jun 2013 20:23:49 +0000 (20:23 +0000)]
missed one directory with svn:ignores for cmake temp files

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

11 years agoadd cmake temp files to the ignores in the example directories, because we often...
heister [Sat, 1 Jun 2013 19:53:58 +0000 (19:53 +0000)]
add cmake temp files to the ignores in the example directories, because we often do insource builds of the examples

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

11 years agomake a lot more tests work
heister [Sat, 1 Jun 2013 19:24:44 +0000 (19:24 +0000)]
make a lot more tests work

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

11 years agoattempt to fix failing multigrid tests (is_locally_owned only works with active cells...
heister [Sat, 1 Jun 2013 19:10:23 +0000 (19:10 +0000)]
attempt to fix failing multigrid tests (is_locally_owned only works with active cells now)

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

11 years agoUpdate output.
bangerth [Sat, 1 Jun 2013 00:42:54 +0000 (00:42 +0000)]
Update output.

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

11 years agoalso delete mpi OK files in make clean
heister [Sat, 1 Jun 2013 00:24:08 +0000 (00:24 +0000)]
also delete mpi OK files in make clean

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

11 years agofix svg out that with new subdomain changes
heister [Sat, 1 Jun 2013 00:22:23 +0000 (00:22 +0000)]
fix svg out that with new subdomain changes

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

11 years agoupdate tests to produce output on each cpu
heister [Sat, 1 Jun 2013 00:03:48 +0000 (00:03 +0000)]
update tests to produce output on each cpu

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

11 years agofix last commit
heister [Fri, 31 May 2013 23:57:15 +0000 (23:57 +0000)]
fix last commit

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

11 years agomake sure to close the file
heister [Fri, 31 May 2013 23:54:31 +0000 (23:54 +0000)]
make sure to close the file

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

11 years agomake test work
heister [Fri, 31 May 2013 23:08:39 +0000 (23:08 +0000)]
make test work

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

11 years agosubdomainids should only work for active cells, enforce this. Also forbid is_artifici...
heister [Fri, 31 May 2013 23:00:36 +0000 (23:00 +0000)]
subdomainids should only work for active cells, enforce this. Also forbid is_artificial(), is_ghost(), and is_locally_owned() if not active.

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

11 years agoupdate test
heister [Fri, 31 May 2013 22:34:35 +0000 (22:34 +0000)]
update test

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

11 years agotests should not use is_artificial() etc on cells that are not active
heister [Fri, 31 May 2013 22:31:33 +0000 (22:31 +0000)]
tests should not use is_artificial() etc on cells that are not active

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

11 years agoskip parts of loop in distribute_dofs() that is not necessary
heister [Fri, 31 May 2013 22:13:52 +0000 (22:13 +0000)]
skip parts of loop in distribute_dofs() that is not necessary

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

11 years agoMore doc updates.
bangerth [Fri, 31 May 2013 21:53:39 +0000 (21:53 +0000)]
More doc updates.

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

11 years agoAugment documentation.
bangerth [Fri, 31 May 2013 21:46:31 +0000 (21:46 +0000)]
Augment documentation.

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

11 years agoProperly format comments.
bangerth [Fri, 31 May 2013 20:46:10 +0000 (20:46 +0000)]
Properly format comments.

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

11 years agoyet another successful test
kanschat [Fri, 31 May 2013 20:02:40 +0000 (20:02 +0000)]
yet another successful test

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

11 years agotowards mixed cg/dg mg
kanschat [Fri, 31 May 2013 19:22:50 +0000 (19:22 +0000)]
towards mixed cg/dg mg

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

11 years agoremove double loop by two outputs
kanschat [Fri, 31 May 2013 16:40:56 +0000 (16:40 +0000)]
remove double loop by two outputs

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

11 years agoBetter way for recording the exception: Only print its name, not the full info in...
kronbichler [Fri, 31 May 2013 16:01:25 +0000 (16:01 +0000)]
Better way for recording the exception: Only print its name, not the full info in order to avoid differences in encoding anonymous namespaces and future changes in function names

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

11 years agoAdjust output
kronbichler [Fri, 31 May 2013 15:49:44 +0000 (15:49 +0000)]
Adjust output

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

11 years agoRemove stray typename
kronbichler [Fri, 31 May 2013 12:51:37 +0000 (12:51 +0000)]
Remove stray typename

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

11 years agoFix test.
kronbichler [Fri, 31 May 2013 12:49:55 +0000 (12:49 +0000)]
Fix test.

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

11 years agoFix uninitialized memory.
kronbichler [Fri, 31 May 2013 11:37:50 +0000 (11:37 +0000)]
Fix uninitialized memory.

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

11 years agoFix a few bugs with distribute. constraint_matrix_trilinos_bug/ncpu_10 still not...
kronbichler [Fri, 31 May 2013 09:48:26 +0000 (09:48 +0000)]
Fix a few bugs with distribute. constraint_matrix_trilinos_bug/ncpu_10 still not working. Try to figure it out.

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

11 years agoMake distribute() work properly with parallel::distributed::Vector. Also cleanup...
kronbichler [Fri, 31 May 2013 08:14:35 +0000 (08:14 +0000)]
Make distribute() work properly with parallel::distributed::Vector. Also cleanup in extracting locally owned dofs of Trilinos vector. Distributing constraints with parallel::distributed::Vector has become simpler now, so use that in step-48.

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

11 years agoMake ConstraintMatrix::distribute also work for block vectors. Needs a couple extra...
bangerth [Fri, 31 May 2013 04:53:43 +0000 (04:53 +0000)]
Make ConstraintMatrix::distribute also work for block vectors. Needs a couple extra functions in the PETSc block vectors.

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

11 years agoRemove tests that now no longer make sense.
bangerth [Fri, 31 May 2013 04:51:41 +0000 (04:51 +0000)]
Remove tests that now no longer make sense.

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

11 years agoImprove documentation slightly.
bangerth [Fri, 31 May 2013 04:21:10 +0000 (04:21 +0000)]
Improve documentation slightly.

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

11 years agoCheck in a revision of the ConstraintMatrix::distribute patch. I'm not sure it actual...
bangerth [Thu, 30 May 2013 22:29:18 +0000 (22:29 +0000)]
Check in a revision of the ConstraintMatrix::distribute patch. I'm not sure it actually works but the network here is going to shut down in a few minutes and I'd like to have it sent to the tester. Will re-evaluate later today.

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

11 years agorevert accidental change from r29647
heister [Thu, 30 May 2013 21:47:19 +0000 (21:47 +0000)]
revert accidental change from r29647

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

11 years agorevert accidental change from r29647
heister [Thu, 30 May 2013 21:41:20 +0000 (21:41 +0000)]
revert accidental change from r29647

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

11 years agoupdate test output
heister [Thu, 30 May 2013 00:38:37 +0000 (00:38 +0000)]
update test output

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

11 years agofix test and output
heister [Thu, 30 May 2013 00:36:51 +0000 (00:36 +0000)]
fix test and output

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

11 years agoadd MPILogInitAll helper class for mpi tests
heister [Thu, 30 May 2013 00:35:40 +0000 (00:35 +0000)]
add MPILogInitAll helper class for mpi tests

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

11 years agoNeed to call update_ghost_values with the current scheme of distribute
kronbichler [Wed, 29 May 2013 08:09:34 +0000 (08:09 +0000)]
Need to call update_ghost_values with the current scheme of distribute

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

11 years agoRevert changes to ConstraintMatrix::distribute, see bug #51.
bangerth [Tue, 28 May 2013 20:00:27 +0000 (20:00 +0000)]
Revert changes to ConstraintMatrix::distribute, see bug #51.

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

11 years agofilter out trilinos and petsc if not configured
kanschat [Tue, 28 May 2013 16:05:02 +0000 (16:05 +0000)]
filter out trilinos and petsc if not configured

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

11 years agoAdjust test case for new scheme for constraints.
kronbichler [Tue, 28 May 2013 15:57:13 +0000 (15:57 +0000)]
Adjust test case for new scheme for constraints.

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

11 years agoMinor edits.
bangerth [Tue, 28 May 2013 14:47:25 +0000 (14:47 +0000)]
Minor edits.

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

11 years agoNeed to build constraints between ghost cells also in 2d. Let's see if this fixes...
kronbichler [Tue, 28 May 2013 14:06:58 +0000 (14:06 +0000)]
Need to build constraints between ghost cells also in 2d. Let's see if this fixes the currently failing tests.

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

11 years agonew ouptu format
kanschat [Tue, 28 May 2013 13:36:24 +0000 (13:36 +0000)]
new ouptu format

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

11 years agoAnother minor fix.
kronbichler [Tue, 28 May 2013 12:05:12 +0000 (12:05 +0000)]
Another minor fix.

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

11 years agoZero out ghosts in parallel vector explicitly when setting the constraints to zero...
kronbichler [Tue, 28 May 2013 07:05:33 +0000 (07:05 +0000)]
Zero out ghosts in parallel vector explicitly when setting the constraints to zero as they will be zeroed out anyway.

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

11 years agoShould not call ConstraintMatrix::distribute on vector with ghost values
kronbichler [Tue, 28 May 2013 06:26:59 +0000 (06:26 +0000)]
Should not call ConstraintMatrix::distribute on vector with ghost values

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

11 years agoAdjust output to what is presumably the correct one.
bangerth [Tue, 28 May 2013 02:57:41 +0000 (02:57 +0000)]
Adjust output to what is presumably the correct one.

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

11 years agoreorder levels and make output more machine readable
kanschat [Mon, 27 May 2013 22:35:54 +0000 (22:35 +0000)]
reorder levels and make output more machine readable

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

11 years agoMinor adjustment, but this doesn't fix the problem.
bangerth [Mon, 27 May 2013 21:47:30 +0000 (21:47 +0000)]
Minor adjustment, but this doesn't fix the problem.

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

11 years agoAvoid some communication by improving on Timo's patch in r29631.
bangerth [Mon, 27 May 2013 21:04:54 +0000 (21:04 +0000)]
Avoid some communication by improving on Timo's patch in r29631.

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

11 years agoTwo minor improvements
kronbichler [Mon, 27 May 2013 15:25:21 +0000 (15:25 +0000)]
Two minor improvements

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

11 years agofix mg number cache
heister [Mon, 27 May 2013 14:10:23 +0000 (14:10 +0000)]
fix mg number cache

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

11 years agomultigrid copy_indices another try
heister [Mon, 27 May 2013 13:55:05 +0000 (13:55 +0000)]
multigrid copy_indices another try

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

11 years agomultigrid copy_indices maybe more correct now?
heister [Mon, 27 May 2013 13:47:17 +0000 (13:47 +0000)]
multigrid copy_indices maybe more correct now?

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

11 years agotest copy indices
kanschat [Mon, 27 May 2013 13:39:23 +0000 (13:39 +0000)]
test copy indices

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

11 years agoreintroduce constraints and add debug function
kanschat [Mon, 27 May 2013 13:39:17 +0000 (13:39 +0000)]
reintroduce constraints and add debug function

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

11 years agofill new copy_indices even more correct
heister [Mon, 27 May 2013 12:46:51 +0000 (12:46 +0000)]
fill new copy_indices even more correct

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

11 years agofill new copy_indices correctly
heister [Mon, 27 May 2013 12:40:22 +0000 (12:40 +0000)]
fill new copy_indices correctly

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

11 years agostep-50: parellel dataout, use IndexSet for ConstraintMatrix
heister [Mon, 27 May 2013 12:35:42 +0000 (12:35 +0000)]
step-50: parellel dataout, use IndexSet for ConstraintMatrix

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

11 years agofill new mg copy_indices variables
heister [Mon, 27 May 2013 12:34:19 +0000 (12:34 +0000)]
fill new mg copy_indices variables

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

11 years agofix distributed functionality in copy to/from mg
kanschat [Mon, 27 May 2013 12:21:01 +0000 (12:21 +0000)]
fix distributed functionality in copy to/from mg

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

11 years agoImplement TrilinosWrappers::VectorBase::locally_owned_elements for vectors with non...
kronbichler [Mon, 27 May 2013 12:10:02 +0000 (12:10 +0000)]
Implement TrilinosWrappers::VectorBase::locally_owned_elements for vectors with non-contiguous local range. Fix set_zero for parallel::distributed::Vector

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

11 years agotwo new fields
kanschat [Mon, 27 May 2013 11:51:02 +0000 (11:51 +0000)]
two new fields

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

11 years agoupdate test
heister [Mon, 27 May 2013 09:28:30 +0000 (09:28 +0000)]
update test

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

11 years agoadding test that shows broken ConstraintMatrix::distribute()
heister [Mon, 27 May 2013 09:27:45 +0000 (09:27 +0000)]
adding test that shows broken ConstraintMatrix::distribute()

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

11 years agogit-svn-id: https://svn.dealii.org/trunk@29634 0785d39b-7218-0410-832d-ea1e28bc413d
heister [Mon, 27 May 2013 09:24:38 +0000 (09:24 +0000)]
git-svn-id: https://svn.dealii.org/trunk@29634 0785d39b-7218-0410-832d-ea1e28bc413d

11 years agostep-50: do not copy coarse matrix
heister [Mon, 27 May 2013 08:12:15 +0000 (08:12 +0000)]
step-50: do not copy coarse matrix

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

11 years agochange path and add MPI
kanschat [Mon, 27 May 2013 07:55:56 +0000 (07:55 +0000)]
change path and add MPI

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

11 years agofix deadlock in ConstraintMatrix
heister [Mon, 27 May 2013 07:55:52 +0000 (07:55 +0000)]
fix deadlock in ConstraintMatrix

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

11 years agofix compress() handling
heister [Mon, 27 May 2013 07:55:19 +0000 (07:55 +0000)]
fix compress() handling

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

11 years agoThat test looked pretty broken to me.
heister [Sun, 26 May 2013 22:14:22 +0000 (22:14 +0000)]
That test looked pretty broken to me.

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

11 years agodocument bug in ConstraintMatrix::distribute()
heister [Sun, 26 May 2013 22:12:24 +0000 (22:12 +0000)]
document bug in ConstraintMatrix::distribute()

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

11 years agooutput for one processor
kanschat [Sun, 26 May 2013 22:09:44 +0000 (22:09 +0000)]
output for one processor

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

11 years agoadd distribution for Kelly
kanschat [Sun, 26 May 2013 22:08:33 +0000 (22:08 +0000)]
add distribution for Kelly

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

11 years agothis test had a wrong output file
heister [Sun, 26 May 2013 22:08:24 +0000 (22:08 +0000)]
this test had a wrong output file

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

11 years agoInitialize test for adaptive refinement, even if it still fails
kanschat [Sun, 26 May 2013 22:06:57 +0000 (22:06 +0000)]
Initialize test for adaptive refinement, even if it still fails

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

11 years agoadd data exchange to KElly
kanschat [Sun, 26 May 2013 22:04:50 +0000 (22:04 +0000)]
add data exchange to KElly

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

11 years agomultigrid test for uniform meshes and sufficiently many cells
kanschat [Sun, 26 May 2013 21:41:02 +0000 (21:41 +0000)]
multigrid test for uniform meshes and sufficiently many cells

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

11 years agoMacro for opening MPI output files automatically
kanschat [Sun, 26 May 2013 21:38:09 +0000 (21:38 +0000)]
Macro for opening MPI output files automatically

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

11 years agomore global levels
kanschat [Sun, 26 May 2013 21:18:36 +0000 (21:18 +0000)]
more global levels

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

11 years agoparallel multigrid, continued
heister [Sun, 26 May 2013 21:12:57 +0000 (21:12 +0000)]
parallel multigrid, continued

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