]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
11 years agoCMake: Bugfix: Clean up MPI_${_lang}_LIBRARIES if they are set to "-NOTFOUND".
Matthias Maier [Fri, 12 Jul 2013 23:58:56 +0000 (23:58 +0000)]
CMake: Bugfix: Clean up MPI_${_lang}_LIBRARIES if they are set to "-NOTFOUND".

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

11 years agoadd some timing to step-40
Timo Heister [Fri, 12 Jul 2013 18:25:01 +0000 (18:25 +0000)]
add some timing to step-40

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

11 years agoCMake: Add LAPACK/BLAS to the link interface of p4est
Matthias Maier [Fri, 12 Jul 2013 14:33:56 +0000 (14:33 +0000)]
CMake: Add LAPACK/BLAS to the link interface of p4est

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

11 years agoCMake: Use "-pthread" as well when determining whether lapack is usable
Matthias Maier [Fri, 12 Jul 2013 12:48:26 +0000 (12:48 +0000)]
CMake: Use "-pthread" as well when determining whether lapack is usable

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

11 years agoMove 'template <typename T>' to after the class documentation.
Wolfgang Bangerth [Fri, 12 Jul 2013 01:10:48 +0000 (01:10 +0000)]
Move 'template <typename T>' to after the class documentation.

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

11 years agoCMake: Bugfix: Link static report_features correctly
Matthias Maier [Thu, 11 Jul 2013 22:44:44 +0000 (22:44 +0000)]
CMake: Bugfix: Link static report_features correctly

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

11 years agoBugfix in report_features.cc.in
Matthias Maier [Thu, 11 Jul 2013 22:44:42 +0000 (22:44 +0000)]
Bugfix in report_features.cc.in

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

11 years agoCMake: Bugfix, use correct order
Matthias Maier [Thu, 11 Jul 2013 22:44:41 +0000 (22:44 +0000)]
CMake: Bugfix, use correct order

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

11 years agoCMake: Rename "(CMAKE|DEAL_II)_SHARED_" to "DEAL_II_" because these variables are...
Matthias Maier [Thu, 11 Jul 2013 22:17:28 +0000 (22:17 +0000)]
CMake: Rename "(CMAKE|DEAL_II)_SHARED_" to "DEAL_II_" because these variables are used not just for shared library linkage...

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

11 years agoCMake: Add support for fully static linkage
Matthias Maier [Thu, 11 Jul 2013 22:17:25 +0000 (22:17 +0000)]
CMake: Add support for fully static linkage

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

11 years agoUniformly indent member variable names.
Wolfgang Bangerth [Thu, 11 Jul 2013 20:44:11 +0000 (20:44 +0000)]
Uniformly indent member variable names.

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

11 years agoCMake: Let FindMETIS search for libparmetis as well
Matthias Maier [Thu, 11 Jul 2013 17:44:31 +0000 (17:44 +0000)]
CMake: Let FindMETIS search for libparmetis as well

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

11 years agoCMake: Cleanup
Matthias Maier [Thu, 11 Jul 2013 17:44:30 +0000 (17:44 +0000)]
CMake: Cleanup

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

11 years agoCMake: One more round to get a sane link interface *yay*
Matthias Maier [Thu, 11 Jul 2013 17:23:17 +0000 (17:23 +0000)]
CMake: One more round to get a sane link interface *yay*

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

11 years agoCMake: OK, third try
Matthias Maier [Thu, 11 Jul 2013 16:44:05 +0000 (16:44 +0000)]
CMake: OK, third try

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

11 years agoCMake: Fix up some remaining link interfaces
Matthias Maier [Thu, 11 Jul 2013 16:22:58 +0000 (16:22 +0000)]
CMake: Fix up some remaining link interfaces

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

11 years agoCMake: Fix link interface for p4est
Matthias Maier [Thu, 11 Jul 2013 15:30:35 +0000 (15:30 +0000)]
CMake: Fix link interface for p4est

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

11 years agoCMake: Do it correctly
Matthias Maier [Thu, 11 Jul 2013 15:24:20 +0000 (15:24 +0000)]
CMake: Do it correctly

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

11 years agodocumentation fixes by Oleh Krehel
Timo Heister [Thu, 11 Jul 2013 15:09:08 +0000 (15:09 +0000)]
documentation fixes by Oleh Krehel

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

11 years agoResolve a cache invalidation issue
Matthias Maier [Thu, 11 Jul 2013 14:39:34 +0000 (14:39 +0000)]
Resolve a cache invalidation issue

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

11 years agoCMake: Fix link interface for static blas/lapack
Matthias Maier [Thu, 11 Jul 2013 14:21:04 +0000 (14:21 +0000)]
CMake: Fix link interface for static blas/lapack

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

11 years agoCMake: Prefer static libs for boost if available and BUILD_SHARED_LIBS is false
Matthias Maier [Thu, 11 Jul 2013 13:10:44 +0000 (13:10 +0000)]
CMake: Prefer static libs for boost if available and BUILD_SHARED_LIBS is false

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

11 years agoCMake: Prefer static archives if BUILD_SHARED_LIBS is set to off
Matthias Maier [Thu, 11 Jul 2013 11:52:21 +0000 (11:52 +0000)]
CMake: Prefer static archives if BUILD_SHARED_LIBS is set to off

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

11 years agoBugfix: Fix a compilation issue if DEAL_II_WITH_UMFPACK=FALSE
Matthias Maier [Wed, 10 Jul 2013 22:42:23 +0000 (22:42 +0000)]
Bugfix: Fix a compilation issue if DEAL_II_WITH_UMFPACK=FALSE

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

11 years agoCMake: Fix a typo
Matthias Maier [Wed, 10 Jul 2013 22:35:08 +0000 (22:35 +0000)]
CMake: Fix a typo

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

11 years agoCMAke: Bugfix. Search for petscvariables in the right order
Matthias Maier [Wed, 10 Jul 2013 22:29:57 +0000 (22:29 +0000)]
CMAke: Bugfix. Search for petscvariables in the right order

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

11 years agoUndo accidental part of previous patch.
Wolfgang Bangerth [Tue, 9 Jul 2013 21:39:19 +0000 (21:39 +0000)]
Undo accidental part of previous patch.

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

11 years agoPatch by Denis Davydov: Get the tensor extractors working right.
Wolfgang Bangerth [Tue, 9 Jul 2013 21:37:20 +0000 (21:37 +0000)]
Patch by Denis Davydov: Get the tensor extractors working right.

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

11 years agoFurther tweaks by Denis Davydov and add a test.
Wolfgang Bangerth [Tue, 9 Jul 2013 21:28:29 +0000 (21:28 +0000)]
Further tweaks by Denis Davydov and add a test.

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

11 years agoMore minimizing.
Wolfgang Bangerth [Tue, 9 Jul 2013 14:45:02 +0000 (14:45 +0000)]
More minimizing.

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

11 years agoLatest version of the test. Really minimal. Still fails with the WorkStream patches...
Wolfgang Bangerth [Tue, 9 Jul 2013 14:38:08 +0000 (14:38 +0000)]
Latest version of the test. Really minimal. Still fails with the WorkStream patches I have locally :-(

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

11 years agoPatch by Denis Davydov: Add the missing functions for the Tensor extractors.
Wolfgang Bangerth [Mon, 8 Jul 2013 19:43:27 +0000 (19:43 +0000)]
Patch by Denis Davydov: Add the missing functions for the Tensor extractors.

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

11 years agoAdd accessor functions that take a whole set of indices all at once.
Wolfgang Bangerth [Mon, 8 Jul 2013 18:13:17 +0000 (18:13 +0000)]
Add accessor functions that take a whole set of indices all at once.

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

11 years agoMinimal form of the test. This fails with my patches to work_stream.h because we...
Wolfgang Bangerth [Mon, 8 Jul 2013 14:01:00 +0000 (14:01 +0000)]
Minimal form of the test. This fails with my patches to work_stream.h because we step on some other array's memory...

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

11 years agoFix a bunch of typos in comments, using the script from https://github.com/vlajos...
Wolfgang Bangerth [Mon, 8 Jul 2013 13:55:30 +0000 (13:55 +0000)]
Fix a bunch of typos in comments, using the script from https://github.com/vlajos/misspell_fixer .

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

11 years agoTest case for parallel block vector
Martin Kronbichler [Mon, 8 Jul 2013 05:54:44 +0000 (05:54 +0000)]
Test case for parallel block vector

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

11 years agoThe testcase is getting shorter and shorter...
Wolfgang Bangerth [Mon, 8 Jul 2013 04:24:31 +0000 (04:24 +0000)]
The testcase is getting shorter and shorter...

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

11 years agoYet another, further reduced version.
Wolfgang Bangerth [Mon, 8 Jul 2013 04:05:23 +0000 (04:05 +0000)]
Yet another, further reduced version.

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

11 years agoYet another version of this test. It should be producing the same result every time...
Wolfgang Bangerth [Mon, 8 Jul 2013 03:51:51 +0000 (03:51 +0000)]
Yet another version of this test. It should be producing the same result every time, but it doesn't with my current version of work_stream.h.

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

11 years agoRevert to a state of the test that really does fail.
Wolfgang Bangerth [Mon, 8 Jul 2013 03:37:55 +0000 (03:37 +0000)]
Revert to a state of the test that really does fail.

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

11 years agoAnother version which, sadly, shows yet another problem: the fact that Vector::l1_nor...
Wolfgang Bangerth [Mon, 8 Jul 2013 02:47:56 +0000 (02:47 +0000)]
Another version which, sadly, shows yet another problem: the fact that Vector::l1_norm() produces different results every time...

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

11 years agoA much reduced testcase. Should produce the same number every time, but doesn't.
Wolfgang Bangerth [Mon, 8 Jul 2013 02:23:31 +0000 (02:23 +0000)]
A much reduced testcase. Should produce the same number every time, but doesn't.

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

11 years agoRemove a dead piece of left-over from an apparently earlier time.
Wolfgang Bangerth [Mon, 8 Jul 2013 02:14:30 +0000 (02:14 +0000)]
Remove a dead piece of left-over from an apparently earlier time.

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

11 years agoleave comment
Timo Heister [Sun, 7 Jul 2013 16:07:59 +0000 (16:07 +0000)]
leave comment

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

11 years agomaybe fix ConstraintMatrix::set_zero for parallel::distributed::BlockVector
Timo Heister [Sun, 7 Jul 2013 16:01:03 +0000 (16:01 +0000)]
maybe fix ConstraintMatrix::set_zero for parallel::distributed::BlockVector

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

11 years agofix test output
Timo Heister [Sun, 7 Jul 2013 15:47:45 +0000 (15:47 +0000)]
fix test output

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

11 years agofix bug in ConstraintMatrix::set_zero
Timo Heister [Sun, 7 Jul 2013 15:47:02 +0000 (15:47 +0000)]
fix bug in ConstraintMatrix::set_zero

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

11 years agoadd test that documents bug in ConstraintMatrix::set_zero
Timo Heister [Sun, 7 Jul 2013 15:31:15 +0000 (15:31 +0000)]
add test that documents bug in ConstraintMatrix::set_zero

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

11 years agoQualify a call to (std::)copy.
Wolfgang Bangerth [Fri, 5 Jul 2013 23:40:50 +0000 (23:40 +0000)]
Qualify a call to (std::)copy.

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

11 years agoWrapped MPI_COMM_WORLD definition around an #ifdef. Trilinos already defines this...
Luca Heltai [Thu, 4 Jul 2013 12:38:52 +0000 (12:38 +0000)]
Wrapped MPI_COMM_WORLD definition around an #ifdef. Trilinos already defines this if we are serial, and we get warnings with multiple definitions.

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

11 years agoI can't believe it still isn't working. It was working just fine on the
Wolfgang Bangerth [Thu, 4 Jul 2013 03:03:32 +0000 (03:03 +0000)]
I can't believe it still isn't working. It was working just fine on the
laptop, but all sorts of tests are failing again. So obnoxious!!!

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

11 years agoFurther simplify.
Wolfgang Bangerth [Thu, 4 Jul 2013 03:00:42 +0000 (03:00 +0000)]
Further simplify.

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

11 years agoFinally figure out what is necessary to make it work with using thread local
Wolfgang Bangerth [Wed, 3 Jul 2013 23:50:50 +0000 (23:50 +0000)]
Finally figure out what is necessary to make it work with using thread local
scratch objects, rather than global scratch object: we need thread local
*pointers* to these objects, but the objects and their content need to be in
the global memory space because they may in fact be worked on by other
threads, for example when zeroing out a vector etc.

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

11 years agoAdd test for grid with nonstandard orientated faces for FE_Nedelec<3>. By Alexander...
Markus Buerg [Wed, 3 Jul 2013 22:40:19 +0000 (22:40 +0000)]
Add test for grid with nonstandard orientated faces for FE_Nedelec<3>. By Alexander Grayver.

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

11 years agoFace bug in Nedelec elements for faces with nonstandard orientation.
Markus Buerg [Wed, 3 Jul 2013 22:30:05 +0000 (22:30 +0000)]
Face bug in Nedelec elements for faces with nonstandard orientation.

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

11 years agoRemove forgotten line.
Markus Buerg [Wed, 3 Jul 2013 22:09:52 +0000 (22:09 +0000)]
Remove forgotten line.

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

11 years agoThird new test.
Wolfgang Bangerth [Wed, 3 Jul 2013 16:06:06 +0000 (16:06 +0000)]
Third new test.

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

11 years agoAnother new test.
Wolfgang Bangerth [Wed, 3 Jul 2013 16:04:30 +0000 (16:04 +0000)]
Another new test.

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

11 years agoNew test.
Wolfgang Bangerth [Wed, 3 Jul 2013 16:03:51 +0000 (16:03 +0000)]
New test.

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

11 years agoCount down, not up.
Wolfgang Bangerth [Wed, 3 Jul 2013 12:56:01 +0000 (12:56 +0000)]
Count down, not up.

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

11 years agoAdapt the first three tests in tests/umfpack to test for the transpose as well.
Matthias Maier [Wed, 3 Jul 2013 09:01:46 +0000 (09:01 +0000)]
Adapt the first three tests in tests/umfpack to test for the transpose as well.

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

11 years agoImplement SparseDirectUMFPACK::Tvmult
Matthias Maier [Wed, 3 Jul 2013 09:01:45 +0000 (09:01 +0000)]
Implement SparseDirectUMFPACK::Tvmult

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

11 years agoBugfix: Fix a meaningless comparison
Matthias Maier [Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)]
Bugfix: Fix a meaningless comparison

"i != -1", where i is an unsigned int is always true - there is no implicit
cast of '-1' to unsigned char. It has to read "i != (unsigned char) -1"

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

11 years agoPatch by Denis Davydov: Add Tensor extractors for FEValues objects.
Wolfgang Bangerth [Tue, 2 Jul 2013 21:08:25 +0000 (21:08 +0000)]
Patch by Denis Davydov: Add Tensor extractors for FEValues objects.

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

11 years agoList Denis Davydov and expand on Martin Steigemann's entry.
Wolfgang Bangerth [Tue, 2 Jul 2013 19:44:10 +0000 (19:44 +0000)]
List Denis Davydov and expand on Martin Steigemann's entry.

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

11 years agoUse a non-recursive version of the unroll function.
Wolfgang Bangerth [Tue, 2 Jul 2013 19:36:17 +0000 (19:36 +0000)]
Use a non-recursive version of the unroll function.

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

11 years agoPatch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor...
Wolfgang Bangerth [Tue, 2 Jul 2013 19:10:53 +0000 (19:10 +0000)]
Patch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor, much the same as we already have for SymmetricTensor. Add test.

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

11 years agoPatch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor...
Wolfgang Bangerth [Tue, 2 Jul 2013 19:10:38 +0000 (19:10 +0000)]
Patch by Denis Davydov: Provide functions to unroll and re-roll indices of Tensor, much the same as we already have for SymmetricTensor.

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

11 years agoPatch by Denis Davydov: Add TableIndices::operator[] in a non-const version. Add...
Wolfgang Bangerth [Tue, 2 Jul 2013 18:32:54 +0000 (18:32 +0000)]
Patch by Denis Davydov: Add TableIndices::operator[] in a non-const version. Add tests.

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

11 years agoPatch by Denis Davydov: Add TableIndices::operator[] in a non-const version.
Wolfgang Bangerth [Tue, 2 Jul 2013 18:32:38 +0000 (18:32 +0000)]
Patch by Denis Davydov: Add TableIndices::operator[] in a non-const version.

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

11 years agoUndo previous change to this file -- the variable needs to be public
Wolfgang Bangerth [Tue, 2 Jul 2013 16:54:23 +0000 (16:54 +0000)]
Undo previous change to this file -- the variable needs to be public
after all...

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

11 years agoFix typo not caught because I committed MPI code but didn't compile
Wolfgang Bangerth [Tue, 2 Jul 2013 16:51:51 +0000 (16:51 +0000)]
Fix typo not caught because I committed MPI code but didn't compile
for MPI :-(

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

11 years agoMark a field that we don't use as private.
Wolfgang Bangerth [Tue, 2 Jul 2013 15:39:24 +0000 (15:39 +0000)]
Mark a field that we don't use as private.

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

11 years agoSet file properties.
Wolfgang Bangerth [Tue, 2 Jul 2013 15:29:57 +0000 (15:29 +0000)]
Set file properties.

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

11 years agoPatch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_tria...
Wolfgang Bangerth [Tue, 2 Jul 2013 15:29:20 +0000 (15:29 +0000)]
Patch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_triangulation. Add corresponding test.

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

11 years agoPatch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_tria...
Wolfgang Bangerth [Tue, 2 Jul 2013 15:28:54 +0000 (15:28 +0000)]
Patch by Martin Steigemann: implement parallel::distributed::Triangulation::copy_triangulation.

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

11 years agoUpdate publications Wick
Thomas Wick [Mon, 1 Jul 2013 19:01:29 +0000 (19:01 +0000)]
Update publications Wick

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

11 years agoUpdate references.
Wolfgang Bangerth [Mon, 1 Jul 2013 14:14:13 +0000 (14:14 +0000)]
Update references.

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

11 years agoFix grammar error.
Wolfgang Bangerth [Mon, 1 Jul 2013 14:09:11 +0000 (14:09 +0000)]
Fix grammar error.

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

11 years agowork on multigrid tests
Timo Heister [Mon, 1 Jul 2013 08:50:03 +0000 (08:50 +0000)]
work on multigrid tests

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

11 years agoCMake: Improve build type handling in DEAL_II_INVOKE_AUTOPILOT and DEAL_II_INITIALIZE...
Matthias Maier [Sat, 29 Jun 2013 15:56:25 +0000 (15:56 +0000)]
CMake: Improve build type handling in DEAL_II_INVOKE_AUTOPILOT and DEAL_II_INITIALIZE_CACHED_VARIABLES

  - only display "make release" and "make debug" if it is possible to
    change build types

  - forcefully change build type to a sane value in
    DEAL_II_INITIALIZE_CACHED_VARIABLES instead of bailing out

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

11 years agoIndent one line.
Wolfgang Bangerth [Sat, 29 Jun 2013 02:19:34 +0000 (02:19 +0000)]
Indent one line.

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

11 years agoAdd test.
Wolfgang Bangerth [Sat, 29 Jun 2013 02:19:30 +0000 (02:19 +0000)]
Add test.

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

11 years agofix error
Timo Heister [Fri, 28 Jun 2013 10:42:29 +0000 (10:42 +0000)]
fix error

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

11 years agoUndo r29899. I now know where to look.
Wolfgang Bangerth [Fri, 28 Jun 2013 03:41:24 +0000 (03:41 +0000)]
Undo r29899. I now know where to look.

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

11 years agoRe-enable the functionality previously reverted in 24748. This didn't work back then...
Wolfgang Bangerth [Thu, 27 Jun 2013 23:16:41 +0000 (23:16 +0000)]
Re-enable the functionality previously reverted in 24748. This didn't work back then, and it's likely not going to work now, but I need a baseline of tests that fail.

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

11 years agoYet one more header file missing.
Wolfgang Bangerth [Thu, 27 Jun 2013 23:14:39 +0000 (23:14 +0000)]
Yet one more header file missing.

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

11 years agoAdd another necessary header file.
Wolfgang Bangerth [Thu, 27 Jun 2013 21:45:59 +0000 (21:45 +0000)]
Add another necessary header file.

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

11 years agoMove test to a directory where it is only run whenever we actually have the parallel...
Wolfgang Bangerth [Thu, 27 Jun 2013 20:45:46 +0000 (20:45 +0000)]
Move test to a directory where it is only run whenever we actually have the parallel distributed stuff around.

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

11 years agoCorrect name of header file...
Wolfgang Bangerth [Thu, 27 Jun 2013 19:24:41 +0000 (19:24 +0000)]
Correct name of header file...

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

11 years agoDo include config.h or get into trouble if this is the first file you include.
Wolfgang Bangerth [Thu, 27 Jun 2013 19:24:23 +0000 (19:24 +0000)]
Do include config.h or get into trouble if this is the first file you include.

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

11 years agoDisable some MPI-only code if we haven't configured to use MPI.
Wolfgang Bangerth [Thu, 27 Jun 2013 16:09:46 +0000 (16:09 +0000)]
Disable some MPI-only code if we haven't configured to use MPI.

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

11 years agoremoved some -Wunused-variable from lac/trilinos_sparse_matrix.h for the optimized...
Uwe Koecher [Tue, 25 Jun 2013 08:28:51 +0000 (08:28 +0000)]
removed some -Wunused-variable from lac/trilinos_sparse_matrix.h for the optimized version

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

11 years agomake documentation more compact
Guido Kanschat [Tue, 25 Jun 2013 08:14:21 +0000 (08:14 +0000)]
make documentation more compact

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

11 years agodefault argument to refine_global
Guido Kanschat [Tue, 25 Jun 2013 08:13:35 +0000 (08:13 +0000)]
default argument to refine_global

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

11 years agoadd comments
Guido Kanschat [Tue, 25 Jun 2013 08:12:49 +0000 (08:12 +0000)]
add comments

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

11 years agostep-50: better solver tolerance
Timo Heister [Tue, 25 Jun 2013 06:57:33 +0000 (06:57 +0000)]
step-50: better solver tolerance

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

11 years agofix more parallel multigrid issues
Timo Heister [Tue, 25 Jun 2013 06:44:20 +0000 (06:44 +0000)]
fix more parallel multigrid issues

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

11 years agofix MGConstrainedDofs if n_levels!=n_global_levels
Timo Heister [Tue, 25 Jun 2013 06:40:27 +0000 (06:40 +0000)]
fix MGConstrainedDofs if n_levels!=n_global_levels

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

11 years agocompress comments
Guido Kanschat [Tue, 25 Jun 2013 06:38:19 +0000 (06:38 +0000)]
compress comments

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