]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
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

24 years agoDisable shared libs on CygWin.
wolf [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.
wolf [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.
wolf [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.
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.
wolf [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.
wolf [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.
wolf [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.
wolf [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
wolf [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)
wolf [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.
wolf [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.
wolf [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.
wolf [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...
wolf [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.
wolf [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.
wolf [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.
wolf [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)
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.
wolf [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
wolf [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.
wolf [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 [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.
wolf [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.
wolf [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...
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.
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

24 years agoCross-link online available papers.
wolf [Wed, 30 Aug 2000 07:28:52 +0000 (07:28 +0000)]
Cross-link online available papers.

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

24 years agoNote new report.
wolf [Wed, 30 Aug 2000 07:26:33 +0000 (07:26 +0000)]
Note new report.

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

24 years agoFix missing space.
wolf [Tue, 29 Aug 2000 15:41:07 +0000 (15:41 +0000)]
Fix missing space.

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

24 years agoFix typo.
wolf [Tue, 29 Aug 2000 14:05:06 +0000 (14:05 +0000)]
Fix typo.

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

24 years agoFix bug in 1d->2d conversion.
wolf [Tue, 29 Aug 2000 14:03:41 +0000 (14:03 +0000)]
Fix bug in 1d->2d conversion.

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

24 years agoSubmit the bibtex entries under the rules of the general style files as well.
wolf [Tue, 29 Aug 2000 07:57:57 +0000 (07:57 +0000)]
Submit the bibtex entries under the rules of the general style files as well.

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

24 years agoNote Guido's fix in FullMatrix::norm2
wolf [Tue, 29 Aug 2000 07:28:01 +0000 (07:28 +0000)]
Note Guido's fix in FullMatrix::norm2

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

24 years agodo not overwrite original matrix
guido [Mon, 28 Aug 2000 20:33:23 +0000 (20:33 +0000)]
do not overwrite original matrix

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

24 years agoCheck for symmetry
guido [Mon, 28 Aug 2000 20:32:59 +0000 (20:32 +0000)]
Check for symmetry

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

24 years agoUse relative improvements
guido [Mon, 28 Aug 2000 20:32:20 +0000 (20:32 +0000)]
Use relative improvements

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

24 years agoAdd reports directory to validate-xrefs.
wolf [Mon, 28 Aug 2000 16:40:58 +0000 (16:40 +0000)]
Add reports directory to validate-xrefs.

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

24 years agoAdd a report and update several related pages.
wolf [Mon, 28 Aug 2000 16:33:21 +0000 (16:33 +0000)]
Add a report and update several related pages.

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

24 years agoAvoid underlined space at end of line (ugh!)
wolf [Mon, 28 Aug 2000 15:22:44 +0000 (15:22 +0000)]
Avoid underlined space at end of line (ugh!)

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

24 years agooffset parameter for PillowFunction
guido [Mon, 28 Aug 2000 04:03:02 +0000 (04:03 +0000)]
offset parameter for PillowFunction

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

24 years agocheck for FullMatrix::invert
guido [Fri, 25 Aug 2000 19:57:29 +0000 (19:57 +0000)]
check for FullMatrix::invert

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

24 years agocheck for FullMatrix::invert
guido [Fri, 25 Aug 2000 19:31:26 +0000 (19:31 +0000)]
check for FullMatrix::invert

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

24 years agoChange some args from maps to lists, and add a new n_boundary_dofs function to DoFHan...
wolf [Fri, 25 Aug 2000 14:36:04 +0000 (14:36 +0000)]
Change some args from maps to lists, and add a new n_boundary_dofs function to DoFHandler.

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

24 years agoMove the map_dof_to_boundary_indices functions from DoFHandler to DoFTools.
wolf [Fri, 25 Aug 2000 13:26:10 +0000 (13:26 +0000)]
Move the map_dof_to_boundary_indices functions from DoFHandler to DoFTools.

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

24 years agoFix output, which was sometimes off by one char.
wolf [Fri, 25 Aug 2000 12:40:47 +0000 (12:40 +0000)]
Fix output, which was sometimes off by one char.

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

24 years ago.
wolf [Fri, 25 Aug 2000 12:01:40 +0000 (12:01 +0000)]
.

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

24 years agouse of getrusage with RUSAGE_CHILDREN, but still the Timer class does not work in...
hartmann [Fri, 25 Aug 2000 12:01:26 +0000 (12:01 +0000)]
use of getrusage with RUSAGE_CHILDREN, but still the Timer class does not work in multithreading (at least not on Solaris7).

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

24 years ago.
wolf [Fri, 25 Aug 2000 09:40:39 +0000 (09:40 +0000)]
.

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

24 years agoChange wording
wolf [Fri, 25 Aug 2000 09:38:21 +0000 (09:38 +0000)]
Change wording

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

24 years agoChange order of chapters, unlink chapter 3 from menus.
wolf [Fri, 25 Aug 2000 09:37:52 +0000 (09:37 +0000)]
Change order of chapters, unlink chapter 3 from menus.

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

24 years agothumbnails are small and point to gallery on gaia
guido [Thu, 24 Aug 2000 19:12:53 +0000 (19:12 +0000)]
thumbnails are small and point to gallery on gaia

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

24 years agosmall doc fix.
hartmann [Wed, 23 Aug 2000 10:14:57 +0000 (10:14 +0000)]
small doc fix.

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