]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years agoUps, forgot class spec.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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...
Wolfgang Bangerth [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...
Wolfgang Bangerth [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.
Wolfgang Bangerth [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 Kanschat [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 Kanschat [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 Kanschat [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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...
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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 Kanschat [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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 Kanschat [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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.
Wolfgang Bangerth [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
Wolfgang Bangerth [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

24 years agoDisable shared libs on CygWin.
Wolfgang Bangerth [Mon, 11 Sep 2000 07:23:53 +0000 (07:23 +0000)]
Disable shared libs on CygWin.

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

24 years agoWrite some more docs.
Wolfgang Bangerth [Fri, 8 Sep 2000 22:17:57 +0000 (22:17 +0000)]
Write some more docs.

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

24 years agodata_io.h has vanished.
Wolfgang Bangerth [Fri, 8 Sep 2000 13:25:30 +0000 (13:25 +0000)]
data_io.h has vanished.

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

24 years agoNew Point<dim>::distance function.
Ralf Hartmann [Fri, 8 Sep 2000 12:11:06 +0000 (12:11 +0000)]
New Point<dim>::distance function.

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

24 years agoDocument one of the things for the Windows port.
Wolfgang Bangerth [Fri, 8 Sep 2000 11:10:05 +0000 (11:10 +0000)]
Document one of the things for the Windows port.

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

24 years agoAdd comment.
Wolfgang Bangerth [Fri, 8 Sep 2000 10:53:06 +0000 (10:53 +0000)]
Add comment.

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

24 years agoFix some places where <number> is needed, but <float> was used.
Wolfgang Bangerth [Fri, 8 Sep 2000 09:50:55 +0000 (09:50 +0000)]
Fix some places where <number> is needed, but <float> was used.

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

24 years agoUse standard C++ calls to string::replace (pointed out by John Burnell.
Wolfgang Bangerth [Fri, 8 Sep 2000 09:45:08 +0000 (09:45 +0000)]
Use standard C++ calls to string::replace (pointed out by John Burnell.

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

24 years agoReplace several @lib_suffix@ by $(lib-suffix) as this makes things
Wolfgang Bangerth [Fri, 8 Sep 2000 09:35:00 +0000 (09:35 +0000)]
Replace several @lib_suffix@ by $(lib-suffix) as this makes things
simpler when only changing something in Make.global_options without
wanting to re-run ./configure.

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

24 years agoUse $(PERL) instead of simply `perl' (pointed out by John Burnell)
Wolfgang Bangerth [Fri, 8 Sep 2000 09:27:30 +0000 (09:27 +0000)]
Use $(PERL) instead of simply `perl' (pointed out by John Burnell)

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

24 years agoDataOut_Faces.
Wolfgang Bangerth [Thu, 7 Sep 2000 16:25:45 +0000 (16:25 +0000)]
DataOut_Faces.

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

24 years agoImplement a way to output faces instead of cells.
Wolfgang Bangerth [Thu, 7 Sep 2000 16:23:51 +0000 (16:23 +0000)]
Implement a way to output faces instead of cells.

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

24 years agoFix obvious bug.
Wolfgang Bangerth [Thu, 7 Sep 2000 15:41:44 +0000 (15:41 +0000)]
Fix obvious bug.

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

24 years agoExtend the Patch class to allow for different space and object dimensions, such as...
Wolfgang Bangerth [Thu, 7 Sep 2000 13:00:33 +0000 (13:00 +0000)]
Extend the Patch class to allow for different space and object dimensions, such as when one would like to write out faces only.

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

24 years agoRemove old DataOut_Old class.
Wolfgang Bangerth [Thu, 7 Sep 2000 09:33:43 +0000 (09:33 +0000)]
Remove old DataOut_Old class.

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

24 years agoRemove DataOut_Old.
Wolfgang Bangerth [Thu, 7 Sep 2000 09:31:52 +0000 (09:31 +0000)]
Remove DataOut_Old.

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

24 years agoClean the contrib directory upon `clean' as well.
Wolfgang Bangerth [Wed, 6 Sep 2000 16:25:46 +0000 (16:25 +0000)]
Clean the contrib directory upon `clean' as well.

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

24 years agoImplemenation of new function Point<dim>::distance (const Point<dim> &p)
Ralf Hartmann [Wed, 6 Sep 2000 11:09:23 +0000 (11:09 +0000)]
Implemenation of new function Point<dim>::distance (const Point<dim> &p)

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

24 years agoAdd testcase to check for basic vector-vector operations.
Wolfgang Bangerth [Tue, 5 Sep 2000 15:06:17 +0000 (15:06 +0000)]
Add testcase to check for basic vector-vector operations.

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

24 years agoSimplify multithreading scheme by putting one data object at each
Wolfgang Bangerth [Tue, 5 Sep 2000 13:37:40 +0000 (13:37 +0000)]
Simplify multithreading scheme by putting one data object at each
thread and other small things.

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

24 years agoMove a static function to a place with better visibility.
Wolfgang Bangerth [Tue, 5 Sep 2000 12:18:47 +0000 (12:18 +0000)]
Move a static function to a place with better visibility.

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

24 years agoMemory leak removed
Guido Kanschat [Thu, 31 Aug 2000 19:52:26 +0000 (19:52 +0000)]
Memory leak removed

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

24 years agoAdd cross-ref pic to local tree.
Wolfgang Bangerth [Thu, 31 Aug 2000 07:35:22 +0000 (07:35 +0000)]
Add cross-ref pic to local tree.

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

24 years agoRemove navigation panel, as this is not needed for a one-page document.
Wolfgang Bangerth [Thu, 31 Aug 2000 07:32:09 +0000 (07:32 +0000)]
Remove navigation panel, as this is not needed for a one-page document.

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

24 years agoFix: we need to include tria.h into this file as it uses a member variable of Triangu...
Ralf Hartmann [Wed, 30 Aug 2000 11:00:22 +0000 (11:00 +0000)]
Fix: we need to include tria.h into this file as it uses a member variable of Triangulation

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

24 years agoinclude forward declaration of TriaAccessor to avoid internal compiler error.
Ralf Hartmann [Wed, 30 Aug 2000 09:49:49 +0000 (09:49 +0000)]
include forward declaration of TriaAccessor to avoid internal compiler error.

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