]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
10 years agoCommit output files that have mysteriously changed on the branch.
Wolfgang Bangerth [Thu, 3 Oct 2013 16:15:43 +0000 (16:15 +0000)]
Commit output files that have mysteriously changed on the branch.

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

10 years agoCommit output files that have mysteriously changed on the branch.
Wolfgang Bangerth [Thu, 3 Oct 2013 14:27:39 +0000 (14:27 +0000)]
Commit output files that have mysteriously changed on the branch.

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

10 years agogrouping and repeat header
Timo Heister [Thu, 3 Oct 2013 01:47:18 +0000 (01:47 +0000)]
grouping and repeat header

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

10 years agoadd comment
Timo Heister [Thu, 3 Oct 2013 01:38:34 +0000 (01:38 +0000)]
add comment

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

10 years agooptional argument for makereport.py: branch name
Timo Heister [Thu, 3 Oct 2013 01:36:20 +0000 (01:36 +0000)]
optional argument for makereport.py: branch name

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

10 years agoRemove obsolete directories
Matthias Maier [Wed, 2 Oct 2013 22:09:47 +0000 (22:09 +0000)]
Remove obsolete directories

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

10 years agoFinally.
Matthias Maier [Wed, 2 Oct 2013 00:39:39 +0000 (00:39 +0000)]
Finally.

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

10 years agoRemove obosolete test, rename remaining ones, fix output
Matthias Maier [Wed, 2 Oct 2013 00:36:50 +0000 (00:36 +0000)]
Remove obosolete test, rename remaining ones, fix output

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

10 years agoPort the distributed periodicity test, add missing template instantiation
Matthias Maier [Tue, 1 Oct 2013 21:33:33 +0000 (21:33 +0000)]
Port the distributed periodicity test, add missing template instantiation

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

10 years agoPort grid_tools_05.cc test to collect_periodic_faces
Matthias Maier [Tue, 1 Oct 2013 20:43:14 +0000 (20:43 +0000)]
Port grid_tools_05.cc test to collect_periodic_faces

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

10 years agoMerge trunk into branch_port_the_testsuite
Matthias Maier [Tue, 1 Oct 2013 08:15:38 +0000 (08:15 +0000)]
Merge trunk into branch_port_the_testsuite

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

10 years agoDo some operations in parallel on tasks.
Wolfgang Bangerth [Tue, 1 Oct 2013 00:25:23 +0000 (00:25 +0000)]
Do some operations in parallel on tasks.

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

10 years agoWork around an issue in a copy constructor we needed for C++11 compatibility and...
Wolfgang Bangerth [Tue, 1 Oct 2013 00:24:55 +0000 (00:24 +0000)]
Work around an issue in a copy constructor we needed for C++11 compatibility and Intel's ICC.

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

10 years agoMerge trunk into branch_port_the_testsuite
Matthias Maier [Mon, 30 Sep 2013 23:50:16 +0000 (23:50 +0000)]
Merge trunk into branch_port_the_testsuite

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

10 years agoTake over revisions 31045 - 31051 from branch_port_the_testsuite
Matthias Maier [Mon, 30 Sep 2013 23:49:41 +0000 (23:49 +0000)]
Take over revisions 31045 - 31051 from branch_port_the_testsuite

Cleanup GridTools::collect_periodic_*:

 - Remove GridTools::collect_periodic_face_pairs
 - Unify interface for remaining GridTools::collect_periodic_faces
 - Remove deprecated functions that aren't even released
 - Bugfix: Instantiate collect_periodic_faces, this resolves a compilation
   issue with icc

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

10 years ago... and the second part
Matthias Maier [Mon, 30 Sep 2013 23:33:24 +0000 (23:33 +0000)]
... and the second part

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

10 years agoGridTools::collect_periodic_faces: Port back to "const int" for the direction
Matthias Maier [Mon, 30 Sep 2013 23:29:03 +0000 (23:29 +0000)]
GridTools::collect_periodic_faces: Port back to "const int" for the direction

It is way too painful to workaround the compiler warnings a "const
unsigned int" produces

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

10 years agoNext try ;-)
Matthias Maier [Mon, 30 Sep 2013 23:03:19 +0000 (23:03 +0000)]
Next try ;-)

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

10 years agoBugfix: Instantiate...
Matthias Maier [Mon, 30 Sep 2013 22:58:27 +0000 (22:58 +0000)]
Bugfix: Instantiate...

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

10 years agoFix a couple of assertions.
Wolfgang Bangerth [Mon, 30 Sep 2013 22:40:01 +0000 (22:40 +0000)]
Fix a couple of assertions.

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

10 years agoRemove obsolete instantiation
Matthias Maier [Mon, 30 Sep 2013 22:28:32 +0000 (22:28 +0000)]
Remove obsolete instantiation

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

10 years agoCleanup GridTools::collect_periodic_*:
Matthias Maier [Mon, 30 Sep 2013 22:24:38 +0000 (22:24 +0000)]
Cleanup GridTools::collect_periodic_*:

 - Remove GridTools::collect_periodic_face_pairs
 - Unify interface for remaining GridTools::collect_periodic_faces
 - Remove deprecated functions that aren't even released

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

10 years agoBugfix: Link in Intel support libraries dynamically (when not building a static execu...
Matthias Maier [Mon, 30 Sep 2013 20:20:35 +0000 (20:20 +0000)]
Bugfix: Link in Intel support libraries dynamically (when not building a static executable)

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

10 years agoDisable warning 327 for Intel compilers. This leads to (correct)
Wolfgang Bangerth [Mon, 30 Sep 2013 18:40:42 +0000 (18:40 +0000)]
Disable warning 327 for Intel compilers. This leads to (correct)
warnings of the kind

File: source/fe/fe_values.cc Line: 430

/.../deal.II/source/fe/fe_values.cc(430): warning #327: NULL reference is not allowed

      fe_values(*static_cast<dealii::FEValuesBase<dim, spacedim>*> (0)),
                ^
          detected during instantiation of "dealii::FEValuesViews::Tensor<2, dim, spacedim>::Tensor() [with dim=1, spacedim=1]" at line 76 of "/usr/include/c++/4.6/bits/stl_construct.h"

But we'd like to use this construct anyway.

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

10 years agoMerge once more from mainline.
Wolfgang Bangerth [Mon, 30 Sep 2013 15:47:32 +0000 (15:47 +0000)]
Merge once more from mainline.

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

10 years agoProvide a copy constructor.
Wolfgang Bangerth [Mon, 30 Sep 2013 15:45:54 +0000 (15:45 +0000)]
Provide a copy constructor.

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

10 years agoMerge trunk into branch_port_the_testsuite
Matthias Maier [Mon, 30 Sep 2013 14:51:11 +0000 (14:51 +0000)]
Merge trunk into branch_port_the_testsuite

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

10 years agoSubmit more lines around an error, add CTEST_EXTRA_COVERAGE_GLOB
Matthias Maier [Mon, 30 Sep 2013 14:38:23 +0000 (14:38 +0000)]
Submit more lines around an error, add CTEST_EXTRA_COVERAGE_GLOB

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

10 years agoLeave a TODO.
Wolfgang Bangerth [Mon, 30 Sep 2013 14:36:13 +0000 (14:36 +0000)]
Leave a TODO.

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

10 years agoAdd a copy constructor in hopes of making Intel's ICC happy.
Wolfgang Bangerth [Mon, 30 Sep 2013 14:15:20 +0000 (14:15 +0000)]
Add a copy constructor in hopes of making Intel's ICC happy.

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

10 years agoMerge again from mainline.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:43:43 +0000 (13:43 +0000)]
Merge again from mainline.

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

10 years agoSuppress output to console.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:38:56 +0000 (13:38 +0000)]
Suppress output to console.

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

10 years agoMove declaration of std::vector out of a loop.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:36:31 +0000 (13:36 +0000)]
Move declaration of std::vector out of a loop.

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

10 years agoMove declaration of std::vector out of loop.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:35:17 +0000 (13:35 +0000)]
Move declaration of std::vector out of loop.

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

10 years agoTry to make older gccs happy.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:32:52 +0000 (13:32 +0000)]
Try to make older gccs happy.

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

10 years agoProvide a copy constructor for the Task class. This should make
Wolfgang Bangerth [Mon, 30 Sep 2013 13:26:55 +0000 (13:26 +0000)]
Provide a copy constructor for the Task class. This should make
Intel ICC happy.

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

10 years agoProvide a copy constructor for the accessor class. This should make
Wolfgang Bangerth [Mon, 30 Sep 2013 13:26:36 +0000 (13:26 +0000)]
Provide a copy constructor for the accessor class. This should make
Intel ICC happy.

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

10 years agoMove comment into the right place.
Wolfgang Bangerth [Mon, 30 Sep 2013 13:16:11 +0000 (13:16 +0000)]
Move comment into the right place.

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

10 years agoMerge trunk into branch_port_the_testsuite
Matthias Maier [Mon, 30 Sep 2013 08:10:38 +0000 (08:10 +0000)]
Merge trunk into branch_port_the_testsuite

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

10 years agoDocument geometry generation.
Wolfgang Bangerth [Mon, 30 Sep 2013 03:52:45 +0000 (03:52 +0000)]
Document geometry generation.

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

10 years agoSome more updates.
Wolfgang Bangerth [Mon, 30 Sep 2013 03:39:53 +0000 (03:39 +0000)]
Some more updates.

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

10 years agochange const bool& parameter to not be a reference in write_hdf5_parallel
Timo Heister [Mon, 30 Sep 2013 01:16:24 +0000 (01:16 +0000)]
change const bool& parameter to not be a reference in write_hdf5_parallel

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

10 years agoremove hdf5 related compiler warning
Timo Heister [Mon, 30 Sep 2013 00:50:21 +0000 (00:50 +0000)]
remove hdf5 related compiler warning

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

10 years agoFix typo in documentation.
Scott Miller [Mon, 30 Sep 2013 00:13:51 +0000 (00:13 +0000)]
Fix typo in documentation.

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

10 years agoTry to align instantiations to declarations, in hopes of fixing bug #122.
Wolfgang Bangerth [Sun, 29 Sep 2013 23:19:32 +0000 (23:19 +0000)]
Try to align instantiations to declarations, in hopes of fixing bug #122.

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

10 years agoProvide copy constructors for iterators.
Wolfgang Bangerth [Sun, 29 Sep 2013 23:18:26 +0000 (23:18 +0000)]
Provide copy constructors for iterators.

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

10 years agoMore small mods.
Wolfgang Bangerth [Sun, 29 Sep 2013 22:55:32 +0000 (22:55 +0000)]
More small mods.

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

10 years agoFurther cleanups.
Wolfgang Bangerth [Sun, 29 Sep 2013 22:44:59 +0000 (22:44 +0000)]
Further cleanups.

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

10 years agoAlso submit config.h to cdash
Matthias Maier [Sun, 29 Sep 2013 21:20:25 +0000 (21:20 +0000)]
Also submit config.h to cdash

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

10 years agoUpdate header in example config file
Matthias Maier [Sun, 29 Sep 2013 20:33:43 +0000 (20:33 +0000)]
Update header in example config file

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

10 years agoMake Wolfgang happy ;-)
Matthias Maier [Sun, 29 Sep 2013 19:56:02 +0000 (19:56 +0000)]
Make Wolfgang happy ;-)

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

10 years agoClean up member variable list somewhat. As far as possible, initialize member variabl...
Wolfgang Bangerth [Sun, 29 Sep 2013 18:48:12 +0000 (18:48 +0000)]
Clean up member variable list somewhat. As far as possible, initialize member variables in the initializer list and then mark them as const.

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

10 years agoBugfix: Read in CTestCustom.cmake if available
Matthias Maier [Sun, 29 Sep 2013 18:03:04 +0000 (18:03 +0000)]
Bugfix: Read in CTestCustom.cmake if available

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

10 years agoAdd a few comments. Fix a couple of oversights where the same function is used for...
Wolfgang Bangerth [Sun, 29 Sep 2013 14:58:31 +0000 (14:58 +0000)]
Add a few comments. Fix a couple of oversights where the same function is used for both cell integrals and boundary integrals (though the evaluated function values are, in fact, only used for the boundary integrals).

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

10 years agoBugfix
Matthias Maier [Sun, 29 Sep 2013 06:41:23 +0000 (06:41 +0000)]
Bugfix

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

10 years agofix sphere obstacle function
Joerg Frohne [Sat, 28 Sep 2013 23:20:10 +0000 (23:20 +0000)]
fix sphere obstacle function

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

10 years agoAdd a small submit_results.cmake script to manually submit test results to CDash
Matthias Maier [Sat, 28 Sep 2013 22:30:48 +0000 (22:30 +0000)]
Add a small submit_results.cmake script to manually submit test results to CDash

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

10 years agoBugfix: Run related MPI tests sequentally to avoid a racecondition when creating...
Matthias Maier [Sat, 28 Sep 2013 22:09:04 +0000 (22:09 +0000)]
Bugfix: Run related MPI tests sequentally to avoid a racecondition when creating the executable

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

10 years agoAdd a newline to the end of the file, as mandated by the C++ standard.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:55:29 +0000 (21:55 +0000)]
Add a newline to the end of the file, as mandated by the C++ standard.

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

10 years agoAdd a newline to the end of the file, as mandated by the C++ standard.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:55:12 +0000 (21:55 +0000)]
Add a newline to the end of the file, as mandated by the C++ standard.

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

10 years agoMerge from mainline.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:46:10 +0000 (21:46 +0000)]
Merge from mainline.

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

10 years agoMake compile with 64-bit.
Wolfgang Bangerth [Sat, 28 Sep 2013 21:42:33 +0000 (21:42 +0000)]
Make compile with 64-bit.

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

10 years agoRevert the last two commits, remove PROCESSORS statement from tests
Matthias Maier [Sat, 28 Sep 2013 16:29:28 +0000 (16:29 +0000)]
Revert the last two commits, remove PROCESSORS statement from tests

This was a afternoon of bad ideas...

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

10 years agoBe a bit more agressive with the mpi tests
Matthias Maier [Sat, 28 Sep 2013 15:23:33 +0000 (15:23 +0000)]
Be a bit more agressive with the mpi tests

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

10 years agoBugfix: Avoid a race condition between concurrent invocations of the
Matthias Maier [Sat, 28 Sep 2013 14:49:06 +0000 (14:49 +0000)]
Bugfix: Avoid a race condition between concurrent invocations of the
same test with different mpirun processes

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

10 years agoMore minor changes.
Wolfgang Bangerth [Sat, 28 Sep 2013 11:59:19 +0000 (11:59 +0000)]
More minor changes.

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

10 years agoSlightly more cleanup.
Wolfgang Bangerth [Sat, 28 Sep 2013 11:40:39 +0000 (11:40 +0000)]
Slightly more cleanup.

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

10 years agoBugfix
Matthias Maier [Sat, 28 Sep 2013 09:59:49 +0000 (09:59 +0000)]
Bugfix

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

10 years agoBugfix: Strip path from output name before trying to match
Matthias Maier [Sat, 28 Sep 2013 09:38:37 +0000 (09:38 +0000)]
Bugfix: Strip path from output name before trying to match

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

10 years agoBugfix: Pass complete state down to subprojects
Matthias Maier [Sat, 28 Sep 2013 09:06:40 +0000 (09:06 +0000)]
Bugfix: Pass complete state down to subprojects

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

10 years agoEpic Bugfix: Omit "=" in target names so that Unix Makefiles actually run an mpi...
Matthias Maier [Sat, 28 Sep 2013 08:56:33 +0000 (08:56 +0000)]
Epic Bugfix: Omit "=" in target names so that Unix Makefiles actually run an mpi test...

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

10 years agoCMake: Add Generator information to detailed.log
Matthias Maier [Sat, 28 Sep 2013 00:21:39 +0000 (00:21 +0000)]
CMake: Add Generator information to detailed.log

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

10 years agoCMake: Add minimal version requirement for p4est
Matthias Maier [Sat, 28 Sep 2013 00:19:36 +0000 (00:19 +0000)]
CMake: Add minimal version requirement for p4est

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

10 years agoAdded DataOutFilter class to remove duplicate vertices/values and serialization for...
Eric Heien [Fri, 27 Sep 2013 23:48:07 +0000 (23:48 +0000)]
Added DataOutFilter class to remove duplicate vertices/values and serialization for XDMFEntry class

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

10 years agoReindent.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:57:56 +0000 (20:57 +0000)]
Reindent.

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

10 years agoRename a couple of things.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:56:43 +0000 (20:56 +0000)]
Rename a couple of things.

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

10 years agoUpdate.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:54:58 +0000 (20:54 +0000)]
Update.

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

10 years agoMove around a bit of stuff. More documentation.
Wolfgang Bangerth [Fri, 27 Sep 2013 20:49:39 +0000 (20:49 +0000)]
Move around a bit of stuff. More documentation.

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

10 years agoadd revision
Timo Heister [Fri, 27 Sep 2013 18:17:01 +0000 (18:17 +0000)]
add revision

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

10 years agofix test
Timo Heister [Fri, 27 Sep 2013 14:30:55 +0000 (14:30 +0000)]
fix test

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

10 years agoMove initialization of obstacle into constructor of main class.
Wolfgang Bangerth [Fri, 27 Sep 2013 13:10:22 +0000 (13:10 +0000)]
Move initialization of obstacle into constructor of main class.

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

10 years agoPort new tests
Matthias Maier [Fri, 27 Sep 2013 13:06:14 +0000 (13:06 +0000)]
Port new tests

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

10 years agoMerge trunk into branch_port_the_testsuite
Matthias Maier [Fri, 27 Sep 2013 13:06:04 +0000 (13:06 +0000)]
Merge trunk into branch_port_the_testsuite

Conflicts:
tests/base/graph_coloring_02.cc
tests/base/graph_coloring_03.cc

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

10 years agoLet the main class only store a pointer to the obstacle, not the object that reads...
Wolfgang Bangerth [Fri, 27 Sep 2013 13:04:43 +0000 (13:04 +0000)]
Let the main class only store a pointer to the obstacle, not the object that reads in the file.

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

10 years agoadd
Wolfgang Bangerth [Fri, 27 Sep 2013 13:02:54 +0000 (13:02 +0000)]
add

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

10 years agomerge r30977 from mainline
Timo Heister [Fri, 27 Sep 2013 12:52:48 +0000 (12:52 +0000)]
merge r30977 from mainline

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

10 years agoCMake: Bugfix - nice try...
Matthias Maier [Fri, 27 Sep 2013 12:49:42 +0000 (12:49 +0000)]
CMake: Bugfix - nice try...

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

10 years agofix crash in ConstraintMatrix constructor taking IndexSet (release mode only)
Timo Heister [Fri, 27 Sep 2013 12:48:12 +0000 (12:48 +0000)]
fix crash in ConstraintMatrix constructor taking IndexSet (release mode only)

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

10 years agoupdate test
Timo Heister [Fri, 27 Sep 2013 12:43:41 +0000 (12:43 +0000)]
update test

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

10 years agoCMake: Bugfix: Also include 3rd party include directories in FindPETSC.conf
Matthias Maier [Fri, 27 Sep 2013 12:43:26 +0000 (12:43 +0000)]
CMake: Bugfix: Also include 3rd party include directories in FindPETSC.conf

It is really necessary to use all exported include directories from a PETSc
installation.

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

10 years agoadd simplified test that crashes in release mode
Timo Heister [Fri, 27 Sep 2013 12:34:40 +0000 (12:34 +0000)]
add simplified test that crashes in release mode

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

10 years agoAvoid infinite loop.
Wolfgang Bangerth [Fri, 27 Sep 2013 12:34:23 +0000 (12:34 +0000)]
Avoid infinite loop.

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

10 years agoMake compile again.
Wolfgang Bangerth [Fri, 27 Sep 2013 12:21:55 +0000 (12:21 +0000)]
Make compile again.

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

10 years agosmall change in update_solution_and_constraints
Joerg Frohne [Thu, 26 Sep 2013 21:39:35 +0000 (21:39 +0000)]
small change in update_solution_and_constraints

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

10 years agoUse std_cxx1x::function for graph_coloring.
Bruno Turcksin [Thu, 26 Sep 2013 20:37:50 +0000 (20:37 +0000)]
Use std_cxx1x::function for graph_coloring.

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

10 years agoBugfix
Matthias Maier [Thu, 26 Sep 2013 20:23:06 +0000 (20:23 +0000)]
Bugfix

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

10 years agoThe official regression tester is c0541.
Wolfgang Bangerth [Thu, 26 Sep 2013 19:49:16 +0000 (19:49 +0000)]
The official regression tester is c0541.

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

10 years agoProduce output with more precision, so that numdiff can decide that 0.71 is the same...
Wolfgang Bangerth [Thu, 26 Sep 2013 19:12:40 +0000 (19:12 +0000)]
Produce output with more precision, so that numdiff can decide that 0.71 is the same as 0.70 if the actual result is 0.705 plus minus epsilon.

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

10 years agoRemove a test for a function that can not be stably tested.
Wolfgang Bangerth [Thu, 26 Sep 2013 18:48:55 +0000 (18:48 +0000)]
Remove a test for a function that can not be stably tested.

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

10 years agoOnly run test in debug mode.
Wolfgang Bangerth [Thu, 26 Sep 2013 18:46:35 +0000 (18:46 +0000)]
Only run test in debug mode.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30965 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.