]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Wed, 23 Jun 1999 16:24:57 +0000 (16:24 +0000)]
Fix syntax error.
git-svn-id: https://svn.dealii.org/trunk@1450
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:43:40 +0000 (12:43 +0000)]
Add usage doc.
git-svn-id: https://svn.dealii.org/trunk@1449
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:34:58 +0000 (12:34 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@1448
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:31:24 +0000 (12:31 +0000)]
Rename grid_io.{h|cc} to grid_out.
git-svn-id: https://svn.dealii.org/trunk@1447
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:23:27 +0000 (12:23 +0000)]
Rename grid_io to grid_out.
git-svn-id: https://svn.dealii.org/trunk@1446
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:22:57 +0000 (12:22 +0000)]
Rename grid_io to grid_out.
git-svn-id: https://svn.dealii.org/trunk@1445
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:18:11 +0000 (12:18 +0000)]
Add a class GridOut that serves to simply output a triangulation without recourse to the DoFHandler and the DataOut that uses the latter. Also, many simplifications can be done if no data is lying around to be printed as well.
Also remove the epsgrid output from the DataOut class that served the same purpose.
git-svn-id: https://svn.dealii.org/trunk@1444
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 23 Jun 1999 12:11:48 +0000 (12:11 +0000)]
Add a class GridOut that serves to simply output a triangulation without recourse to the DoFHandler and the DataOut that uses the latter. Also, many simplifications can be done if no data is lying around to be printed as well.
Also remove the epsgrid output from the DataOut class that served the same purpose.
git-svn-id: https://svn.dealii.org/trunk@1443
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 22 Jun 1999 20:18:34 +0000 (20:18 +0000)]
Parsing possible
git-svn-id: https://svn.dealii.org/trunk@1442
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 15:31:05 +0000 (15:31 +0000)]
Check in a large patch to remove all error messages that the present snapshot of gcc 2.95 produces, with exception of some places in histogram.cc where egcs 1.1.2 produces an internal compiler error on the syntactically correct code.
Most of the changes fall into the following groups:
- Rules for friends have been made stricter, it seems. Therefore, the declaration 'template <> friend class X<dim>;' to make X for the same dimension a friend is rejected because this is a partial specialization of X. Oh well, I liked that feature, but if that's the way things go...
- Remove ExcInternalError from most classes, and use the one in exceptions.h instead.
- Same for ExcInvalidIndex.
- Add some template parameters to base classes where they are explicitely mentioned, as in constructor lists and calling of base classes. Previously they were implicitely deduced from the context.
- Re-remove some 'typename' keywords where not a general template is involved, such as in DoFHandler<1>::cell_iterator. Where <dim> is used, the typename is still needed.
- Explicitely scope some classes where they are derived from a base class and could not properly be found by gcc 2.95.
- Some other smaller changes.
git-svn-id: https://svn.dealii.org/trunk@1441
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 15:06:09 +0000 (15:06 +0000)]
Make things really clean.
git-svn-id: https://svn.dealii.org/trunk@1440
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 14:32:51 +0000 (14:32 +0000)]
Make things really clean.
git-svn-id: https://svn.dealii.org/trunk@1439
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 13:51:59 +0000 (13:51 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@1438
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 12:01:08 +0000 (12:01 +0000)]
Small doc updates.
git-svn-id: https://svn.dealii.org/trunk@1437
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 09:21:02 +0000 (09:21 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@1436
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 22 Jun 1999 09:12:54 +0000 (09:12 +0000)]
Bugfix.
git-svn-id: https://svn.dealii.org/trunk@1435
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 22 Jun 1999 09:12:38 +0000 (09:12 +0000)]
First check-in.
git-svn-id: https://svn.dealii.org/trunk@1434
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 09:07:57 +0000 (09:07 +0000)]
Fix a problem with an assertion that is not valid as it was. the
problem was that we checked at one of the first steps of the main loop
in prepare_* whether the level difference of cells at one vertex was
greater than two which we considered an error; this is not true in
some cases, namely in the first loop in which the condition that no
double refinement at each line is allowed is only enforced in step 4
so we can't rely on that in step 1 or 2 and therefore the assertion
may be violated even though no error is present.
git-svn-id: https://svn.dealii.org/trunk@1433
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 22 Jun 1999 08:39:00 +0000 (08:39 +0000)]
Fix omission.
git-svn-id: https://svn.dealii.org/trunk@1432
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 22 Jun 1999 07:34:13 +0000 (07:34 +0000)]
Minor modifications.
git-svn-id: https://svn.dealii.org/trunk@1431
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 21:17:31 +0000 (21:17 +0000)]
adapted to new boundary structure
git-svn-id: https://svn.dealii.org/trunk@1430
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 21:09:04 +0000 (21:09 +0000)]
don't interpolate boundaries for components with HUGE_VAL value
git-svn-id: https://svn.dealii.org/trunk@1429
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 21:08:07 +0000 (21:08 +0000)]
multiple boundaries
git-svn-id: https://svn.dealii.org/trunk@1428
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 21:07:39 +0000 (21:07 +0000)]
cosmetics
git-svn-id: https://svn.dealii.org/trunk@1427
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 15:40:30 +0000 (15:40 +0000)]
operator() and check for division by 0 in SparseILU
git-svn-id: https://svn.dealii.org/trunk@1426
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 21 Jun 1999 15:39:42 +0000 (15:39 +0000)]
iterated simpson rule
git-svn-id: https://svn.dealii.org/trunk@1425
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 21 Jun 1999 15:12:36 +0000 (15:12 +0000)]
Check in the fix for one bug, before starting to find the next one.
git-svn-id: https://svn.dealii.org/trunk@1424
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 14:03:56 +0000 (14:03 +0000)]
Minor adjustments.
git-svn-id: https://svn.dealii.org/trunk@1423
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 14:03:25 +0000 (14:03 +0000)]
First check-in. General description of DataOut, formats ucd, gnuplot.
git-svn-id: https://svn.dealii.org/trunk@1422
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 14:00:51 +0000 (14:00 +0000)]
First check-in. General description of DataOut, formats ucd, gnuplot.
git-svn-id: https://svn.dealii.org/trunk@1421
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 11:56:57 +0000 (11:56 +0000)]
Bugfix wrt frames
git-svn-id: https://svn.dealii.org/trunk@1420
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 11:56:35 +0000 (11:56 +0000)]
Changed design.
git-svn-id: https://svn.dealii.org/trunk@1419
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 11:50:58 +0000 (11:50 +0000)]
First check-in due to changed design.
git-svn-id: https://svn.dealii.org/trunk@1418
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 11:50:33 +0000 (11:50 +0000)]
Changed design.
git-svn-id: https://svn.dealii.org/trunk@1417
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 11:50:16 +0000 (11:50 +0000)]
Added Data Output
git-svn-id: https://svn.dealii.org/trunk@1416
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 18 Jun 1999 11:49:29 +0000 (11:49 +0000)]
Make the evaluation of a timer a constant operation. For this, we have to make the overflow variable 'mutable' since it may be changed by the evaluation operator. This, however, seems justified since the state of the timer is not changed by this operation. Information is only reorganized from the tics counter to the overflow counter.
git-svn-id: https://svn.dealii.org/trunk@1415
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 18 Jun 1999 11:23:29 +0000 (11:23 +0000)]
Update doc.
git-svn-id: https://svn.dealii.org/trunk@1414
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 18 Jun 1999 11:22:52 +0000 (11:22 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@1413
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 18 Jun 1999 10:52:05 +0000 (10:52 +0000)]
Doc updates.
git-svn-id: https://svn.dealii.org/trunk@1412
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 10:43:11 +0000 (10:43 +0000)]
Bugfix
git-svn-id: https://svn.dealii.org/trunk@1411
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 18 Jun 1999 09:28:23 +0000 (09:28 +0000)]
Added topic Data Output
git-svn-id: https://svn.dealii.org/trunk@1410
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 17 Jun 1999 20:31:55 +0000 (20:31 +0000)]
Exception DivideByZero
git-svn-id: https://svn.dealii.org/trunk@1409
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 17 Jun 1999 20:10:13 +0000 (20:10 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@1408
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Thu, 17 Jun 1999 12:39:27 +0000 (12:39 +0000)]
small changes for helping the doc to show the right hierarchy of classes
git-svn-id: https://svn.dealii.org/trunk@1407
0785d39b -7218-0410-832d-
ea1e28bc413d
nauber [Thu, 17 Jun 1999 06:30:23 +0000 (06:30 +0000)]
Added slit domain
git-svn-id: https://svn.dealii.org/trunk@1406
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 16 Jun 1999 16:03:23 +0000 (16:03 +0000)]
add #get_fe()# function
git-svn-id: https://svn.dealii.org/trunk@1405
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 15 Jun 1999 15:34:50 +0000 (15:34 +0000)]
Updated some URLS
git-svn-id: https://svn.dealii.org/trunk@1403
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 15 Jun 1999 14:44:41 +0000 (14:44 +0000)]
Changed frame settings.
git-svn-id: https://svn.dealii.org/trunk@1402
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 11 Jun 1999 15:37:01 +0000 (15:37 +0000)]
Changes to framesets
git-svn-id: https://svn.dealii.org/trunk@1401
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Fri, 11 Jun 1999 15:36:45 +0000 (15:36 +0000)]
Added some more solvers and SolverSelector
git-svn-id: https://svn.dealii.org/trunk@1400
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 11 Jun 1999 13:20:08 +0000 (13:20 +0000)]
Add the GMV data format for output.
git-svn-id: https://svn.dealii.org/trunk@1399
0785d39b -7218-0410-832d-
ea1e28bc413d
nauber [Fri, 11 Jun 1999 07:08:40 +0000 (07:08 +0000)]
Changed eps-default behavior
git-svn-id: https://svn.dealii.org/trunk@1398
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 10 Jun 1999 15:16:30 +0000 (15:16 +0000)]
Add a way to find out about the number of used vertices in a triangulation.
git-svn-id: https://svn.dealii.org/trunk@1395
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 10 Jun 1999 11:02:13 +0000 (11:02 +0000)]
Remove crap.
git-svn-id: https://svn.dealii.org/trunk@1391
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 10 Jun 1999 09:37:05 +0000 (09:37 +0000)]
Fix forgotten destructor.
git-svn-id: https://svn.dealii.org/trunk@1390
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Jun 1999 16:09:59 +0000 (16:09 +0000)]
Add some code to make the copiler happier with unitialized data members and copy constructors, etc.
git-svn-id: https://svn.dealii.org/trunk@1389
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Jun 1999 16:07:58 +0000 (16:07 +0000)]
And make the right thing (tm).
git-svn-id: https://svn.dealii.org/trunk@1388
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Jun 1999 16:05:12 +0000 (16:05 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@1387
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Jun 1999 16:02:28 +0000 (16:02 +0000)]
Fix a problem with the newly introduced copy operator.
git-svn-id: https://svn.dealii.org/trunk@1386
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 8 Jun 1999 15:47:07 +0000 (15:47 +0000)]
Add some code to make the copiler happier with unitialized data members and copy constructors, etc.
git-svn-id: https://svn.dealii.org/trunk@1385
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Tue, 8 Jun 1999 10:22:03 +0000 (10:22 +0000)]
Changed frame borders.
git-svn-id: https://svn.dealii.org/trunk@1384
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 14:40:22 +0000 (14:40 +0000)]
Changed the figure for hanging nodes.
git-svn-id: https://svn.dealii.org/trunk@1382
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 14:34:41 +0000 (14:34 +0000)]
Navigation links changed.
git-svn-id: https://svn.dealii.org/trunk@1381
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 14:31:52 +0000 (14:31 +0000)]
Comments to the source code added.
git-svn-id: https://svn.dealii.org/trunk@1380
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 7 Jun 1999 14:31:21 +0000 (14:31 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@1378
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 14:15:12 +0000 (14:15 +0000)]
Update for newer deal.II version, class GridGenerator,FEQ1
git-svn-id: https://svn.dealii.org/trunk@1377
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 14:12:35 +0000 (14:12 +0000)]
Update for newer deal.II version, class GridGenerator
git-svn-id: https://svn.dealii.org/trunk@1376
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 13:53:33 +0000 (13:53 +0000)]
Added preconditioner.
git-svn-id: https://svn.dealii.org/trunk@1375
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 12:45:26 +0000 (12:45 +0000)]
Changed frame parameters.
git-svn-id: https://svn.dealii.org/trunk@1374
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Mon, 7 Jun 1999 11:54:32 +0000 (11:54 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@1373
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 09:03:34 +0000 (09:03 +0000)]
Added SolverCG.
git-svn-id: https://svn.dealii.org/trunk@1372
0785d39b -7218-0410-832d-
ea1e28bc413d
schrage [Mon, 7 Jun 1999 08:40:45 +0000 (08:40 +0000)]
Added warning about this version of the code.
git-svn-id: https://svn.dealii.org/trunk@1371
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sat, 5 Jun 1999 20:53:03 +0000 (20:53 +0000)]
Hopefully fix a bug in arrays that were accessed in the wrong order.
git-svn-id: https://svn.dealii.org/trunk@1370
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Sat, 5 Jun 1999 14:05:57 +0000 (14:05 +0000)]
Check in a class which is able to iterate a given quadrature formula n times in each direction.
git-svn-id: https://svn.dealii.org/trunk@1369
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 4 Jun 1999 09:16:09 +0000 (09:16 +0000)]
Doc update to finally make kdoc happy.
git-svn-id: https://svn.dealii.org/trunk@1368
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 2 Jun 1999 13:35:08 +0000 (13:35 +0000)]
Change the layout of the documentation to move the doc of a local enum
to the general doc. It seems that this was the reasons that confused
kdoc.
git-svn-id: https://svn.dealii.org/trunk@1367
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 1 Jun 1999 15:08:15 +0000 (15:08 +0000)]
-ansi removed
git-svn-id: https://svn.dealii.org/trunk@1364
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 1 Jun 1999 14:27:09 +0000 (14:27 +0000)]
new frontpage
git-svn-id: https://svn.dealii.org/trunk@1363
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 14:26:11 +0000 (14:26 +0000)]
Update Makefile.
git-svn-id: https://svn.dealii.org/trunk@1362
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 13:33:01 +0000 (13:33 +0000)]
More doc fixes for doc++.
git-svn-id: https://svn.dealii.org/trunk@1361
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 13:04:58 +0000 (13:04 +0000)]
Doc updates to make doc++ happy with operator definitions.
git-svn-id: https://svn.dealii.org/trunk@1360
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 12:28:51 +0000 (12:28 +0000)]
Doc update to make doc++ happy.
git-svn-id: https://svn.dealii.org/trunk@1359
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 12:23:32 +0000 (12:23 +0000)]
More such changes.
git-svn-id: https://svn.dealii.org/trunk@1357
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 12:19:16 +0000 (12:19 +0000)]
Doc update to make doc++ happy.
git-svn-id: https://svn.dealii.org/trunk@1356
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 12:06:34 +0000 (12:06 +0000)]
One more such change.
git-svn-id: https://svn.dealii.org/trunk@1355
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 1 Jun 1999 12:03:47 +0000 (12:03 +0000)]
Doc update to make doc++ happy.
git-svn-id: https://svn.dealii.org/trunk@1354
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 1 Jun 1999 09:11:02 +0000 (09:11 +0000)]
New = operator
git-svn-id: https://svn.dealii.org/trunk@1353
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 28 May 1999 09:24:21 +0000 (09:24 +0000)]
Add doc for a traphole.
git-svn-id: https://svn.dealii.org/trunk@1352
0785d39b -7218-0410-832d-
ea1e28bc413d
nauber [Wed, 26 May 1999 08:21:37 +0000 (08:21 +0000)]
Made operator = private to avoid improper use.
git-svn-id: https://svn.dealii.org/trunk@1351
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 24 May 1999 14:04:36 +0000 (14:04 +0000)]
Small changes and speed improvement.
git-svn-id: https://svn.dealii.org/trunk@1350
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 21 May 1999 13:55:02 +0000 (13:55 +0000)]
Interpolate boundary values in 1d.
git-svn-id: https://svn.dealii.org/trunk@1349
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 21 May 1999 13:54:15 +0000 (13:54 +0000)]
Doc update.
git-svn-id: https://svn.dealii.org/trunk@1348
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 21 May 1999 13:53:59 +0000 (13:53 +0000)]
Error estimation in 1d.
git-svn-id: https://svn.dealii.org/trunk@1347
0785d39b -7218-0410-832d-
ea1e28bc413d
nauber [Fri, 21 May 1999 12:04:28 +0000 (12:04 +0000)]
Some corrections, renamed eps_output_data to EpsOutputData
git-svn-id: https://svn.dealii.org/trunk@1346
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 20 May 1999 11:15:16 +0000 (11:15 +0000)]
Doc
git-svn-id: https://svn.dealii.org/trunk@1345
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 20 May 1999 09:00:59 +0000 (09:00 +0000)]
Fix thinko: we need to update the neighbor pointers of all descendents of a neighbor upon refinement in 1d, not only of the most refined one.
git-svn-id: https://svn.dealii.org/trunk@1344
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 18 May 1999 15:04:53 +0000 (15:04 +0000)]
We can parse DEAL
git-svn-id: https://svn.dealii.org/trunk@1343
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Tue, 18 May 1999 14:45:42 +0000 (14:45 +0000)]
Double declaration removed
git-svn-id: https://svn.dealii.org/trunk@1342
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 May 1999 13:15:13 +0000 (13:15 +0000)]
Allow for some comparisons to be wrong up to rounding error.
git-svn-id: https://svn.dealii.org/trunk@1341
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 18 May 1999 13:06:56 +0000 (13:06 +0000)]
Fix smal bug in delete_cell<1>
git-svn-id: https://svn.dealii.org/trunk@1340
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.