]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
20 years agoRemove obsolete comment.
Ralf Hartmann [Mon, 24 May 2004 13:05:23 +0000 (13:05 +0000)]
Remove obsolete comment.

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

20 years agoAdd missing implementation of SparseMatrix::operator =.
Ralf Hartmann [Mon, 24 May 2004 12:34:52 +0000 (12:34 +0000)]
Add missing implementation of SparseMatrix::operator =.

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

20 years agoTwo typos fixed.
Ralf Hartmann [Mon, 24 May 2004 12:22:29 +0000 (12:22 +0000)]
Two typos fixed.

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

20 years agostep 16 fixed
Guido Kanschat [Sat, 22 May 2004 09:26:11 +0000 (09:26 +0000)]
step 16 fixed

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

20 years agooops, there was a mistake in my records
Guido Kanschat [Sat, 22 May 2004 08:52:37 +0000 (08:52 +0000)]
oops, there was a mistake in my records

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

20 years agosome fixes
Guido Kanschat [Fri, 21 May 2004 23:04:05 +0000 (23:04 +0000)]
some fixes

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

20 years agoCheck for tests directory
Guido Kanschat [Fri, 21 May 2004 22:26:49 +0000 (22:26 +0000)]
Check for tests directory

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

20 years agoMake validate-xrefs work.
Wolfgang Bangerth [Fri, 21 May 2004 22:19:28 +0000 (22:19 +0000)]
Make validate-xrefs work.

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

20 years agoFix a stupid oversight.
Wolfgang Bangerth [Fri, 21 May 2004 20:29:40 +0000 (20:29 +0000)]
Fix a stupid oversight.

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

20 years agodownload file moved
Guido Kanschat [Fri, 21 May 2004 19:15:59 +0000 (19:15 +0000)]
download file moved

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

20 years agoPerform configure in tests
Guido Kanschat [Fri, 21 May 2004 19:15:10 +0000 (19:15 +0000)]
Perform configure in tests

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

20 years agoAccessing matrix rows uses, in fact, the global row number...
Wolfgang Bangerth [Fri, 21 May 2004 19:09:59 +0000 (19:09 +0000)]
Accessing matrix rows uses, in fact, the global row number...

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

20 years agoafter version 5.0.0
Guido Kanschat [Fri, 21 May 2004 18:51:47 +0000 (18:51 +0000)]
after version 5.0.0

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

20 years agochanges with version 5.0
Guido Kanschat [Fri, 21 May 2004 18:38:17 +0000 (18:38 +0000)]
changes with version 5.0

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

20 years agoLink to multilevel example
Guido Kanschat [Fri, 21 May 2004 18:24:16 +0000 (18:24 +0000)]
Link to multilevel example

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

20 years agopreparing for version 5.0
Guido Kanschat [Fri, 21 May 2004 18:13:48 +0000 (18:13 +0000)]
preparing for version 5.0

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

20 years agoWork around a nasty compiler problem...
deal [Thu, 20 May 2004 17:55:37 +0000 (17:55 +0000)]
Work around a nasty compiler problem...

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

20 years agoFix some kind of stupidity.
deal [Wed, 19 May 2004 21:00:44 +0000 (21:00 +0000)]
Fix some kind of stupidity.

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

20 years agoAttempt a different fix for the problem where local_rows is larger than the total...
Wolfgang Bangerth [Wed, 19 May 2004 14:33:31 +0000 (14:33 +0000)]
Attempt a different fix for the problem where local_rows is larger than the total number of columns.

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

20 years agoUse of new MGLevelObject::operator = function.
Ralf Hartmann [Wed, 19 May 2004 09:41:47 +0000 (09:41 +0000)]
Use of new MGLevelObject::operator = function.

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

20 years agoNew MGLevelObject<Object> & operator = (const double d) function to distinguish from...
Ralf Hartmann [Wed, 19 May 2004 09:41:01 +0000 (09:41 +0000)]
New MGLevelObject<Object> & operator = (const double d) function to distinguish from the clear function which now (as in the past) calles clear on each element of the MGLevelObject class.

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

20 years agoNew in_local_range function.
Ralf Hartmann [Wed, 19 May 2004 09:25:34 +0000 (09:25 +0000)]
New in_local_range function.

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

20 years agoAdd missing implementation of SparseMatrix::operator =.
Ralf Hartmann [Wed, 19 May 2004 09:14:13 +0000 (09:14 +0000)]
Add missing implementation of SparseMatrix::operator =.

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

20 years agoRevert last patch as it triggers strange PETSc error messages like
Ralf Hartmann [Wed, 19 May 2004 09:12:16 +0000 (09:12 +0000)]
Revert last patch as it triggers strange PETSc error messages like

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

20 years agoImprove the algorithm in compute_CuthillMcKee to avoid excessive
Wolfgang Bangerth [Tue, 18 May 2004 23:23:44 +0000 (23:23 +0000)]
Improve the algorithm in compute_CuthillMcKee to avoid excessive
memory usage in 3d.

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

20 years agoAdd important comment.
Wolfgang Bangerth [Tue, 18 May 2004 23:23:19 +0000 (23:23 +0000)]
Add important comment.

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

20 years agoQualify something with std::, even though not strictly necessary.
Wolfgang Bangerth [Tue, 18 May 2004 22:37:29 +0000 (22:37 +0000)]
Qualify something with std::, even though not strictly necessary.

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

20 years agoFix a problem where we were running past the end of an array and still
Wolfgang Bangerth [Tue, 18 May 2004 21:47:40 +0000 (21:47 +0000)]
Fix a problem where we were running past the end of an array and still
dereferenced the iterator.

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

20 years agoWork around a problem with the gcc debug libstdc++ that would not allow to generate...
Wolfgang Bangerth [Tue, 18 May 2004 21:08:36 +0000 (21:08 +0000)]
Work around a problem with the gcc debug libstdc++ that would not allow to generate a vector of invalid iterators.

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

20 years agoFix a problem where we were reading past the end of an array.
Wolfgang Bangerth [Tue, 18 May 2004 19:07:16 +0000 (19:07 +0000)]
Fix a problem where we were reading past the end of an array.

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

20 years agoAdd apparently forgotten news entry.
Wolfgang Bangerth [Tue, 18 May 2004 19:03:31 +0000 (19:03 +0000)]
Add apparently forgotten news entry.

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

20 years agoUpdate a few files to the new results on andromeda.
deal [Tue, 18 May 2004 18:02:29 +0000 (18:02 +0000)]
Update a few files to the new results on andromeda.

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

20 years agoAssertions and todo's
Guido Kanschat [Tue, 18 May 2004 14:28:24 +0000 (14:28 +0000)]
Assertions and todo's

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

20 years agon_faces
Guido Kanschat [Tue, 18 May 2004 14:03:55 +0000 (14:03 +0000)]
n_faces

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

20 years agonew function n_faces
Guido Kanschat [Tue, 18 May 2004 14:00:59 +0000 (14:00 +0000)]
new function n_faces

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

20 years agochanges applied to EZ-matrices, exception moved, documentation fixed
Guido Kanschat [Tue, 18 May 2004 11:33:11 +0000 (11:33 +0000)]
changes applied to EZ-matrices, exception moved, documentation fixed

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

20 years agoException from several LAC classes moved here
Guido Kanschat [Tue, 18 May 2004 11:30:52 +0000 (11:30 +0000)]
Exception from several LAC classes moved here

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

20 years agomore complex contraction
Guido Kanschat [Tue, 18 May 2004 07:51:20 +0000 (07:51 +0000)]
more complex contraction

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

20 years agoRename set_zero to operator=(double) and only allow zero argument.
Wolfgang Bangerth [Sat, 15 May 2004 17:20:22 +0000 (17:20 +0000)]
Rename set_zero to operator=(double) and only allow zero argument.

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

20 years agoAdd an assertion.
Wolfgang Bangerth [Fri, 14 May 2004 15:54:46 +0000 (15:54 +0000)]
Add an assertion.

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

20 years agoMore for the release notes.
Wolfgang Bangerth [Wed, 12 May 2004 15:53:01 +0000 (15:53 +0000)]
More for the release notes.

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

20 years agoRename the Table::clear function to Table::reset_entries to make its intent clearer.
Wolfgang Bangerth [Wed, 12 May 2004 15:05:22 +0000 (15:05 +0000)]
Rename the Table::clear function to Table::reset_entries to make its intent clearer.

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

20 years agoRename FullMatrix::clear to FullMatrix::set_zero.
Wolfgang Bangerth [Tue, 11 May 2004 18:15:49 +0000 (18:15 +0000)]
Rename FullMatrix::clear to FullMatrix::set_zero.

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

20 years agoReindent.
Wolfgang Bangerth [Tue, 11 May 2004 13:46:26 +0000 (13:46 +0000)]
Reindent.

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

20 years ago.
Wolfgang Bangerth [Tue, 11 May 2004 12:50:15 +0000 (12:50 +0000)]
.

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

20 years agoLink with BLAS if using PETSc with static libs.
Wolfgang Bangerth [Tue, 11 May 2004 12:48:47 +0000 (12:48 +0000)]
Link with BLAS if using PETSc with static libs.

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

20 years agoFix forgotten change to v=0
Wolfgang Bangerth [Mon, 10 May 2004 21:15:51 +0000 (21:15 +0000)]
Fix forgotten change to v=0

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

20 years agoFix typos in the documentation.
Wolfgang Bangerth [Mon, 10 May 2004 21:13:25 +0000 (21:13 +0000)]
Fix typos in the documentation.

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

20 years agoFix a bug.
Wolfgang Bangerth [Mon, 10 May 2004 19:39:42 +0000 (19:39 +0000)]
Fix a bug.

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

20 years agoSlightly change the /= function to use *= instead of scale().
Wolfgang Bangerth [Mon, 10 May 2004 16:33:56 +0000 (16:33 +0000)]
Slightly change the /= function to use *= instead of scale().

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

20 years agoRemove Matrix::reinit(). Remove two other deprecated reinit() functions.
Wolfgang Bangerth [Mon, 10 May 2004 16:08:11 +0000 (16:08 +0000)]
Remove Matrix::reinit(). Remove two other deprecated reinit() functions.

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

20 years agoFix format.
Wolfgang Bangerth [Mon, 10 May 2004 15:33:27 +0000 (15:33 +0000)]
Fix format.

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

20 years agoFix typo.
Wolfgang Bangerth [Mon, 10 May 2004 15:33:08 +0000 (15:33 +0000)]
Fix typo.

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

20 years agoPurge the Vector::clear function.
Wolfgang Bangerth [Mon, 10 May 2004 15:32:53 +0000 (15:32 +0000)]
Purge the Vector::clear function.

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

20 years agoDon't document inline functions
Guido Kanschat [Tue, 4 May 2004 14:02:42 +0000 (14:02 +0000)]
Don't document inline functions

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

20 years ago.
Wolfgang Bangerth [Tue, 4 May 2004 13:57:44 +0000 (13:57 +0000)]
.

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

20 years agoOne new entry, and a few fixes.
Wolfgang Bangerth [Tue, 4 May 2004 13:57:29 +0000 (13:57 +0000)]
One new entry, and a few fixes.

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

20 years agoRename the name of the module.
Wolfgang Bangerth [Tue, 4 May 2004 13:56:05 +0000 (13:56 +0000)]
Rename the name of the module.

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

20 years agoStupid auto-wrap.
Wolfgang Bangerth [Tue, 4 May 2004 13:55:24 +0000 (13:55 +0000)]
Stupid auto-wrap.

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

20 years agoMention correct namespace.
Wolfgang Bangerth [Tue, 4 May 2004 13:51:14 +0000 (13:51 +0000)]
Mention correct namespace.

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

20 years agoRemove a few @briefs to make the class list look more coherent.
Wolfgang Bangerth [Tue, 4 May 2004 13:48:52 +0000 (13:48 +0000)]
Remove a few @briefs to make the class list look more coherent.

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

20 years agoFix spelling.
Wolfgang Bangerth [Tue, 4 May 2004 13:46:31 +0000 (13:46 +0000)]
Fix spelling.

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

20 years agoOnly generate PETSc documentation if PETSc is present.
Wolfgang Bangerth [Tue, 4 May 2004 13:34:50 +0000 (13:34 +0000)]
Only generate PETSc documentation if PETSc is present.

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

20 years agoDocumentation tarball
Guido Kanschat [Mon, 3 May 2004 22:47:15 +0000 (22:47 +0000)]
Documentation tarball

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

20 years agoRemark on documentation tarfile.
Guido Kanschat [Mon, 3 May 2004 22:45:36 +0000 (22:45 +0000)]
Remark on documentation tarfile.
Let's hope we don't forget it in the end.

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

20 years agodoxygenized
Guido Kanschat [Mon, 3 May 2004 22:25:13 +0000 (22:25 +0000)]
doxygenized

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

20 years agoexperiment
Guido Kanschat [Mon, 3 May 2004 21:40:26 +0000 (21:40 +0000)]
experiment

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

20 years agoInclude PETSc-classes in documentation.
Guido Kanschat [Mon, 3 May 2004 21:24:52 +0000 (21:24 +0000)]
Include PETSc-classes in documentation.
The PETSc module looks awkward, though.

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

20 years agoTemplatize iterators on matrix instead of number type.
Wolfgang Bangerth [Mon, 3 May 2004 15:24:36 +0000 (15:24 +0000)]
Templatize iterators on matrix instead of number type.

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

20 years agoDoc update.
Wolfgang Bangerth [Mon, 3 May 2004 14:55:25 +0000 (14:55 +0000)]
Doc update.

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

20 years agoBugfix, which corrects a wrong parameter order in a call to the
oliver [Mon, 3 May 2004 14:51:52 +0000 (14:51 +0000)]
Bugfix, which corrects a wrong parameter order in a call to the
reinit method.

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

20 years agoSmall bugfix, which corrects wrong parameter order in a call to the
oliver [Mon, 3 May 2004 14:50:34 +0000 (14:50 +0000)]
Small bugfix, which corrects wrong parameter order in a call to the
reinit method of a parallel vector.

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

20 years agoLet file die on mainline, since inused. Can be resurrected once the branch is merged...
Wolfgang Bangerth [Mon, 3 May 2004 14:29:33 +0000 (14:29 +0000)]
Let file die on mainline, since inused. Can be resurrected once the branch is merged, but until then should only live on the branch.

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

20 years agoFix.
Wolfgang Bangerth [Mon, 3 May 2004 14:17:57 +0000 (14:17 +0000)]
Fix.

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

20 years agoCheck the right things.
Wolfgang Bangerth [Mon, 3 May 2004 14:16:58 +0000 (14:16 +0000)]
Check the right things.

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

20 years agoNew test.
Wolfgang Bangerth [Mon, 3 May 2004 14:00:43 +0000 (14:00 +0000)]
New test.

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

20 years agoNew tests
Wolfgang Bangerth [Mon, 3 May 2004 13:48:27 +0000 (13:48 +0000)]
New tests

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

20 years ago.
Wolfgang Bangerth [Mon, 3 May 2004 13:44:20 +0000 (13:44 +0000)]
.

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

20 years agoPull iterator/accessor classes out of the mother class. Factorize some parts to make...
Wolfgang Bangerth [Mon, 3 May 2004 13:43:06 +0000 (13:43 +0000)]
Pull iterator/accessor classes out of the mother class. Factorize some parts to make generalization later on easier.

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

20 years agoDoc updates.
Wolfgang Bangerth [Mon, 3 May 2004 04:08:36 +0000 (04:08 +0000)]
Doc updates.

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

20 years agoAllow compilation also on the hp branch.
Wolfgang Bangerth [Fri, 30 Apr 2004 15:30:01 +0000 (15:30 +0000)]
Allow compilation also on the hp branch.

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

20 years ago.
Wolfgang Bangerth [Fri, 30 Apr 2004 15:29:32 +0000 (15:29 +0000)]
.

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

20 years agoFix typos.
Wolfgang Bangerth [Fri, 30 Apr 2004 14:38:24 +0000 (14:38 +0000)]
Fix typos.

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

20 years agoSimply include header, rather than using forward declaration. Fixes respective
Wolfgang Bangerth [Fri, 30 Apr 2004 14:33:47 +0000 (14:33 +0000)]
Simply include header, rather than using forward declaration. Fixes respective
failure on hp-branch.

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

20 years agoFix a stupid typo that made this test hang on my system.
Wolfgang Bangerth [Thu, 29 Apr 2004 22:15:53 +0000 (22:15 +0000)]
Fix a stupid typo that made this test hang on my system.

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

20 years agoImplement missing function.
Wolfgang Bangerth [Thu, 29 Apr 2004 18:02:27 +0000 (18:02 +0000)]
Implement missing function.

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

20 years ago.
Wolfgang Bangerth [Thu, 29 Apr 2004 18:02:07 +0000 (18:02 +0000)]
.

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

20 years agoPETScWrappers::MatrixBase::clear
Wolfgang Bangerth [Thu, 29 Apr 2004 17:40:49 +0000 (17:40 +0000)]
PETScWrappers::MatrixBase::clear

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

20 years ago.
Wolfgang Bangerth [Thu, 29 Apr 2004 17:39:36 +0000 (17:39 +0000)]
.

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

20 years agoNew test.
Wolfgang Bangerth [Thu, 29 Apr 2004 17:39:20 +0000 (17:39 +0000)]
New test.

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

20 years agoAnother case of DEAL_II_ANON_NAMESPACE_BOGUS_WARNING
Ralf Hartmann [Thu, 29 Apr 2004 14:55:58 +0000 (14:55 +0000)]
Another case of DEAL_II_ANON_NAMESPACE_BOGUS_WARNING

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

20 years agoPut the _contents_ of several petsc archives into one instead of collecting several...
Ralf Hartmann [Thu, 29 Apr 2004 14:00:58 +0000 (14:00 +0000)]
Put the _contents_ of several petsc archives into one instead of collecting several archives into another one.

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

20 years agoGenerate some output.
Wolfgang Bangerth [Wed, 28 Apr 2004 22:27:59 +0000 (22:27 +0000)]
Generate some output.

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

20 years ago.
Wolfgang Bangerth [Wed, 28 Apr 2004 22:27:51 +0000 (22:27 +0000)]
.

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

20 years agoFix output file name.
Wolfgang Bangerth [Wed, 28 Apr 2004 22:26:23 +0000 (22:26 +0000)]
Fix output file name.

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

20 years agoTest for hp branch.
Wolfgang Bangerth [Wed, 28 Apr 2004 22:07:15 +0000 (22:07 +0000)]
Test for hp branch.

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

20 years agoAllow for the creation of static petsc libs.
Wolfgang Bangerth [Wed, 28 Apr 2004 19:10:54 +0000 (19:10 +0000)]
Allow for the creation of static petsc libs.

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

20 years agoUnify notation: use suffix .so and .a for optimized and .g.so and .g.a for debug...
Ralf Hartmann [Wed, 28 Apr 2004 13:39:22 +0000 (13:39 +0000)]
Unify notation: use suffix .so and .a for optimized and .g.so and .g.a for debug mode. Apply this rule also to libpetsc.

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

20 years agoFirst step toward static linking with PETSc.
Ralf Hartmann [Wed, 28 Apr 2004 13:01:22 +0000 (13:01 +0000)]
First step toward static linking with PETSc.

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

20 years agoMake it compile with gcc2.95
Ralf Hartmann [Wed, 28 Apr 2004 12:55:09 +0000 (12:55 +0000)]
Make it compile with gcc2.95

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