]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
15 years agoI had introduced some subtle errors in the SSOR preconditioner implementation. This...
kronbichler [Thu, 23 Apr 2009 07:18:49 +0000 (07:18 +0000)]
I had introduced some subtle errors in the SSOR preconditioner implementation. This should be fixed now.

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

15 years agoupdate publications
kanschat [Wed, 22 Apr 2009 21:36:32 +0000 (21:36 +0000)]
update publications

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

15 years agomake downstream ordering public
kanschat [Wed, 22 Apr 2009 21:23:33 +0000 (21:23 +0000)]
make downstream ordering public

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

15 years agoAttempted a first fix to step-34. Still not working. I'll finish it in a few hours.
heltai [Wed, 22 Apr 2009 17:57:10 +0000 (17:57 +0000)]
Attempted a first fix to step-34. Still not working. I'll finish it in a few hours.

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

15 years agoMention the change in the boost DoF renumbering scheme. On the other hand, we can...
kronbichler [Wed, 22 Apr 2009 12:47:08 +0000 (12:47 +0000)]
Mention the change in the boost DoF renumbering scheme. On the other hand, we can now also use constraints with boost.

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

15 years agoUpdate the output with the new way of setting up boost graphs.
kronbichler [Wed, 22 Apr 2009 12:45:43 +0000 (12:45 +0000)]
Update the output with the new way of setting up boost graphs.

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

15 years agoFix one error in PreconditionSSOR.
kronbichler [Wed, 22 Apr 2009 08:13:46 +0000 (08:13 +0000)]
Fix one error in PreconditionSSOR.

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

15 years agoRemove unnecessary output files left over from copying directories.
bangerth [Wed, 22 Apr 2009 04:38:59 +0000 (04:38 +0000)]
Remove unnecessary output files left over from copying directories.

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

15 years agoRemove files accidentally added.
bangerth [Tue, 21 Apr 2009 22:25:20 +0000 (22:25 +0000)]
Remove files accidentally added.

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

15 years agoAdd a bunch of new tests.
bangerth [Tue, 21 Apr 2009 19:29:11 +0000 (19:29 +0000)]
Add a bunch of new tests.

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

15 years agoFix a couple of formulas.
bangerth [Tue, 21 Apr 2009 14:10:22 +0000 (14:10 +0000)]
Fix a couple of formulas.

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

15 years agoAfter half a year, finally check in some more of the conversion that allows to use...
bangerth [Tue, 21 Apr 2009 13:44:29 +0000 (13:44 +0000)]
After half a year, finally check in some more of the conversion that allows to use the SparseMatrix also for complex-valued template arguments.

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

15 years agoSet props.
bangerth [Tue, 21 Apr 2009 13:40:27 +0000 (13:40 +0000)]
Set props.

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

15 years agoUpdate the number of actually nonzero elements. Count only elements larger than a...
kronbichler [Tue, 21 Apr 2009 09:27:37 +0000 (09:27 +0000)]
Update the number of actually nonzero elements. Count only elements larger than a given threshold.

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

15 years agoAdd new n_actually_nonzero_elements() function even here.
kronbichler [Tue, 21 Apr 2009 09:24:10 +0000 (09:24 +0000)]
Add new n_actually_nonzero_elements() function even here.

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

15 years agoMy previously committed version did not work for SparseMatrixEZ. This should now...
kronbichler [Tue, 21 Apr 2009 08:53:55 +0000 (08:53 +0000)]
My previously committed version did not work for SparseMatrixEZ. This should now be fixed.

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

15 years agoProvide a faster implementation of precondition_SSOR.
kronbichler [Tue, 21 Apr 2009 08:02:28 +0000 (08:02 +0000)]
Provide a faster implementation of precondition_SSOR.

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

15 years agoAdjust results section to new treatment of constraints.
kronbichler [Tue, 21 Apr 2009 07:51:22 +0000 (07:51 +0000)]
Adjust results section to new treatment of constraints.

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

15 years agoAvoid round-off problems.
bangerth [Tue, 21 Apr 2009 03:17:38 +0000 (03:17 +0000)]
Avoid round-off problems.

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

15 years agoAvoid round-off problems.
bangerth [Tue, 21 Apr 2009 03:10:42 +0000 (03:10 +0000)]
Avoid round-off problems.

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

15 years agoFix roundoff.
bangerth [Tue, 21 Apr 2009 02:58:32 +0000 (02:58 +0000)]
Fix roundoff.

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

15 years agoBe content with an error of 1e-8
bangerth [Tue, 21 Apr 2009 02:47:09 +0000 (02:47 +0000)]
Be content with an error of 1e-8

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

15 years agoAdjust for roundoff.
bangerth [Tue, 21 Apr 2009 02:36:08 +0000 (02:36 +0000)]
Adjust for roundoff.

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

15 years agoRemove bogus target.
bangerth [Tue, 21 Apr 2009 02:29:36 +0000 (02:29 +0000)]
Remove bogus target.

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

15 years agoSet svn:ignore.
bangerth [Tue, 21 Apr 2009 02:28:32 +0000 (02:28 +0000)]
Set svn:ignore.

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

15 years agoFix difference.
bangerth [Tue, 21 Apr 2009 02:27:27 +0000 (02:27 +0000)]
Fix difference.

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

15 years agoFix roundoff problems.
bangerth [Tue, 21 Apr 2009 02:24:52 +0000 (02:24 +0000)]
Fix roundoff problems.

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

15 years agoAvoid stupid problem with outputting numbers like 10.5 with only 3 digits.
bangerth [Tue, 21 Apr 2009 02:15:25 +0000 (02:15 +0000)]
Avoid stupid problem with outputting numbers like 10.5 with only 3 digits.

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

15 years agoThe SSOR kernel was implemented inefficiently. Improved it a bit by avoiding 'if...
kronbichler [Mon, 20 Apr 2009 18:08:55 +0000 (18:08 +0000)]
The SSOR kernel was implemented inefficiently. Improved it a bit by avoiding 'if' statements at the innermost loop and by not wasting floating point multiplications. Could still do better if we saved the position of the diagonal in an extra array at creation time of a preconditioner.

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

15 years agoUpdate references.
hartmann [Mon, 20 Apr 2009 14:01:19 +0000 (14:01 +0000)]
Update references.

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

15 years agoUse ConstraintMatrix for boundary conditions here since that is more efficient. Some...
kronbichler [Mon, 20 Apr 2009 12:43:51 +0000 (12:43 +0000)]
Use ConstraintMatrix for boundary conditions here since that is more efficient. Some small updates in comments to be in line with the new step-22.

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

15 years agoSlight update in comments of step-22. Mention the changes on the news page.
kronbichler [Mon, 20 Apr 2009 12:41:04 +0000 (12:41 +0000)]
Slight update in comments of step-22. Mention the changes on the news page.

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

15 years agoUse an intermediate CompressedSimpleSP when generating boost's graphs. Reduces the...
kronbichler [Mon, 20 Apr 2009 12:35:02 +0000 (12:35 +0000)]
Use an intermediate CompressedSimpleSP when generating boost's graphs. Reduces the memory requirement by 30%, but the algorithms still use way too much memory to be really useful for large problems.

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

15 years agoupdate pub list
young [Mon, 20 Apr 2009 09:38:26 +0000 (09:38 +0000)]
update pub list

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

15 years agoUpdate.
bangerth [Mon, 20 Apr 2009 05:04:40 +0000 (05:04 +0000)]
Update.

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

15 years agoMinor doc updates.
bangerth [Sat, 18 Apr 2009 22:39:02 +0000 (22:39 +0000)]
Minor doc updates.

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

15 years agoMicro changes.
bangerth [Sat, 18 Apr 2009 12:43:13 +0000 (12:43 +0000)]
Micro changes.

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

15 years agoAdded desingularization of singular integral also for 2d
heltai [Sat, 18 Apr 2009 11:02:27 +0000 (11:02 +0000)]
Added desingularization of singular integral also for 2d

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

15 years agoMade integration clearer
heltai [Sat, 18 Apr 2009 11:01:11 +0000 (11:01 +0000)]
Made integration clearer

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

15 years agoAdd a test for a broken icc version.
bangerth [Fri, 17 Apr 2009 23:59:29 +0000 (23:59 +0000)]
Add a test for a broken icc version.

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

15 years agoChange a few words here and there.
bangerth [Fri, 17 Apr 2009 22:28:17 +0000 (22:28 +0000)]
Change a few words here and there.

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

15 years agoGive full reference to hp paper.
bangerth [Fri, 17 Apr 2009 21:14:39 +0000 (21:14 +0000)]
Give full reference to hp paper.

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

15 years agoAdd a reference to step-22 where we use a ConstraintMatrix for implementing inhomogen...
kronbichler [Fri, 17 Apr 2009 17:39:46 +0000 (17:39 +0000)]
Add a reference to step-22 where we use a ConstraintMatrix for implementing inhomogeneous Dirichlet boundary conditions.

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

15 years agoUse some of the more advanced techniques in this tutorial program.
kronbichler [Fri, 17 Apr 2009 17:39:08 +0000 (17:39 +0000)]
Use some of the more advanced techniques in this tutorial program.

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

15 years agoUpdate comments about inhomogeneous constraints.
kronbichler [Fri, 17 Apr 2009 09:50:45 +0000 (09:50 +0000)]
Update comments about inhomogeneous constraints.

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

15 years agoMake TimerOutput really thread-safe.
kronbichler [Fri, 17 Apr 2009 09:50:18 +0000 (09:50 +0000)]
Make TimerOutput really thread-safe.

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

15 years agoMention step-34.
bangerth [Thu, 16 Apr 2009 22:20:50 +0000 (22:20 +0000)]
Mention step-34.

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

15 years agoFix another reference to function name.
bangerth [Thu, 16 Apr 2009 22:15:25 +0000 (22:15 +0000)]
Fix another reference to function name.

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

15 years agoFix reference to function name.
bangerth [Thu, 16 Apr 2009 22:15:10 +0000 (22:15 +0000)]
Fix reference to function name.

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

15 years agoxref step-34
bangerth [Thu, 16 Apr 2009 22:10:14 +0000 (22:10 +0000)]
xref step-34

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

15 years agoMention the new program that converts between Cubit ABAQUS and UCD formats.
bangerth [Thu, 16 Apr 2009 15:07:22 +0000 (15:07 +0000)]
Mention the new program that converts between Cubit ABAQUS and UCD formats.

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

15 years ago New: There is now a program, contributed by Jean-Paul Pelteret, that can
bangerth [Thu, 16 Apr 2009 15:03:14 +0000 (15:03 +0000)]
  New: There is now a program, contributed by Jean-Paul Pelteret, that can
  convert Cubit generated meshes into UCD format that the GridIn class can
  read. The program along with a description is in the contrib/mesh_conversion
  directory.

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

15 years agoIgnore output files.
bangerth [Thu, 16 Apr 2009 14:58:55 +0000 (14:58 +0000)]
Ignore output files.

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

15 years agoAdd contributed Cubit->UCD mesh conversion utility.
bangerth [Thu, 16 Apr 2009 14:58:17 +0000 (14:58 +0000)]
Add contributed Cubit->UCD mesh conversion utility.

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

15 years agoIntroduce one more change from step-31.
kronbichler [Thu, 16 Apr 2009 14:18:31 +0000 (14:18 +0000)]
Introduce one more change from step-31.

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

15 years agoFix the problem with constrained dofs in the GMRES solver temporarily by setting...
kronbichler [Thu, 16 Apr 2009 14:13:43 +0000 (14:13 +0000)]
Fix the problem with constrained dofs in the GMRES solver temporarily by setting the whole vector to zero. However, we should use something like in step-31 eventually.

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

15 years agoCosmetics.
kronbichler [Thu, 16 Apr 2009 13:57:55 +0000 (13:57 +0000)]
Cosmetics.

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

15 years agoMinor improvements in reinit().
kronbichler [Thu, 16 Apr 2009 11:31:32 +0000 (11:31 +0000)]
Minor improvements in reinit().

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

15 years agoMake SparseILU::vmult faster.
kronbichler [Thu, 16 Apr 2009 11:30:47 +0000 (11:30 +0000)]
Make SparseILU::vmult faster.

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

15 years agoImprove copy_from function a bit more.
kronbichler [Thu, 16 Apr 2009 11:29:50 +0000 (11:29 +0000)]
Improve copy_from function a bit more.

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

15 years agoFix an error in add_entries_local_to_global_function.
kronbichler [Thu, 16 Apr 2009 11:29:17 +0000 (11:29 +0000)]
Fix an error in add_entries_local_to_global_function.

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

15 years agoMake the sparse matrix collective add function a bit smarter. Avoid having some addit...
kronbichler [Thu, 16 Apr 2009 11:28:42 +0000 (11:28 +0000)]
Make the sparse matrix collective add function a bit smarter. Avoid having some additional arrays.

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

15 years agoAdd two explicit instantiations to make icc happy.
bangerth [Wed, 15 Apr 2009 22:02:35 +0000 (22:02 +0000)]
Add two explicit instantiations to make icc happy.

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

15 years agoRemove a wrong declaration of a partial specialization.
bangerth [Wed, 15 Apr 2009 14:23:37 +0000 (14:23 +0000)]
Remove a wrong declaration of a partial specialization.

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

15 years agoDetect icc11.
bangerth [Wed, 15 Apr 2009 13:58:10 +0000 (13:58 +0000)]
Detect icc11.

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

15 years agoDon't use -inline_debug_info for more recent icc versions.
bangerth [Wed, 15 Apr 2009 13:56:19 +0000 (13:56 +0000)]
Don't use -inline_debug_info for more recent icc versions.

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

15 years agoMore reindenting.
bangerth [Tue, 14 Apr 2009 21:53:26 +0000 (21:53 +0000)]
More reindenting.

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

15 years agoReindent.
bangerth [Tue, 14 Apr 2009 21:50:52 +0000 (21:50 +0000)]
Reindent.

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

15 years agoSay something on the singularity of the matrix.
bangerth [Tue, 14 Apr 2009 21:48:20 +0000 (21:48 +0000)]
Say something on the singularity of the matrix.

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

15 years agoSay something on the singularity of the matrix.
bangerth [Tue, 14 Apr 2009 21:47:12 +0000 (21:47 +0000)]
Say something on the singularity of the matrix.

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

15 years agoOne more update of the local_to_global data structures. Now the overheads in these...
kronbichler [Tue, 14 Apr 2009 13:43:52 +0000 (13:43 +0000)]
One more update of the local_to_global data structures. Now the overheads in these functions is reduced to a minimum when creating the sorted array of global dofs.

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

15 years agoReindent. Minor changes to comments.
bangerth [Mon, 13 Apr 2009 12:29:51 +0000 (12:29 +0000)]
Reindent. Minor changes to comments.

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

15 years agoDowngrade some section headings.
bangerth [Mon, 13 Apr 2009 04:14:00 +0000 (04:14 +0000)]
Downgrade some section headings.

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

15 years agoGo over the rest of the program.
bangerth [Mon, 13 Apr 2009 04:02:22 +0000 (04:02 +0000)]
Go over the rest of the program.

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

15 years agoMore small doc changes.
bangerth [Mon, 13 Apr 2009 03:23:42 +0000 (03:23 +0000)]
More small doc changes.

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

15 years agoAdd a bit to the documentation.
bangerth [Mon, 13 Apr 2009 03:00:26 +0000 (03:00 +0000)]
Add a bit to the documentation.

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

15 years agoCross-reference step-34.
bangerth [Sun, 12 Apr 2009 22:22:40 +0000 (22:22 +0000)]
Cross-reference step-34.

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

15 years agoCross-reference step-34.
bangerth [Sun, 12 Apr 2009 16:16:57 +0000 (16:16 +0000)]
Cross-reference step-34.

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

15 years agoSet svn:eol-style.
bangerth [Sun, 12 Apr 2009 15:48:19 +0000 (15:48 +0000)]
Set svn:eol-style.

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

15 years agoSet svn:keywords.
bangerth [Sun, 12 Apr 2009 15:47:54 +0000 (15:47 +0000)]
Set svn:keywords.

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

15 years agoMinor changes to the LaplaceKernel namespace.
bangerth [Sun, 12 Apr 2009 15:33:59 +0000 (15:33 +0000)]
Minor changes to the LaplaceKernel namespace.

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

15 years agoMade Vector::reinit virtual, to avoid memory corruption in VectorView
heltai [Sun, 12 Apr 2009 09:00:53 +0000 (09:00 +0000)]
Made Vector::reinit virtual, to avoid memory corruption in VectorView

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

15 years agoAdded an image and cleared some details.
heltai [Sun, 12 Apr 2009 08:58:18 +0000 (08:58 +0000)]
Added an image and cleared some details.

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

15 years agoWeed out a few header files that we no longer need. A couple of comments.
bangerth [Sun, 12 Apr 2009 04:46:48 +0000 (04:46 +0000)]
Weed out a few header files that we no longer need. A couple of comments.

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

15 years agoMinor edits.
bangerth [Sun, 12 Apr 2009 04:35:44 +0000 (04:35 +0000)]
Minor edits.

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

15 years agoMake more variables const. Rename to match common coding style.
bangerth [Sun, 12 Apr 2009 04:30:39 +0000 (04:30 +0000)]
Make more variables const. Rename to match common coding style.

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

15 years agoMove a few variables with no memory allocation into the innermost useful scope.
bangerth [Sun, 12 Apr 2009 04:29:04 +0000 (04:29 +0000)]
Move a few variables with no memory allocation into the innermost useful scope.

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

15 years agoRename interpolate() to compute_exterior_solution().
bangerth [Sun, 12 Apr 2009 04:23:12 +0000 (04:23 +0000)]
Rename interpolate() to compute_exterior_solution().

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

15 years agoMake a couple of input arguments 'const'.
bangerth [Sun, 12 Apr 2009 04:01:00 +0000 (04:01 +0000)]
Make a couple of input arguments 'const'.

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

15 years agoMove things in the LaplaceKernel class into a namespace LaplaceKernel.
bangerth [Sun, 12 Apr 2009 04:00:25 +0000 (04:00 +0000)]
Move things in the LaplaceKernel class into a namespace LaplaceKernel.

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

15 years agoLeave note.
bangerth [Sat, 11 Apr 2009 22:02:56 +0000 (22:02 +0000)]
Leave note.

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

15 years agoAdd missing symbol.
bangerth [Sat, 11 Apr 2009 22:02:18 +0000 (22:02 +0000)]
Add missing symbol.

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

15 years agoMinor modifications to two functions.
bangerth [Sat, 11 Apr 2009 21:54:24 +0000 (21:54 +0000)]
Minor modifications to two functions.

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

15 years agoDo away with the distinction between quadrature and quadrature_pointer --
bangerth [Sat, 11 Apr 2009 21:45:09 +0000 (21:45 +0000)]
Do away with the distinction between quadrature and quadrature_pointer --
simply always use the pointer.

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

15 years agoRe-indent read_parameters function and change type of quadrature_pointer to
bangerth [Sat, 11 Apr 2009 21:43:01 +0000 (21:43 +0000)]
Re-indent read_parameters function and change type of quadrature_pointer to
avoid the static object.

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

15 years agoMake object static again to avoid run-time error.
bangerth [Sat, 11 Apr 2009 04:08:10 +0000 (04:08 +0000)]
Make object static again to avoid run-time error.

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

15 years agoDon't use static variables for anything that depends on some input parameter
bangerth [Sat, 11 Apr 2009 00:03:21 +0000 (00:03 +0000)]
Don't use static variables for anything that depends on some input parameter
and/or may be non-constant. The use of static variables otherwise leads to
surprising results if the same code is run twice within the same program
execution but using different input files, and it is dangerous if code is run
in a multi-threaded context.

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

15 years agoDon't implicitly use elements of namespace std, since we don't do that either
bangerth [Fri, 10 Apr 2009 23:59:59 +0000 (23:59 +0000)]
Don't implicitly use elements of namespace std, since we don't do that either
anywhere else in deal.II.

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

15 years agoUse standard ordering for include files.
bangerth [Fri, 10 Apr 2009 23:56:53 +0000 (23:56 +0000)]
Use standard ordering for include files.

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

15 years agoA brief section on implementation details.
bangerth [Fri, 10 Apr 2009 23:55:04 +0000 (23:55 +0000)]
A brief section on implementation details.

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