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

11 years agoAvoid debug output to the console.
bangerth [Wed, 21 Nov 2012 23:50:16 +0000 (23:50 +0000)]
Avoid debug output to the console.

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

11 years agoIntroduce a version of step-40 that uses a direct solver.
bangerth [Wed, 21 Nov 2012 23:49:38 +0000 (23:49 +0000)]
Introduce a version of step-40 that uses a direct solver.

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

11 years agoFix typo.
bangerth [Wed, 21 Nov 2012 22:05:49 +0000 (22:05 +0000)]
Fix typo.

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

11 years agoRemove a TODO that no longer applies. Minor indentation changes.
bangerth [Wed, 21 Nov 2012 21:59:45 +0000 (21:59 +0000)]
Remove a TODO that no longer applies. Minor indentation changes.

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

11 years agoWe can't use PETSc with threads, so can't use the Kelly error estimator here. Use...
bangerth [Wed, 21 Nov 2012 20:04:42 +0000 (20:04 +0000)]
We can't use PETSc with threads, so can't use the Kelly error estimator here. Use globally refined meshes instead.

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

11 years agoRemoved one obsolete comment.
kronbichler [Wed, 21 Nov 2012 17:04:17 +0000 (17:04 +0000)]
Removed one obsolete comment.

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

11 years agoUpdate outdated function/class names in comments.
kronbichler [Wed, 21 Nov 2012 16:36:27 +0000 (16:36 +0000)]
Update outdated function/class names in comments.

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

11 years agoDoxygen markup fixes.
bangerth [Wed, 21 Nov 2012 14:38:52 +0000 (14:38 +0000)]
Doxygen markup fixes.

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

11 years agoAllow compilation with this file again.
bangerth [Wed, 21 Nov 2012 14:35:43 +0000 (14:35 +0000)]
Allow compilation with this file again.

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

11 years agoAvoid a multiline comment.
bangerth [Wed, 21 Nov 2012 13:23:39 +0000 (13:23 +0000)]
Avoid a multiline comment.

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

11 years agoAvoid a multiline comment.
bangerth [Wed, 21 Nov 2012 13:22:11 +0000 (13:22 +0000)]
Avoid a multiline comment.

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

11 years agoUse ranges for copyright years.
bangerth [Wed, 21 Nov 2012 13:19:08 +0000 (13:19 +0000)]
Use ranges for copyright years.

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

11 years agoReformat all tutorial programs using the not-so-far indented comment style.
bangerth [Wed, 21 Nov 2012 13:12:20 +0000 (13:12 +0000)]
Reformat all tutorial programs using the not-so-far indented comment style.

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

11 years agoFix a bug in DoFTools::make_flux_sparsity_pattern originally reported by Baerbel.
bangerth [Wed, 21 Nov 2012 03:28:44 +0000 (03:28 +0000)]
Fix a bug in DoFTools::make_flux_sparsity_pattern originally reported by Baerbel.

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

11 years agobetter way to fix indentation problem
heister [Tue, 20 Nov 2012 23:57:21 +0000 (23:57 +0000)]
better way to fix indentation problem

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

11 years agofix compiler error created by astyle
heister [Tue, 20 Nov 2012 23:39:07 +0000 (23:39 +0000)]
fix compiler error created by astyle

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

11 years agoUpdate.
bangerth [Tue, 20 Nov 2012 23:00:01 +0000 (23:00 +0000)]
Update.

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

11 years agoindent the whole source code with astyle
heister [Tue, 20 Nov 2012 22:49:26 +0000 (22:49 +0000)]
indent the whole source code with astyle

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

11 years agofix comment
heister [Tue, 20 Nov 2012 22:27:33 +0000 (22:27 +0000)]
fix comment

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

11 years agoupdate style files again
heister [Tue, 20 Nov 2012 22:23:12 +0000 (22:23 +0000)]
update style files again

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

11 years agoupdate astyle file after discussion on mailing list
heister [Tue, 20 Nov 2012 22:03:55 +0000 (22:03 +0000)]
update astyle file after discussion on mailing list

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

11 years agoreinsert reference
kanschat [Tue, 20 Nov 2012 20:13:28 +0000 (20:13 +0000)]
reinsert reference

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

11 years agoI guess endings are rather .cc and .h, not just cc and h
kanschat [Tue, 20 Nov 2012 19:08:39 +0000 (19:08 +0000)]
I guess endings are rather .cc and .h, not just cc and h

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

11 years agoChange alignment of pointers and remove offending option
kanschat [Tue, 20 Nov 2012 19:07:32 +0000 (19:07 +0000)]
Change alignment of pointers and remove offending option

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

11 years agoRemove accidentally added directory.
bangerth [Tue, 20 Nov 2012 17:57:53 +0000 (17:57 +0000)]
Remove accidentally added directory.

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

11 years agoNew test. It turns out that there was no test previously that actually ran a solver...
bangerth [Tue, 20 Nov 2012 17:55:04 +0000 (17:55 +0000)]
New test. It turns out that there was no test previously that actually ran a solver. This is one.

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

11 years agoFix a wrongly named function in a comment.
bangerth [Tue, 20 Nov 2012 17:48:16 +0000 (17:48 +0000)]
Fix a wrongly named function in a comment.

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

11 years agoupdate astyle file
heister [Tue, 20 Nov 2012 17:16:56 +0000 (17:16 +0000)]
update astyle file

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

11 years agoPrettify indentation.
kronbichler [Tue, 20 Nov 2012 16:37:36 +0000 (16:37 +0000)]
Prettify indentation.

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

11 years agoFix some more comment.
kronbichler [Tue, 20 Nov 2012 15:53:53 +0000 (15:53 +0000)]
Fix some more comment.

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

11 years agoFix typos in comments.
kronbichler [Tue, 20 Nov 2012 15:47:05 +0000 (15:47 +0000)]
Fix typos in comments.

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

11 years agoEliminate three more warnings.
kronbichler [Tue, 20 Nov 2012 15:39:35 +0000 (15:39 +0000)]
Eliminate three more warnings.

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

11 years agoTest the PETScWrappers::SparseDirectMumps interface.
bangerth [Tue, 20 Nov 2012 15:31:31 +0000 (15:31 +0000)]
Test the PETScWrappers::SparseDirectMumps interface.

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

11 years agoFix warning with clang.
kronbichler [Tue, 20 Nov 2012 15:03:39 +0000 (15:03 +0000)]
Fix warning with clang.

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

11 years agoOne more test.
bangerth [Tue, 20 Nov 2012 04:33:40 +0000 (04:33 +0000)]
One more test.

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

11 years agoIgnore unused parameter.
bangerth [Tue, 20 Nov 2012 04:18:55 +0000 (04:18 +0000)]
Ignore unused parameter.

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

11 years agoIgnore unused parameter.
bangerth [Tue, 20 Nov 2012 04:18:36 +0000 (04:18 +0000)]
Ignore unused parameter.

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

11 years agoMore tests.
bangerth [Tue, 20 Nov 2012 03:03:55 +0000 (03:03 +0000)]
More tests.

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

11 years agoAdd another test.
bangerth [Tue, 20 Nov 2012 02:47:04 +0000 (02:47 +0000)]
Add another test.

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

11 years agoMore comments
frohne [Mon, 19 Nov 2012 12:15:16 +0000 (12:15 +0000)]
More comments

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

11 years agoclean up and comment the solve-function
frohne [Mon, 19 Nov 2012 11:59:43 +0000 (11:59 +0000)]
clean up and comment the solve-function

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

11 years agoKeeping the contact constraints, set_zero for system_rhs_newton in hanging nodes
frohne [Mon, 19 Nov 2012 09:43:45 +0000 (09:43 +0000)]
Keeping the contact constraints, set_zero for system_rhs_newton in hanging nodes

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

11 years agoFix some issues with undefined references
maier [Mon, 19 Nov 2012 09:32:39 +0000 (09:32 +0000)]
Fix some issues with undefined references

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

11 years agoOne more roundoff change.
kronbichler [Sun, 18 Nov 2012 15:09:35 +0000 (15:09 +0000)]
One more roundoff change.

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

11 years agoFix test output on the order of roundoff because of slightly different accumulation...
kronbichler [Sun, 18 Nov 2012 14:03:05 +0000 (14:03 +0000)]
Fix test output on the order of roundoff because of slightly different accumulation of roundoff error with the change in the vector implementation.

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


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.