]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoMinor formula fix.
bangerth [Thu, 2 Dec 2010 00:33:26 +0000 (00:33 +0000)]
Minor formula fix.

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

13 years agoRemove a lot of debug and timing output stuff.
bangerth [Wed, 1 Dec 2010 23:47:10 +0000 (23:47 +0000)]
Remove a lot of debug and timing output stuff.

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

13 years agoFix a couple places that cppcheck marked up.
bangerth [Wed, 1 Dec 2010 20:21:18 +0000 (20:21 +0000)]
Fix a couple places that cppcheck marked up.

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

13 years agoDisable the following warning in xlC: 1540-2909 (W) The subscript 2 is out of range...
bangerth [Wed, 1 Dec 2010 14:34:26 +0000 (14:34 +0000)]
Disable the following warning in xlC: 1540-2909 (W) The subscript 2 is out of range.  The only valid subscript is 0.

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

13 years agoUsing --without-umfpack is equivalent to --with-umfpack=no and made ./configure belie...
bangerth [Wed, 1 Dec 2010 14:27:37 +0000 (14:27 +0000)]
Using --without-umfpack is equivalent to --with-umfpack=no and made ./configure believe that we should look for an external umfpack version at path 'no'.

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

13 years agoRemove various benchmarking features.
bangerth [Tue, 30 Nov 2010 16:59:19 +0000 (16:59 +0000)]
Remove various benchmarking features.

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

13 years agoFix missing block for doxygen
young [Tue, 30 Nov 2010 10:33:04 +0000 (10:33 +0000)]
Fix missing block for doxygen

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

13 years agoAdd a missing instantiation.
bangerth [Tue, 30 Nov 2010 04:52:18 +0000 (04:52 +0000)]
Add a missing instantiation.

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

13 years agoInitialize member variable to avoid warning by ICC.
bangerth [Tue, 30 Nov 2010 04:45:36 +0000 (04:45 +0000)]
Initialize member variable to avoid warning by ICC.

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

13 years agoThe intel compiler wants us to initialize each const member.
bangerth [Mon, 29 Nov 2010 23:48:38 +0000 (23:48 +0000)]
The intel compiler wants us to initialize each const member.

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

13 years agoAlso instantiate the dummy parallel::distributed::Triangulation class when not using...
bangerth [Mon, 29 Nov 2010 21:56:40 +0000 (21:56 +0000)]
Also instantiate the dummy parallel::distributed::Triangulation class when not using p4est so that icc doesn't complain about missing typeinfo symbols.

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

13 years agoReally only instantiate functions that aren't explicitly specialized.
bangerth [Mon, 29 Nov 2010 21:34:27 +0000 (21:34 +0000)]
Really only instantiate functions that aren't explicitly specialized.

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

13 years agoDo not include functions in explicit instantiations that are explicitly specialized.
bangerth [Mon, 29 Nov 2010 21:24:09 +0000 (21:24 +0000)]
Do not include functions in explicit instantiations that are explicitly specialized.

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

13 years agoFix table of contents; add one more sentence.
bangerth [Mon, 29 Nov 2010 20:10:43 +0000 (20:10 +0000)]
Fix table of contents; add one more sentence.

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

13 years agoadjust to moved operators
kanschat [Mon, 29 Nov 2010 17:49:46 +0000 (17:49 +0000)]
adjust to moved operators

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

13 years agomove grad_div to Divergence
kanschat [Mon, 29 Nov 2010 17:17:26 +0000 (17:17 +0000)]
move grad_div to Divergence

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

13 years agomov Differential to more appropriate Divergence
kanschat [Mon, 29 Nov 2010 17:09:02 +0000 (17:09 +0000)]
mov Differential to more appropriate Divergence

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

13 years agoremove name tag
kanschat [Mon, 29 Nov 2010 17:06:44 +0000 (17:06 +0000)]
remove name tag

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

13 years agoDelete shapes.cc
buerg [Mon, 29 Nov 2010 17:06:16 +0000 (17:06 +0000)]
Delete shapes.cc

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

13 years agoSplitting of the test fe/shapes due to run-time limitations.
buerg [Mon, 29 Nov 2010 17:01:11 +0000 (17:01 +0000)]
Splitting of the test fe/shapes due to run-time limitations.

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

13 years agoadd normal fluxes and fix jump
kanschat [Mon, 29 Nov 2010 16:49:16 +0000 (16:49 +0000)]
add normal fluxes and fix jump

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

13 years agoAdd a note on the difference between using the symmetric gradient or the
bangerth [Mon, 29 Nov 2010 15:30:26 +0000 (15:30 +0000)]
Add a note on the difference between using the symmetric gradient or the
straight one.

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

13 years agoCheck for MPI consistency between deal.II and PETSc. Note: This only does the check...
young [Mon, 29 Nov 2010 10:52:39 +0000 (10:52 +0000)]
Check for MPI consistency between deal.II and PETSc. Note: This only does the check if MPI is requested at configure time, otherwise, check for PETSc's libmpiuni library

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

13 years agoupdate documentation
kanschat [Mon, 29 Nov 2010 01:32:09 +0000 (01:32 +0000)]
update documentation

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

13 years agocleanup
kanschat [Sun, 28 Nov 2010 23:21:29 +0000 (23:21 +0000)]
cleanup

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

13 years agoadd default constructor for MGDoFHandler
kanschat [Sun, 28 Nov 2010 23:20:00 +0000 (23:20 +0000)]
add default constructor for MGDoFHandler

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

13 years agobegin operators for LDG
kanschat [Sun, 28 Nov 2010 23:19:04 +0000 (23:19 +0000)]
begin operators for LDG

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

13 years agoAdd some info on the notational conventions for integral operators
kanschat [Sun, 28 Nov 2010 21:02:19 +0000 (21:02 +0000)]
Add some info on the notational conventions for integral operators

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

13 years agouse @ instead of \
kanschat [Sun, 28 Nov 2010 20:53:16 +0000 (20:53 +0000)]
use @ instead of \

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

13 years agoallow doxygen to find the symbol... although it is probably an undocumented class...
kanschat [Sun, 28 Nov 2010 20:47:29 +0000 (20:47 +0000)]
allow doxygen to find the symbol... although it is probably an undocumented class anyway

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

13 years agomention namespaces in first paragraph
kanschat [Sun, 28 Nov 2010 20:29:46 +0000 (20:29 +0000)]
mention namespaces in first paragraph

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

13 years agoAdd a section on what happens when you try to synchronize tasks.
bangerth [Sat, 27 Nov 2010 00:33:29 +0000 (00:33 +0000)]
Add a section on what happens when you try to synchronize tasks.

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

13 years agoAdd a new test that currently deadlocks.
bangerth [Sat, 27 Nov 2010 00:08:52 +0000 (00:08 +0000)]
Add a new test that currently deadlocks.

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

13 years agoTrilinos vector reinit should now be safe also with MPI.
kronbichler [Fri, 26 Nov 2010 14:43:55 +0000 (14:43 +0000)]
Trilinos vector reinit should now be safe also with MPI.

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

13 years agoUndo patch 22849, i.e., now it is safe to nest tasks. However, do this only when...
kronbichler [Fri, 26 Nov 2010 14:36:05 +0000 (14:36 +0000)]
Undo patch 22849, i.e., now it is safe to nest tasks. However, do this only when there is enough to do so the task scheduling overhead doesn't matter.

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

13 years agoCan not use mutex or condition variables when joining a task: If new tasks are schedu...
kronbichler [Fri, 26 Nov 2010 13:57:55 +0000 (13:57 +0000)]
Can not use mutex or condition variables when joining a task: If new tasks are scheduled but no free threads, the worker can never start, while the master is blocked. Let TBB handle the task management even in join().

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

13 years agoAdd warning about nested ThreadGroup objects
kanschat [Thu, 25 Nov 2010 17:03:16 +0000 (17:03 +0000)]
Add warning about nested ThreadGroup objects

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

13 years agoRemove files that have been pointless for quite a while now.
bangerth [Thu, 25 Nov 2010 05:00:53 +0000 (05:00 +0000)]
Remove files that have been pointless for quite a while now.

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

13 years agoFix reference to man page.
bangerth [Wed, 24 Nov 2010 22:27:58 +0000 (22:27 +0000)]
Fix reference to man page.

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

13 years agoTrying to interpolate boundary values on a closed loop 1d mesh in 2d resulted in...
bangerth [Wed, 24 Nov 2010 20:25:38 +0000 (20:25 +0000)]
Trying to interpolate boundary values on a closed loop 1d mesh in 2d resulted in an infinite loop. This should now be fixed.

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

13 years agoRemove the Software doxygen module -- it was pretty outdated, and it duplicates the...
bangerth [Wed, 24 Nov 2010 15:01:47 +0000 (15:01 +0000)]
Remove the Software doxygen module -- it was pretty outdated, and it duplicates the master copy of supported external software in the readme.html file.

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

13 years agoReorder order of directories: in debug mode, these are the files with
bangerth [Wed, 24 Nov 2010 14:50:46 +0000 (14:50 +0000)]
Reorder order of directories: in debug mode, these are the files with
the longest compute time:

0m13s lac/chunk_sparse_matrix.cc
0m14s numerics/derivative_approximation.cc
0m15s dofs/dof_renumbering.cc
0m15s fe/fe_tools.cc
0m15s numerics/mesh_worker_vector_selector.cc
0m16s grid/grid_tools.cc
0m16s numerics/error_estimator.cc
0m17s grid/tria.cc
0m21s numerics/solution_transfer.cc
0m23s dofs/dof_accessor.cc
0m28s lac/sparse_matrix.cc
0m31s dofs/dof_tools.cc
0m40s numerics/vectors.cc
0m52s fe/fe_values.cc
1m14s numerics/data_out.cc

In optimized mode it is this way:
0.27s dofs/dof_renumbering.cc
0.27s lac/precondition_block.cc
0.28s numerics/derivative_approximation.cc
0.28s numerics/mesh_worker_vector_selector.cc
0.32s base/data_out_base.cc
0.33s numerics/fe_field_function.cc
0.37s lac/chunk_sparse_matrix.cc
0.38s grid/tria.cc
0.45s lac/sparse_matrix.cc
0.49s numerics/error_estimator.cc
0.57s dofs/dof_accessor.cc
1.19s dofs/dof_tools.cc
1.28s numerics/data_out.cc
2.55s fe/fe_values.cc
3.31s numerics/vectors.cc

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

13 years agoUgh, fix syntax.
bangerth [Wed, 24 Nov 2010 13:28:03 +0000 (13:28 +0000)]
Ugh, fix syntax.

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

13 years agoFix grammar.
bangerth [Wed, 24 Nov 2010 13:16:41 +0000 (13:16 +0000)]
Fix grammar.

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

13 years agoCorrectly qualify function.
bangerth [Wed, 24 Nov 2010 13:02:14 +0000 (13:02 +0000)]
Correctly qualify function.

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

13 years agodoxygen 1.7.2 no longer wants to create the output directory itself. Do so when neces...
bangerth [Wed, 24 Nov 2010 13:00:20 +0000 (13:00 +0000)]
doxygen 1.7.2 no longer wants to create the output directory itself. Do so when necessary.

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

13 years agoGuido & AJS fix. You cannot nest task loops
salgado [Wed, 24 Nov 2010 03:57:08 +0000 (03:57 +0000)]
Guido & AJS fix. You cannot nest task loops

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

13 years agoReplace \vec by \mathbf consistently.
bangerth [Wed, 24 Nov 2010 03:08:51 +0000 (03:08 +0000)]
Replace \vec by \mathbf consistently.

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

13 years agoFix a couple markups.
bangerth [Wed, 24 Nov 2010 03:02:48 +0000 (03:02 +0000)]
Fix a couple markups.

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

13 years agoAdd Chih-Che's comments.
bangerth [Wed, 24 Nov 2010 02:54:00 +0000 (02:54 +0000)]
Add Chih-Che's comments.

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

13 years agoAdd the actual file.
bangerth [Tue, 23 Nov 2010 04:34:25 +0000 (04:34 +0000)]
Add the actual file.

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

13 years agoRename.
bangerth [Tue, 23 Nov 2010 02:19:01 +0000 (02:19 +0000)]
Rename.

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

13 years agoAdd.
bangerth [Tue, 23 Nov 2010 02:18:43 +0000 (02:18 +0000)]
Add.

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

13 years agostep-32 is not ready so far.
bangerth [Mon, 22 Nov 2010 23:55:08 +0000 (23:55 +0000)]
step-32 is not ready so far.

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

13 years agoUpdate after boost upgrade.
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.
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.
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.
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.
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...
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
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.
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.
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.
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.
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.
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...
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.
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.
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
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.
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...
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
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.
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
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
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.
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.
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.
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.
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.
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.
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).
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
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...
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.
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
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.
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.
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


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.