]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
13 years agoUpdate after boost upgrade.
Wolfgang Bangerth [Mon, 22 Nov 2010 23:44:33 +0000 (23:44 +0000)]
Update after boost upgrade.

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

13 years agoMake sure the include/ directory is in the include path.
Wolfgang Bangerth [Mon, 22 Nov 2010 22:28:16 +0000 (22:28 +0000)]
Make sure the include/ directory is in the include path.

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

13 years agoUpdate after boost upgrade.
Wolfgang Bangerth [Mon, 22 Nov 2010 19:42:54 +0000 (19:42 +0000)]
Update after boost upgrade.

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

13 years agoMove into place.
Wolfgang Bangerth [Mon, 22 Nov 2010 16:11:38 +0000 (16:11 +0000)]
Move into place.

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

13 years agoRemove old version of boost.
Wolfgang Bangerth [Mon, 22 Nov 2010 15:34:32 +0000 (15:34 +0000)]
Remove old version of boost.

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

13 years agoPatches to avoid warnings and errors, some taken over from previous versions of BOOST...
Wolfgang Bangerth [Mon, 22 Nov 2010 15:28:51 +0000 (15:28 +0000)]
Patches to avoid warnings and errors, some taken over from previous versions of BOOST in our tree, some new.

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

13 years agoadd
Wolfgang Bangerth [Mon, 22 Nov 2010 15:07:06 +0000 (15:07 +0000)]
add

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

13 years agoA couple more tests.
Wolfgang Bangerth [Sun, 21 Nov 2010 02:47:43 +0000 (02:47 +0000)]
A couple more tests.

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

13 years agoAdd comment.
Wolfgang Bangerth [Sun, 21 Nov 2010 02:40:21 +0000 (02:40 +0000)]
Add comment.

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

13 years agoAnnounce VectorTools::interpolate_boundary_values for codim=1.
Wolfgang Bangerth [Sun, 21 Nov 2010 02:37:25 +0000 (02:37 +0000)]
Announce VectorTools::interpolate_boundary_values for codim=1.

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

13 years agoAdd missing function DoFAccessor<0,1,spacedim>::vertex_dof_index.
Wolfgang Bangerth [Sun, 21 Nov 2010 02:29:21 +0000 (02:29 +0000)]
Add missing function DoFAccessor<0,1,spacedim>::vertex_dof_index.

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

13 years agoMove test now that it works.
Wolfgang Bangerth [Sat, 20 Nov 2010 22:37:23 +0000 (22:37 +0000)]
Move test now that it works.

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

13 years agoMake VectorTools::interpolate_boundary_values work for codim=1, at least for 2d trian...
Wolfgang Bangerth [Sat, 20 Nov 2010 22:34:28 +0000 (22:34 +0000)]
Make VectorTools::interpolate_boundary_values work for codim=1, at least for 2d triangulations.

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

13 years agoSimplify code slightly.
Wolfgang Bangerth [Sat, 20 Nov 2010 00:08:58 +0000 (00:08 +0000)]
Simplify code slightly.

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

13 years agoSimplify code slightly.
Wolfgang Bangerth [Sat, 20 Nov 2010 00:06:45 +0000 (00:06 +0000)]
Simplify code slightly.

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

13 years agoadd relaxation methods to preconditioner module
Guido Kanschat [Sat, 20 Nov 2010 00:00:06 +0000 (00:00 +0000)]
add relaxation methods to preconditioner module

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

13 years agoSimplify code a bit.
Wolfgang Bangerth [Fri, 19 Nov 2010 23:59:51 +0000 (23:59 +0000)]
Simplify code a bit.

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

13 years agoThe data type of the unit_tangentials should be a Tensor<1,dim>, not Tensor<1,spacedi...
Wolfgang Bangerth [Fri, 19 Nov 2010 20:21:29 +0000 (20:21 +0000)]
The data type of the unit_tangentials should be a Tensor<1,dim>, not Tensor<1,spacedim>. With this change, rewrite code in such a way that we can now build FEFaceValues also for the case <2,3>, though we still get missing symbols elsewhere.

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

13 years agoMinor re-indenting while reading through the class. Change the lovely
Wolfgang Bangerth [Fri, 19 Nov 2010 16:36:35 +0000 (16:36 +0000)]
Minor re-indenting while reading through the class. Change the lovely
word "reduplicate" into "duplicate" ;-)

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

13 years agoCompile the directories with files with long compile times first.
Martin Kronbichler [Fri, 19 Nov 2010 16:15:56 +0000 (16:15 +0000)]
Compile the directories with files with long compile times first.

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

13 years agoadd transformation of vector fields and rearrange documentation from basic to hybrid
Guido Kanschat [Fri, 19 Nov 2010 15:03:17 +0000 (15:03 +0000)]
add transformation of vector fields and rearrange documentation from basic to hybrid

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

13 years agoFixed a bug in the Nedelec elements
Markus Buerg [Fri, 19 Nov 2010 07:33:46 +0000 (07:33 +0000)]
Fixed a bug in the Nedelec elements

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

13 years agoReindent a couple places.
Wolfgang Bangerth [Fri, 19 Nov 2010 03:21:53 +0000 (03:21 +0000)]
Reindent a couple places.

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

13 years agoRemove unused argument.
Wolfgang Bangerth [Fri, 19 Nov 2010 02:14:17 +0000 (02:14 +0000)]
Remove unused argument.

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

13 years agoUpgrade to TBB 3.0. This fixes a bunch of testsuite failures on our new 48-core machine.
Wolfgang Bangerth [Fri, 19 Nov 2010 01:53:58 +0000 (01:53 +0000)]
Upgrade to TBB 3.0. This fixes a bunch of testsuite failures on our new 48-core machine.

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

13 years agoOne more change.
Wolfgang Bangerth [Fri, 19 Nov 2010 01:35:52 +0000 (01:35 +0000)]
One more change.

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

13 years agoTake over patches from TBB 22 copy in our tree.
Wolfgang Bangerth [Fri, 19 Nov 2010 01:32:45 +0000 (01:32 +0000)]
Take over patches from TBB 22 copy in our tree.

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

13 years agoRemove tests directory.
Wolfgang Bangerth [Fri, 19 Nov 2010 01:26:33 +0000 (01:26 +0000)]
Remove tests directory.

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

13 years agoAdd TBB 3.0 update 3 (commercially aligned open source release).
Wolfgang Bangerth [Fri, 19 Nov 2010 01:21:29 +0000 (01:21 +0000)]
Add TBB 3.0 update 3 (commercially aligned open source release).

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

13 years agoFix the mess I created: the whole rearranging I did earlier meant that
Wolfgang Bangerth [Fri, 19 Nov 2010 00:12:16 +0000 (00:12 +0000)]
Fix the mess I created: the whole rearranging I did earlier meant that
we couldn't do any anisotropic refinement any more -- which happens
internally when building some of the elements.

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

13 years agoInterestingly, mesh refinement of surfaces in higher spaces produced the wrong result...
Wolfgang Bangerth [Thu, 18 Nov 2010 22:16:29 +0000 (22:16 +0000)]
Interestingly, mesh refinement of surfaces in higher spaces produced the wrong result for cells that lie at the boundary of the surface (the new point at the center of a quad was computed from the surrounding vertices, rather than from the surface description). Fix this.

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

13 years agoAdd an assertion.
Wolfgang Bangerth [Thu, 18 Nov 2010 21:06:37 +0000 (21:06 +0000)]
Add an assertion.

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

13 years agoExtracting a piece of the boundary of the sphere does not seem
Sebastian Pauletti [Thu, 18 Nov 2010 17:37:27 +0000 (17:37 +0000)]
Extracting a piece of the boundary of the sphere does not seem
to project some nodes properly

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

13 years agoNew test.
Wolfgang Bangerth [Thu, 18 Nov 2010 17:27:18 +0000 (17:27 +0000)]
New test.

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

13 years agoAdjust comment.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Wolfgang 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.
Wolfgang 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...
Martin 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Wolfgang 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.
Wolfgang 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
Guido 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
Guido 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
Guido 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/.
Wolfgang 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...
Wolfgang 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...
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Timo 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.
Wolfgang 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
Guido 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.
Timo 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.
Wolfgang 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.
Wolfgang 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...
Timo 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.
Timo 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().
Timo 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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...
Wolfgang 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.
Timo 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.
Wolfgang 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.
Wolfgang 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.
Timo 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.
Wolfgang 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
Guido 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
Guido 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
Guido 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Guido 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'.
Wolfgang 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.
Martin 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
Guido 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.
Wolfgang 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...
Martin 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.
Wolfgang 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 (...).
Sebastian 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 (...).
Sebastian 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.
Timo 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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.
Wolfgang 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
Toby D. 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


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.