]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
20 years agoFix two more places where we needed access to private members.
wolf [Wed, 31 Mar 2004 22:05:09 +0000 (22:05 +0000)]
Fix two more places where we needed access to private members.

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

20 years agoMake things compile with gcc2.95. This patch is mostly gross, and I don
wolf [Wed, 31 Mar 2004 17:37:24 +0000 (17:37 +0000)]
Make things compile with gcc2.95. This patch is mostly gross, and I don
t like it since we have to make quite a number of functions public, rather than making the respective
accessing classes friends, but gcc 2.95 has so many bugs with templates and friends that there does not seem to be a way to achieve what we want otherwise... :-(

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

20 years agoWork around a few problems with gcc2.95. Many remain.
wolf [Wed, 31 Mar 2004 16:58:58 +0000 (16:58 +0000)]
Work around a few problems with gcc2.95. Many remain.

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

20 years agoUpdate.
wolf [Tue, 30 Mar 2004 19:09:15 +0000 (19:09 +0000)]
Update.

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

20 years ago.
deal [Tue, 30 Mar 2004 17:15:18 +0000 (17:15 +0000)]
.

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

20 years ago.
wolf [Tue, 30 Mar 2004 17:14:52 +0000 (17:14 +0000)]
.

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

20 years agoSimplify logic.
wolf [Tue, 30 Mar 2004 15:09:06 +0000 (15:09 +0000)]
Simplify logic.

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

20 years agoFix bugs with SparseMatrix iterators.
wolf [Tue, 30 Mar 2004 15:08:39 +0000 (15:08 +0000)]
Fix bugs with SparseMatrix iterators.

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

20 years agoAlso fix the last problem here.
wolf [Tue, 30 Mar 2004 15:03:43 +0000 (15:03 +0000)]
Also fix the last problem here.

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

20 years agoFix all the same problems that we had with SparseMatrix iterators.
wolf [Tue, 30 Mar 2004 14:52:26 +0000 (14:52 +0000)]
Fix all the same problems that we had with SparseMatrix iterators.

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

20 years agoNew tests.
wolf [Tue, 30 Mar 2004 14:47:42 +0000 (14:47 +0000)]
New tests.

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

20 years ago.
wolf [Tue, 30 Mar 2004 14:45:43 +0000 (14:45 +0000)]
.

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

20 years agoMore doc and fix problems with begin(r)
wolf [Tue, 30 Mar 2004 14:45:34 +0000 (14:45 +0000)]
More doc and fix problems with begin(r)

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

20 years agoFix a typo. Fix a bug where we did not skip empty lines as should have been
wolf [Tue, 30 Mar 2004 14:40:41 +0000 (14:40 +0000)]
Fix a typo. Fix a bug where we did not skip empty lines as should have been
the case.

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

20 years agoNew test.
wolf [Tue, 30 Mar 2004 14:39:27 +0000 (14:39 +0000)]
New test.

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

20 years agoMake sure begin() doesn't return an iterator into an empty row.
wolf [Tue, 30 Mar 2004 14:33:04 +0000 (14:33 +0000)]
Make sure begin() doesn't return an iterator into an empty row.

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

20 years ago.
wolf [Tue, 30 Mar 2004 14:26:52 +0000 (14:26 +0000)]
.

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

20 years agoNew test that presently fails.
wolf [Tue, 30 Mar 2004 14:26:17 +0000 (14:26 +0000)]
New test that presently fails.

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

20 years agoMake member class a friend if the compiler has a bug here.
wolf [Tue, 30 Mar 2004 13:54:10 +0000 (13:54 +0000)]
Make member class a friend if the compiler has a bug here.

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

20 years agoDoc update.
wolf [Mon, 29 Mar 2004 22:59:07 +0000 (22:59 +0000)]
Doc update.

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

20 years agoMake all accessors friends.
wolf [Mon, 29 Mar 2004 22:58:39 +0000 (22:58 +0000)]
Make all accessors friends.

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

20 years agoCommit a test that presently fails.
wolf [Mon, 29 Mar 2004 22:55:50 +0000 (22:55 +0000)]
Commit a test that presently fails.

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

20 years agoOutput more information.
wolf [Mon, 29 Mar 2004 22:47:54 +0000 (22:47 +0000)]
Output more information.

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

20 years agoFix typo.
wolf [Mon, 29 Mar 2004 22:43:58 +0000 (22:43 +0000)]
Fix typo.

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

20 years agoNew tests.
wolf [Mon, 29 Mar 2004 22:32:47 +0000 (22:32 +0000)]
New tests.

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

20 years agonew tests.
wolf [Mon, 29 Mar 2004 22:32:21 +0000 (22:32 +0000)]
new tests.

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

20 years agoNew test.
wolf [Mon, 29 Mar 2004 21:42:10 +0000 (21:42 +0000)]
New test.

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

20 years agoFix docs.
wolf [Mon, 29 Mar 2004 21:38:33 +0000 (21:38 +0000)]
Fix docs.

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

20 years agoConvert a second algorithm to use iterators, rather than the internal data structures.
wolf [Mon, 29 Mar 2004 21:25:20 +0000 (21:25 +0000)]
Convert a second algorithm to use iterators, rather than the internal data structures.

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

20 years ago.
wolf [Mon, 29 Mar 2004 20:51:30 +0000 (20:51 +0000)]
.

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

20 years agoDoc update.
wolf [Mon, 29 Mar 2004 20:51:02 +0000 (20:51 +0000)]
Doc update.

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

20 years agoSparsityPattern now has an iterator.
wolf [Mon, 29 Mar 2004 20:49:16 +0000 (20:49 +0000)]
SparsityPattern now has an iterator.

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

20 years agoNew test.
wolf [Mon, 29 Mar 2004 20:48:56 +0000 (20:48 +0000)]
New test.

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

20 years agoRewrite an algorithm in terms of matrix iterators, rather than direct access
wolf [Mon, 29 Mar 2004 20:13:22 +0000 (20:13 +0000)]
Rewrite an algorithm in terms of matrix iterators, rather than direct access
to the data structures.

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

20 years agoDoc update.
wolf [Mon, 29 Mar 2004 20:04:57 +0000 (20:04 +0000)]
Doc update.

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

20 years agoSparseMatrixIterator.
wolf [Mon, 29 Mar 2004 20:02:22 +0000 (20:02 +0000)]
SparseMatrixIterator.

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

20 years agoDoc update.
wolf [Mon, 29 Mar 2004 19:51:37 +0000 (19:51 +0000)]
Doc update.

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

20 years agoAlso test matrix pointers.
wolf [Mon, 29 Mar 2004 19:51:02 +0000 (19:51 +0000)]
Also test matrix pointers.

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

20 years agoImplement write access to elements through iterators/accessors/references.
wolf [Mon, 29 Mar 2004 19:46:27 +0000 (19:46 +0000)]
Implement write access to elements through iterators/accessors/references.

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

20 years agoNew tests.
wolf [Mon, 29 Mar 2004 19:45:48 +0000 (19:45 +0000)]
New tests.

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

20 years agoUse one line per test class.
wolf [Mon, 29 Mar 2004 19:44:56 +0000 (19:44 +0000)]
Use one line per test class.

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

20 years agoMove base class of accessor to SparsityPattern. Some more restructuring. Only writing...
wolf [Mon, 29 Mar 2004 19:09:26 +0000 (19:09 +0000)]
Move base class of accessor to SparsityPattern. Some more restructuring. Only writing through non-const iterators doesn't work at present.

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

20 years agoRearrange classes so that they can be factored out more simply later on.
wolf [Mon, 29 Mar 2004 16:57:16 +0000 (16:57 +0000)]
Rearrange classes so that they can be factored out more simply later on.

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

20 years agoUse braces for more obvious nesting.
wolf [Fri, 26 Mar 2004 21:03:09 +0000 (21:03 +0000)]
Use braces for more obvious nesting.

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

20 years agoSome more words as class documentation.
wolf [Fri, 26 Mar 2004 20:29:35 +0000 (20:29 +0000)]
Some more words as class documentation.

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

20 years agoDo it right.
wolf [Fri, 26 Mar 2004 20:04:54 +0000 (20:04 +0000)]
Do it right.

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

20 years agoUse deal_II_numbers::invalid_unsigned_int instead of -1.
wolf [Fri, 26 Mar 2004 20:04:06 +0000 (20:04 +0000)]
Use deal_II_numbers::invalid_unsigned_int instead of -1.

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

20 years agoNew test.
wolf [Fri, 26 Mar 2004 19:58:58 +0000 (19:58 +0000)]
New test.

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

20 years agoDoc update.
wolf [Fri, 26 Mar 2004 19:52:47 +0000 (19:52 +0000)]
Doc update.

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

20 years agoFix doc typo.
wolf [Fri, 26 Mar 2004 17:26:43 +0000 (17:26 +0000)]
Fix doc typo.

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

20 years agoClarify docs.
wolf [Fri, 26 Mar 2004 17:24:40 +0000 (17:24 +0000)]
Clarify docs.

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

20 years agoUnconvolute another unnecessarily convoluted loop.
wolf [Fri, 26 Mar 2004 17:20:19 +0000 (17:20 +0000)]
Unconvolute another unnecessarily convoluted loop.

Remove two checks that are now no-ops, since the following loops will not be
executed at all anyway.

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

20 years agoNew test.
wolf [Fri, 26 Mar 2004 17:19:35 +0000 (17:19 +0000)]
New test.

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

20 years agoUnconvolute an unnecessarily convoluted loop.
wolf [Fri, 26 Mar 2004 17:12:49 +0000 (17:12 +0000)]
Unconvolute an unnecessarily convoluted loop.

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

20 years agoNew test.
wolf [Fri, 26 Mar 2004 16:54:56 +0000 (16:54 +0000)]
New test.

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

20 years ago.
wolf [Fri, 26 Mar 2004 16:50:25 +0000 (16:50 +0000)]
.

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

20 years agoBring docs in synch with actual code.
wolf [Thu, 25 Mar 2004 15:23:07 +0000 (15:23 +0000)]
Bring docs in synch with actual code.

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

20 years ago.
wolf [Thu, 25 Mar 2004 15:16:17 +0000 (15:16 +0000)]
.

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

20 years agoAdd missing instantiations.
hartmann [Thu, 25 Mar 2004 14:54:27 +0000 (14:54 +0000)]
Add missing instantiations.

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

20 years agoUnify interfaces for parallel objects. Fix a bug where passed the wrong communicator.
wolf [Thu, 25 Mar 2004 04:42:20 +0000 (04:42 +0000)]
Unify interfaces for parallel objects. Fix a bug where passed the wrong communicator.

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

20 years agoInch forward.
wolf [Wed, 24 Mar 2004 23:24:32 +0000 (23:24 +0000)]
Inch forward.

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

20 years agoVarious small bug fixes etc.
wolf [Wed, 24 Mar 2004 23:24:14 +0000 (23:24 +0000)]
Various small bug fixes etc.

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

20 years agoFix a strange sounding doc sentence.
wolf [Wed, 24 Mar 2004 21:01:34 +0000 (21:01 +0000)]
Fix a strange sounding doc sentence.

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

20 years agoDon't use @arg incorrectly.
wolf [Wed, 24 Mar 2004 20:44:49 +0000 (20:44 +0000)]
Don't use @arg incorrectly.

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

20 years ago.
wolf [Wed, 24 Mar 2004 20:19:44 +0000 (20:19 +0000)]
.

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

20 years ago*** empty log message ***
wolf [Wed, 24 Mar 2004 20:17:18 +0000 (20:17 +0000)]
*** empty log message ***

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

20 years agoDoFTools::count_dofs_with_subdomain_association.
wolf [Wed, 24 Mar 2004 20:15:44 +0000 (20:15 +0000)]
DoFTools::count_dofs_with_subdomain_association.

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

20 years agoInstantiate also for parallel petsc classes.
wolf [Wed, 24 Mar 2004 20:15:05 +0000 (20:15 +0000)]
Instantiate also for parallel petsc classes.

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

20 years agoFix typo.
wolf [Wed, 24 Mar 2004 19:55:12 +0000 (19:55 +0000)]
Fix typo.

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

20 years agoShuffle around a few functions that can't be shared between sequential and parallel...
wolf [Wed, 24 Mar 2004 19:38:53 +0000 (19:38 +0000)]
Shuffle around a few functions that can't be shared between sequential and parallel vectors.

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

20 years agoComment change.
wolf [Wed, 24 Mar 2004 17:31:38 +0000 (17:31 +0000)]
Comment change.

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

20 years agoMore doc updates.
wolf [Wed, 24 Mar 2004 16:32:52 +0000 (16:32 +0000)]
More doc updates.

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

20 years agoAdd some words to the documentation.
wolf [Wed, 24 Mar 2004 16:17:02 +0000 (16:17 +0000)]
Add some words to the documentation.

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

20 years agoStart of parallel matrices.
wolf [Wed, 24 Mar 2004 00:30:09 +0000 (00:30 +0000)]
Start of parallel matrices.

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

20 years agoDoc update.
wolf [Tue, 23 Mar 2004 20:49:43 +0000 (20:49 +0000)]
Doc update.

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

20 years agoDoc update.
wolf [Tue, 23 Mar 2004 20:47:03 +0000 (20:47 +0000)]
Doc update.

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

20 years agoReindent.
wolf [Tue, 23 Mar 2004 20:40:23 +0000 (20:40 +0000)]
Reindent.

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

20 years agoRename header.
wolf [Tue, 23 Mar 2004 20:00:22 +0000 (20:00 +0000)]
Rename header.

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

20 years agoName these classes the same as those in PETScWrappers, but move them into a namespace...
wolf [Tue, 23 Mar 2004 19:58:56 +0000 (19:58 +0000)]
Name these classes the same as those in PETScWrappers, but move them into a namespace MPI.

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

20 years agoAdd parallel vectors.
wolf [Tue, 23 Mar 2004 19:55:56 +0000 (19:55 +0000)]
Add parallel vectors.

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

20 years agoHave reinit() have another argument.
wolf [Tue, 23 Mar 2004 19:51:35 +0000 (19:51 +0000)]
Have reinit() have another argument.

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

20 years agoSome of the infrastructure for parallel vectors.
wolf [Tue, 23 Mar 2004 19:41:21 +0000 (19:41 +0000)]
Some of the infrastructure for parallel vectors.

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

20 years agoRename petsc libs according to our usual naming scheme.
wolf [Tue, 23 Mar 2004 19:00:17 +0000 (19:00 +0000)]
Rename petsc libs according to our usual naming scheme.

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

20 years agoOutput progress indications.
wolf [Tue, 23 Mar 2004 18:59:40 +0000 (18:59 +0000)]
Output progress indications.

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

20 years agoRename petsc libs according to our usual naming scheme.
wolf [Tue, 23 Mar 2004 18:57:47 +0000 (18:57 +0000)]
Rename petsc libs according to our usual naming scheme.

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

20 years agoRegenerate Makefile.dep if common/Make.global_options has changed.
wolf [Tue, 23 Mar 2004 18:32:41 +0000 (18:32 +0000)]
Regenerate Makefile.dep if common/Make.global_options has changed.

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

20 years agoDoc update.
wolf [Tue, 23 Mar 2004 17:08:11 +0000 (17:08 +0000)]
Doc update.

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

20 years agoUse preexisting function to copy-create vector.
wolf [Tue, 23 Mar 2004 16:57:25 +0000 (16:57 +0000)]
Use preexisting function to copy-create vector.

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

20 years agoStrip intel_ of the compiler name
hartmann [Tue, 23 Mar 2004 08:41:52 +0000 (08:41 +0000)]
Strip intel_ of the compiler name

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

20 years agoMark an external variable external.
wolf [Tue, 23 Mar 2004 00:30:37 +0000 (00:30 +0000)]
Mark an external variable external.

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

20 years agoDocument a catch with METIS.
wolf [Mon, 22 Mar 2004 17:36:53 +0000 (17:36 +0000)]
Document a catch with METIS.

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

20 years agolinkfiles MIPSpro7.4 to gcc3.2
hartmann [Mon, 22 Mar 2004 13:50:14 +0000 (13:50 +0000)]
linkfiles MIPSpro7.4 to gcc3.2

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

20 years ago.
hartmann [Mon, 22 Mar 2004 11:36:04 +0000 (11:36 +0000)]
.

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

20 years agoregenerate
wolf [Fri, 19 Mar 2004 21:06:50 +0000 (21:06 +0000)]
regenerate

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

20 years agoFix the second test to look just as the first.
wolf [Fri, 19 Mar 2004 21:06:24 +0000 (21:06 +0000)]
Fix the second test to look just as the first.

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

20 years agoUh, fix typo.
wolf [Fri, 19 Mar 2004 20:35:44 +0000 (20:35 +0000)]
Uh, fix typo.

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

20 years agoDetect and use PETSc version string to work around gratuious incompatibilities in...
wolf [Fri, 19 Mar 2004 20:33:28 +0000 (20:33 +0000)]
Detect and use PETSc version string to work around gratuious incompatibilities in petsc.

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

20 years ago // PETSc unfortunately changed its
wolf [Fri, 19 Mar 2004 19:24:37 +0000 (19:24 +0000)]
                                 // PETSc unfortunately changed its
                                     // interfaces completely and incompatibly
                                     // between 2.1.6 and 2.2.0. This forces
                                     // us to work around this by offering two
                                     // completely different
                                     // implementations. sigh...

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

20 years agoSLES has been abandoned in petsc 2.2. Don't try to use it any more.
wolf [Fri, 19 Mar 2004 19:00:49 +0000 (19:00 +0000)]
SLES has been abandoned in petsc 2.2. Don't try to use it any more.

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

20 years agoUse more specific include files.
wolf [Fri, 19 Mar 2004 17:44:07 +0000 (17:44 +0000)]
Use more specific include files.

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