]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
10 years agoupdate test description and output
heister [Wed, 16 Oct 2013 19:36:23 +0000 (19:36 +0000)]
update test description and output

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31268 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agofix index computation in DataOut that was completely broken if the cells are filtered
heister [Wed, 16 Oct 2013 19:23:22 +0000 (19:23 +0000)]
fix index computation in DataOut that was completely broken if the cells are filtered

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31267 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoadd failing test
heister [Wed, 16 Oct 2013 18:40:35 +0000 (18:40 +0000)]
add failing test

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31266 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoadd assert for a wrong index computation (fix comes soon)
heister [Wed, 16 Oct 2013 18:40:21 +0000 (18:40 +0000)]
add assert for a wrong index computation (fix comes soon)

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31265 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMerge trunk into branch_port_the_testsuite
maier [Wed, 16 Oct 2013 17:39:00 +0000 (17:39 +0000)]
Merge trunk into branch_port_the_testsuite

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31264 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix opaque type problem in derivative_approximation.h
maier [Wed, 16 Oct 2013 17:30:37 +0000 (17:30 +0000)]
Fix opaque type problem in derivative_approximation.h

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31262 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoUnify before sort...
maier [Wed, 16 Oct 2013 17:26:36 +0000 (17:26 +0000)]
Unify before sort...

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31261 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd update_ghost_values and compress to parallel block vector for a consistent interf...
kronbichler [Wed, 16 Oct 2013 14:43:54 +0000 (14:43 +0000)]
Add update_ghost_values and compress to parallel block vector for a consistent interface with the parallel non-block vector.

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

10 years agoAdjust comments
kronbichler [Wed, 16 Oct 2013 14:43:14 +0000 (14:43 +0000)]
Adjust comments

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

10 years agoDelete stray 'of'
kronbichler [Wed, 16 Oct 2013 14:41:36 +0000 (14:41 +0000)]
Delete stray 'of'

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

10 years agoreport correct error code
heister [Wed, 16 Oct 2013 14:16:55 +0000 (14:16 +0000)]
report correct error code

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31257 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agogroup all-headers together
heister [Wed, 16 Oct 2013 14:10:27 +0000 (14:10 +0000)]
group all-headers together

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31256 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Declare LogStream::operator<< as a non member function to get
maier [Wed, 16 Oct 2013 13:53:08 +0000 (13:53 +0000)]
Bugfix: Declare LogStream::operator<< as a non member function to get
compatible results under C++11 overload resolution rules

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31255 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove DeadlockKiller from tests. The rationale is
maier [Wed, 16 Oct 2013 11:45:44 +0000 (11:45 +0000)]
Remove DeadlockKiller from tests. The rationale is

 (a) it is no longer necessary with ctest which will take care of killing
     deadlocked tests, too.

 (b) exiting on the main thread without joining the other threads first
     violates current language standard - so a significant rewrite would be
     necessary

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31254 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoPrint out exception details in a portable manner
maier [Wed, 16 Oct 2013 10:41:21 +0000 (10:41 +0000)]
Print out exception details in a portable manner

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31253 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: remove stale failing_* files, provide some more information in failing RUN...
maier [Wed, 16 Oct 2013 09:36:21 +0000 (09:36 +0000)]
Bugfix: remove stale failing_* files, provide some more information in failing RUN and DIFF stages

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31251 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Invoke sort with C locale to make the output locale independent
maier [Wed, 16 Oct 2013 09:21:02 +0000 (09:21 +0000)]
Bugfix: Invoke sort with C locale to make the output locale independent

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31250 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMerge trunk into branch_port_the_testsuite
maier [Wed, 16 Oct 2013 07:04:04 +0000 (07:04 +0000)]
Merge trunk into branch_port_the_testsuite

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31249 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAvoid 'typename' outside templates.
bangerth [Wed, 16 Oct 2013 02:41:43 +0000 (02:41 +0000)]
Avoid 'typename' outside templates.

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

10 years agoReplace Threads with WorkStream in step-9. Documentation still needs to be updated.
turcksin [Wed, 16 Oct 2013 00:06:34 +0000 (00:06 +0000)]
Replace Threads with WorkStream in step-9. Documentation still needs to be updated.

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

10 years agoBugfix: Guard correctly
maier [Tue, 15 Oct 2013 23:49:07 +0000 (23:49 +0000)]
Bugfix: Guard correctly

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31246 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoNice try, nice try...
maier [Tue, 15 Oct 2013 21:34:40 +0000 (21:34 +0000)]
Nice try, nice try...

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31245 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd support for Cygwin64
maier [Tue, 15 Oct 2013 21:05:24 +0000 (21:05 +0000)]
Add support for Cygwin64

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31244 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoModify data_out.cc to copy the patches in parrallel.
turcksin [Tue, 15 Oct 2013 20:28:36 +0000 (20:28 +0000)]
Modify data_out.cc to copy the patches in parrallel.

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

10 years agoExplicitly state source and result files for failing diffs so that it
bangerth [Tue, 15 Oct 2013 18:19:12 +0000 (18:19 +0000)]
Explicitly state source and result files for failing diffs so that it
is easier to find the right files when trying to update tests.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31242 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdjust output.
bangerth [Tue, 15 Oct 2013 17:53:28 +0000 (17:53 +0000)]
Adjust output.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31241 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoReplace distance by using SynchronousIterators in derivative_approximation.
turcksin [Tue, 15 Oct 2013 17:34:45 +0000 (17:34 +0000)]
Replace distance by using SynchronousIterators in derivative_approximation.

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

10 years agoIncrease precision to get under numdiffs limit.
bangerth [Tue, 15 Oct 2013 16:27:44 +0000 (16:27 +0000)]
Increase precision to get under numdiffs limit.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31239 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoGuard 'noexcept' with appropriate flag.
bangerth [Tue, 15 Oct 2013 12:54:48 +0000 (12:54 +0000)]
Guard 'noexcept' with appropriate flag.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31238 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoWe indeed need to export TBB_IMPLEMENT_CPP0X=1 more freely. TODO: Is it
maier [Tue, 15 Oct 2013 10:31:54 +0000 (10:31 +0000)]
We indeed need to export TBB_IMPLEMENT_CPP0X=1 more freely. TODO: Is it
safe to export TBB_IMPLEMENT_CPP0X for headers used from an external
library?

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31237 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd noexcept(false) also to ~GrowingVectorMemory (and its base class)
maier [Tue, 15 Oct 2013 10:10:55 +0000 (10:10 +0000)]
Add noexcept(false) also to ~GrowingVectorMemory (and its base class)

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31236 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix: Propagate exceptions out of ~Subscriptor in C++11 mode
maier [Tue, 15 Oct 2013 10:02:46 +0000 (10:02 +0000)]
Bugfix: Propagate exceptions out of ~Subscriptor in C++11 mode

According to the C++11 standard [class.dtor] 3 in combination with
[except.spec] 14 and [except.spec] 9---as explained in detail in
[1]---we're guilty of just terminating in case of throwing an exception in
a destructor.

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3204.htm

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31235 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRename DEAL_II_CAN_USE_CXX11 to DEAL_II_USE_CXX11 to make the fact clear that we...
maier [Tue, 15 Oct 2013 08:17:22 +0000 (08:17 +0000)]
Rename DEAL_II_CAN_USE_CXX11 to DEAL_II_USE_CXX11 to make the fact clear that we'll use it..
Provide a compatibility definition of DEAL_II_CAN_USE_CXX11 in config.h.in

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31234 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove debug output accidentally committed in r31180.
bangerth [Mon, 14 Oct 2013 22:16:49 +0000 (22:16 +0000)]
Remove debug output accidentally committed in r31180.

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

10 years agoReplace the second Threads by WorkStream in matrix_tools.cc
turcksin [Mon, 14 Oct 2013 21:37:39 +0000 (21:37 +0000)]
Replace the second Threads by WorkStream in matrix_tools.cc

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

10 years agoFix typo.
bangerth [Mon, 14 Oct 2013 20:56:11 +0000 (20:56 +0000)]
Fix typo.

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

10 years agoReplace the first Threads by WorkStream in matrix_tools.cc
turcksin [Mon, 14 Oct 2013 19:19:08 +0000 (19:19 +0000)]
Replace the first Threads by WorkStream in matrix_tools.cc

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

10 years agoFix an issue with __PRETTY_FUNCTION__ and clang
maier [Mon, 14 Oct 2013 14:52:35 +0000 (14:52 +0000)]
Fix an issue with __PRETTY_FUNCTION__ and clang

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31229 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoWorkaround an issue with clang and enabled C++11 mode
maier [Mon, 14 Oct 2013 13:51:52 +0000 (13:51 +0000)]
Workaround an issue with clang and enabled C++11 mode

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31228 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd a comment.
bangerth [Mon, 14 Oct 2013 13:23:43 +0000 (13:23 +0000)]
Add a comment.

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

10 years agoWorkaround an issue with bundled tbb and clang in C++11 mode
maier [Mon, 14 Oct 2013 13:12:28 +0000 (13:12 +0000)]
Workaround an issue with bundled tbb and clang in C++11 mode

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31226 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoProvide at least 7 digits of accuracy so that numdiff with its 6 digits of relative...
bangerth [Mon, 14 Oct 2013 13:07:02 +0000 (13:07 +0000)]
Provide at least 7 digits of accuracy so that numdiff with its 6 digits of relative accuracy can work its magic.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31225 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoClarify a couple of items.
bangerth [Mon, 14 Oct 2013 12:19:27 +0000 (12:19 +0000)]
Clarify a couple of items.

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

10 years agoDisable output to console.
bangerth [Mon, 14 Oct 2013 12:01:09 +0000 (12:01 +0000)]
Disable output to console.

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

10 years agoDisable warning #135 on intel compilers.
bangerth [Mon, 14 Oct 2013 11:57:31 +0000 (11:57 +0000)]
Disable warning #135 on intel compilers.

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

10 years agoBugfix
maier [Mon, 14 Oct 2013 08:29:31 +0000 (08:29 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31221 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoExport ZLIB version as well
maier [Sun, 13 Oct 2013 22:56:58 +0000 (22:56 +0000)]
Export ZLIB version as well

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31216 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFinish documentation
maier [Sun, 13 Oct 2013 16:21:18 +0000 (16:21 +0000)]
Finish documentation

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31215 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDelete obsolete files
maier [Sun, 13 Oct 2013 10:38:51 +0000 (10:38 +0000)]
Delete obsolete files

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31214 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMerge trunk into branch_port_the_testsuite
maier [Sun, 13 Oct 2013 10:38:48 +0000 (10:38 +0000)]
Merge trunk into branch_port_the_testsuite

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31213 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAnnounce tutorial program also on news page
kronbichler [Sun, 13 Oct 2013 10:01:42 +0000 (10:01 +0000)]
Announce tutorial program also on news page

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

10 years agoBugfix
maier [Sat, 12 Oct 2013 19:29:51 +0000 (19:29 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31211 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoProvide MPI version number (and OMPI version number as well)
maier [Sat, 12 Oct 2013 19:18:42 +0000 (19:18 +0000)]
Provide MPI version number (and OMPI version number as well)

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31210 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd version information for mumps, tbb and umfpack
maier [Sat, 12 Oct 2013 18:41:21 +0000 (18:41 +0000)]
Add version information for mumps, tbb and umfpack

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31209 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd an instantiation.
bangerth [Fri, 11 Oct 2013 14:22:21 +0000 (14:22 +0000)]
Add an instantiation.

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

10 years agoRename (setup|clean|prune)_test to (setup|clean|prune)_tests
maier [Fri, 11 Oct 2013 14:12:27 +0000 (14:12 +0000)]
Rename (setup|clean|prune)_test to (setup|clean|prune)_tests

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31207 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoHelp some compilers (notably xlC) with name lookup.
bangerth [Fri, 11 Oct 2013 13:25:08 +0000 (13:25 +0000)]
Help some compilers (notably xlC) with name lookup.

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

10 years agoRewire the reading of the obstacle: either say 'sphere' or 'read from file'.
bangerth [Fri, 11 Oct 2013 13:02:00 +0000 (13:02 +0000)]
Rewire the reading of the obstacle: either say 'sphere' or 'read from file'.

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

10 years agoMinor cleanup of parameter declaration. Remove the option 'refinement strategy =...
bangerth [Fri, 11 Oct 2013 12:50:31 +0000 (12:50 +0000)]
Minor cleanup of parameter declaration. Remove the option 'refinement strategy = fixed dofs' from the parameters since it wasn't actually implemented.

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

10 years agoRemove unnecessary template qualifier that icc chokes on
maier [Thu, 10 Oct 2013 22:54:30 +0000 (22:54 +0000)]
Remove unnecessary template qualifier that icc chokes on

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31200 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd missing template instantiations
maier [Thu, 10 Oct 2013 22:49:48 +0000 (22:49 +0000)]
Add missing template instantiations

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31199 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMerge trunk into branch_port_the_testsuite
maier [Thu, 10 Oct 2013 17:35:52 +0000 (17:35 +0000)]
Merge trunk into branch_port_the_testsuite

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31198 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDisable the "fail" and "a-framework" categories for tests
maier [Thu, 10 Oct 2013 17:17:18 +0000 (17:17 +0000)]
Disable the "fail" and "a-framework" categories for tests

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31197 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoAdd a Nightly branch
maier [Thu, 10 Oct 2013 17:12:27 +0000 (17:12 +0000)]
Add a Nightly branch

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31196 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoUse WorkStream instead of Thread in DerivativeApproximation::approximate_derivative.
turcksin [Thu, 10 Oct 2013 16:56:19 +0000 (16:56 +0000)]
Use WorkStream instead of Thread in DerivativeApproximation::approximate_derivative.

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

10 years agoRefactor test layout: Move all relevant parts of the new testsuite to the source...
maier [Thu, 10 Oct 2013 13:22:02 +0000 (13:22 +0000)]
Refactor test layout: Move all relevant parts of the new testsuite to the source directory so that it can still be run if ./tests is unavailable

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31194 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoReactivate -O2 for icc-14*
maier [Thu, 10 Oct 2013 08:16:03 +0000 (08:16 +0000)]
Reactivate -O2 for icc-14*

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31193 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoBugfix
maier [Wed, 9 Oct 2013 22:52:07 +0000 (22:52 +0000)]
Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31192 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoReplace Threads by WorkStream in dof_tools_constraints.cc
turcksin [Wed, 9 Oct 2013 21:34:07 +0000 (21:34 +0000)]
Replace Threads by WorkStream in dof_tools_constraints.cc

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

10 years agoRemove test. The functionality of this test can not be verified if we work in directo...
bangerth [Wed, 9 Oct 2013 19:01:57 +0000 (19:01 +0000)]
Remove test. The functionality of this test can not be verified if we work in directories other than the source directory since there we don't know anything about the file system layout.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31190 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoMake other necessary adjustments.
bangerth [Wed, 9 Oct 2013 18:53:44 +0000 (18:53 +0000)]
Make other necessary adjustments.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31189 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix search path. again.
bangerth [Wed, 9 Oct 2013 15:05:39 +0000 (15:05 +0000)]
Fix search path. again.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31188 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove top lines with absolute paths.
bangerth [Wed, 9 Oct 2013 15:00:49 +0000 (15:00 +0000)]
Remove top lines with absolute paths.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31187 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix search path.
bangerth [Wed, 9 Oct 2013 14:58:16 +0000 (14:58 +0000)]
Fix search path.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31186 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRework.
bangerth [Wed, 9 Oct 2013 12:42:30 +0000 (12:42 +0000)]
Rework.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31185 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoOnly set TMPDIR if it isn't already set.
bangerth [Wed, 9 Oct 2013 12:32:54 +0000 (12:32 +0000)]
Only set TMPDIR if it isn't already set.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31184 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoFix typo.
bangerth [Wed, 9 Oct 2013 12:30:55 +0000 (12:30 +0000)]
Fix typo.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31183 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoDoc: Introduce two more links and regroup "Home" in the navbar
maier [Wed, 9 Oct 2013 11:58:13 +0000 (11:58 +0000)]
Doc: Introduce two more links and regroup "Home" in the navbar

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

10 years agoMerge from mainline.
bangerth [Tue, 8 Oct 2013 20:37:11 +0000 (20:37 +0000)]
Merge from mainline.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31181 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agotake over r31179 to mainline
heister [Tue, 8 Oct 2013 20:02:32 +0000 (20:02 +0000)]
take over r31179 to mainline

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

10 years agocheck return value of MPI_File_open
heister [Tue, 8 Oct 2013 20:00:04 +0000 (20:00 +0000)]
check return value of MPI_File_open

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31179 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRemove outdated svn:ignore.
bangerth [Tue, 8 Oct 2013 19:47:03 +0000 (19:47 +0000)]
Remove outdated svn:ignore.

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

10 years agoRework.
bangerth [Tue, 8 Oct 2013 19:46:27 +0000 (19:46 +0000)]
Rework.

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

10 years agoLink to appropriate tag files.
bangerth [Tue, 8 Oct 2013 19:37:45 +0000 (19:37 +0000)]
Link to appropriate tag files.

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

10 years agoSlightly reword top note.
bangerth [Tue, 8 Oct 2013 19:36:00 +0000 (19:36 +0000)]
Slightly reword top note.

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

10 years agoRework.
bangerth [Tue, 8 Oct 2013 19:34:27 +0000 (19:34 +0000)]
Rework.

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

10 years agoUpdate some of the information at the bottom. The link to DEAL no
bangerth [Tue, 8 Oct 2013 19:03:30 +0000 (19:03 +0000)]
Update some of the information at the bottom. The link to DEAL no
longer works, so delete it.

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

10 years agoadd test for write_vtu_in_parallel
heister [Tue, 8 Oct 2013 14:37:45 +0000 (14:37 +0000)]
add test for write_vtu_in_parallel

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31172 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoImprove error message.
bangerth [Tue, 8 Oct 2013 14:18:30 +0000 (14:18 +0000)]
Improve error message.

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

10 years agoRelease mutex on the same thread that acquired it, to satisfy POSIX requirements.
bangerth [Tue, 8 Oct 2013 12:46:17 +0000 (12:46 +0000)]
Release mutex on the same thread that acquired it, to satisfy POSIX requirements.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31170 0785d39b-7218-0410-832d-ea1e28bc413d

10 years agoRun second part of test only if it's different from the first. Adjust test output.
bangerth [Tue, 8 Oct 2013 12:41:27 +0000 (12:41 +0000)]
Run second part of test only if it's different from the first. Adjust test output.

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

10 years agoImplement bilinear interpolation in a much faster way.
bangerth [Tue, 8 Oct 2013 00:17:45 +0000 (00:17 +0000)]
Implement bilinear interpolation in a much faster way.

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

10 years agoNo longer output the residual to output files.
bangerth [Mon, 7 Oct 2013 23:52:01 +0000 (23:52 +0000)]
No longer output the residual to output files.

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

10 years agoCompute locally owned active set as intersection of two sets.
bangerth [Mon, 7 Oct 2013 23:50:20 +0000 (23:50 +0000)]
Compute locally owned active set as intersection of two sets.

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

10 years agoenhance SparseMatrix documentation
heister [Mon, 7 Oct 2013 21:55:54 +0000 (21:55 +0000)]
enhance SparseMatrix documentation

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

10 years agoMinor adjustments.
bangerth [Mon, 7 Oct 2013 14:51:55 +0000 (14:51 +0000)]
Minor adjustments.

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

10 years agoPatch by Mayank Subharwal and Andreas Putz: Make GridIn read VTK files as well.
bangerth [Mon, 7 Oct 2013 13:43:08 +0000 (13:43 +0000)]
Patch by Mayank Subharwal and Andreas Putz: Make GridIn read VTK files as well.

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

10 years agoSearch first for the file with its complete given name. I.e., if someone
bangerth [Mon, 7 Oct 2013 13:28:39 +0000 (13:28 +0000)]
Search first for the file with its complete given name. I.e., if someone
searches for <mesh.vtk> with additional suffix <.vtk>, then still find the
file if it exists before trying <mesh.vtk.vtk>.

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

10 years agoRewrite in parts.
bangerth [Mon, 7 Oct 2013 03:42:41 +0000 (03:42 +0000)]
Rewrite in parts.

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

10 years agoRemove extraneous space.
bangerth [Mon, 7 Oct 2013 03:08:28 +0000 (03:08 +0000)]
Remove extraneous space.

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