]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
25 years ago.
wolf [Tue, 29 Jun 1999 15:02:53 +0000 (15:02 +0000)]
.

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

25 years agodo not release the lock on A as it is still needed
hartmann [Tue, 29 Jun 1999 14:03:24 +0000 (14:03 +0000)]
do not release the lock on A as it is still needed

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

25 years agoImplement ucd for grid output. Make the write_* functions non-static.
wolf [Tue, 29 Jun 1999 12:38:41 +0000 (12:38 +0000)]
Implement ucd for grid output. Make the write_* functions non-static.

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

25 years ago.
wolf [Tue, 29 Jun 1999 07:08:06 +0000 (07:08 +0000)]
.

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

25 years agoAdd a way to get the number of existing vertices, used or not.
wolf [Tue, 29 Jun 1999 06:51:38 +0000 (06:51 +0000)]
Add a way to get the number of existing vertices, used or not.

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

25 years agoSmall change.
wolf [Tue, 29 Jun 1999 06:19:08 +0000 (06:19 +0000)]
Small change.

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

25 years agoIncrease the depth of template instantiations since we get to the
wolf [Mon, 28 Jun 1999 16:35:14 +0000 (16:35 +0000)]
Increase the depth of template instantiations since we get to the
built-in limit of 17 as it seems (weird error messages, pages and
pages...)

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

25 years agoMG works on locally refined meshes, needs improvement and cleaning, error in tests...
guido [Mon, 28 Jun 1999 15:19:27 +0000 (15:19 +0000)]
MG works on locally refined meshes, needs improvement and cleaning, error in tests/deal.II/mg is ok

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

25 years agoMG works on locally refined meshes, needs improvement and cleaning
guido [Mon, 28 Jun 1999 15:19:09 +0000 (15:19 +0000)]
MG works on locally refined meshes, needs improvement and cleaning

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

25 years agoRevert Guido's changes on typename issues (why were they?)
hartmann [Mon, 28 Jun 1999 14:45:06 +0000 (14:45 +0000)]
Revert Guido's changes on typename issues (why were they?)

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

25 years agoFix doc.
wolf [Mon, 28 Jun 1999 11:04:33 +0000 (11:04 +0000)]
Fix doc.

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

25 years agoerror in get_mg_dof_values removed
guido [Fri, 25 Jun 1999 17:14:50 +0000 (17:14 +0000)]
error in get_mg_dof_values removed

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

25 years agoUnify code for 2d and 3d eps output.
wolf [Fri, 25 Jun 1999 16:58:23 +0000 (16:58 +0000)]
Unify code for 2d and 3d eps output.

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

25 years agoAdd dummy constructors for points of some dimension with parameter
wolf [Fri, 25 Jun 1999 16:37:24 +0000 (16:37 +0000)]
Add dummy constructors for points of some dimension with parameter
lists of another length.

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

25 years agostrange stuff removed
guido [Fri, 25 Jun 1999 16:00:20 +0000 (16:00 +0000)]
strange stuff removed

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

25 years agoSolverDual obsolete and removed, stuff for gcc 2.95 removed
guido [Fri, 25 Jun 1999 15:59:38 +0000 (15:59 +0000)]
SolverDual obsolete and removed, stuff for gcc 2.95 removed

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

25 years agoAdded missing pop
guido [Fri, 25 Jun 1999 15:57:40 +0000 (15:57 +0000)]
Added missing pop

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

25 years agoDirect implementation of SOR, TSOR, SSOR
guido [Fri, 25 Jun 1999 15:56:46 +0000 (15:56 +0000)]
Direct implementation of SOR, TSOR, SSOR

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

25 years agoFinish 3d eps output of grids.
wolf [Fri, 25 Jun 1999 15:56:11 +0000 (15:56 +0000)]
Finish 3d eps output of grids.

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

25 years agoMGTransferPrebuilt::build_matrices
guido [Fri, 25 Jun 1999 15:34:39 +0000 (15:34 +0000)]
MGTransferPrebuilt::build_matrices

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

25 years agoCheck in to have an intermediate state to work from.
wolf [Fri, 25 Jun 1999 15:06:15 +0000 (15:06 +0000)]
Check in to have an intermediate state to work from.

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

25 years ago-pedantic removed (like in deal.II/...)
guido [Fri, 25 Jun 1999 12:11:28 +0000 (12:11 +0000)]
-pedantic removed (like in deal.II/...)

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

25 years agoMove to the new scheme of handling boundary refinement.
wolf [Thu, 24 Jun 1999 20:53:41 +0000 (20:53 +0000)]
Move to the new scheme of handling boundary refinement.

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

25 years agoFix a forgotten include.
wolf [Thu, 24 Jun 1999 19:51:48 +0000 (19:51 +0000)]
Fix a forgotten include.

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

25 years agoAdded GridOut.
schrage [Thu, 24 Jun 1999 15:37:34 +0000 (15:37 +0000)]
Added GridOut.

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

25 years agoMinor mods.
schrage [Thu, 24 Jun 1999 15:37:11 +0000 (15:37 +0000)]
Minor mods.

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

25 years agoFix typo.
wolf [Thu, 24 Jun 1999 14:15:15 +0000 (14:15 +0000)]
Fix typo.

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

25 years agoDoc update.
wolf [Thu, 24 Jun 1999 13:59:24 +0000 (13:59 +0000)]
Doc update.

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

25 years agoFirst check-in.
wolf [Thu, 24 Jun 1999 12:43:18 +0000 (12:43 +0000)]
First check-in.

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

25 years agoDoc update.
wolf [Thu, 24 Jun 1999 09:08:27 +0000 (09:08 +0000)]
Doc update.

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

25 years agoPremature check-in for data transfer.
schrage [Wed, 23 Jun 1999 16:25:02 +0000 (16:25 +0000)]
Premature check-in for data transfer.

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

25 years agoFix syntax error.
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

25 years agoAdd usage doc.
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

25 years agoDoc update.
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

25 years agoRename grid_io.{h|cc} to grid_out.
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

25 years agoRename grid_io to grid_out.
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

25 years agoRename grid_io to grid_out.
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

25 years agoAdd a class GridOut that serves to simply output a triangulation without recourse...
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

25 years agoAdd a class GridOut that serves to simply output a triangulation without recourse...
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

25 years agoParsing possible
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

25 years agoCheck in a large patch to remove all error messages that the present snapshot of...
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

25 years agoMake things really clean.
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

25 years agoMake things really clean.
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

25 years ago.
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

25 years agoSmall doc updates.
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

25 years ago.
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

25 years agoBugfix.
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

25 years agoFirst check-in.
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

25 years agoFix a problem with an assertion that is not valid as it was. the
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

25 years agoFix omission.
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

25 years agoMinor modifications.
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

25 years agoadapted to new boundary structure
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

25 years agodon't interpolate boundaries for components with HUGE_VAL value
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

25 years agomultiple boundaries
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

25 years agocosmetics
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

25 years agooperator() and check for division by 0 in SparseILU
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

25 years agoiterated simpson rule
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

25 years agoCheck in the fix for one bug, before starting to find the next one.
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

25 years agoMinor adjustments.
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

25 years agoFirst check-in. General description of DataOut, formats ucd, gnuplot.
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

25 years agoFirst check-in. General description of DataOut, formats ucd, gnuplot.
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

25 years agoBugfix wrt frames
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

25 years agoChanged design.
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

25 years agoFirst check-in due to changed design.
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

25 years agoChanged design.
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

25 years agoAdded Data Output
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

25 years agoMake the evaluation of a timer a constant operation. For this, we have to make the...
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

25 years agoUpdate doc.
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

25 years agoFix typo.
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

25 years agoDoc updates.
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

25 years agoBugfix
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

25 years agoAdded topic Data Output
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

25 years agoException DivideByZero
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

25 years agoFix typo.
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

25 years agosmall changes for helping the doc to show the right hierarchy of classes
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

25 years agoAdded slit domain
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

25 years agoadd #get_fe()# function
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

25 years agoUpdated some URLS
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

25 years agoChanged frame settings.
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

25 years agoChanges to framesets
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

25 years agoAdded some more solvers and SolverSelector
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

25 years agoAdd the GMV data format for output.
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

25 years agoChanged eps-default behavior
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

25 years agoAdd a way to find out about the number of used vertices in a triangulation.
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

25 years agoRemove crap.
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

25 years agoFix forgotten destructor.
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

25 years agoAdd some code to make the copiler happier with unitialized data members and copy...
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

25 years agoAnd make the right thing (tm).
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

25 years agoFix typo.
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

25 years agoFix a problem with the newly introduced copy operator.
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

25 years agoAdd some code to make the copiler happier with unitialized data members and copy...
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

25 years agoChanged frame borders.
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

25 years agoChanged the figure for hanging nodes.
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

25 years agoNavigation links changed.
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

25 years agoComments to the source code added.
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

25 years agoDoc update.
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

25 years agoUpdate for newer deal.II version, class GridGenerator,FEQ1
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

25 years agoUpdate for newer deal.II version, class GridGenerator
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

25 years agoAdded preconditioner.
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

25 years agoChanged frame parameters.
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


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.