]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
11 years agoAvoid a compiler error with gcc 4.1.
bangerth [Tue, 8 Jan 2013 19:25:25 +0000 (19:25 +0000)]
Avoid a compiler error with gcc 4.1.

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

11 years agoSimplify function. The shortcut doesn't reliably work because it assumes that
bangerth [Tue, 8 Jan 2013 19:05:05 +0000 (19:05 +0000)]
Simplify function. The shortcut doesn't reliably work because it assumes that
neither of the two iterators is past-the-end. If we were to check this in the
shortcut, then this would negate the benefits of the shortcut to begin with.

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

11 years agoreintegrate branch branch_feqdg0
heister [Tue, 8 Jan 2013 17:12:22 +0000 (17:12 +0000)]
reintegrate branch branch_feqdg0

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

11 years agoAnother baby step towards getting rid of global_entry().
bangerth [Tue, 8 Jan 2013 15:28:02 +0000 (15:28 +0000)]
Another baby step towards getting rid of global_entry().

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

11 years agoFirst step towards getting rid of the last occurrence of SparseMatrix::global_value.
bangerth [Tue, 8 Jan 2013 03:48:57 +0000 (03:48 +0000)]
First step towards getting rid of the last occurrence of SparseMatrix::global_value.

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

11 years agoFinally fix that bugger of a bug...
bangerth [Tue, 8 Jan 2013 03:35:51 +0000 (03:35 +0000)]
Finally fix that bugger of a bug...

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

11 years agoNew test, to figure out what's going on in matrix_tools.cc these days...
bangerth [Tue, 8 Jan 2013 03:21:43 +0000 (03:21 +0000)]
New test, to figure out what's going on in matrix_tools.cc these days...

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

11 years agoFix code in a couple of places to avoid an assertion. There is another
bangerth [Mon, 7 Jan 2013 21:45:26 +0000 (21:45 +0000)]
Fix code in a couple of places to avoid an assertion. There is another
problem somewhere, though.

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

11 years agoOnly clean up memory if PETSc hasn't done that itself yet.
bangerth [Mon, 7 Jan 2013 20:58:03 +0000 (20:58 +0000)]
Only clean up memory if PETSc hasn't done that itself yet.

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

11 years agoMore.
bangerth [Mon, 7 Jan 2013 20:49:36 +0000 (20:49 +0000)]
More.

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

11 years agoFinally make compile.
bangerth [Mon, 7 Jan 2013 18:52:34 +0000 (18:52 +0000)]
Finally make compile.

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

11 years agoAvoid one more call to deprecated function.
bangerth [Mon, 7 Jan 2013 15:04:06 +0000 (15:04 +0000)]
Avoid one more call to deprecated function.

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

11 years agoFix implementation of SparseMatrix::iterator::operator- for the general case. Add...
bangerth [Mon, 7 Jan 2013 14:56:43 +0000 (14:56 +0000)]
Fix implementation of SparseMatrix::iterator::operator- for the general case. Add a test.

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

11 years agoTry to avoid using something gcc 4.1.2 doesn't appear to understand.
bangerth [Mon, 7 Jan 2013 14:37:45 +0000 (14:37 +0000)]
Try to avoid using something gcc 4.1.2 doesn't appear to understand.

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

11 years agoAvoid use of deprecated function.
bangerth [Mon, 7 Jan 2013 14:21:54 +0000 (14:21 +0000)]
Avoid use of deprecated function.

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

11 years agoRename an argument to a function to make its intent clearer.
bangerth [Mon, 7 Jan 2013 14:15:01 +0000 (14:15 +0000)]
Rename an argument to a function to make its intent clearer.

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

11 years agoFix another case where a conversion to non-deprecated functions went wrong.
bangerth [Mon, 7 Jan 2013 14:14:40 +0000 (14:14 +0000)]
Fix another case where a conversion to non-deprecated functions went wrong.

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

11 years agoAvoid use of SparseMatrix::global_entry in one more place. Many more to come.
bangerth [Mon, 7 Jan 2013 04:35:12 +0000 (04:35 +0000)]
Avoid use of SparseMatrix::global_entry in one more place. Many more to come.

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

11 years agoAdd a bunch of functions to the iterator class.
bangerth [Mon, 7 Jan 2013 04:34:50 +0000 (04:34 +0000)]
Add a bunch of functions to the iterator class.

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

11 years agoRemove a few stray semicolons.
bangerth [Mon, 7 Jan 2013 03:31:19 +0000 (03:31 +0000)]
Remove a few stray semicolons.

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

11 years agoFix an incorrect conversion to avoid a deprecated function.
bangerth [Mon, 7 Jan 2013 03:30:43 +0000 (03:30 +0000)]
Fix an incorrect conversion to avoid a deprecated function.

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

11 years agoAvoid use of deprecated function.
bangerth [Mon, 7 Jan 2013 03:07:02 +0000 (03:07 +0000)]
Avoid use of deprecated function.

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

11 years agoMore avoidance of deprecated things.
bangerth [Mon, 7 Jan 2013 01:13:37 +0000 (01:13 +0000)]
More avoidance of deprecated things.

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

11 years agoAvoid use of deprecated numbers.
bangerth [Mon, 7 Jan 2013 01:11:18 +0000 (01:11 +0000)]
Avoid use of deprecated numbers.

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

11 years agoFix an assertion that was incorrectly changed when converting deprecated
bangerth [Mon, 7 Jan 2013 01:06:51 +0000 (01:06 +0000)]
Fix an assertion that was incorrectly changed when converting deprecated
function calls.

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

11 years agoDiscuss deprecation notices.
bangerth [Sun, 6 Jan 2013 02:13:43 +0000 (02:13 +0000)]
Discuss deprecation notices.

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

11 years agoRewrite entry in a bit more detail.
bangerth [Sun, 6 Jan 2013 02:03:23 +0000 (02:03 +0000)]
Rewrite entry in a bit more detail.

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

11 years agoMerge the changes made to the sources on the branch_deprecated branch. This introduce...
bangerth [Sun, 6 Jan 2013 01:55:02 +0000 (01:55 +0000)]
Merge the changes made to the sources on the branch_deprecated branch. This introduces a lot of places where we get warnings right now. In an ideal world, these would have been fixed on the branch. However, and unfortunately, the branch_deprecated is off branch_cmake, neither of which can currently be tested on the regression tester machine. Consequently, it is difficult to do incremental changes on the branch because one doesn't get to see the effects of these changes in the tests. It may just be a way to get the warnings fixed sooner, rather than later.

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

11 years agoApply forgotten patch.
bangerth [Sun, 6 Jan 2013 01:41:33 +0000 (01:41 +0000)]
Apply forgotten patch.

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

11 years agoRemove now redundant include file.
bangerth [Sun, 6 Jan 2013 00:24:29 +0000 (00:24 +0000)]
Remove now redundant include file.

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

11 years agoAdjust after merge.
bangerth [Sun, 6 Jan 2013 00:21:28 +0000 (00:21 +0000)]
Adjust after merge.

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

11 years agoUpdate.
bangerth [Sat, 5 Jan 2013 23:10:50 +0000 (23:10 +0000)]
Update.

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

11 years agoRemove branch marker again.
bangerth [Sat, 5 Jan 2013 13:35:26 +0000 (13:35 +0000)]
Remove branch marker again.

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

11 years agoAvoid deprecated types and variables.
bangerth [Sat, 5 Jan 2013 12:12:49 +0000 (12:12 +0000)]
Avoid deprecated types and variables.

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

11 years agoExtend Utilities::int_to_string to up to 10 digits.
bangerth [Sat, 5 Jan 2013 12:12:16 +0000 (12:12 +0000)]
Extend Utilities::int_to_string to up to 10 digits.

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

11 years agoupdate Makefile for step-50 to disable compilation if Trilinos or p4est is missing
heister [Fri, 4 Jan 2013 21:54:31 +0000 (21:54 +0000)]
update Makefile for step-50 to disable compilation if Trilinos or p4est is missing

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

11 years agoleave todo
heister [Fri, 4 Jan 2013 16:34:08 +0000 (16:34 +0000)]
leave todo

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

11 years agoremove references to mg_dof_accessor.h
heister [Fri, 4 Jan 2013 16:14:09 +0000 (16:14 +0000)]
remove references to mg_dof_accessor.h

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

11 years agomark mg_dof_accessor.h deprecated and remove it everywhere
heister [Fri, 4 Jan 2013 16:12:34 +0000 (16:12 +0000)]
mark mg_dof_accessor.h deprecated and remove it everywhere

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

11 years agoForce reconfigure also when template arguments or dealii templates change.
kronbichler [Fri, 4 Jan 2013 14:20:45 +0000 (14:20 +0000)]
Force reconfigure also when template arguments or dealii templates change.

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

11 years agoDelete MGDoFHandler from matrix free class. These features are now present in DoFHandler.
kronbichler [Fri, 4 Jan 2013 10:10:48 +0000 (10:10 +0000)]
Delete MGDoFHandler from matrix free class. These features are now present in DoFHandler.

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

11 years agoSilence warning.
kronbichler [Fri, 4 Jan 2013 08:16:04 +0000 (08:16 +0000)]
Silence warning.

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

11 years agoEnsure compilation without p4est.
kronbichler [Fri, 4 Jan 2013 08:11:46 +0000 (08:11 +0000)]
Ensure compilation without p4est.

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

11 years agoFix compilation
kronbichler [Fri, 4 Jan 2013 08:05:24 +0000 (08:05 +0000)]
Fix compilation

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

11 years agoupdate changes.h: MGDoFHandler is deprecated
heister [Thu, 3 Jan 2013 21:43:00 +0000 (21:43 +0000)]
update changes.h: MGDoFHandler is deprecated

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

11 years agoreintegrate branch merge_mg_into_dof_handler
heister [Thu, 3 Jan 2013 21:37:23 +0000 (21:37 +0000)]
reintegrate branch merge_mg_into_dof_handler

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

11 years agoUpdate link to the new changelogs (websvn).
bangerth [Wed, 2 Jan 2013 18:52:06 +0000 (18:52 +0000)]
Update link to the new changelogs (websvn).

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

11 years agoadd trilinos 11.0.3 as supported
heister [Wed, 2 Jan 2013 18:50:55 +0000 (18:50 +0000)]
add trilinos 11.0.3 as supported

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

11 years agoUpdate link to the new changelogs (websvn).
bangerth [Wed, 2 Jan 2013 18:50:40 +0000 (18:50 +0000)]
Update link to the new changelogs (websvn).

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

11 years agoRemove unnecessary line.
kronbichler [Wed, 2 Jan 2013 17:03:38 +0000 (17:03 +0000)]
Remove unnecessary line.

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

11 years agoPatch by Fahad Alrashed: Add a possibly different PETSc Viewer object to PETScWrapper...
bangerth [Wed, 2 Jan 2013 17:03:23 +0000 (17:03 +0000)]
Patch by Fahad Alrashed: Add a possibly different PETSc Viewer object to PETScWrappers::MatrixBase::write_ascii().

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

11 years agoPatch by Fahad Alrashed: Overload PETScWrappers::MPI::Vector::print to make sure...
bangerth [Wed, 2 Jan 2013 16:59:56 +0000 (16:59 +0000)]
Patch by Fahad Alrashed: Overload PETScWrappers::MPI::Vector::print to make sure the right thing happens in parallel.

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

11 years agoPatch by Fahad Alrashed: Add PETScWrappers::VectorBase::write_ascii.
bangerth [Wed, 2 Jan 2013 16:54:31 +0000 (16:54 +0000)]
Patch by Fahad Alrashed: Add PETScWrappers::VectorBase::write_ascii.

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

11 years agoAugment documentation.
bangerth [Mon, 31 Dec 2012 00:55:14 +0000 (00:55 +0000)]
Augment documentation.

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

11 years agoFix a few out-of-bound array accesses. Refill some comments.
kronbichler [Fri, 28 Dec 2012 10:41:54 +0000 (10:41 +0000)]
Fix a few out-of-bound array accesses. Refill some comments.

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

11 years agoFix iterator types.
kronbichler [Fri, 28 Dec 2012 09:09:27 +0000 (09:09 +0000)]
Fix iterator types.

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

11 years agoThe std::map that stored pointers to Jacobians could lead to a situation where the...
kronbichler [Fri, 28 Dec 2012 08:16:20 +0000 (08:16 +0000)]
The std::map that stored pointers to Jacobians could lead to a situation where the pointers became invalid. Store the actual data in the map now.

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


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.