]>
https://gitweb.dealii.org/ - dealii.git/log
Guido Kanschat [Tue, 5 May 2009 16:27:00 +0000 (16:27 +0000)]
put matrix accessors into public light, so they will be documented and used
git-svn-id: https://svn.dealii.org/trunk@18815
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Tue, 5 May 2009 14:41:21 +0000 (14:41 +0000)]
Write a mmult function also for Trilinos matrices (it works in parallel, too).
git-svn-id: https://svn.dealii.org/trunk@18814
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Tue, 5 May 2009 08:38:35 +0000 (08:38 +0000)]
Update in comments of matrix norms.
git-svn-id: https://svn.dealii.org/trunk@18812
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Mon, 4 May 2009 11:20:11 +0000 (11:20 +0000)]
Name mmult in doc/news/changes.h
git-svn-id: https://svn.dealii.org/trunk@18809
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Mon, 4 May 2009 11:19:44 +0000 (11:19 +0000)]
Add a mmult function to the SparseMatrix class.
git-svn-id: https://svn.dealii.org/trunk@18808
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Mon, 4 May 2009 07:16:15 +0000 (07:16 +0000)]
Even in 2D, it is faster to first create a CSP and then reinit the SP.
git-svn-id: https://svn.dealii.org/trunk@18807
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Mon, 4 May 2009 07:15:21 +0000 (07:15 +0000)]
Small improvements in vmult.
git-svn-id: https://svn.dealii.org/trunk@18806
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Thu, 30 Apr 2009 07:21:21 +0000 (07:21 +0000)]
Make the test cases for inhomogeneous constraints a bit smaller so they run faster.
git-svn-id: https://svn.dealii.org/trunk@18797
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 18:49:22 +0000 (18:49 +0000)]
Give an explicit argument to make_sparsity_pattern as to which
subdomain_id to use.
git-svn-id: https://svn.dealii.org/trunk@18796
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 16:42:03 +0000 (16:42 +0000)]
New tests.
git-svn-id: https://svn.dealii.org/trunk@18795
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 16:38:22 +0000 (16:38 +0000)]
Clarify one comment. Make sure all values in a table are explicitly initialized.
git-svn-id: https://svn.dealii.org/trunk@18794
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Wed, 29 Apr 2009 16:34:27 +0000 (16:34 +0000)]
Add a test that tests the feature of inhomogeneous constraints set only with vectors.
git-svn-id: https://svn.dealii.org/trunk@18793
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Wed, 29 Apr 2009 16:33:07 +0000 (16:33 +0000)]
Use a collective set function.
git-svn-id: https://svn.dealii.org/trunk@18792
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Wed, 29 Apr 2009 16:32:43 +0000 (16:32 +0000)]
Add a comment for SSOR.
git-svn-id: https://svn.dealii.org/trunk@18791
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Wed, 29 Apr 2009 16:31:59 +0000 (16:31 +0000)]
Implement a function that can distribute vectors with inhomogeneous constraints, but operating only on vectors.
git-svn-id: https://svn.dealii.org/trunk@18790
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 15:50:11 +0000 (15:50 +0000)]
New tests.
git-svn-id: https://svn.dealii.org/trunk@18789
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 15:38:32 +0000 (15:38 +0000)]
Add test that checks make_sparsity_pattern only on cells with a certain subdomain.
git-svn-id: https://svn.dealii.org/trunk@18788
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 15:29:41 +0000 (15:29 +0000)]
List latest change.
git-svn-id: https://svn.dealii.org/trunk@18787
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 29 Apr 2009 14:18:10 +0000 (14:18 +0000)]
Provide the make_sparsity_pattern functions with a subdomain_id argument on which to work.
git-svn-id: https://svn.dealii.org/trunk@18786
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 20:46:27 +0000 (20:46 +0000)]
Hopefully last tweak: don't assume that we are in fact using a compiler that has -Wctor-dtor-privacy.
git-svn-id: https://svn.dealii.org/trunk@18774
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 20:41:50 +0000 (20:41 +0000)]
Get the previous checkin right.
git-svn-id: https://svn.dealii.org/trunk@18772
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 20:31:55 +0000 (20:31 +0000)]
Detect (and workaround) that gcc3.3 has problems with our IsBlockMatrix class.
git-svn-id: https://svn.dealii.org/trunk@18770
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 14:22:24 +0000 (14:22 +0000)]
Update test results after the change to data_out_base.cc.
git-svn-id: https://svn.dealii.org/trunk@18768
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 13:36:24 +0000 (13:36 +0000)]
Suggestion by Rostislav Khlebnikov: Replace call to C99 function
'rint' with hand-written cast.
git-svn-id: https://svn.dealii.org/trunk@18767
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 13:35:51 +0000 (13:35 +0000)]
Suggestion by Rostislav Khlebnikov: Remove an include file that is
apparently not necessary.
git-svn-id: https://svn.dealii.org/trunk@18766
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 13:35:35 +0000 (13:35 +0000)]
Suggestion by Rostislav Khlebnikov: Remove an include file that is
apparently not necessary.
git-svn-id: https://svn.dealii.org/trunk@18765
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 13:34:47 +0000 (13:34 +0000)]
Suggestion by Rostislav Khlebnikov: A call to fill_n was obviously wrong. It's a wonder that this never crashed in the first place.
git-svn-id: https://svn.dealii.org/trunk@18764
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 13:33:51 +0000 (13:33 +0000)]
Suggestion by Rostislav Khlebnikov: make a local operator const.
git-svn-id: https://svn.dealii.org/trunk@18763
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 03:34:01 +0000 (03:34 +0000)]
Make compile again with PETSc 2.3.x.
git-svn-id: https://svn.dealii.org/trunk@18761
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 28 Apr 2009 02:49:53 +0000 (02:49 +0000)]
Update and add link.
git-svn-id: https://svn.dealii.org/trunk@18760
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:42:06 +0000 (17:42 +0000)]
fixed svn:ignore on new tests for codim one
git-svn-id: https://svn.dealii.org/trunk@18759
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:37:41 +0000 (17:37 +0000)]
removed output to console from two tests in codim one
git-svn-id: https://svn.dealii.org/trunk@18758
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:33:40 +0000 (17:33 +0000)]
Fixed mappingq1eulerian to work with codim one meshes
git-svn-id: https://svn.dealii.org/trunk@18757
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:32:53 +0000 (17:32 +0000)]
Added mapping q1 eulerian test, with results.
git-svn-id: https://svn.dealii.org/trunk@18756
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:12:05 +0000 (17:12 +0000)]
Added mapping_q1_eulerian support
git-svn-id: https://svn.dealii.org/trunk@18755
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:07:23 +0000 (17:07 +0000)]
added test for FESystem in codim one
git-svn-id: https://svn.dealii.org/trunk@18754
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 27 Apr 2009 17:03:52 +0000 (17:03 +0000)]
Fixed bug in FESystem for 1d meshes in codim one
git-svn-id: https://svn.dealii.org/trunk@18753
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 27 Apr 2009 16:52:36 +0000 (16:52 +0000)]
Move all umfpack tests into the umfpack/ directory. They weren't run in bits/ anyway.
git-svn-id: https://svn.dealii.org/trunk@18752
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 27 Apr 2009 16:47:45 +0000 (16:47 +0000)]
Reduce precision to avoid spurious differences.
git-svn-id: https://svn.dealii.org/trunk@18751
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 27 Apr 2009 16:45:02 +0000 (16:45 +0000)]
Fix an error where we didn't size an array correctly.
git-svn-id: https://svn.dealii.org/trunk@18750
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 26 Apr 2009 23:33:08 +0000 (23:33 +0000)]
Use ö instead of the German character.
git-svn-id: https://svn.dealii.org/trunk@18749
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 26 Apr 2009 23:06:09 +0000 (23:06 +0000)]
Escape the word "Boundary" in BIE to ensure that it doesn't link to the class
of same name.
git-svn-id: https://svn.dealii.org/trunk@18748
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 26 Apr 2009 21:37:54 +0000 (21:37 +0000)]
Don't run doxygen on implementations as it appears to confuse it.
git-svn-id: https://svn.dealii.org/trunk@18744
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 26 Apr 2009 21:27:41 +0000 (21:27 +0000)]
Bump version number.
git-svn-id: https://svn.dealii.org/trunk@18743
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 26 Apr 2009 21:19:52 +0000 (21:19 +0000)]
Bump version to 6.3pre.
git-svn-id: https://svn.dealii.org/trunk@18739
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Sun, 26 Apr 2009 12:00:03 +0000 (12:00 +0000)]
Modified the example parameter file to be coherent with what was said in the warning.
git-svn-id: https://svn.dealii.org/trunk@18736
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Sat, 25 Apr 2009 14:00:27 +0000 (14:00 +0000)]
Changed convergence tables of step-34 example.
git-svn-id: https://svn.dealii.org/trunk@18735
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Sat, 25 Apr 2009 13:36:48 +0000 (13:36 +0000)]
This is the correct version, that gives the wrong answer.
There is a comment in the intro that briefly explains what we see.
git-svn-id: https://svn.dealii.org/trunk@18734
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Sat, 25 Apr 2009 12:05:34 +0000 (12:05 +0000)]
Patched version of step-34 that converges. It really solves the inner problem and then extends harmonically on the outside...
git-svn-id: https://svn.dealii.org/trunk@18733
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Apr 2009 00:09:44 +0000 (00:09 +0000)]
Avoid the use of @brief which appears to confuse doxygen (it won't
find a link within the same html page).
git-svn-id: https://svn.dealii.org/trunk@18730
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Apr 2009 00:02:45 +0000 (00:02 +0000)]
Update link.
git-svn-id: https://svn.dealii.org/trunk@18729
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Apr 2009 00:02:10 +0000 (00:02 +0000)]
Don't process implementation from doxygen since this leads to warning
about implementation functions not found in the class declaration.
git-svn-id: https://svn.dealii.org/trunk@18728
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Fri, 24 Apr 2009 00:01:42 +0000 (00:01 +0000)]
Don't process implementation from doxygen.
git-svn-id: https://svn.dealii.org/trunk@18727
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 23:42:06 +0000 (23:42 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@18726
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 23:07:55 +0000 (23:07 +0000)]
Set properties.
git-svn-id: https://svn.dealii.org/trunk@18725
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 23:06:37 +0000 (23:06 +0000)]
Use std_cxx1x instead of std_cxx0x -- since it appears impossible that the international C++ standard will actually still come out this year.
git-svn-id: https://svn.dealii.org/trunk@18724
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 22:58:09 +0000 (22:58 +0000)]
Remove an unused variable.
git-svn-id: https://svn.dealii.org/trunk@18723
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 20:35:45 +0000 (20:35 +0000)]
Go through step-1 of the release process.
git-svn-id: https://svn.dealii.org/trunk@18722
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 18:28:08 +0000 (18:28 +0000)]
Remove code that produces unnecessary output in a file that then just
lies around.
git-svn-id: https://svn.dealii.org/trunk@18713
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 18:27:04 +0000 (18:27 +0000)]
Set vector_view.
git-svn-id: https://svn.dealii.org/trunk@18712
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 18:22:43 +0000 (18:22 +0000)]
Use -, not --.
git-svn-id: https://svn.dealii.org/trunk@18710
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 18:13:44 +0000 (18:13 +0000)]
Clarify comments by removing an unclear sentence.
git-svn-id: https://svn.dealii.org/trunk@18709
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin Kronbichler [Thu, 23 Apr 2009 18:11:59 +0000 (18:11 +0000)]
Put the locks to a position where they need to be set only once.
git-svn-id: https://svn.dealii.org/trunk@18708
0785d39b-7218-0410-832d-
ea1e28bc413d
Luca Heltai [Thu, 23 Apr 2009 17:37:44 +0000 (17:37 +0000)]
Fixed annoying issue with alpha for exterior problem. Now we have a bug in threed... Thinking about it.
git-svn-id: https://svn.dealii.org/trunk@18707
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 16:39:28 +0000 (16:39 +0000)]
Explain the mean value filter in a bit more detail.
git-svn-id: https://svn.dealii.org/trunk@18706
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 16:08:05 +0000 (16:08 +0000)]
Back out previous change: on mainline, at least right now, there is
still the # of threads as third parameter.
git-svn-id: https://svn.dealii.org/trunk@18705
0785d39b-7218-0410-832d-
ea1e28bc413d
Moritz Allmaras [Thu, 23 Apr 2009 16:06:20 +0000 (16:06 +0000)]
Added vtk to cleanup-files in makefiles for steps 21, 25, 34
git-svn-id: https://svn.dealii.org/trunk@18704
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 16:03:58 +0000 (16:03 +0000)]
Augment docs.
git-svn-id: https://svn.dealii.org/trunk@18703
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 15:58:20 +0000 (15:58 +0000)]
Fix section heading.
git-svn-id: https://svn.dealii.org/trunk@18702
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 14:05:38 +0000 (14:05 +0000)]
Say one paragraph about the actual testcase.
git-svn-id: https://svn.dealii.org/trunk@18701
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 13:57:54 +0000 (13:57 +0000)]
Escape "Boundary" in "Boundary Integral Equations".
git-svn-id: https://svn.dealii.org/trunk@18700
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 13:57:12 +0000 (13:57 +0000)]
Check in correct output.
git-svn-id: https://svn.dealii.org/trunk@18699
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 13:48:06 +0000 (13:48 +0000)]
Escape a couple more places where we don't want to use "hp" as a link.
git-svn-id: https://svn.dealii.org/trunk@18698
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 13:42:19 +0000 (13:42 +0000)]
Escape commands that would otherwise confuse doxygen.
git-svn-id: https://svn.dealii.org/trunk@18697
0785d39b-7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 23 Apr 2009 13:41:11 +0000 (13:41 +0000)]
Adjust for round-off.
git-svn-id: https://svn.dealii.org/trunk@18696
0785d39b-7218-0410-832d-
ea1e28bc413d
Martin 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
Guido 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
Guido 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
Luca 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
Martin 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
Martin 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
Martin 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Martin 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
Martin 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
Martin 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
Martin 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
Martin 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
Wolfgang 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
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.