]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoAdjust comment.
bangerth [Thu, 18 Nov 2010 17:13:37 +0000 (17:13 +0000)]
Adjust comment.

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

13 years agoTrim output.
bangerth [Thu, 18 Nov 2010 17:08:55 +0000 (17:08 +0000)]
Trim output.

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

13 years agoAllow computing the linfty norm even for ghosted vectors.
bangerth [Thu, 18 Nov 2010 17:03:29 +0000 (17:03 +0000)]
Allow computing the linfty norm even for ghosted vectors.

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

13 years agoIn output_results, we were using a ghosted vector to assemble a solution vector that...
bangerth [Thu, 18 Nov 2010 16:23:24 +0000 (16:23 +0000)]
In output_results, we were using a ghosted vector to assemble a solution vector that contained the Boussinesq solution plus all sorts of other stuff. But we've since disallowed writing into ghosted vectors, so this didn't work any more. Instead now write into a non-ghosted vector and later created a ghosted version of it for output through DataOut.

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

13 years agoAdd another note.
bangerth [Thu, 18 Nov 2010 15:54:19 +0000 (15:54 +0000)]
Add another note.

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

13 years agoFix linker problem with Intel compiler: need to explicitly state 1D functions that...
kronbichler [Thu, 18 Nov 2010 10:16:27 +0000 (10:16 +0000)]
Fix linker problem with Intel compiler: need to explicitly state 1D functions that otherwise might contain uncompiled code like create_boundary_mass_matrix or FEFaceValues.

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

13 years agoGeneralize the extract_boundary_mesh function to arbitrary container types.
bangerth [Thu, 18 Nov 2010 03:27:32 +0000 (03:27 +0000)]
Generalize the extract_boundary_mesh function to arbitrary container types.

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

13 years agoReplace division by zero by an assertion.
bangerth [Wed, 17 Nov 2010 23:19:43 +0000 (23:19 +0000)]
Replace division by zero by an assertion.

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

13 years agoEscape a few words.
bangerth [Wed, 17 Nov 2010 20:22:44 +0000 (20:22 +0000)]
Escape a few words.

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

13 years agoRemove links that doxygen on 'top' does not grok.
bangerth [Wed, 17 Nov 2010 20:00:48 +0000 (20:00 +0000)]
Remove links that doxygen on 'top' does not grok.

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

13 years agoBe a bit more efficient by using assign-once variables.
bangerth [Wed, 17 Nov 2010 19:27:10 +0000 (19:27 +0000)]
Be a bit more efficient by using assign-once variables.

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

13 years agoFix file paths.
bangerth [Wed, 17 Nov 2010 19:07:20 +0000 (19:07 +0000)]
Fix file paths.

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

13 years agoAdd a couple specializations for TensorProductPolynomials that are
bangerth [Wed, 17 Nov 2010 19:02:10 +0000 (19:02 +0000)]
Add a couple specializations for TensorProductPolynomials that are
apparently needed for the Intel compilers.

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

13 years agoAdjust output.
bangerth [Wed, 17 Nov 2010 18:34:52 +0000 (18:34 +0000)]
Adjust output.

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

13 years agoReplace exception by more verbose type
kanschat [Wed, 17 Nov 2010 17:02:40 +0000 (17:02 +0000)]
Replace exception by more verbose type

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

13 years agodocument Point::unit_vector
kanschat [Wed, 17 Nov 2010 15:03:47 +0000 (15:03 +0000)]
document Point::unit_vector

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

13 years agorename unit vector
kanschat [Wed, 17 Nov 2010 15:01:19 +0000 (15:01 +0000)]
rename unit vector

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

13 years agoMove a test that currently fails into fail/.
bangerth [Wed, 17 Nov 2010 14:17:15 +0000 (14:17 +0000)]
Move a test that currently fails into fail/.

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

13 years agoUndo Guido's commit 22760: These tests were ok before on the test machine and did...
bangerth [Wed, 17 Nov 2010 14:15:03 +0000 (14:15 +0000)]
Undo Guido's commit 22760: These tests were ok before on the test machine and did not need to be adjusted.

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

13 years agoUndo Guido's commit 22779: These tests were ok before on the test machine and did...
bangerth [Wed, 17 Nov 2010 14:09:51 +0000 (14:09 +0000)]
Undo Guido's commit 22779: These tests were ok before on the test machine and did not need to be adjusted.

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

13 years agoMake compile.
bangerth [Wed, 17 Nov 2010 04:13:56 +0000 (04:13 +0000)]
Make compile.

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

13 years agoAdd the last missing paragraph.
bangerth [Wed, 17 Nov 2010 03:57:13 +0000 (03:57 +0000)]
Add the last missing paragraph.

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

13 years agoAdd a note.
bangerth [Wed, 17 Nov 2010 03:35:49 +0000 (03:35 +0000)]
Add a note.

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

13 years agoReindent comment.
bangerth [Wed, 17 Nov 2010 03:19:34 +0000 (03:19 +0000)]
Reindent comment.

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

13 years agoWe now copy boundary indicators.
bangerth [Wed, 17 Nov 2010 03:11:00 +0000 (03:11 +0000)]
We now copy boundary indicators.

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

13 years agoMake sure we don't run into a weird error with double deallocation of memory.
bangerth [Wed, 17 Nov 2010 03:05:53 +0000 (03:05 +0000)]
Make sure we don't run into a weird error with double deallocation of memory.

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

13 years agostep-32: remove static_casts that are not needed, fix assert in debug mode.
heister [Tue, 16 Nov 2010 23:12:40 +0000 (23:12 +0000)]
step-32: remove static_casts that are not needed, fix assert in debug mode.

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

13 years agoAdd another test.
bangerth [Tue, 16 Nov 2010 22:27:47 +0000 (22:27 +0000)]
Add another test.

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

13 years agodifferences are due to round-off
kanschat [Tue, 16 Nov 2010 22:22:08 +0000 (22:22 +0000)]
differences are due to round-off

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

13 years agofix output.
heister [Tue, 16 Nov 2010 21:48:50 +0000 (21:48 +0000)]
fix output.

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

13 years agoMinor adjustments.
bangerth [Tue, 16 Nov 2010 21:37:50 +0000 (21:37 +0000)]
Minor adjustments.

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

13 years agoAnnounce GridTools::extract_boundary_mesh.
bangerth [Tue, 16 Nov 2010 21:34:50 +0000 (21:34 +0000)]
Announce GridTools::extract_boundary_mesh.

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

13 years agofix bug in distributed dofhandler renumber_component_wise(): n_dofs() was not getting...
heister [Tue, 16 Nov 2010 21:32:29 +0000 (21:32 +0000)]
fix bug in distributed dofhandler renumber_component_wise(): n_dofs() was not getting updated.

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

13 years agosupply correct output for test.
heister [Tue, 16 Nov 2010 21:31:48 +0000 (21:31 +0000)]
supply correct output for test.

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

13 years agodocument bug: n_dofs() is wrong after component_wise().
heister [Tue, 16 Nov 2010 21:26:57 +0000 (21:26 +0000)]
document bug: n_dofs() is wrong after component_wise().

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

13 years agoCopy face boundary_id to surface cell material_id in extract_boundary_mesh.
bangerth [Tue, 16 Nov 2010 20:53:04 +0000 (20:53 +0000)]
Copy face boundary_id to surface cell material_id in extract_boundary_mesh.

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

13 years agoMinor cleanups.
bangerth [Tue, 16 Nov 2010 20:34:14 +0000 (20:34 +0000)]
Minor cleanups.

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

13 years agoAdd comment.
bangerth [Tue, 16 Nov 2010 20:24:54 +0000 (20:24 +0000)]
Add comment.

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

13 years agoFix tests.
bangerth [Tue, 16 Nov 2010 20:24:17 +0000 (20:24 +0000)]
Fix tests.

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

13 years agoSplit _01 test into two pieces: one that works for a sphere surface and one that...
bangerth [Tue, 16 Nov 2010 19:55:27 +0000 (19:55 +0000)]
Split _01 test into two pieces: one that works for a sphere surface and one that doesn't.

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

13 years agofix step-41: n_quadrature_points got removed.
heister [Tue, 16 Nov 2010 19:48:00 +0000 (19:48 +0000)]
fix step-41: n_quadrature_points got removed.

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

13 years agoAugment docs.
bangerth [Tue, 16 Nov 2010 19:46:58 +0000 (19:46 +0000)]
Augment docs.

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

13 years agoFix wrong package name.
bangerth [Tue, 16 Nov 2010 19:40:36 +0000 (19:40 +0000)]
Fix wrong package name.

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

13 years agofix compilation of step-32.
heister [Tue, 16 Nov 2010 19:40:15 +0000 (19:40 +0000)]
fix compilation of step-32.

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

13 years agoSimplify, now that we don't have this dimension-dependent stuff any more.
bangerth [Tue, 16 Nov 2010 19:04:29 +0000 (19:04 +0000)]
Simplify, now that we don't have this dimension-dependent stuff any more.

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

13 years agoupdate result files
kanschat [Tue, 16 Nov 2010 18:26:49 +0000 (18:26 +0000)]
update result files

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

13 years agoAdd function to create unit vectors
kanschat [Tue, 16 Nov 2010 16:23:33 +0000 (16:23 +0000)]
Add function to create unit vectors

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

13 years agoadd Bessel function configuration and check for GSL
kanschat [Tue, 16 Nov 2010 16:05:06 +0000 (16:05 +0000)]
add Bessel function configuration and check for GSL

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

13 years agoRemove unused function arguments.
bangerth [Tue, 16 Nov 2010 15:40:02 +0000 (15:40 +0000)]
Remove unused function arguments.

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

13 years agoRemove more stray 'typename's where necessary.
bangerth [Tue, 16 Nov 2010 15:39:28 +0000 (15:39 +0000)]
Remove more stray 'typename's where necessary.

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

13 years agoIgnore mapping parameter in 1d.
bangerth [Tue, 16 Nov 2010 15:38:46 +0000 (15:38 +0000)]
Ignore mapping parameter in 1d.

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

13 years agoadd Bessel function
kanschat [Tue, 16 Nov 2010 15:33:27 +0000 (15:33 +0000)]
add Bessel function

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

13 years agoRemove stray 'typename'.
bangerth [Tue, 16 Nov 2010 15:32:59 +0000 (15:32 +0000)]
Remove stray 'typename'.

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

13 years agoRemove illegal default argument from explicit instantiation.
kronbichler [Tue, 16 Nov 2010 15:28:03 +0000 (15:28 +0000)]
Remove illegal default argument from explicit instantiation.

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

13 years agoadd LogStream output for Vector
kanschat [Tue, 16 Nov 2010 15:16:53 +0000 (15:16 +0000)]
add LogStream output for Vector

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

13 years agoAdd header. Minor adjustments.
bangerth [Tue, 16 Nov 2010 13:57:17 +0000 (13:57 +0000)]
Add header. Minor adjustments.

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

13 years agoChanged structure in dofs, hp, multigrid and numerics so that these directories are...
kronbichler [Tue, 16 Nov 2010 13:50:47 +0000 (13:50 +0000)]
Changed structure in dofs, hp, multigrid and numerics so that these directories are now dimension-independent. Some specializations for 1D could be removed by access to faces for 1D cells, but not all of them. The deal_II_dimension constant in .cc and .h files has been removed.

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

13 years agoRemove file now no longer needed.
bangerth [Tue, 16 Nov 2010 02:45:17 +0000 (02:45 +0000)]
Remove file now no longer needed.

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

13 years agoAdded the function GridTools::extract_boundary_mesh (...).
pauletti [Mon, 15 Nov 2010 17:09:16 +0000 (17:09 +0000)]
Added the function GridTools::extract_boundary_mesh (...).

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

13 years agoTwo new tests for GridTools::extract_boundary_mesh (...).
pauletti [Mon, 15 Nov 2010 17:06:37 +0000 (17:06 +0000)]
Two new tests for GridTools::extract_boundary_mesh (...).
codim_one/extract_boundary_mesh_01.cc is failing.

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

13 years agofix step-40.
heister [Mon, 15 Nov 2010 15:47:08 +0000 (15:47 +0000)]
fix step-40.

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

13 years agoProvide a bibtex entry for the distributed paper.
bangerth [Mon, 15 Nov 2010 13:21:37 +0000 (13:21 +0000)]
Provide a bibtex entry for the distributed paper.

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

13 years agoFinish documenting.
bangerth [Mon, 15 Nov 2010 13:15:38 +0000 (13:15 +0000)]
Finish documenting.

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

13 years agoNo need to @ref tutorial programs any more.
bangerth [Mon, 15 Nov 2010 13:01:58 +0000 (13:01 +0000)]
No need to @ref tutorial programs any more.

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

13 years agoFinish documentation of setup_system.
bangerth [Mon, 15 Nov 2010 12:55:11 +0000 (12:55 +0000)]
Finish documentation of setup_system.

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

13 years agoAdd publication
young [Mon, 15 Nov 2010 10:21:58 +0000 (10:21 +0000)]
Add publication

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

13 years agoA few more comments.
bangerth [Mon, 15 Nov 2010 05:09:38 +0000 (05:09 +0000)]
A few more comments.

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

13 years agoIgnore .vtu and .pvtu files. Also clean them up.
bangerth [Mon, 15 Nov 2010 02:11:11 +0000 (02:11 +0000)]
Ignore .vtu and .pvtu files. Also clean them up.

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

13 years agoAlso document solve().
bangerth [Mon, 15 Nov 2010 02:06:47 +0000 (02:06 +0000)]
Also document solve().

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

13 years agoSay something about hypre.
bangerth [Mon, 15 Nov 2010 01:58:02 +0000 (01:58 +0000)]
Say something about hypre.

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

13 years agoDocument output_results.
bangerth [Mon, 15 Nov 2010 01:47:32 +0000 (01:47 +0000)]
Document output_results.

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

13 years agoLink to step-40.
bangerth [Mon, 15 Nov 2010 01:25:37 +0000 (01:25 +0000)]
Link to step-40.

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

13 years agoCrosslink step-40.
bangerth [Mon, 15 Nov 2010 01:01:04 +0000 (01:01 +0000)]
Crosslink step-40.

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

13 years agoSome more comments.
bangerth [Mon, 15 Nov 2010 00:50:45 +0000 (00:50 +0000)]
Some more comments.

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

13 years agoDocument refine_grid.
bangerth [Mon, 15 Nov 2010 00:37:20 +0000 (00:37 +0000)]
Document refine_grid.

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

13 years agoReshuffle a couple lines of code.
bangerth [Mon, 15 Nov 2010 00:29:28 +0000 (00:29 +0000)]
Reshuffle a couple lines of code.

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

13 years agoSome more comments.
bangerth [Mon, 15 Nov 2010 00:26:32 +0000 (00:26 +0000)]
Some more comments.

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

13 years agoAdjust spacing in output.
bangerth [Sun, 14 Nov 2010 23:38:33 +0000 (23:38 +0000)]
Adjust spacing in output.

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

13 years agoSilence p4est.
bangerth [Sun, 14 Nov 2010 23:03:25 +0000 (23:03 +0000)]
Silence p4est.

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

13 years agoRemove debug output and timings.
bangerth [Sun, 14 Nov 2010 22:57:19 +0000 (22:57 +0000)]
Remove debug output and timings.

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

13 years agoAnnounce PETScWrappers::PreconditionBoomerAMG.
bangerth [Sun, 14 Nov 2010 22:32:17 +0000 (22:32 +0000)]
Announce PETScWrappers::PreconditionBoomerAMG.

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

13 years agoDisable BoomerAMG/Hypre when not available through this PETSc installation.
bangerth [Sun, 14 Nov 2010 22:30:00 +0000 (22:30 +0000)]
Disable BoomerAMG/Hypre when not available through this PETSc installation.

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

13 years agoadd scalar version of Nitsche boundary residual
kanschat [Sun, 14 Nov 2010 22:29:29 +0000 (22:29 +0000)]
add scalar version of Nitsche boundary residual

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

13 years agoThe purpose is solver, not cg
kanschat [Sun, 14 Nov 2010 22:25:46 +0000 (22:25 +0000)]
The purpose is solver, not cg

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

13 years agouse LocalIntegrators instead of integrating by hand; results are still exactly the...
kanschat [Sun, 14 Nov 2010 21:33:21 +0000 (21:33 +0000)]
use LocalIntegrators instead of integrating by hand; results are still exactly the same

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

13 years agomake quadrature_point inline
kanschat [Sun, 14 Nov 2010 05:19:17 +0000 (05:19 +0000)]
make quadrature_point inline

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

13 years agouse BoomerAMG in step-40.
heister [Sat, 13 Nov 2010 13:52:16 +0000 (13:52 +0000)]
use BoomerAMG in step-40.

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

13 years agoimplement interface to BoomerAMG through PETSc.
heister [Sat, 13 Nov 2010 13:50:55 +0000 (13:50 +0000)]
implement interface to BoomerAMG through PETSc.

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

13 years agoCrap, I messed up again :-(
bangerth [Sat, 13 Nov 2010 01:38:11 +0000 (01:38 +0000)]
Crap, I messed up again :-(

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

13 years agoMove important changes up.
bangerth [Sat, 13 Nov 2010 01:04:06 +0000 (01:04 +0000)]
Move important changes up.

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

13 years agoMake sure we can compare iterator objects.
bangerth [Sat, 13 Nov 2010 01:01:55 +0000 (01:01 +0000)]
Make sure we can compare iterator objects.

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

13 years agoInstead of giving -1, let index() for vertex iterators return the global index of...
bangerth [Sat, 13 Nov 2010 00:56:20 +0000 (00:56 +0000)]
Instead of giving -1, let index() for vertex iterators return the global index of the vertex.

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

13 years agoRemove a TODO that doesn't appear connected to anything any more.
bangerth [Sat, 13 Nov 2010 00:53:13 +0000 (00:53 +0000)]
Remove a TODO that doesn't appear connected to anything any more.

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

13 years agoDisallow assignment of DoF accessors.
bangerth [Sat, 13 Nov 2010 00:51:14 +0000 (00:51 +0000)]
Disallow assignment of DoF accessors.

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

13 years agoMake sure that face iterators can be copied in 1d.
bangerth [Sat, 13 Nov 2010 00:42:56 +0000 (00:42 +0000)]
Make sure that face iterators can be copied in 1d.

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

13 years agoRemove unused variables' names.
bangerth [Fri, 12 Nov 2010 23:42:50 +0000 (23:42 +0000)]
Remove unused variables' names.

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

13 years agoAdd get_dof_indices function to DoFAccessor of faces in 1d.
bangerth [Fri, 12 Nov 2010 19:45:37 +0000 (19:45 +0000)]
Add get_dof_indices function to DoFAccessor of faces in 1d.

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

13 years agoFix type of iterator.
bangerth [Fri, 12 Nov 2010 19:19:27 +0000 (19:19 +0000)]
Fix type of iterator.

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

13 years agoWork around a compile problem in the compiler on our test machine.
bangerth [Fri, 12 Nov 2010 15:45:59 +0000 (15:45 +0000)]
Work around a compile problem in the compiler on our test machine.

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

13 years agoProvide declarations also for DoFAccessor<0,1,spacedim> to enable using vertices...
bangerth [Fri, 12 Nov 2010 14:49:05 +0000 (14:49 +0000)]
Provide declarations also for DoFAccessor<0,1,spacedim> to enable using vertices-as-faces also for DoF iterators. Most of the function bodies are still missing right now but since they are not currently needed anywhere this should not yield actual linker errors.

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