]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoImprove wording of error message.
bangerth [Sun, 30 Dec 2012 01:27:45 +0000 (01:27 +0000)]
Improve wording of error message.

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

11 years agoMerge from Mainline
maier [Fri, 28 Dec 2012 08:43:14 +0000 (08:43 +0000)]
Merge from Mainline

Conflicts:
deal.II/Makefile
deal.II/common/Make.global_options.in
deal.II/doc/external-libs/mumps.html
deal.II/include/deal.II/lac/block_indices.h

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

11 years agoTwo more MPI_Allreduce commands that should not be called when using a single processor.
kronbichler [Thu, 27 Dec 2012 16:41:06 +0000 (16:41 +0000)]
Two more MPI_Allreduce commands that should not be called when using a single processor.

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

11 years agoAdjust output.
kronbichler [Thu, 27 Dec 2012 14:26:22 +0000 (14:26 +0000)]
Adjust output.

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

11 years agoAvoid calls to MPI_Allreduce for vectors where only one processor participates.
kronbichler [Thu, 27 Dec 2012 14:15:04 +0000 (14:15 +0000)]
Avoid calls to MPI_Allreduce for vectors where only one processor participates.

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

11 years agoAvoid compiler warning.
kronbichler [Thu, 27 Dec 2012 13:12:28 +0000 (13:12 +0000)]
Avoid compiler warning.

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

11 years agoHm, that doesn't work. Try std::fpclassify instead.
bangerth [Thu, 27 Dec 2012 01:50:21 +0000 (01:50 +0000)]
Hm, that doesn't work. Try std::fpclassify instead.

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

11 years agoFix another one.
bangerth [Wed, 26 Dec 2012 20:18:04 +0000 (20:18 +0000)]
Fix another one.

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

11 years agoFix typos.
bangerth [Wed, 26 Dec 2012 20:17:45 +0000 (20:17 +0000)]
Fix typos.

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

11 years agoAvoid an ambiguity between ::fpclassify and std::fpclassify with recent Intel compilers.
bangerth [Tue, 25 Dec 2012 15:05:57 +0000 (15:05 +0000)]
Avoid an ambiguity between ::fpclassify and std::fpclassify with recent Intel compilers.

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

11 years agoFix an issue with the Intel compiler (reported by Ted Kord).
bangerth [Tue, 25 Dec 2012 14:57:35 +0000 (14:57 +0000)]
Fix an issue with the Intel compiler (reported by Ted Kord).

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

11 years agoidentify branch on new server
kanschat [Fri, 21 Dec 2012 15:24:03 +0000 (15:24 +0000)]
identify branch on new server

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

11 years agoSimplify construction of dof connectivity graph by using deal.II data structures...
kronbichler [Fri, 21 Dec 2012 14:15:12 +0000 (14:15 +0000)]
Simplify construction of dof connectivity graph by using deal.II data structures. Those are a little slower, but much more reliable and concise.

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

11 years agomake indent
heister [Fri, 21 Dec 2012 02:51:02 +0000 (02:51 +0000)]
make indent

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

11 years agocall indent for each file separately in the hope that this fixes some strange indenta...
heister [Fri, 21 Dec 2012 02:47:21 +0000 (02:47 +0000)]
call indent for each file separately in the hope that this fixes some strange indentation inconsistencies

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

11 years agoExplicitly instantiate some internal structs to ensure these are always generated.
kronbichler [Wed, 19 Dec 2012 11:34:13 +0000 (11:34 +0000)]
Explicitly instantiate some internal structs to ensure these are always generated.

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

11 years agoUse generic instantiation procedure for selecting vectors in solution transfer.
kronbichler [Wed, 19 Dec 2012 11:07:02 +0000 (11:07 +0000)]
Use generic instantiation procedure for selecting vectors in solution transfer.

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

11 years agoMatrix-vector product with deal.II vectors and Trilinos matrix are can be readily...
kronbichler [Mon, 17 Dec 2012 09:22:26 +0000 (09:22 +0000)]
Matrix-vector product with deal.II vectors and Trilinos matrix are can be readily performed.

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

11 years agoBreak the instructions for PETSc and Trilinos into separate files.
bangerth [Fri, 14 Dec 2012 12:15:55 +0000 (12:15 +0000)]
Break the instructions for PETSc and Trilinos into separate files.

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

11 years agoAdd one more access function. Reindent comments.
kronbichler [Fri, 14 Dec 2012 12:13:31 +0000 (12:13 +0000)]
Add one more access function. Reindent comments.

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

11 years agoMerge from Mainline
maier [Fri, 14 Dec 2012 10:10:47 +0000 (10:10 +0000)]
Merge from Mainline

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

11 years agoAugment a comment.
bangerth [Fri, 14 Dec 2012 02:41:42 +0000 (02:41 +0000)]
Augment a comment.

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

11 years agoAugment documentation some more.
bangerth [Fri, 14 Dec 2012 02:30:13 +0000 (02:30 +0000)]
Augment documentation some more.

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

11 years agoAugment documentation.
bangerth [Thu, 13 Dec 2012 07:15:16 +0000 (07:15 +0000)]
Augment documentation.

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

11 years agoMerge from Mainline
maier [Wed, 12 Dec 2012 21:24:40 +0000 (21:24 +0000)]
Merge from Mainline

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

11 years agoUpdate CMake-Regressions
maier [Wed, 12 Dec 2012 21:23:14 +0000 (21:23 +0000)]
Update CMake-Regressions

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

11 years agoSome minor bugfixes in the testsuite
maier [Wed, 12 Dec 2012 21:23:02 +0000 (21:23 +0000)]
Some minor bugfixes in the testsuite

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

11 years agoUndo 27799 on vectorization as the new trick did the same thing and obscured things.
kronbichler [Wed, 12 Dec 2012 15:31:35 +0000 (15:31 +0000)]
Undo 27799 on vectorization as the new trick did the same thing and obscured things.

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

11 years agoRemoved two more occurences of inproper use of reinterpret_cast
kronbichler [Wed, 12 Dec 2012 14:37:49 +0000 (14:37 +0000)]
Removed two more occurences of inproper use of reinterpret_cast

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

11 years agoReplace reinterpret_cast by static_cast in access to individual elements of vectorize...
kronbichler [Wed, 12 Dec 2012 14:19:47 +0000 (14:19 +0000)]
Replace reinterpret_cast by static_cast in access to individual elements of vectorized data types.

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

11 years agoMerge from Mainline
maier [Wed, 12 Dec 2012 14:16:07 +0000 (14:16 +0000)]
Merge from Mainline

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

11 years agoAvoid some more reinterpret_cast
kronbichler [Wed, 12 Dec 2012 13:55:01 +0000 (13:55 +0000)]
Avoid some more reinterpret_cast

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

11 years agoAvoid reinterpret_cast by making the declaration of struct ShapeFunctionData in FEVal...
kronbichler [Wed, 12 Dec 2012 13:38:38 +0000 (13:38 +0000)]
Avoid reinterpret_cast by making the declaration of struct ShapeFunctionData in FEValuesViews::Scalar/Vector public.

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

11 years agoThere used to be a requirement that threads can only be joined by the thread that...
bangerth [Wed, 12 Dec 2012 12:58:51 +0000 (12:58 +0000)]
There used to be a requirement that threads can only be joined by the thread that created it. This doesn't appear to be the case any more, so we can't rely on it any more to take shortcuts.

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

11 years agoMention r27793. Also reorder things a bit.
bangerth [Wed, 12 Dec 2012 12:21:26 +0000 (12:21 +0000)]
Mention r27793. Also reorder things a bit.

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

11 years agoPatch by Alexander Grayver: Release memort in SparseDirectMUMPS.
bangerth [Wed, 12 Dec 2012 12:21:11 +0000 (12:21 +0000)]
Patch by Alexander Grayver: Release memort in SparseDirectMUMPS.

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

11 years agoRevert "Forgot to commit this change for the previous commit" and "Change to virtual...
maier [Tue, 11 Dec 2012 17:10:23 +0000 (17:10 +0000)]
Revert "Forgot to commit this change for the previous commit" and "Change to virtual inheritance of Subscriptor"

This was a bad idea.

Internally Subscriptor is abused in a significant number of places as a
strict aliasing enforcer... and we would break this behaviour with virtual
inheritance

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

11 years agoForgot to commit this change for the previous commit
maier [Tue, 11 Dec 2012 16:35:28 +0000 (16:35 +0000)]
Forgot to commit this change for the previous commit

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

11 years agoChange to virtual inheritance of Subscriptor
maier [Tue, 11 Dec 2012 15:46:31 +0000 (15:46 +0000)]
Change to virtual inheritance of Subscriptor

This way,  multiple inheritance of deal.II classes still provide only one
Subscriptor base class.

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

11 years agoFix one border case in initialization on non-constant Jacobians.
kronbichler [Mon, 10 Dec 2012 10:33:22 +0000 (10:33 +0000)]
Fix one border case in initialization on non-constant Jacobians.

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

11 years agoMerge from Mainline
maier [Sun, 9 Dec 2012 13:03:11 +0000 (13:03 +0000)]
Merge from Mainline

Conflicts:
    deal.II/doc/development/svn.html

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

11 years agoadd charset
kanschat [Sun, 9 Dec 2012 11:01:53 +0000 (11:01 +0000)]
add charset

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

11 years agoConstraintMatrix can perform distribute_local_to_global also in non-closed form as...
kronbichler [Sun, 9 Dec 2012 10:06:32 +0000 (10:06 +0000)]
ConstraintMatrix can perform distribute_local_to_global also in non-closed form as long as there are no constraints without any errors (this enables the use of a ConstraintMatrix dummy when one wants to more quickly write into sparse matrices).

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

11 years agoOne more reindentation/refill of comments.
kronbichler [Sun, 9 Dec 2012 09:57:03 +0000 (09:57 +0000)]
One more reindentation/refill of comments.

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

11 years agoSmall update in comment.
kronbichler [Sun, 9 Dec 2012 09:56:21 +0000 (09:56 +0000)]
Small update in comment.

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

11 years agoReindent/refill comments in a few files to improve readability.
kronbichler [Sun, 9 Dec 2012 09:55:15 +0000 (09:55 +0000)]
Reindent/refill comments in a few files to improve readability.

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

11 years agoAdd operator!=.
bangerth [Sat, 8 Dec 2012 19:54:35 +0000 (19:54 +0000)]
Add operator!=.

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

11 years agoadd a note
kanschat [Sat, 8 Dec 2012 19:09:01 +0000 (19:09 +0000)]
add a note

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

11 years agomissing properties
kanschat [Sat, 8 Dec 2012 18:35:14 +0000 (18:35 +0000)]
missing properties

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

11 years agoDoc updates.
bangerth [Fri, 7 Dec 2012 19:55:47 +0000 (19:55 +0000)]
Doc updates.

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

11 years agoMinor doc updates.
bangerth [Fri, 7 Dec 2012 19:55:13 +0000 (19:55 +0000)]
Minor doc updates.

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

11 years agoUpdate documentation.
bangerth [Fri, 7 Dec 2012 09:46:13 +0000 (09:46 +0000)]
Update documentation.

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

11 years agoImprove comments. Improve check for over-/underflow in l2_norm slightly.
kronbichler [Fri, 7 Dec 2012 09:07:10 +0000 (09:07 +0000)]
Improve comments. Improve check for over-/underflow in l2_norm slightly.

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

11 years agoRevised get_function_xxx methods: Put the evaluation part into separate functions...
kronbichler [Thu, 6 Dec 2012 14:14:07 +0000 (14:14 +0000)]
Revised get_function_xxx methods: Put the evaluation part into separate functions. This makes code simpler as several user methods can use the same implementation. Also, we avoid to recompile them for _every_ global VectorType with exactly the same content. This speeds up compilation of fe_values.o by about a factor 2.

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

11 years agoReplace old repository links
kanschat [Thu, 6 Dec 2012 07:45:45 +0000 (07:45 +0000)]
Replace old repository links

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

11 years agoMove inline functions to where they should be.
bangerth [Wed, 5 Dec 2012 21:11:38 +0000 (21:11 +0000)]
Move inline functions to where they should be.

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

11 years agoA more complete list of failing tests
maier [Wed, 5 Dec 2012 19:50:48 +0000 (19:50 +0000)]
A more complete list of failing tests

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

11 years ago*sigh*
maier [Wed, 5 Dec 2012 18:26:55 +0000 (18:26 +0000)]
*sigh*

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

11 years agoBugfix: Link against the correct library
maier [Wed, 5 Dec 2012 18:13:30 +0000 (18:13 +0000)]
Bugfix: Link against the correct library

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

11 years agoImprove the generated Make.global_options file
maier [Wed, 5 Dec 2012 18:13:30 +0000 (18:13 +0000)]
Improve the generated Make.global_options file

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

11 years agoRemove an obsolete test in configure_1_threads.cmake:
maier [Wed, 5 Dec 2012 18:13:29 +0000 (18:13 +0000)]
Remove an obsolete test in configure_1_threads.cmake:

With -pthread all necessary preprocessor definitions should be already set.

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

11 years agoupdate publication
heister [Wed, 5 Dec 2012 17:27:56 +0000 (17:27 +0000)]
update publication

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

11 years agoAdd a missing cc file to CMakeLists.txt
maier [Wed, 5 Dec 2012 15:53:14 +0000 (15:53 +0000)]
Add a missing cc file to CMakeLists.txt

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

11 years agoRename DEAL2_DIR to DEAL_II_DIR in the testsuite
maier [Wed, 5 Dec 2012 15:38:05 +0000 (15:38 +0000)]
Rename DEAL2_DIR to DEAL_II_DIR in the testsuite

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

11 years agoDocument some regressions in the test suite to fix them later (hopefully soon)
maier [Wed, 5 Dec 2012 14:29:58 +0000 (14:29 +0000)]
Document some regressions in the test suite to fix them later (hopefully soon)

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

11 years agoBugfix: Fix an accidentally commited merge conflict
maier [Wed, 5 Dec 2012 14:12:46 +0000 (14:12 +0000)]
Bugfix: Fix an accidentally commited merge conflict

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

11 years agoRevert "Bugfix: Fix an accidentally commited merge conflict"
maier [Wed, 5 Dec 2012 14:10:09 +0000 (14:10 +0000)]
Revert "Bugfix: Fix an accidentally commited merge conflict"

This reverts commit 62e93ea66236eb891a3a08849668a077753d0a56.

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

11 years agoTestsuite: Port some tests to the CMake style config.h.in
maier [Wed, 5 Dec 2012 14:09:05 +0000 (14:09 +0000)]
Testsuite: Port some tests to the CMake style config.h.in

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

11 years agoBugfix: Fix an accidentally commited merge conflict
maier [Wed, 5 Dec 2012 14:09:04 +0000 (14:09 +0000)]
Bugfix: Fix an accidentally commited merge conflict

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

11 years agoMerge from Mainline
maier [Tue, 4 Dec 2012 22:57:06 +0000 (22:57 +0000)]
Merge from Mainline

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

11 years agoAdd a test for GeometryInfo<dim>::face_to_cell_vertices and face_to_cell_lines
maier [Tue, 4 Dec 2012 22:46:55 +0000 (22:46 +0000)]
Add a test for GeometryInfo<dim>::face_to_cell_vertices and face_to_cell_lines

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

11 years agoBugfix: Implement correct return values for ->face_flip and ->face_rotation in 1d...
maier [Tue, 4 Dec 2012 22:46:53 +0000 (22:46 +0000)]
Bugfix: Implement correct return values for ->face_flip and ->face_rotation in 1d and 2d

This fixes a regression introduced with r27714 which made
GeometryInfo<2>::child_cell_on_face face_flip aware in 2d.

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

11 years agomore big output files removed
kanschat [Tue, 4 Dec 2012 17:56:36 +0000 (17:56 +0000)]
more big output files removed

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

11 years agoremove large output files from several steps
kanschat [Tue, 4 Dec 2012 17:42:19 +0000 (17:42 +0000)]
remove large output files from several steps

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

11 years agoGive SLEPc the MPI_InitFinalize interface like what PETSc has.
young [Tue, 4 Dec 2012 13:37:15 +0000 (13:37 +0000)]
Give SLEPc the MPI_InitFinalize interface like what PETSc has.

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

11 years agoFix double-free caused by wrong copy constructor of FESystem.
bangerth [Tue, 4 Dec 2012 06:09:36 +0000 (06:09 +0000)]
Fix double-free caused by wrong copy constructor of FESystem.

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

11 years agomerge to add test to mainline
heister [Tue, 4 Dec 2012 05:54:31 +0000 (05:54 +0000)]
merge to add test to mainline

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

11 years agoChange #if to #ifdef
maier [Mon, 3 Dec 2012 23:13:06 +0000 (23:13 +0000)]
Change #if to #ifdef

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

11 years agoMerge from Mainline
maier [Mon, 3 Dec 2012 23:05:55 +0000 (23:05 +0000)]
Merge from Mainline

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

11 years agoRemove an empty folder
maier [Mon, 3 Dec 2012 23:02:57 +0000 (23:02 +0000)]
Remove an empty folder

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

11 years agoMerge from Mainline.
maier [Mon, 3 Dec 2012 23:01:07 +0000 (23:01 +0000)]
Merge from Mainline.

Conflicts:
deal.II/source/dofs/dof_tools.cc

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

11 years agoDeuglify
maier [Mon, 3 Dec 2012 22:58:22 +0000 (22:58 +0000)]
Deuglify

Also, try to find a fixpoint (*) for initializer lists under astyle

(*) as usual, with the help of a fixpoint iteration...

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

11 years agoEpic bugfix
maier [Mon, 3 Dec 2012 20:37:18 +0000 (20:37 +0000)]
Epic bugfix

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

11 years agoClear up the TODO list
maier [Mon, 3 Dec 2012 20:37:17 +0000 (20:37 +0000)]
Clear up the TODO list

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

11 years agoMove this script to ./contrib where it belongs to
maier [Mon, 3 Dec 2012 20:37:15 +0000 (20:37 +0000)]
Move this script to ./contrib where it belongs to

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

11 years agomake indent
heister [Mon, 3 Dec 2012 19:44:54 +0000 (19:44 +0000)]
make indent

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

11 years agoMerge from Mainline
maier [Mon, 3 Dec 2012 18:07:34 +0000 (18:07 +0000)]
Merge from Mainline

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

11 years agoreformat documentation and add memory consumption
kanschat [Mon, 3 Dec 2012 14:21:08 +0000 (14:21 +0000)]
reformat documentation and add memory consumption

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

11 years agoAvoid a couple of (stupid) warnings.
bangerth [Mon, 3 Dec 2012 08:16:25 +0000 (08:16 +0000)]
Avoid a couple of (stupid) warnings.

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

11 years agoReformat one statement.
bangerth [Mon, 3 Dec 2012 07:18:50 +0000 (07:18 +0000)]
Reformat one statement.

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

11 years agoMerge from Mainline
maier [Sat, 1 Dec 2012 21:49:10 +0000 (21:49 +0000)]
Merge from Mainline

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

11 years agoReintroduce the old make_periodicity_constraints interface as well (because this...
maier [Sat, 1 Dec 2012 21:25:44 +0000 (21:25 +0000)]
Reintroduce the old make_periodicity_constraints interface as well (because this one is _very_ convenient)

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

11 years agoAdd some Assertions, reindent
maier [Sat, 1 Dec 2012 21:25:14 +0000 (21:25 +0000)]
Add some Assertions, reindent

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

11 years agoMerge from Mainline
maier [Sat, 1 Dec 2012 17:38:57 +0000 (17:38 +0000)]
Merge from Mainline

Conflicts:
deal.II/include/deal.II/grid/tria_objects.h
deal.II/include/deal.II/lac/vector.templates.h

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

11 years agoupdate changes.h
maier [Sat, 1 Dec 2012 17:18:05 +0000 (17:18 +0000)]
update changes.h

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

11 years agoA new test for make_periodicity_constraints
maier [Sat, 1 Dec 2012 17:17:49 +0000 (17:17 +0000)]
A new test for make_periodicity_constraints

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

11 years agoBugfix: Make DoFTools::make_periodicity_constraints orientation aware
maier [Sat, 1 Dec 2012 17:17:25 +0000 (17:17 +0000)]
Bugfix: Make DoFTools::make_periodicity_constraints orientation aware

With this it is now possible to prescribe an orientation for the low level
interface, the high level interface will detect the necessary orientation
automatically, *yay*.

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

11 years agoA new test for GridTools::collect_periodic_face_pairs
maier [Sat, 1 Dec 2012 17:17:02 +0000 (17:17 +0000)]
A new test for GridTools::collect_periodic_face_pairs

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

11 years agoBugfixes:
maier [Sat, 1 Dec 2012 17:16:43 +0000 (17:16 +0000)]
Bugfixes:

  - Refactor GridTools::collect_periodic_cell_pairs to GridTools::collect_periodic_face_pairs

  - Make GridTools::collect_periodix_face_pairs orientation (orientation, flip, rotation) aware

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

11 years agoBugfix: Fix GeometryInfo<2>::child_cell_on_face to respect face_flip
maier [Sat, 1 Dec 2012 17:16:18 +0000 (17:16 +0000)]
Bugfix: Fix GeometryInfo<2>::child_cell_on_face to respect face_flip

This change does not trigger any regression in the test suite

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