]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years ago.
wolf [Thu, 12 Oct 2000 09:07:04 +0000 (09:07 +0000)]
.

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

23 years agoDEAL_II_CHECK_ASSERT_THROW
wolf [Thu, 12 Oct 2000 07:51:15 +0000 (07:51 +0000)]
DEAL_II_CHECK_ASSERT_THROW

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

23 years ago.
wolf [Thu, 12 Oct 2000 07:45:53 +0000 (07:45 +0000)]
.

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

23 years ago.
wolf [Thu, 12 Oct 2000 07:44:50 +0000 (07:44 +0000)]
.

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

23 years agoFurther change the way AssertThrow works, as the previous approach did
wolf [Thu, 12 Oct 2000 07:32:36 +0000 (07:32 +0000)]
Further change the way AssertThrow works, as the previous approach did
not work as hoped for.

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

23 years agocheck for point in cell
richter [Thu, 12 Oct 2000 07:32:16 +0000 (07:32 +0000)]
check for point in cell

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

23 years agoDoc update. Rename NO_THROW, make it a configure parameter and change
wolf [Thu, 12 Oct 2000 07:20:13 +0000 (07:20 +0000)]
Doc update. Rename NO_THROW, make it a configure parameter and change
the way the exception works in that case.

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

23 years agoAdd docs.
wolf [Thu, 12 Oct 2000 07:15:04 +0000 (07:15 +0000)]
Add docs.

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

23 years agoThis NO_THROW branch in AssertThrow was quite bogus!
wolf [Thu, 12 Oct 2000 07:01:32 +0000 (07:01 +0000)]
This NO_THROW branch in AssertThrow was quite bogus!

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

23 years agoDsiable shared libs on Alpha DEC OSF.
wolf [Wed, 11 Oct 2000 16:02:27 +0000 (16:02 +0000)]
Dsiable shared libs on Alpha DEC OSF.

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

23 years agoBoth QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported.
wolf [Wed, 11 Oct 2000 15:25:54 +0000 (15:25 +0000)]
Both QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported.

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

23 years agoGridRefinement::refine_and_coarsen_optimize
wolf [Wed, 11 Oct 2000 13:43:46 +0000 (13:43 +0000)]
GridRefinement::refine_and_coarsen_optimize

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

23 years ago.
wolf [Wed, 11 Oct 2000 13:41:52 +0000 (13:41 +0000)]
.

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

23 years agoAdd some doc.
wolf [Wed, 11 Oct 2000 13:41:04 +0000 (13:41 +0000)]
Add some doc.

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

23 years agoImplementation of 3d boundary data in UCD format and in Triangulation<3>::create_tria...
third-party [Wed, 11 Oct 2000 13:36:31 +0000 (13:36 +0000)]
Implementation of 3d boundary data in UCD format and in Triangulation<3>::create_triangulation by Michael Stadler <ms@biomech.tu-graz.ac.at>.

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

23 years agoUpdate author list.
wolf [Wed, 11 Oct 2000 12:55:59 +0000 (12:55 +0000)]
Update author list.

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

23 years agoImplement some small things for reading 3d grid in UCD, and reorder
wolf [Wed, 11 Oct 2000 12:40:11 +0000 (12:40 +0000)]
Implement some small things for reading 3d grid in UCD, and reorder
cells when reading them in UCD.

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

23 years agoAdd collect_args functions that do not take pointers but references to
wolf [Wed, 11 Oct 2000 09:54:17 +0000 (09:54 +0000)]
Add collect_args functions that do not take pointers but references to
objects. They are only for convenience, as one always forgets that we
need `this', but `&object'.

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

23 years agoadd grid refinement with optimization
richter [Tue, 10 Oct 2000 09:48:11 +0000 (09:48 +0000)]
add grid refinement with optimization

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

23 years agoStructure better the list of 3d rotations, if anyone would like to
wolf [Tue, 10 Oct 2000 07:37:48 +0000 (07:37 +0000)]
Structure better the list of 3d rotations, if anyone would like to
verify them again (I think they are correct, though).

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

23 years agoNote gcc3.
wolf [Mon, 9 Oct 2000 07:47:42 +0000 (07:47 +0000)]
Note gcc3.

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

23 years agoAvoid errors about undeclared sqrt and fabs
wolf [Fri, 6 Oct 2000 14:32:23 +0000 (14:32 +0000)]
Avoid errors about undeclared sqrt and fabs

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

23 years agoAvoid warning about possibly unitialized variable.
wolf [Fri, 6 Oct 2000 14:28:26 +0000 (14:28 +0000)]
Avoid warning about possibly unitialized variable.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:14:51 +0000 (14:14 +0000)]
Define (not only declare) static variable.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:09:47 +0000 (14:09 +0000)]
Define (not only declare) static variable.

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

23 years agoAnd remove duplicate initialization.
wolf [Fri, 6 Oct 2000 14:07:09 +0000 (14:07 +0000)]
And remove duplicate initialization.

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

23 years agoUps, forgot class spec.
wolf [Fri, 6 Oct 2000 14:05:51 +0000 (14:05 +0000)]
Ups, forgot class spec.

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

23 years agoDefine (not only declare) static variable.
wolf [Fri, 6 Oct 2000 14:04:37 +0000 (14:04 +0000)]
Define (not only declare) static variable.

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

23 years agoUpdate to configure.in
wolf [Fri, 6 Oct 2000 13:41:36 +0000 (13:41 +0000)]
Update to configure.in

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

23 years agoSeveral changes for newer compiler. Also fix a bug where we checked for GXXVERSION...
wolf [Fri, 6 Oct 2000 13:35:40 +0000 (13:35 +0000)]
Several changes for newer compiler. Also fix a bug where we checked for GXXVERSION, where GXX_VERSION was meant.

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

23 years agoDon't compare against empty strings on linux. rather, add an 'x' to both sides, or...
wolf [Fri, 6 Oct 2000 13:34:52 +0000 (13:34 +0000)]
Don't compare against empty strings on linux. rather, add an 'x' to both sides, or some such thing.

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

23 years agoAvoid warning for missing math function declarations.
wolf [Fri, 6 Oct 2000 11:38:01 +0000 (11:38 +0000)]
Avoid warning for missing math function declarations.

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

23 years agoImproved breakdown criterion?
guido [Fri, 6 Oct 2000 10:41:33 +0000 (10:41 +0000)]
Improved breakdown criterion?

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

23 years agotransposed SOR
guido [Fri, 6 Oct 2000 10:31:06 +0000 (10:31 +0000)]
transposed SOR

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

23 years agoimproved version
guido [Fri, 6 Oct 2000 10:21:13 +0000 (10:21 +0000)]
improved version

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

23 years agoFix same problems as with previous two commits, but this time in
wolf [Fri, 6 Oct 2000 09:41:07 +0000 (09:41 +0000)]
Fix same problems as with previous two commits, but this time in
another class.

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

23 years agoFix typo.
wolf [Fri, 6 Oct 2000 09:38:18 +0000 (09:38 +0000)]
Fix typo.

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

23 years agoAvoid warnings when trying to use doubles as arguments for an int parameter.
wolf [Fri, 6 Oct 2000 09:38:04 +0000 (09:38 +0000)]
Avoid warnings when trying to use doubles as arguments for an int parameter.

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

23 years agoAvoid error with undefined fabs/sin/cos/sqrt with gcc2.97
wolf [Fri, 6 Oct 2000 09:33:58 +0000 (09:33 +0000)]
Avoid error with undefined fabs/sin/cos/sqrt with gcc2.97

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

23 years agoAvoid error with undefined fabs with gcc2.97
wolf [Fri, 6 Oct 2000 09:30:48 +0000 (09:30 +0000)]
Avoid error with undefined fabs with gcc2.97

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

23 years agoAvoid some strange error message with gcc snapshot 2.97/20001002
wolf [Fri, 6 Oct 2000 09:24:16 +0000 (09:24 +0000)]
Avoid some strange error message with gcc snapshot 2.97/20001002

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

23 years agoAvoid warning for double->int conversion.
wolf [Thu, 5 Oct 2000 16:18:45 +0000 (16:18 +0000)]
Avoid warning for double->int conversion.

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

23 years agosubsume gcc snapshots 2.96 and 2.97 under gcc version 2.95 as well, as
wolf [Thu, 5 Oct 2000 14:32:31 +0000 (14:32 +0000)]
subsume gcc snapshots 2.96 and 2.97 under gcc version 2.95 as well, as
they should support the same compiler flags

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

23 years agoImplement the 3d part of grid_reordering.
wolf [Thu, 5 Oct 2000 08:44:20 +0000 (08:44 +0000)]
Implement the 3d part of grid_reordering.

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

23 years agoFirst part of 3d work.
wolf [Mon, 2 Oct 2000 13:46:54 +0000 (13:46 +0000)]
First part of 3d work.

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

23 years agoMore post-fixes to strip long path names.
wolf [Mon, 2 Oct 2000 13:46:09 +0000 (13:46 +0000)]
More post-fixes to strip long path names.

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

23 years agoDon't use empty class decls {};, but rather put the braces on separate lines. This...
wolf [Mon, 2 Oct 2000 13:33:46 +0000 (13:33 +0000)]
Don't use empty class decls {};, but rather put the braces on separate lines. This avoid confusing kdoc which only reads the opening brace and thinks that all that is following in this file is local to the class that was opened.

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

23 years agoDoc update.
wolf [Mon, 2 Oct 2000 13:25:27 +0000 (13:25 +0000)]
Doc update.

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

23 years agoFix typo.
wolf [Mon, 2 Oct 2000 12:45:59 +0000 (12:45 +0000)]
Fix typo.

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

23 years agoSome functions can be implemented in a dimension independent way. Do so.
wolf [Mon, 2 Oct 2000 08:44:58 +0000 (08:44 +0000)]
Some functions can be implemented in a dimension independent way. Do so.

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

23 years agoAdd comment.
wolf [Mon, 2 Oct 2000 07:15:39 +0000 (07:15 +0000)]
Add comment.

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

23 years agoFix missing forward declarations.
wolf [Mon, 2 Oct 2000 06:59:30 +0000 (06:59 +0000)]
Fix missing forward declarations.

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

23 years agoDelete unused vertices. Debug output.
wolf [Sun, 1 Oct 2000 22:50:23 +0000 (22:50 +0000)]
Delete unused vertices. Debug output.

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

23 years agoDocumentation.
wolf [Sun, 1 Oct 2000 22:49:38 +0000 (22:49 +0000)]
Documentation.

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

23 years agoAdditional exception.
wolf [Fri, 29 Sep 2000 15:17:56 +0000 (15:17 +0000)]
Additional exception.

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

23 years agoDon't use a stack any more, but rather a vector, as sometimes we need
wolf [Fri, 29 Sep 2000 15:17:41 +0000 (15:17 +0000)]
Don't use a stack any more, but rather a vector, as sometimes we need
random access.

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

23 years agoWrite a function that deletes unused vertices.
wolf [Fri, 29 Sep 2000 15:16:11 +0000 (15:16 +0000)]
Write a function that deletes unused vertices.

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

23 years agoImplement more of the algorithm.
wolf [Fri, 29 Sep 2000 15:15:50 +0000 (15:15 +0000)]
Implement more of the algorithm.

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

23 years agoIn create_triangulations, when we throw hard exceptions (not through
wolf [Thu, 28 Sep 2000 10:12:05 +0000 (10:12 +0000)]
In create_triangulations, when we throw hard exceptions (not through
Assert, but AssertThrow), then we call clean() before to bring the
triangulation back into a reasonable state. However, clean() wants
that there be no subscriptions beforehand, so we temporarily disable
them and re-enable them afterwards again.

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

23 years agoUgh, forgot to escape quotes.
wolf [Thu, 28 Sep 2000 09:55:01 +0000 (09:55 +0000)]
Ugh, forgot to escape quotes.

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

23 years agoAccept @url{....} as well.
wolf [Wed, 27 Sep 2000 16:07:17 +0000 (16:07 +0000)]
Accept @url{....} as well.

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

23 years agoDB Mesh format.
wolf [Wed, 27 Sep 2000 15:58:43 +0000 (15:58 +0000)]
DB Mesh format.

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

23 years agoAvoid compiler message in 1d.
wolf [Wed, 27 Sep 2000 15:56:35 +0000 (15:56 +0000)]
Avoid compiler message in 1d.

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

23 years agoFix missing header include in the .h file, omit it in .cc.
wolf [Wed, 27 Sep 2000 15:36:08 +0000 (15:36 +0000)]
Fix missing header include in the .h file, omit it in .cc.

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

23 years agoFix missing header include.
wolf [Wed, 27 Sep 2000 15:35:42 +0000 (15:35 +0000)]
Fix missing header include.

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

23 years agoAdd a class that implements reordering of grids whenever this is
wolf [Wed, 27 Sep 2000 15:26:17 +0000 (15:26 +0000)]
Add a class that implements reordering of grids whenever this is
necessary to fulfill the assumptions of the triangulation class.

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

23 years agoSmall clean-ups.
wolf [Wed, 27 Sep 2000 14:43:11 +0000 (14:43 +0000)]
Small clean-ups.

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

23 years agoCellData::rotate.
wolf [Wed, 27 Sep 2000 14:42:35 +0000 (14:42 +0000)]
CellData::rotate.

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

24 years agoClear the triangulation if create_triangulation fails with an
wolf [Mon, 25 Sep 2000 14:03:04 +0000 (14:03 +0000)]
Clear the triangulation if create_triangulation fails with an
exception. In principle, one could catch the exception and restart
with modified data, e.g. if the failure was caused by wrongly ordered
cells or the like.

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

24 years agoImplement DBMesh input.
wolf [Mon, 25 Sep 2000 13:44:11 +0000 (13:44 +0000)]
Implement DBMesh input.

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

24 years agoInstall the latest version which includes the patches made to our local tree.
wolf [Thu, 21 Sep 2000 09:03:36 +0000 (09:03 +0000)]
Install the latest version which includes the patches made to our local tree.

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

24 years ago_REENTRANT
wolf [Wed, 20 Sep 2000 08:43:05 +0000 (08:43 +0000)]
_REENTRANT

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

24 years agoAlso define _REENTRANT in mt mode.
wolf [Wed, 20 Sep 2000 08:34:30 +0000 (08:34 +0000)]
Also define _REENTRANT in mt mode.

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

24 years agoFix some quirks where xrefs were recognized where there was really no such thing.
wolf [Wed, 20 Sep 2000 08:04:31 +0000 (08:04 +0000)]
Fix some quirks where xrefs were recognized where there was really no such thing.

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

24 years agoChange documentation. I am not sure whether we really want to read
wolf [Wed, 20 Sep 2000 07:51:39 +0000 (07:51 +0000)]
Change documentation. I am not sure whether we really want to read
data as well, as that requires a DoFHandler and this is somewhat
beyond teh scope of this class.

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

24 years agoCheck for _isnan besides for isnan.
wolf [Wed, 20 Sep 2000 07:43:14 +0000 (07:43 +0000)]
Check for _isnan besides for isnan.

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

24 years agoFilter out creation dates/times.
wolf [Tue, 19 Sep 2000 12:58:59 +0000 (12:58 +0000)]
Filter out creation dates/times.

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

24 years agoAdd testcase for output formats.
wolf [Tue, 19 Sep 2000 12:58:31 +0000 (12:58 +0000)]
Add testcase for output formats.

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

24 years agoFix indentation.
wolf [Tue, 19 Sep 2000 12:22:45 +0000 (12:22 +0000)]
Fix indentation.

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

24 years agoCheck for _isnan besides for isnan.
wolf [Tue, 19 Sep 2000 09:35:16 +0000 (09:35 +0000)]
Check for _isnan besides for isnan.

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

24 years agoFix the bug that accounted for most of the xrong xlinks.
wolf [Tue, 19 Sep 2000 09:32:40 +0000 (09:32 +0000)]
Fix the bug that accounted for most of the xrong xlinks.

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

24 years agoEscape error messages in filenames.
wolf [Tue, 19 Sep 2000 08:45:45 +0000 (08:45 +0000)]
Escape error messages in filenames.

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

24 years agoFix bad xlinks.
wolf [Tue, 19 Sep 2000 07:49:44 +0000 (07:49 +0000)]
Fix bad xlinks.

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

24 years agoRelaxation parameter in PreconditionBlock
guido [Mon, 18 Sep 2000 19:32:52 +0000 (19:32 +0000)]
Relaxation parameter in PreconditionBlock

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

24 years agoUps, use DEAL_II_MAJOR/MINOR instead of DEAL_2_MAJOR/MINOR, to keep with DEAL_II_USE_MT.
wolf [Mon, 18 Sep 2000 08:09:59 +0000 (08:09 +0000)]
Ups, use DEAL_II_MAJOR/MINOR instead of DEAL_2_MAJOR/MINOR, to keep with DEAL_II_USE_MT.

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

24 years agoDeclare DEAL_2_MAJOR/MINOR.
wolf [Mon, 18 Sep 2000 07:58:50 +0000 (07:58 +0000)]
Declare DEAL_2_MAJOR/MINOR.

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

24 years agoDocument DEAL_2_MAJOR/MINOR.
wolf [Mon, 18 Sep 2000 07:57:33 +0000 (07:57 +0000)]
Document DEAL_2_MAJOR/MINOR.

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

24 years agoMake available version numbers.
wolf [Mon, 18 Sep 2000 07:55:33 +0000 (07:55 +0000)]
Make available version numbers.

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

24 years agoAlso export version numbers to Makefiles.
wolf [Mon, 18 Sep 2000 07:52:52 +0000 (07:52 +0000)]
Also export version numbers to Makefiles.

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

24 years agoDeclare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINOR and the
wolf [Mon, 18 Sep 2000 07:36:27 +0000 (07:36 +0000)]
Declare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINOR and the
respective file from which the configure script is to get this version number.

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

24 years agoDeclare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINOR
wolf [Mon, 18 Sep 2000 07:35:59 +0000 (07:35 +0000)]
Declare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINOR

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

24 years agoUpdate to newest version of this program.
wolf [Fri, 15 Sep 2000 12:35:21 +0000 (12:35 +0000)]
Update to newest version of this program.

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

24 years agoBug in multigrid removed: the old way of restricting the residual was wrong
guido [Thu, 14 Sep 2000 21:53:46 +0000 (21:53 +0000)]
Bug in multigrid removed: the old way of restricting the residual was wrong

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

24 years agoSort the list of h-files. This is necessary as this determines the
wolf [Thu, 14 Sep 2000 13:32:58 +0000 (13:32 +0000)]
Sort the list of h-files. This is necessary as this determines the
order in which the forward-declarations.h file is generated and it
differed on Linux and SunOS due to the order in which
$(shell echo include/base/*.h) displayed the include files. On Linux
the order was invalid, causing compiler errors.

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

24 years agoAdd doc about problems with parallel i/o
wolf [Thu, 14 Sep 2000 09:53:29 +0000 (09:53 +0000)]
Add doc about problems with parallel i/o

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

24 years agoUse [io]stream.write instead of operator<< or operator>> in
wolf [Thu, 14 Sep 2000 08:35:33 +0000 (08:35 +0000)]
Use [io]stream.write instead of operator<< or operator>> in
block_{read,write}, since in some cases the operators seem to get us
into problem when doing io in parallel (using gcc2.95).

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

24 years agoAdd small comment.
wolf [Tue, 12 Sep 2000 09:35:51 +0000 (09:35 +0000)]
Add small comment.

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

24 years agoExtend KellyErrorEstimator.
wolf [Tue, 12 Sep 2000 09:00:12 +0000 (09:00 +0000)]
Extend KellyErrorEstimator.

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

24 years agoImplement estimating the error for several solution vectors at once.
wolf [Mon, 11 Sep 2000 14:00:35 +0000 (14:00 +0000)]
Implement estimating the error for several solution vectors at once.

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

24 years agoAugment by Makefile.depend
wolf [Mon, 11 Sep 2000 08:31:10 +0000 (08:31 +0000)]
Augment by Makefile.depend

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