]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoSome cleanup for PETSc and Trilinos documentation
maier [Sun, 18 Nov 2012 21:37:59 +0000 (21:37 +0000)]
Some cleanup for PETSc and Trilinos documentation

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

11 years agoSome last bits of the documentation
maier [Sun, 18 Nov 2012 21:37:45 +0000 (21:37 +0000)]
Some last bits of the documentation

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

11 years agoMerge from Mainline
maier [Sun, 18 Nov 2012 10:08:08 +0000 (10:08 +0000)]
Merge from Mainline

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

11 years agoMake the CMake output a bit more readable
maier [Sun, 18 Nov 2012 09:53:50 +0000 (09:53 +0000)]
Make the CMake output a bit more readable

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

11 years agoRevert "Set -Wno-newline-eof globally for gcc and clang"
maier [Sun, 18 Nov 2012 09:42:39 +0000 (09:42 +0000)]
Revert "Set -Wno-newline-eof globally for gcc and clang"

This was a mistake

This reverts commit 04c37f688a401740aceb4d9515b257d2fc3ee535.

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

11 years agoMove SSE2 and AVX checks to check_for_system_features
maier [Sun, 18 Nov 2012 09:39:25 +0000 (09:39 +0000)]
Move SSE2 and AVX checks to check_for_system_features

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

11 years agoParallelize inner products, norms, etc in dealii::Vector with TBB. Tests for accumula...
kronbichler [Sun, 18 Nov 2012 08:36:09 +0000 (08:36 +0000)]
Parallelize inner products, norms, etc in dealii::Vector with TBB. Tests for accumulation. Slight cleanup of parallel operations in Vector.

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

11 years agoTest compression of mapping indices and constraint weights.
kronbichler [Sat, 17 Nov 2012 21:08:39 +0000 (21:08 +0000)]
Test compression of mapping indices and constraint weights.

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

11 years agoRun autoheader.
kronbichler [Sat, 17 Nov 2012 21:07:10 +0000 (21:07 +0000)]
Run autoheader.

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

11 years agoUse fixed_int_power instead of re-implementing it.
kronbichler [Sat, 17 Nov 2012 21:04:26 +0000 (21:04 +0000)]
Use fixed_int_power instead of re-implementing it.

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

11 years agoSkip hashes for comparing constraints in favor of a std::map with user-defined compar...
kronbichler [Sat, 17 Nov 2012 21:03:29 +0000 (21:03 +0000)]
Skip hashes for comparing constraints in favor of a std::map with user-defined comparator. This makes code cleaner and runs faster since boost's hash value is slow.

Fix error in dof_info.templates.h when hp elements are used but only one element is present.

Fix error in AVX detection.

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

11 years agoupdate namespace and documentation
kanschat [Fri, 16 Nov 2012 14:37:57 +0000 (14:37 +0000)]
update namespace and documentation

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

11 years agoBugfix
maier [Thu, 15 Nov 2012 21:47:24 +0000 (21:47 +0000)]
Bugfix

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

11 years agoTypo
maier [Thu, 15 Nov 2012 21:47:14 +0000 (21:47 +0000)]
Typo

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

11 years agoTypo
maier [Thu, 15 Nov 2012 10:27:18 +0000 (10:27 +0000)]
Typo

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

11 years agoSet svn:eol-style on these files.
bangerth [Wed, 14 Nov 2012 14:55:33 +0000 (14:55 +0000)]
Set svn:eol-style on these files.

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

11 years agoMerge from mainline.
bangerth [Wed, 14 Nov 2012 14:26:36 +0000 (14:26 +0000)]
Merge from mainline.

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

11 years agoAvoid warning about unused argument.
bangerth [Wed, 14 Nov 2012 14:05:09 +0000 (14:05 +0000)]
Avoid warning about unused argument.

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

11 years agoAvoid warning about unused argument.
bangerth [Wed, 14 Nov 2012 14:00:00 +0000 (14:00 +0000)]
Avoid warning about unused argument.

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

11 years agoMove closer to usual style.
bangerth [Wed, 14 Nov 2012 03:28:42 +0000 (03:28 +0000)]
Move closer to usual style.

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

11 years agoLeave two urgent TODOs for this class.
bangerth [Wed, 14 Nov 2012 03:25:14 +0000 (03:25 +0000)]
Leave two urgent TODOs for this class.

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

11 years agoFix typo.
bangerth [Wed, 14 Nov 2012 03:18:19 +0000 (03:18 +0000)]
Fix typo.

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

11 years agoMark a few local variables as const.
bangerth [Wed, 14 Nov 2012 03:14:18 +0000 (03:14 +0000)]
Mark a few local variables as const.

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

11 years agoMark input arguments as const.
bangerth [Wed, 14 Nov 2012 03:12:26 +0000 (03:12 +0000)]
Mark input arguments as const.

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

11 years agorevert r27525
heister [Mon, 12 Nov 2012 16:49:14 +0000 (16:49 +0000)]
revert r27525

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

11 years agotest what happens if we change the test output here
heister [Mon, 12 Nov 2012 15:13:46 +0000 (15:13 +0000)]
test what happens if we change the test output here

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

11 years agoDocument how to get the documentation.
bangerth [Mon, 12 Nov 2012 13:48:41 +0000 (13:48 +0000)]
Document how to get the documentation.

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

11 years agoBugfix: Make the doxygen target behave correctly
maier [Mon, 12 Nov 2012 10:51:26 +0000 (10:51 +0000)]
Bugfix: Make the doxygen target behave correctly

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

11 years agoBugfix: Fix a typo
maier [Mon, 12 Nov 2012 09:30:49 +0000 (09:30 +0000)]
Bugfix: Fix a typo

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

11 years agoRolling back to 27511. Probably on the wrong track.
buerg [Mon, 12 Nov 2012 05:29:41 +0000 (05:29 +0000)]
Rolling back to 27511. Probably on the wrong track.

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

11 years agoAdapt to cmake procedure.
bangerth [Mon, 12 Nov 2012 01:44:03 +0000 (01:44 +0000)]
Adapt to cmake procedure.

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

11 years agoExplain DEAL_II_COMPONENT_DOCUMENTATION.
bangerth [Mon, 12 Nov 2012 01:22:01 +0000 (01:22 +0000)]
Explain DEAL_II_COMPONENT_DOCUMENTATION.

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

11 years agoFix a related bug in execute_refinement.
buerg [Mon, 12 Nov 2012 01:05:54 +0000 (01:05 +0000)]
Fix a related bug in execute_refinement.

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

11 years agoAdd another note.
bangerth [Mon, 12 Nov 2012 00:11:48 +0000 (00:11 +0000)]
Add another note.

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

11 years agoRemove merge info for a branch that has been completely merged.
bangerth [Sun, 11 Nov 2012 23:48:40 +0000 (23:48 +0000)]
Remove merge info for a branch that has been completely merged.

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

11 years agoRemove svn:ignore because we recommend in-source builds any more and consequently...
bangerth [Sun, 11 Nov 2012 23:45:03 +0000 (23:45 +0000)]
Remove svn:ignore because we recommend in-source builds any more and consequently there shouldn't be anything worth ignoring any more.

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

11 years agoAdd implementation of update_neighbors for dim=1.
buerg [Sun, 11 Nov 2012 22:26:47 +0000 (22:26 +0000)]
Add implementation of update_neighbors for dim=1.

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

11 years agoInstall all boost headers, 3rd try
maier [Sun, 11 Nov 2012 22:05:31 +0000 (22:05 +0000)]
Install all boost headers, 3rd try

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

11 years agoSet svn:eol-style property.
bangerth [Sun, 11 Nov 2012 16:52:16 +0000 (16:52 +0000)]
Set svn:eol-style property.

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

11 years agoAdd newline at end of file.
bangerth [Sun, 11 Nov 2012 16:16:18 +0000 (16:16 +0000)]
Add newline at end of file.

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

11 years agoSet properties.
bangerth [Sun, 11 Nov 2012 16:05:54 +0000 (16:05 +0000)]
Set properties.

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

11 years agoMinor updates.
bangerth [Sun, 11 Nov 2012 16:02:51 +0000 (16:02 +0000)]
Minor updates.

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

11 years agoResolve a TODO.
bangerth [Sun, 11 Nov 2012 15:42:08 +0000 (15:42 +0000)]
Resolve a TODO.

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

11 years agoMinor edits.
bangerth [Sun, 11 Nov 2012 15:31:00 +0000 (15:31 +0000)]
Minor edits.

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

11 years agoMerge from Mainline
maier [Sun, 11 Nov 2012 14:00:07 +0000 (14:00 +0000)]
Merge from Mainline

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

11 years agoFinalize the documentation
maier [Sun, 11 Nov 2012 13:58:24 +0000 (13:58 +0000)]
Finalize the documentation

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

11 years agoSet -Wno-newline-eof globally for gcc and clang
maier [Sun, 11 Nov 2012 11:34:13 +0000 (11:34 +0000)]
Set -Wno-newline-eof globally for gcc and clang

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

11 years agoTake over r27495 from branch_cmake:
maier [Sun, 11 Nov 2012 11:30:10 +0000 (11:30 +0000)]
Take over r27495 from branch_cmake:

Silence -Warray-bounds warnings for clang

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

11 years agoTake over r27494 from branch_cmake:
maier [Sun, 11 Nov 2012 11:29:59 +0000 (11:29 +0000)]
Take over r27494 from branch_cmake:

Remove an unnecessary micro optimization that triggers -Warray-bounds

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

11 years agoRevert r27495 and do it properly
maier [Sat, 10 Nov 2012 10:08:58 +0000 (10:08 +0000)]
Revert r27495 and do it properly

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

11 years agoFix link.
bangerth [Sat, 10 Nov 2012 07:28:24 +0000 (07:28 +0000)]
Fix link.

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

11 years agoRevert "Determine DEAL_II_PATH with the help of CMAKE_CURRENT_LIST_DIR in deal.IIConf...
maier [Fri, 9 Nov 2012 20:53:32 +0000 (20:53 +0000)]
Revert "Determine DEAL_II_PATH with the help of CMAKE_CURRENT_LIST_DIR in deal.IIConfig.cmake"
This was a bad idea.

This reverts commit 45379561b315ff9d6565daa3d5bfb706dc69c0cd.

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

11 years agoSilence -Warray-bounds warnings for clang
maier [Fri, 9 Nov 2012 17:11:02 +0000 (17:11 +0000)]
Silence -Warray-bounds warnings for clang

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

11 years agoRemove an unnecessary micro optimization that triggers -Warray-bounds
maier [Fri, 9 Nov 2012 17:10:53 +0000 (17:10 +0000)]
Remove an unnecessary micro optimization that triggers -Warray-bounds

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

11 years agoFix a compiler warning with clang
maier [Fri, 9 Nov 2012 17:10:44 +0000 (17:10 +0000)]
Fix a compiler warning with clang

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

11 years agoCleanup Clang compiler flags
maier [Fri, 9 Nov 2012 17:10:33 +0000 (17:10 +0000)]
Cleanup Clang compiler flags

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

11 years agoMinor updates.
bangerth [Fri, 9 Nov 2012 15:37:51 +0000 (15:37 +0000)]
Minor updates.

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

11 years agoMerge from Mainline
maier [Fri, 9 Nov 2012 14:52:29 +0000 (14:52 +0000)]
Merge from Mainline

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

11 years agoTypo
maier [Fri, 9 Nov 2012 14:42:35 +0000 (14:42 +0000)]
Typo

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

11 years agoMinor fixes to silence a bunch of warnings
maier [Fri, 9 Nov 2012 14:42:12 +0000 (14:42 +0000)]
Minor fixes to silence a bunch of warnings

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

11 years agoBugfix: Install all necessary boost headers...
maier [Fri, 9 Nov 2012 12:54:39 +0000 (12:54 +0000)]
Bugfix: Install all necessary boost headers...

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

11 years agoBugfix
maier [Fri, 9 Nov 2012 09:26:50 +0000 (09:26 +0000)]
Bugfix

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

11 years agoDo not trigger recompilation if it is not necessary
maier [Fri, 9 Nov 2012 09:08:13 +0000 (09:08 +0000)]
Do not trigger recompilation if it is not necessary

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

11 years agoSilence MPI Warnings *sssssh*
maier [Fri, 9 Nov 2012 08:50:02 +0000 (08:50 +0000)]
Silence MPI Warnings *sssssh*

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

11 years agoInstall the examples into share/deal.II not share/doc/deal.II
maier [Thu, 8 Nov 2012 13:11:27 +0000 (13:11 +0000)]
Install the examples into share/deal.II not share/doc/deal.II

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

11 years agoDetermine DEAL_II_PATH with the help of CMAKE_CURRENT_LIST_DIR in deal.IIConfig.cmake
maier [Thu, 8 Nov 2012 11:08:11 +0000 (11:08 +0000)]
Determine DEAL_II_PATH with the help of CMAKE_CURRENT_LIST_DIR in deal.IIConfig.cmake

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

11 years agoMerge from Mainline
maier [Wed, 7 Nov 2012 19:20:24 +0000 (19:20 +0000)]
Merge from Mainline

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

11 years agoFix a misleading description from ancient times and some typos as well
maier [Wed, 7 Nov 2012 19:17:08 +0000 (19:17 +0000)]
Fix a misleading description from ancient times and some typos as well

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

11 years agoWell, no.
maier [Wed, 7 Nov 2012 17:48:35 +0000 (17:48 +0000)]
Well, no.

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

11 years agoTypo
maier [Wed, 7 Nov 2012 17:48:26 +0000 (17:48 +0000)]
Typo

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

11 years agoRewrite porting.html
maier [Wed, 7 Nov 2012 17:32:45 +0000 (17:32 +0000)]
Rewrite porting.html

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

11 years agoMention how to install the documentation in the readme
maier [Wed, 7 Nov 2012 15:00:25 +0000 (15:00 +0000)]
Mention how to install the documentation in the readme

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

11 years agoRename parameterGUI
maier [Wed, 7 Nov 2012 15:00:17 +0000 (15:00 +0000)]
Rename parameterGUI

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

11 years agoPolish up some last bits.
maier [Wed, 7 Nov 2012 15:00:08 +0000 (15:00 +0000)]
Polish up some last bits.

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

11 years agoMove porting.html to development
maier [Wed, 7 Nov 2012 14:59:57 +0000 (14:59 +0000)]
Move porting.html to development

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

11 years agoFix typo.
bangerth [Wed, 7 Nov 2012 04:25:34 +0000 (04:25 +0000)]
Fix typo.

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

11 years agoComment on one point.
bangerth [Wed, 7 Nov 2012 01:43:49 +0000 (01:43 +0000)]
Comment on one point.

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

11 years agoAdd a TODO.
bangerth [Wed, 7 Nov 2012 01:43:03 +0000 (01:43 +0000)]
Add a TODO.

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

11 years agoTypo fix.
bangerth [Wed, 7 Nov 2012 01:42:50 +0000 (01:42 +0000)]
Typo fix.

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

11 years agoMinor fixes.
bangerth [Wed, 7 Nov 2012 01:39:18 +0000 (01:39 +0000)]
Minor fixes.

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

11 years agoUntabify. Doesn't look good in a browser as is currently.
bangerth [Wed, 7 Nov 2012 01:37:37 +0000 (01:37 +0000)]
Untabify. Doesn't look good in a browser as is currently.

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

11 years agoRemove a link to an outdated page showing some presentations. We've never really...
bangerth [Wed, 7 Nov 2012 01:31:43 +0000 (01:31 +0000)]
Remove a link to an outdated page showing some presentations. We've never really tried to keep this page up to date.

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

11 years agoChoose better example.
bangerth [Wed, 7 Nov 2012 01:26:05 +0000 (01:26 +0000)]
Choose better example.

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

11 years agoSimplify test again.
bangerth [Tue, 6 Nov 2012 18:30:43 +0000 (18:30 +0000)]
Simplify test again.

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

11 years agoSimplified test too much.
bangerth [Tue, 6 Nov 2012 18:08:51 +0000 (18:08 +0000)]
Simplified test too much.

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

11 years agoFurther simplify test.
bangerth [Tue, 6 Nov 2012 18:01:22 +0000 (18:01 +0000)]
Further simplify test.

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

11 years agoSimplify test.
bangerth [Tue, 6 Nov 2012 17:56:56 +0000 (17:56 +0000)]
Simplify test.

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

11 years agoAdd a test in hopes of tracking down why c0541 has different results than any other...
bangerth [Tue, 6 Nov 2012 17:47:50 +0000 (17:47 +0000)]
Add a test in hopes of tracking down why c0541 has different results than any other machine.

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

11 years agoAdd missing vector_memory header (for PETSc).
young [Tue, 6 Nov 2012 16:22:08 +0000 (16:22 +0000)]
Add missing vector_memory header (for PETSc).

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

11 years agoreplace long deprecated downstream_dg
kanschat [Tue, 6 Nov 2012 15:56:36 +0000 (15:56 +0000)]
replace long deprecated downstream_dg

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

11 years agoUpdate README
maier [Tue, 6 Nov 2012 14:58:56 +0000 (14:58 +0000)]
Update README

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

11 years agoUpdate the TODO-list
maier [Tue, 6 Nov 2012 14:55:04 +0000 (14:55 +0000)]
Update the TODO-list

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

11 years agoMove cmake.html to development/cmake.html where it belongs to
maier [Tue, 6 Nov 2012 14:43:29 +0000 (14:43 +0000)]
Move cmake.html to development/cmake.html where it belongs to

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

11 years agoMerge from Mainline
maier [Tue, 6 Nov 2012 14:13:53 +0000 (14:13 +0000)]
Merge from Mainline

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

11 years agoRemove obsolete comment
maier [Tue, 6 Nov 2012 13:51:51 +0000 (13:51 +0000)]
Remove obsolete comment

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

11 years agoSome more polishing
maier [Tue, 6 Nov 2012 13:42:16 +0000 (13:42 +0000)]
Some more polishing

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

11 years agoUpdate the documentation
maier [Tue, 6 Nov 2012 13:42:09 +0000 (13:42 +0000)]
Update the documentation

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

11 years agoSimplify target selection in DEAL_II_SETUP_TARGET()
maier [Tue, 6 Nov 2012 13:42:01 +0000 (13:42 +0000)]
Simplify target selection in DEAL_II_SETUP_TARGET()

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

11 years agoMajor cleanup in deal.IIConfig.cmake
maier [Tue, 6 Nov 2012 13:41:53 +0000 (13:41 +0000)]
Major cleanup in deal.IIConfig.cmake

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

11 years agoAdd NETCDF_DIR
maier [Tue, 6 Nov 2012 11:06:36 +0000 (11:06 +0000)]
Add NETCDF_DIR

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