]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
19 years agonew preconditioner PreconditionUMFPACK
guido [Tue, 3 May 2005 05:59:19 +0000 (05:59 +0000)]
new preconditioner PreconditionUMFPACK

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

19 years agoapply_boundary_values doesn't work when symmetrization is requested.
wolf [Tue, 3 May 2005 04:01:32 +0000 (04:01 +0000)]
apply_boundary_values doesn't work when symmetrization is requested.

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

19 years agoProvide the same function for parallel matrices as well. Take out some of the
wolf [Tue, 3 May 2005 03:45:40 +0000 (03:45 +0000)]
Provide the same function for parallel matrices as well. Take out some of the
comments that are (as is now apparent to me) wrong.

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

19 years agoUnify some code, and make it more efficient.
wolf [Tue, 3 May 2005 03:44:46 +0000 (03:44 +0000)]
Unify some code, and make it more efficient.

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

19 years agoFix a stupid oversight.
wolf [Tue, 3 May 2005 03:43:30 +0000 (03:43 +0000)]
Fix a stupid oversight.

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

19 years ago Fixed: The PETSc matrix iterators had trouble when some rows of a
wolf [Tue, 3 May 2005 03:33:45 +0000 (03:33 +0000)]
   Fixed: The PETSc matrix iterators had trouble when some rows of a
       matrix were empty. This has now been mostly fixed.

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

19 years agoMake something an AssertThrow again that needs to be.
wolf [Tue, 3 May 2005 03:32:27 +0000 (03:32 +0000)]
Make something an AssertThrow again that needs to be.

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

19 years agoDon't use local_apply_boundary_values any more. Use the proper function for
wolf [Tue, 3 May 2005 03:26:57 +0000 (03:26 +0000)]
Don't use local_apply_boundary_values any more. Use the proper function for
this purpose.

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

19 years agoAdd row_length(). Make sure that matrix iterators also work if there are empty rows...
wolf [Tue, 3 May 2005 03:02:23 +0000 (03:02 +0000)]
Add row_length(). Make sure that matrix iterators also work if there are empty rows in the matrices.

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

19 years agoIndent properly.
wolf [Mon, 2 May 2005 22:35:49 +0000 (22:35 +0000)]
Indent properly.

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

19 years agoRemove unnecessary empty line.
wolf [Mon, 2 May 2005 22:35:37 +0000 (22:35 +0000)]
Remove unnecessary empty line.

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

19 years agoDon't allocate memory if the line is empty.
wolf [Mon, 2 May 2005 22:29:29 +0000 (22:29 +0000)]
Don't allocate memory if the line is empty.

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

19 years agoRemove an unused variable.
wolf [Mon, 2 May 2005 22:19:21 +0000 (22:19 +0000)]
Remove an unused variable.

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

19 years agoReplace the deeply flawed concept of using local_apply_boundary_values by
wolf [Mon, 2 May 2005 22:09:21 +0000 (22:09 +0000)]
Replace the deeply flawed concept of using local_apply_boundary_values by
eliminating fixed nodes at the end of operations. Loosen the tolerance at one place.

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

19 years agoTry to always be on the safe side.
wolf [Mon, 2 May 2005 22:06:13 +0000 (22:06 +0000)]
Try to always be on the safe side.

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

19 years agoImplement apply_boundary_values also for parallel petsc matrices.
wolf [Mon, 2 May 2005 22:04:24 +0000 (22:04 +0000)]
Implement apply_boundary_values also for parallel petsc matrices.

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

19 years agoUndo the dependencies on boundary_values, since this whole concept is flawed.
wolf [Mon, 2 May 2005 22:01:32 +0000 (22:01 +0000)]
Undo the dependencies on boundary_values, since this whole concept is flawed.

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

19 years ago.
wolf [Mon, 2 May 2005 21:20:14 +0000 (21:20 +0000)]
.

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

19 years agoAdd a comment, and fix an assertion.
wolf [Mon, 2 May 2005 20:30:30 +0000 (20:30 +0000)]
Add a comment, and fix an assertion.

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

19 years agoDon't include -lblas in LDFLAGS when building with petsc in static mode. The reason...
wolf [Mon, 2 May 2005 16:32:08 +0000 (16:32 +0000)]
Don't include -lblas in LDFLAGS when building with petsc in static mode. The reason is that on my system, blas also requires g2c.

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

19 years agoFix boundary values. Preset solution vector.
wolf [Mon, 2 May 2005 15:19:18 +0000 (15:19 +0000)]
Fix boundary values. Preset solution vector.

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

19 years agoFix stupid error.
wolf [Mon, 2 May 2005 13:22:36 +0000 (13:22 +0000)]
Fix stupid error.

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

19 years agoAlso replace double dashes in links.
wolf [Sat, 30 Apr 2005 20:50:26 +0000 (20:50 +0000)]
Also replace double dashes in links.

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

19 years agolink fparser.o only optionally
deal [Sat, 30 Apr 2005 10:47:25 +0000 (10:47 +0000)]
link fparser.o only optionally

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

19 years agoRemove a few unnecessary semicolons.
wolf [Fri, 29 Apr 2005 20:59:47 +0000 (20:59 +0000)]
Remove a few unnecessary semicolons.

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

19 years agoaccess inital_value als in SolverControl
guido [Thu, 28 Apr 2005 18:34:12 +0000 (18:34 +0000)]
access inital_value als in SolverControl

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

19 years agoalign build table entries vertically
guido [Thu, 28 Apr 2005 12:51:31 +0000 (12:51 +0000)]
align build table entries vertically

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

19 years agoadd -f to rm
guido [Thu, 28 Apr 2005 05:28:07 +0000 (05:28 +0000)]
add -f to rm

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

19 years agoconflict resolved
guido [Wed, 27 Apr 2005 13:20:00 +0000 (13:20 +0000)]
conflict resolved

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

19 years agohandle --disable-parser such that the parser is not even compiled
guido [Tue, 26 Apr 2005 12:47:44 +0000 (12:47 +0000)]
handle --disable-parser such that the parser is not even compiled

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

19 years agoset enable-parser variable
guido [Tue, 26 Apr 2005 12:01:38 +0000 (12:01 +0000)]
set enable-parser variable

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

19 years agoadd dummy implementation without LAPACK
guido [Tue, 26 Apr 2005 09:12:27 +0000 (09:12 +0000)]
add dummy implementation without LAPACK

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

19 years agofix order of libraries
guido [Tue, 26 Apr 2005 07:43:55 +0000 (07:43 +0000)]
fix order of libraries

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

19 years agoFix typos.
wolf [Tue, 26 Apr 2005 01:13:05 +0000 (01:13 +0000)]
Fix typos.

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

19 years agoa block smoother class
guido [Mon, 25 Apr 2005 20:34:34 +0000 (20:34 +0000)]
a block smoother class

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

19 years agohandle shared flags by configure, not in Makefile
guido [Mon, 25 Apr 2005 20:34:00 +0000 (20:34 +0000)]
handle shared flags by configure, not in Makefile

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

19 years agovmult functions in Multigrid
guido [Mon, 25 Apr 2005 19:09:42 +0000 (19:09 +0000)]
vmult functions in Multigrid

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

19 years agoremove collaboration diagrams
guido [Mon, 25 Apr 2005 19:08:42 +0000 (19:08 +0000)]
remove collaboration diagrams
what is their use anyway?

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

19 years agoput CFLAGS in better order
guido [Mon, 25 Apr 2005 19:00:51 +0000 (19:00 +0000)]
put CFLAGS in better order

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

19 years agoshared library flags in CFLAGS
guido [Mon, 25 Apr 2005 18:39:16 +0000 (18:39 +0000)]
shared library flags in CFLAGS

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

19 years agoShared library flags in CFLAGS
guido [Mon, 25 Apr 2005 18:38:22 +0000 (18:38 +0000)]
Shared library flags in CFLAGS

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

19 years agoremove check for kdoc
guido [Mon, 25 Apr 2005 18:34:15 +0000 (18:34 +0000)]
remove check for kdoc

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

19 years agodocumentation typo
guido [Mon, 25 Apr 2005 17:09:44 +0000 (17:09 +0000)]
documentation typo

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

19 years agodummy implementation of vmult and Tvmult (just in case a linker complains)
guido [Sun, 24 Apr 2005 11:30:41 +0000 (11:30 +0000)]
dummy implementation of vmult and Tvmult (just in case a linker complains)

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

19 years agodeclare functions for later implementation
guido [Sun, 24 Apr 2005 11:11:41 +0000 (11:11 +0000)]
declare functions for later implementation

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

19 years agouse short form for icc outut
guido [Sat, 23 Apr 2005 07:31:40 +0000 (07:31 +0000)]
use short form for icc outut

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

19 years ago Fixed: The <code class="class">DataOut</code> class did not work
wolf [Thu, 21 Apr 2005 22:33:16 +0000 (22:33 +0000)]
   Fixed: The <code class="class">DataOut</code> class did not work
       properly if the <code class="member">DataOut::first_cell</code> and
       <code class="member">DataOut::next_cell</code> functions were
       overloaded and cell data was to be output; in that case, data from the
       wrong cells was written out. This is now fixed. In contrast to this,
       nodal data was never affected.

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

19 years agoAdd a TODO.
wolf [Thu, 21 Apr 2005 22:28:17 +0000 (22:28 +0000)]
Add a TODO.

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

19 years agoAugment documentation.
wolf [Thu, 21 Apr 2005 22:23:55 +0000 (22:23 +0000)]
Augment documentation.

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

19 years agoAll approaches before were conceptually broken. Do it differently.
wolf [Thu, 21 Apr 2005 22:20:37 +0000 (22:20 +0000)]
All approaches before were conceptually broken. Do it differently.

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

19 years agoUps.
wolf [Thu, 21 Apr 2005 21:55:46 +0000 (21:55 +0000)]
Ups.

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

19 years agoWe've forgotten one place.
wolf [Thu, 21 Apr 2005 21:53:52 +0000 (21:53 +0000)]
We've forgotten one place.

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

19 years agoSimplify algorithm.
wolf [Thu, 21 Apr 2005 21:42:52 +0000 (21:42 +0000)]
Simplify algorithm.

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

19 years agoProperly count skipped cells when next_cell is not returning the immediately
wolf [Thu, 21 Apr 2005 21:28:59 +0000 (21:28 +0000)]
Properly count skipped cells when next_cell is not returning the immediately
next cell.

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

19 years agodo same for the other compiler
guido [Thu, 21 Apr 2005 15:06:15 +0000 (15:06 +0000)]
do same for the other compiler

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

19 years agomake intel compiler identification digestible (remove whitespace)
guido [Thu, 21 Apr 2005 15:02:06 +0000 (15:02 +0000)]
make intel compiler identification digestible (remove whitespace)

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

19 years agoRemove the METIS version again.
wolf [Thu, 21 Apr 2005 15:01:48 +0000 (15:01 +0000)]
Remove the METIS version again.

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

19 years agodefault constructors added to BlockMatrixArray and BlockTrianglePrecondition
guido [Thu, 21 Apr 2005 09:32:43 +0000 (09:32 +0000)]
default constructors added to BlockMatrixArray and BlockTrianglePrecondition

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

19 years agoMore comments.
wolf [Wed, 20 Apr 2005 22:25:49 +0000 (22:25 +0000)]
More comments.

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

19 years agoImplement merging files.
wolf [Wed, 20 Apr 2005 22:22:39 +0000 (22:22 +0000)]
Implement merging files.

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

19 years agoImplement DataOutReader::merge
wolf [Wed, 20 Apr 2005 22:19:35 +0000 (22:19 +0000)]
Implement DataOutReader::merge

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

19 years agoA few exceptions.
wolf [Wed, 20 Apr 2005 22:17:32 +0000 (22:17 +0000)]
A few exceptions.

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

19 years agoDeclare the merge function, even if it is not yet implemented.
wolf [Wed, 20 Apr 2005 22:14:32 +0000 (22:14 +0000)]
Declare the merge function, even if it is not yet implemented.

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

19 years agoSubstitute DEAL_II_METIS_VERSION
wolf [Wed, 20 Apr 2005 21:59:41 +0000 (21:59 +0000)]
Substitute DEAL_II_METIS_VERSION

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

19 years ago.
wolf [Wed, 20 Apr 2005 21:58:03 +0000 (21:58 +0000)]
.

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

19 years agoProper name of version file.
wolf [Wed, 20 Apr 2005 21:57:40 +0000 (21:57 +0000)]
Proper name of version file.

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

19 years agoFix a second typo.
wolf [Wed, 20 Apr 2005 21:56:17 +0000 (21:56 +0000)]
Fix a second typo.

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

19 years ago.
wolf [Wed, 20 Apr 2005 21:56:08 +0000 (21:56 +0000)]
.

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

19 years agoFix typo.
wolf [Wed, 20 Apr 2005 21:54:27 +0000 (21:54 +0000)]
Fix typo.

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

19 years agoCan't use SSOR in parallel. Use BlockJacobi+ILU instead.
wolf [Wed, 20 Apr 2005 21:52:53 +0000 (21:52 +0000)]
Can't use SSOR in parallel. Use BlockJacobi+ILU instead.

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

19 years agoCheck for METIS version.
wolf [Wed, 20 Apr 2005 21:50:08 +0000 (21:50 +0000)]
Check for METIS version.

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

19 years agoWe can't query the number of cells on each processors before the are
wolf [Wed, 20 Apr 2005 21:21:21 +0000 (21:21 +0000)]
We can't query the number of cells on each processors before the are
partitioned. Move partitioning into grid generation therefore.

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

19 years agoDon't use dnsdomainname, since that doesn't work in Heidelberg, and in
wolf [Wed, 20 Apr 2005 18:27:32 +0000 (18:27 +0000)]
Don't use dnsdomainname, since that doesn't work in Heidelberg, and in
Texas hostname already outputs the entire domain.

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

19 years agoWork around a stupid bug in gcc3.4 and up.
wolf [Wed, 20 Apr 2005 17:43:36 +0000 (17:43 +0000)]
Work around a stupid bug in gcc3.4 and up.

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

19 years agoFilter out those lines from common/Make.global_options that really
wolf [Wed, 20 Apr 2005 17:23:35 +0000 (17:23 +0000)]
Filter out those lines from common/Make.global_options that really
define a variable, not only use it.

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

19 years agoThis is allowed to fail.
wolf [Wed, 20 Apr 2005 15:44:10 +0000 (15:44 +0000)]
This is allowed to fail.

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

19 years agoThis program does indeed run without PETSc.
wolf [Wed, 20 Apr 2005 15:41:56 +0000 (15:41 +0000)]
This program does indeed run without PETSc.

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

19 years agoBUILDTEST=yes
guido [Tue, 19 Apr 2005 21:53:51 +0000 (21:53 +0000)]
BUILDTEST=yes

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

19 years agoSome more text.
wolf [Tue, 19 Apr 2005 15:34:24 +0000 (15:34 +0000)]
Some more text.

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

19 years agoProper header.
wolf [Tue, 19 Apr 2005 15:33:50 +0000 (15:33 +0000)]
Proper header.

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

19 years agoThe proper Makefile.
wolf [Tue, 19 Apr 2005 15:33:40 +0000 (15:33 +0000)]
The proper Makefile.

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

19 years agoProperly qualify.
wolf [Tue, 19 Apr 2005 15:31:27 +0000 (15:31 +0000)]
Properly qualify.

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

19 years agoadd information for build tests
guido [Tue, 19 Apr 2005 14:59:19 +0000 (14:59 +0000)]
add information for build tests

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

19 years agomissing this->
guido [Tue, 19 Apr 2005 12:59:12 +0000 (12:59 +0000)]
missing this->

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

19 years agoAdd dummy makefile such that this won't break our build tests
guido [Tue, 19 Apr 2005 12:44:54 +0000 (12:44 +0000)]
Add dummy makefile such that this won't break our build tests

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

19 years agoAdd doxygen to default targets
guido [Tue, 19 Apr 2005 12:43:39 +0000 (12:43 +0000)]
Add doxygen to default targets

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

19 years agonew build test page
guido [Tue, 19 Apr 2005 07:17:08 +0000 (07:17 +0000)]
new build test page

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

19 years agonew build test page
guido [Tue, 19 Apr 2005 07:10:33 +0000 (07:10 +0000)]
new build test page

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

19 years agoFix some stupid bug when using an uninitialize variable that apparently only
wolf [Mon, 18 Apr 2005 22:58:49 +0000 (22:58 +0000)]
Fix some stupid bug when using an uninitialize variable that apparently only
happens on newer MPI systems.

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

19 years agoInitial versions, still empty.
wolf [Mon, 18 Apr 2005 22:47:35 +0000 (22:47 +0000)]
Initial versions, still empty.

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

19 years agoFix the years in which this program was written.
wolf [Mon, 18 Apr 2005 22:46:04 +0000 (22:46 +0000)]
Fix the years in which this program was written.

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

19 years agoFirst version.
wolf [Mon, 18 Apr 2005 22:43:38 +0000 (22:43 +0000)]
First version.

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

19 years agoOutput file changes due to the change in format for intermediate format deal.II output.
wolf [Mon, 18 Apr 2005 22:33:20 +0000 (22:33 +0000)]
Output file changes due to the change in format for intermediate format deal.II output.

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

19 years agoClean up a leftover from the format change.
wolf [Mon, 18 Apr 2005 22:32:50 +0000 (22:32 +0000)]
Clean up a leftover from the format change.

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

19 years agoDoc update.
wolf [Mon, 18 Apr 2005 22:15:47 +0000 (22:15 +0000)]
Doc update.

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

19 years agoSlightly change the format in which we write intermediate format. Add a
wolf [Mon, 18 Apr 2005 22:12:42 +0000 (22:12 +0000)]
Slightly change the format in which we write intermediate format. Add a
function by which we can recover the template parameters.

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

19 years agoWrite in d2 format again, since that can be converted with step-19 now.
wolf [Mon, 18 Apr 2005 21:43:13 +0000 (21:43 +0000)]
Write in d2 format again, since that can be converted with step-19 now.

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

19 years agoBetter error message.
wolf [Mon, 18 Apr 2005 21:27:37 +0000 (21:27 +0000)]
Better error message.

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

19 years agoAlign entries in build test table to center
guido [Mon, 18 Apr 2005 21:03:11 +0000 (21:03 +0000)]
Align entries in build test table to center

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

19 years agomark old householder routines as deprecated
guido [Mon, 18 Apr 2005 18:25:36 +0000 (18:25 +0000)]
mark old householder routines as deprecated

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