]>
https://gitweb.dealii.org/ - dealii-svn.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
heltai [Fri, 10 Apr 2009 15:55:54 +0000 (15:55 +0000)]
Added convergence table to step-34
git-svn-id: https://svn.dealii.org/trunk@18579
0785d39b -7218-0410-832d-
ea1e28bc413d
heltai [Fri, 10 Apr 2009 15:55:14 +0000 (15:55 +0000)]
Fixed integrate difference to work with codimone grids
git-svn-id: https://svn.dealii.org/trunk@18578
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 05:30:37 +0000 (05:30 +0000)]
Finish Bernoulli's law.
git-svn-id: https://svn.dealii.org/trunk@18576
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 04:56:42 +0000 (04:56 +0000)]
Fix doxygen problem.
git-svn-id: https://svn.dealii.org/trunk@18575
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 04:54:08 +0000 (04:54 +0000)]
Fix doxygen problem.
git-svn-id: https://svn.dealii.org/trunk@18574
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 04:21:11 +0000 (04:21 +0000)]
Go over the text again and fix up a few small places. This looks pretty good already!
git-svn-id: https://svn.dealii.org/trunk@18573
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 04:20:37 +0000 (04:20 +0000)]
Fix one typo.
git-svn-id: https://svn.dealii.org/trunk@18572
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 9 Apr 2009 00:42:17 +0000 (00:42 +0000)]
Also load amsfonts.
git-svn-id: https://svn.dealii.org/trunk@18571
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 8 Apr 2009 13:28:43 +0000 (13:28 +0000)]
Fix a typo in a label name.
git-svn-id: https://svn.dealii.org/trunk@18570
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 8 Apr 2009 12:44:30 +0000 (12:44 +0000)]
Some more checks of the same form removed.
git-svn-id: https://svn.dealii.org/trunk@18569
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 8 Apr 2009 12:42:29 +0000 (12:42 +0000)]
Remove a bunch of checks of the form
unsigned_variable >= 0
as we get warnings about these.
git-svn-id: https://svn.dealii.org/trunk@18568
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 8 Apr 2009 12:40:11 +0000 (12:40 +0000)]
Remove unused variable.
git-svn-id: https://svn.dealii.org/trunk@18567
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 8 Apr 2009 12:18:46 +0000 (12:18 +0000)]
Detect gcc 4.5.
git-svn-id: https://svn.dealii.org/trunk@18566
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 8 Apr 2009 10:39:42 +0000 (10:39 +0000)]
I committed some nonsense.
git-svn-id: https://svn.dealii.org/trunk@18565
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 8 Apr 2009 10:37:48 +0000 (10:37 +0000)]
Prevent inserting some obvious duplicates in the add_entries function.
git-svn-id: https://svn.dealii.org/trunk@18564
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 8 Apr 2009 09:09:24 +0000 (09:09 +0000)]
One more bug fix.
git-svn-id: https://svn.dealii.org/trunk@18563
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 7 Apr 2009 11:00:51 +0000 (11:00 +0000)]
Cosmetic code changes.
git-svn-id: https://svn.dealii.org/trunk@18562
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 7 Apr 2009 08:44:40 +0000 (08:44 +0000)]
Fix a bug that I introduced yesterday.
git-svn-id: https://svn.dealii.org/trunk@18561
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 6 Apr 2009 17:29:51 +0000 (17:29 +0000)]
Simplify the local_to_global versions for block matrices a bit more.
git-svn-id: https://svn.dealii.org/trunk@18560
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 6 Apr 2009 15:48:15 +0000 (15:48 +0000)]
Make the local_to_global functions a bit easier to read.
git-svn-id: https://svn.dealii.org/trunk@18559
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 6 Apr 2009 15:47:02 +0000 (15:47 +0000)]
Move some collective add/set functions into the cc file to not make the header file too big.
git-svn-id: https://svn.dealii.org/trunk@18558
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Mon, 6 Apr 2009 15:45:11 +0000 (15:45 +0000)]
Do not use the compress() function when using copy_from with CompressedSP since then the indices are all sorted and unique, and we know how to allocate memory.
git-svn-id: https://svn.dealii.org/trunk@18557
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.