]>
https://gitweb.dealii.org/ - dealii-svn.git/log
maier [Mon, 11 Mar 2013 23:33:09 +0000 (23:33 +0000)]
CMake: Bugfix, set lib-deal2 and libdeal2.g variables in Make.global_options correctly
git-svn-id: https://svn.dealii.org/trunk@28860
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 11 Mar 2013 22:17:41 +0000 (22:17 +0000)]
touch test, so that the tester will test it again
git-svn-id: https://svn.dealii.org/trunk@28859
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 11 Mar 2013 18:27:18 +0000 (18:27 +0000)]
fix refine_and_coarsen_fixed_fraction() refining more cells than necessary if indicators are equal
git-svn-id: https://svn.dealii.org/trunk@28858
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 18:16:02 +0000 (18:16 +0000)]
CMake: Write cmake-internals.html, first part
git-svn-id: https://svn.dealii.org/trunk@28857
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 18:16:02 +0000 (18:16 +0000)]
CMake: Bugfixes, be more robust in two macros
git-svn-id: https://svn.dealii.org/trunk@28856
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 18:16:01 +0000 (18:16 +0000)]
CMake: Rename DEAL_II_CAN_USE_CXX1X with DEAL_II_CAN_USECXX11, provide a compatibility define in config.h.in
git-svn-id: https://svn.dealii.org/trunk@28855
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 11 Mar 2013 17:46:30 +0000 (17:46 +0000)]
update test output
git-svn-id: https://svn.dealii.org/trunk@28854
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 11 Mar 2013 15:15:41 +0000 (15:15 +0000)]
Use the generic instantiation scheme instead of manually listing the number types.
git-svn-id: https://svn.dealii.org/trunk@28853
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 14:48:09 +0000 (14:48 +0000)]
CMake: Bugfix, add forgotten build time dependency on ./cmake/config/template-arguments
git-svn-id: https://svn.dealii.org/trunk@28852
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 14:03:54 +0000 (14:03 +0000)]
CMake: Bugfix, deal.II internal includes shall always take precedence
git-svn-id: https://svn.dealii.org/trunk@28851
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Mon, 11 Mar 2013 13:50:03 +0000 (13:50 +0000)]
CMake: Bugfix, append definitions in macro DEAL_II_ADD_DEFINITIONS instead of overwriting the old ones
git-svn-id: https://svn.dealii.org/trunk@28850
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 11 Mar 2013 07:11:44 +0000 (07:11 +0000)]
Fix compilation warning.
git-svn-id: https://svn.dealii.org/trunk@28849
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 11 Mar 2013 07:11:30 +0000 (07:11 +0000)]
Use the generic instantiation scheme instead of manually listing the desired vector types.
git-svn-id: https://svn.dealii.org/trunk@28848
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 11 Mar 2013 00:07:54 +0000 (00:07 +0000)]
fix cmake file for step-42
git-svn-id: https://svn.dealii.org/trunk@28847
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sun, 10 Mar 2013 09:37:48 +0000 (09:37 +0000)]
CMake: Bugfix, use APPEND_STRING for cxxflags instead of APPEND
git-svn-id: https://svn.dealii.org/trunk@28846
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sun, 10 Mar 2013 09:11:30 +0000 (09:11 +0000)]
CMake: Bugfix: Switch keywords "debug" and "optimized" to "general" if only on type of library is built so that linking is possible with arbitrary user build types
git-svn-id: https://svn.dealii.org/trunk@28845
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sun, 10 Mar 2013 09:11:29 +0000 (09:11 +0000)]
CMake: Bugfixes in macro_deal_ii_setup_target.cmake
git-svn-id: https://svn.dealii.org/trunk@28844
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 19:59:52 +0000 (19:59 +0000)]
CMake: Change MPI error message to something meaningful
git-svn-id: https://svn.dealii.org/trunk@28843
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 18:41:04 +0000 (18:41 +0000)]
CMake: Bugfixes in configure_1_mpi.cmake
- Use CMAKE_CXX_COMPILER as the sole candidate for an mpi wrapper when
calling FindMPI.cmake to avoid any breakage due to mpi platform mixing.
- If CMAKE_CXX_COMPILER is not an MPI wrapper, and
DEAL_II_ALLOW_GENERIC_MPI is true, call FindMPI.cmake again and try to
find an arbitrary MPI implementation
git-svn-id: https://svn.dealii.org/trunk@28842
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 16:36:26 +0000 (16:36 +0000)]
Fix some typos
git-svn-id: https://svn.dealii.org/trunk@28841
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 9 Mar 2013 13:49:13 +0000 (13:49 +0000)]
Fix name of test.
git-svn-id: https://svn.dealii.org/trunk@28840
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 9 Mar 2013 12:59:18 +0000 (12:59 +0000)]
Add.
git-svn-id: https://svn.dealii.org/trunk@28839
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 9 Mar 2013 12:46:30 +0000 (12:46 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@28838
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 10:34:25 +0000 (10:34 +0000)]
Bugfix
git-svn-id: https://svn.dealii.org/trunk@28836
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 09:54:17 +0000 (09:54 +0000)]
Disable the output of cmake --system-information in the build tests.
Its output is not needed and this saves up a lot of space
git-svn-id: https://svn.dealii.org/trunk@28835
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 09:50:48 +0000 (09:50 +0000)]
Add missing information to report_features
git-svn-id: https://svn.dealii.org/trunk@28834
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 08:46:32 +0000 (08:46 +0000)]
Documentation update, add a TODO
git-svn-id: https://svn.dealii.org/trunk@28833
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 01:22:31 +0000 (01:22 +0000)]
CMake: Only provide appropriate switch targets in autopilot mode
git-svn-id: https://svn.dealii.org/trunk@28832
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 01:22:30 +0000 (01:22 +0000)]
CMake: Bugfix, bail out with a prominent error message if the build type for a client project is unsupported
git-svn-id: https://svn.dealii.org/trunk@28831
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Sat, 9 Mar 2013 01:22:29 +0000 (01:22 +0000)]
CMake: Cleanup library search in the examples CMakeLists.txt
git-svn-id: https://svn.dealii.org/trunk@28830
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 23:34:32 +0000 (23:34 +0000)]
Enable -std=c++0x support in step-42. This is required due to the use of unique_ptr
git-svn-id: https://svn.dealii.org/trunk@28829
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Fri, 8 Mar 2013 23:14:41 +0000 (23:14 +0000)]
add comment about numdiff in docu
git-svn-id: https://svn.dealii.org/trunk@28828
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 23:05:21 +0000 (23:05 +0000)]
CMake: Fix underlinkage with external boost-1.52 [1]
[1] https://svn.boost.org/trac/boost/ticket/7241
git-svn-id: https://svn.dealii.org/trunk@28827
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 22:21:55 +0000 (22:21 +0000)]
CMake: Support prefixed module names for Trilinos
git-svn-id: https://svn.dealii.org/trunk@28826
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 19:17:58 +0000 (19:17 +0000)]
Add include/trilinos to search pathes for trilinos
git-svn-id: https://svn.dealii.org/trunk@28825
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 13:46:20 +0000 (13:46 +0000)]
Update instructions.
git-svn-id: https://svn.dealii.org/trunk@28822
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 13:44:41 +0000 (13:44 +0000)]
Add one more.
git-svn-id: https://svn.dealii.org/trunk@28821
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 13:00:16 +0000 (13:00 +0000)]
Remove 10.4/10.6 from the list of supported Trilinos releases.
git-svn-id: https://svn.dealii.org/trunk@28820
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 12:59:04 +0000 (12:59 +0000)]
Announce cmake.
git-svn-id: https://svn.dealii.org/trunk@28819
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 12:55:50 +0000 (12:55 +0000)]
List Matthias's contributions with the cmake conversion.
git-svn-id: https://svn.dealii.org/trunk@28818
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 12:53:49 +0000 (12:53 +0000)]
Add a news entry.
git-svn-id: https://svn.dealii.org/trunk@28817
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 12:52:31 +0000 (12:52 +0000)]
Add a note.
git-svn-id: https://svn.dealii.org/trunk@28816
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 12:22:51 +0000 (12:22 +0000)]
Update TODO.CMAKE and move it to ./cmake/TODO.CMAKE
git-svn-id: https://svn.dealii.org/trunk@28815
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 11:42:10 +0000 (11:42 +0000)]
Update report_features to print information about multithreading and blas
git-svn-id: https://svn.dealii.org/trunk@28814
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 10:44:58 +0000 (10:44 +0000)]
Add contrib/lapack_templates and contrib/lagrange_basis back
git-svn-id: https://svn.dealii.org/trunk@28813
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 10:26:09 +0000 (10:26 +0000)]
Finish build_test
git-svn-id: https://svn.dealii.org/trunk@28812
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 10:04:41 +0000 (10:04 +0000)]
Fix a typo
git-svn-id: https://svn.dealii.org/trunk@28811
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 09:34:33 +0000 (09:34 +0000)]
Remove empty directories (leftovers from git...)
git-svn-id: https://svn.dealii.org/trunk@28810
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 09:30:27 +0000 (09:30 +0000)]
Small improvement on build_test
- It is now possible to set a LOGFILE directly
- new default naming scheme
git-svn-id: https://svn.dealii.org/trunk@28809
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 8 Mar 2013 04:02:18 +0000 (04:02 +0000)]
Remove lib/ subdirectory.
git-svn-id: https://svn.dealii.org/trunk@28808
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Fri, 8 Mar 2013 00:15:18 +0000 (00:15 +0000)]
Bugfix: Export Trilinos and PETSc MPI-Wrappers even if DEAL_II_WITH_MPI=OFF
git-svn-id: https://svn.dealii.org/trunk@28807
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 23:20:54 +0000 (23:20 +0000)]
remove unneeded local indices from other simple assemblers
git-svn-id: https://svn.dealii.org/trunk@28806
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Thu, 7 Mar 2013 23:09:46 +0000 (23:09 +0000)]
add benchhist/index.html
git-svn-id: https://svn.dealii.org/trunk@28805
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 22:39:20 +0000 (22:39 +0000)]
CMake: Fix the status messages in configure_trilinos.cmake
git-svn-id: https://svn.dealii.org/trunk@28804
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 22:33:36 +0000 (22:33 +0000)]
typo
git-svn-id: https://svn.dealii.org/trunk@28803
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 21:40:48 +0000 (21:40 +0000)]
remove competing local indices
git-svn-id: https://svn.dealii.org/trunk@28802
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Thu, 7 Mar 2013 17:03:06 +0000 (17:03 +0000)]
update test output (still broken)
git-svn-id: https://svn.dealii.org/trunk@28799
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 17:00:02 +0000 (17:00 +0000)]
Merge branch_cmake into Mainline
This commit introduces the CMake build system
git-svn-id: https://svn.dealii.org/trunk@28798
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:52:52 +0000 (16:52 +0000)]
Merge from Mainline
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28797
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:47:31 +0000 (16:47 +0000)]
Revert Makefile.paths.in to trunk version
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28796
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:41:24 +0000 (16:41 +0000)]
Bugfix
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28795
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:39:34 +0000 (16:39 +0000)]
Revert "What a bummer. Fix it properly..."
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28794
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:35:59 +0000 (16:35 +0000)]
What a bummer. Fix it properly...
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28793
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:18:16 +0000 (16:18 +0000)]
Epic bugfix #2
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28792
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 16:14:47 +0000 (16:14 +0000)]
Epic bugfix
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28791
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 15:52:29 +0000 (15:52 +0000)]
do not run examples for the time being
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28790
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Mar 2013 13:57:38 +0000 (13:57 +0000)]
A different fix to suppress warnings about unused function arguments.
git-svn-id: https://svn.dealii.org/trunk@28789
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 13:03:30 +0000 (13:03 +0000)]
Merge from Mainline
Conflicts:
deal.II/common/Make.rules
deal.II/contrib/hsl/Makefile
deal.II/contrib/utilities/Makefile.in
deal.II/doc/development/Makefile.small
deal.II/doc/doxygen/tutorial/Makefile
deal.II/examples/doxygen/Makefile
deal.II/examples/step-1/Makefile
deal.II/examples/step-10/Makefile
deal.II/examples/step-11/Makefile
deal.II/examples/step-12/Makefile
deal.II/examples/step-13/Makefile
deal.II/examples/step-14/Makefile
deal.II/examples/step-15/Makefile
deal.II/examples/step-16/Makefile
deal.II/examples/step-17/Makefile
deal.II/examples/step-18/Makefile
deal.II/examples/step-19/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-20/Makefile
deal.II/examples/step-21/Makefile
deal.II/examples/step-22/Makefile
deal.II/examples/step-23/Makefile
deal.II/examples/step-24/Makefile
deal.II/examples/step-25/Makefile
deal.II/examples/step-26/Makefile
deal.II/examples/step-27/Makefile
deal.II/examples/step-28/Makefile
deal.II/examples/step-29/Makefile
deal.II/examples/step-3/Makefile
deal.II/examples/step-30/Makefile
deal.II/examples/step-31/Makefile
deal.II/examples/step-32/Makefile
deal.II/examples/step-33/Makefile
deal.II/examples/step-34/Makefile
deal.II/examples/step-35/Makefile
deal.II/examples/step-36/Makefile
deal.II/examples/step-37/Makefile
deal.II/examples/step-38/Makefile
deal.II/examples/step-39/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-40/Makefile
deal.II/examples/step-41/Makefile
deal.II/examples/step-42/Makefile
deal.II/examples/step-43/Makefile
deal.II/examples/step-44/Makefile
deal.II/examples/step-45/Makefile
deal.II/examples/step-46/Makefile
deal.II/examples/step-47/Makefile
deal.II/examples/step-48/Makefile
deal.II/examples/step-49/Makefile
deal.II/examples/step-5/Makefile
deal.II/examples/step-50/Makefile
deal.II/examples/step-6/Makefile
deal.II/examples/step-7/Makefile
deal.II/examples/step-8/Makefile
deal.II/examples/step-9/Makefile
deal.II/source/Makefile
deal.II/source/dofs/dof_handler_policy.cc
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28787
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 12:57:42 +0000 (12:57 +0000)]
Some more useful bits
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28786
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 12:30:47 +0000 (12:30 +0000)]
Make h2 headings distinguishable
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28785
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 12:27:27 +0000 (12:27 +0000)]
Restructure
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28784
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 12:09:38 +0000 (12:09 +0000)]
fix problem with clang 3.0
git-svn-id: https://svn.dealii.org/trunk@28783
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 12:04:51 +0000 (12:04 +0000)]
Add -Wno-deprecated for compiling internal stuff
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28782
0785d39b -7218-0410-832d-
ea1e28bc413d
young [Thu, 7 Mar 2013 11:07:04 +0000 (11:07 +0000)]
Supress a compiler warning from an empty subroutine.
git-svn-id: https://svn.dealii.org/trunk@28781
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 10:40:35 +0000 (10:40 +0000)]
CMake documentation overhaul, part 1
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28780
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Thu, 7 Mar 2013 10:30:56 +0000 (10:30 +0000)]
do less time steps for a regular run
and add comments about how to change back to the original
git-svn-id: https://svn.dealii.org/trunk@28779
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 09:45:10 +0000 (09:45 +0000)]
Bugfixes: Don't issue warnings in the configuration process,
If an error condition is reached the warning will be now printed together
with the corresponding error message ("Could not find <foo> ...")
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28778
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:43:38 +0000 (08:43 +0000)]
Bugfixes: Do not unset <foo>_DIR
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28777
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:36:46 +0000 (08:36 +0000)]
Same for hdf5, metis, petsc and slepc
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28776
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:36:45 +0000 (08:36 +0000)]
Bugfix: Do not unset TRILINOS_DIR
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28775
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:14:11 +0000 (08:14 +0000)]
Typos
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28774
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:14:11 +0000 (08:14 +0000)]
Typo
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28773
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Thu, 7 Mar 2013 08:10:31 +0000 (08:10 +0000)]
Make the trilinos error conditions more prominent
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28772
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Mar 2013 03:09:51 +0000 (03:09 +0000)]
Take the svn version number from . instead of deal.II.
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28771
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Mar 2013 03:09:36 +0000 (03:09 +0000)]
Take the svn version number from . instead of deal.II.
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28770
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 7 Mar 2013 00:56:27 +0000 (00:56 +0000)]
Minor doc update.
git-svn-id: https://svn.dealii.org/trunk@28769
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 22:16:30 +0000 (22:16 +0000)]
Bugfixes
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28768
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 6 Mar 2013 21:25:29 +0000 (21:25 +0000)]
add new test directory, add failing test
git-svn-id: https://svn.dealii.org/trunk@28767
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 19:31:19 +0000 (19:31 +0000)]
Bugfix
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28766
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 18:23:04 +0000 (18:23 +0000)]
Some further bugfixes
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28765
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 18:14:05 +0000 (18:14 +0000)]
Port step-49 to CMake
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28764
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 18:14:04 +0000 (18:14 +0000)]
Cleanup
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28763
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 17:46:46 +0000 (17:46 +0000)]
Bugfix
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28762
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 17:46:45 +0000 (17:46 +0000)]
Am I drunk??
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28761
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 17:46:44 +0000 (17:46 +0000)]
Refactor build_test
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28760
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 6 Mar 2013 17:01:40 +0000 (17:01 +0000)]
Add my version of the indentation script.
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28758
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 16:58:42 +0000 (16:58 +0000)]
Remove bundled/cmake
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28757
0785d39b -7218-0410-832d-
ea1e28bc413d
maier [Wed, 6 Mar 2013 16:56:32 +0000 (16:56 +0000)]
Remove GNUmakefile from top level and ./examples
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28756
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 6 Mar 2013 16:26:19 +0000 (16:26 +0000)]
As discussed on the mailing list, get the svn revision number from the test
directory rather than the source directory of deal.II.
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28755
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 6 Mar 2013 16:23:24 +0000 (16:23 +0000)]
update benchmark scripts
git-svn-id: https://svn.dealii.org/trunk@28754
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.