]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

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 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 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 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 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 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 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 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

11 years agoComment out unused function arguments.
bangerth [Sat, 1 Dec 2012 12:37:39 +0000 (12:37 +0000)]
Comment out unused function arguments.

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

11 years agoRemove now outdated files.
bangerth [Thu, 29 Nov 2012 23:42:30 +0000 (23:42 +0000)]
Remove now outdated files.

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

11 years agoUpdate results for PETSc 3.3.
bangerth [Thu, 29 Nov 2012 16:18:56 +0000 (16:18 +0000)]
Update results for PETSc 3.3.

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

11 years agoRemove a test that checks PETSc's Richardson solver but that has never worked and...
bangerth [Thu, 29 Nov 2012 16:16:47 +0000 (16:16 +0000)]
Remove a test that checks PETSc's Richardson solver but that has never worked and that with PETSc 3.3 now actually aborts.

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

11 years agoAllow ConstraintMatrix::distribute_local_to_global with ChunkSparseMatrix.
kronbichler [Thu, 29 Nov 2012 16:05:54 +0000 (16:05 +0000)]
Allow ConstraintMatrix::distribute_local_to_global with ChunkSparseMatrix.

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

11 years agoReindent a couple comments. Primarily do so to trigger an automated run of the
bangerth [Thu, 29 Nov 2012 15:07:56 +0000 (15:07 +0000)]
Reindent a couple comments. Primarily do so to trigger an automated run of the
testsuite to see if the new setup works.

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

11 years agoMinor indentation changes.
bangerth [Thu, 29 Nov 2012 14:15:46 +0000 (14:15 +0000)]
Minor indentation changes.

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

11 years agoMinor markup fixes.
bangerth [Tue, 27 Nov 2012 14:10:29 +0000 (14:10 +0000)]
Minor markup fixes.

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

11 years agoMarkup fix.
bangerth [Tue, 27 Nov 2012 14:09:14 +0000 (14:09 +0000)]
Markup fix.

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

11 years agoFix grammar.
bangerth [Tue, 27 Nov 2012 03:54:03 +0000 (03:54 +0000)]
Fix grammar.

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

11 years agoUpdate an output file that produces different (now correct) results after r27655.
bangerth [Mon, 26 Nov 2012 20:02:27 +0000 (20:02 +0000)]
Update an output file that produces different (now correct) results after r27655.

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

11 years agofix comment
heister [Mon, 26 Nov 2012 16:39:45 +0000 (16:39 +0000)]
fix comment

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

11 years agoReindent the comments in fe_update_flags.h
maier [Mon, 26 Nov 2012 14:48:34 +0000 (14:48 +0000)]
Reindent the comments in fe_update_flags.h

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

11 years agoAdjust problem size to what is shown in results.
kronbichler [Mon, 26 Nov 2012 14:37:31 +0000 (14:37 +0000)]
Adjust problem size to what is shown in results.

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

11 years agoFE_FaceQ should have unit face support points just like FE_DGQ has unit cell support...
kronbichler [Mon, 26 Nov 2012 13:08:18 +0000 (13:08 +0000)]
FE_FaceQ should have unit face support points just like FE_DGQ has unit cell support points.

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

11 years agoAdd a version of DoFTools::make_zero_boundary_constraints that works on only part...
bangerth [Mon, 26 Nov 2012 04:57:29 +0000 (04:57 +0000)]
Add a version of DoFTools::make_zero_boundary_constraints that works on only part of the boundary.

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

11 years agoIntroduce numbers::invalid_boundary_id. Fix up documentation in a couple of other...
bangerth [Mon, 26 Nov 2012 04:04:13 +0000 (04:04 +0000)]
Introduce numbers::invalid_boundary_id. Fix up documentation in a couple of other places.

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

11 years agoSimplify fixed_power.
kronbichler [Sat, 24 Nov 2012 14:58:27 +0000 (14:58 +0000)]
Simplify fixed_power.

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

11 years agoPrettify comments and indent in exceptions.h
maier [Fri, 23 Nov 2012 15:41:25 +0000 (15:41 +0000)]
Prettify comments and indent in exceptions.h

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

11 years agoFix error message when deal.II uses static libraries and Trilinos shared ones.
kronbichler [Fri, 23 Nov 2012 10:11:05 +0000 (10:11 +0000)]
Fix error message when deal.II uses static libraries and Trilinos shared ones.

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

11 years agoVectorTools::interpolate should not call compress on parallel::distributed::Vector...
kronbichler [Fri, 23 Nov 2012 10:04:01 +0000 (10:04 +0000)]
VectorTools::interpolate should not call compress on parallel::distributed::Vector as this zeros out those entries that are not locally active but included via constraints. Test step-48 and step-37.

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

11 years agoAvoid segmentation fault when calling DoFHandler::distribute_dofs on empty triangulation.
kronbichler [Thu, 22 Nov 2012 13:32:48 +0000 (13:32 +0000)]
Avoid segmentation fault when calling DoFHandler::distribute_dofs on empty triangulation.

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