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