]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
19 years agoAnother patch for the 3D version of initialize_constraints. Actually
oliver [Fri, 29 Oct 2004 12:42:00 +0000 (12:42 +0000)]
Another patch for the 3D version of initialize_constraints. Actually
numerical inaccuracies caused the ConstraintMatrix to complain about
different values for the same entry. The reason for these problems is
the loss of symmetry in the FP-approximation of the shape functions
for higher polynomial degrees (cf. comment in code).
This problem is now fixed.

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

19 years agoFix of CellAccessor<3>::neighbor_child_on_subface function
hartmann [Fri, 29 Oct 2004 09:23:47 +0000 (09:23 +0000)]
Fix of CellAccessor<3>::neighbor_child_on_subface function

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

19 years agoDataOutBase<2,3>::write_tecplot did not write the variable name z. This is now fixed.
hartmann [Fri, 29 Oct 2004 09:20:26 +0000 (09:20 +0000)]
DataOutBase<2,3>::write_tecplot did not write the variable name z. This is now fixed.

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

19 years agoChange of results due to fix of neighbor_child_on_subface (see patch 1.71 of tria_acc...
hartmann [Fri, 29 Oct 2004 06:04:03 +0000 (06:04 +0000)]
Change of results due to fix of neighbor_child_on_subface (see patch 1.71 of tria_accessor.cc)

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

19 years agoFix check for neighbor_child_on_subface
hartmann [Thu, 28 Oct 2004 14:19:28 +0000 (14:19 +0000)]
Fix check for neighbor_child_on_subface

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

19 years agoFix neighbor_child_on_subface function. When face orientations do not match, run...
hartmann [Thu, 28 Oct 2004 14:15:46 +0000 (14:15 +0000)]
Fix neighbor_child_on_subface function. When face orientations do not match, run over all neighbor children until the right one is found. This might not be optimal in terms of time, but at least it works.

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

19 years agoUse correct include guard.
wolf [Wed, 27 Oct 2004 22:19:47 +0000 (22:19 +0000)]
Use correct include guard.

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

19 years agoFix a bug in GridGenerator::cylinder<3>
wolf [Wed, 27 Oct 2004 18:46:11 +0000 (18:46 +0000)]
Fix a bug in GridGenerator::cylinder<3>

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

19 years ago.
hartmann [Wed, 27 Oct 2004 15:15:05 +0000 (15:15 +0000)]
.

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

19 years agoSmall test case for which neighbor_child_on_subface fails.
hartmann [Wed, 27 Oct 2004 15:12:28 +0000 (15:12 +0000)]
Small test case for which neighbor_child_on_subface fails.

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

19 years agoImprove the message sent by one exception.
wolf [Tue, 26 Oct 2004 22:00:58 +0000 (22:00 +0000)]
Improve the message sent by one exception.

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

19 years agoExpand comment.
wolf [Tue, 26 Oct 2004 21:48:56 +0000 (21:48 +0000)]
Expand comment.

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

19 years agoAdd assertion to neighbor_child_on_subface function.
hartmann [Tue, 26 Oct 2004 13:09:49 +0000 (13:09 +0000)]
Add assertion to neighbor_child_on_subface function.

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

19 years agoImplemented a small fix, which sets near zero elements in the constraint
oliver [Sat, 23 Oct 2004 14:38:21 +0000 (14:38 +0000)]
Implemented a small fix, which sets near zero elements in the constraint
matrix, which stem from numerical inaccuracies, to zero.

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

19 years agoWhen HAVE_HSL_MA27 and HAVE_HSL_MA47 are undefined, the errno.h file is not included...
hartmann [Fri, 22 Oct 2004 13:53:10 +0000 (13:53 +0000)]
When HAVE_HSL_MA27 and HAVE_HSL_MA47 are undefined, the errno.h file is not included which is needed for errno==EINTR to be compiled. Therefore revert last patch.

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

19 years agoAdded a note about the changes in class FE_Q for 3D.
oliver [Thu, 21 Oct 2004 16:26:52 +0000 (16:26 +0000)]
Added a note about the changes in class FE_Q for 3D.

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

19 years agoAdded a testcase for the FE_Q class in 3D, which tests the automatically
oliver [Thu, 21 Oct 2004 16:25:59 +0000 (16:25 +0000)]
Added a testcase for the FE_Q class in 3D, which tests the automatically
generated constraint matrices.

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

19 years agoNow the constraint matrices for 3D FE_Q elements are generated
oliver [Thu, 21 Oct 2004 16:24:27 +0000 (16:24 +0000)]
Now the constraint matrices for 3D FE_Q elements are generated
automatically for arbitrary degree, which makes the use of these
elements possible.

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

19 years agoMove some code under #ifdef guards. This works, but the main reason we
deal [Thu, 21 Oct 2004 13:51:44 +0000 (13:51 +0000)]
Move some code under #ifdef guards. This works, but the main reason we
do it is that if we include these header files icc71 can't be used any
more on newer linux systems due to a stupid interaction with
/usr/include/linux.h that simply kicks out non-gcc versions (icc8
identifies itself as gcc, so isn't affected)...

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

19 years agoBe fine with tiny differences.
wolf [Thu, 21 Oct 2004 13:25:36 +0000 (13:25 +0000)]
Be fine with tiny differences.

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

19 years agoExtend a comment.
wolf [Wed, 20 Oct 2004 12:52:29 +0000 (12:52 +0000)]
Extend a comment.

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

19 years agoRevert to previous state whenever possible and add comment.
wolf [Tue, 19 Oct 2004 16:16:57 +0000 (16:16 +0000)]
Revert to previous state whenever possible and add comment.

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

19 years agoGridGenerator::laplace_transformation function: don't request all boundary points...
hartmann [Fri, 15 Oct 2004 07:07:37 +0000 (07:07 +0000)]
GridGenerator::laplace_transformation function: don't request all boundary points being included in new_points.

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

19 years agoFix of the StraightBoundary<3>::get_new_point_on_quad function.
hartmann [Fri, 15 Oct 2004 07:04:04 +0000 (07:04 +0000)]
Fix of the StraightBoundary<3>::get_new_point_on_quad function.

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

19 years agoExtension of CylinderBoundary class to represent circular tubes also along the y...
hartmann [Fri, 15 Oct 2004 07:00:24 +0000 (07:00 +0000)]
Extension of CylinderBoundary class to represent circular tubes also along the y- and z-axis.

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

19 years agoBug fix: the StraightBoundary<3>::get_new_point_on_quad requested for children of...
hartmann [Fri, 15 Oct 2004 06:59:10 +0000 (06:59 +0000)]
Bug fix: the StraightBoundary<3>::get_new_point_on_quad requested for children of lines of the quad which in general do not exist. Get around this by using the centers of the lines.

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

19 years agoNeed to define USE_CONTRIB_HSL so that it shows up in
wolf [Wed, 13 Oct 2004 01:37:41 +0000 (01:37 +0000)]
Need to define USE_CONTRIB_HSL so that it shows up in
common/Make.global_options and can be used in contrib/Makefile.

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

19 years agoAdd umfpack to defaults.
wolf [Wed, 13 Oct 2004 00:31:40 +0000 (00:31 +0000)]
Add umfpack to defaults.

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

19 years agoCheck for functions in -lumfpack.a
guido [Tue, 12 Oct 2004 22:13:32 +0000 (22:13 +0000)]
Check for functions in -lumfpack.a

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

19 years agoMention PETSc 2.2.1
wolf [Fri, 8 Oct 2004 19:06:41 +0000 (19:06 +0000)]
Mention PETSc 2.2.1

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

19 years agoAugment documentation.
wolf [Fri, 8 Oct 2004 18:46:01 +0000 (18:46 +0000)]
Augment documentation.

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

19 years agoand missing \ ... don't do this if you are tired
guido [Thu, 7 Oct 2004 20:57:24 +0000 (20:57 +0000)]
and missing \ ... don't do this if you are tired

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

19 years agoadd missing parts of path
guido [Thu, 7 Oct 2004 20:56:50 +0000 (20:56 +0000)]
add missing parts of path

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

19 years agoRemove vanished variables
guido [Thu, 7 Oct 2004 20:55:40 +0000 (20:55 +0000)]
Remove vanished variables

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

19 years agoMake two variables const only for newer petsc versions.
wolf [Thu, 7 Oct 2004 20:10:19 +0000 (20:10 +0000)]
Make two variables const only for newer petsc versions.

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

19 years agoTwo patches that are necessary for the upgrade to petsc 2.2.1
wolf [Thu, 7 Oct 2004 19:46:57 +0000 (19:46 +0000)]
Two patches that are necessary for the upgrade to petsc 2.2.1

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

19 years agoNew test and add comment to old one.
wolf [Thu, 7 Oct 2004 19:45:37 +0000 (19:45 +0000)]
New test and add comment to old one.

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

19 years agoWork around interface changes in PETSC 2.2.1
wolf [Thu, 7 Oct 2004 15:52:08 +0000 (15:52 +0000)]
Work around interface changes in PETSC 2.2.1

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

19 years agoMake things compile with PETSc 2.2.1, which has changed interfaces again...
wolf [Thu, 7 Oct 2004 15:38:24 +0000 (15:38 +0000)]
Make things compile with PETSc 2.2.1, which has changed interfaces again...

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

19 years agoFix formatting.
wolf [Thu, 7 Oct 2004 15:23:17 +0000 (15:23 +0000)]
Fix formatting.

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

19 years agoBlow away Makefile.dep if it was created but is empty. This usually indicates a probl...
wolf [Thu, 7 Oct 2004 01:08:06 +0000 (01:08 +0000)]
Blow away Makefile.dep if it was created but is empty. This usually indicates a problem with running make_dependencies, but it only shows up by very distracting follow-up problems.

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

19 years ago# rules to generate the program. let is be dependent on the global flags for
wolf [Thu, 7 Oct 2004 00:57:07 +0000 (00:57 +0000)]
# rules to generate the program. let is be dependent on the global flags for
# the following reason: if you go to a different system, but keep with the
# same directory, you get into trouble because make_dependencies is not
# deleted by "make clean"; following this, we generate empty Makefile.dep's
# because we can't run the executable. So better be careful and regenerate
# make_dependencies whenever we think it may be beneficial

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

19 years agoIntroduce a field that stores which constraints exist already. This is desirable...
wolf [Mon, 4 Oct 2004 21:29:55 +0000 (21:29 +0000)]
Introduce a field that stores which constraints exist already. This is desirable since we would otherwise have to walk through the list of existing constraints in add_line, which is an O(N) operation that has to be repeated O(N) times. This quadratic algorithm is now gone, making the SPEC testcase a full 5% faster than previously. The main reason is that it used to walk through a lot of memory and create a horrific number of cache misses, which are now all gone.

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

19 years agoReplace #if by the proper #ifdef.
wolf [Mon, 4 Oct 2004 21:26:43 +0000 (21:26 +0000)]
Replace #if by the proper #ifdef.

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

19 years agoSome profiling shows that loops over dim are not always unrolled. Do
wolf [Fri, 1 Oct 2004 15:28:03 +0000 (15:28 +0000)]
Some profiling shows that loops over dim are not always unrolled. Do
so by hand for the two most often called functions in Tensor<1,dim>:
operator= and operator* (the latter is most often called during matrix assembly).

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

20 years agoAdd a few more words.
wolf [Fri, 24 Sep 2004 19:07:02 +0000 (19:07 +0000)]
Add a few more words.

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

20 years agoAdd some graphics.
wolf [Fri, 24 Sep 2004 19:05:25 +0000 (19:05 +0000)]
Add some graphics.

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

20 years agoRemove comments that aren't accurate. Update other comments.
wolf [Fri, 24 Sep 2004 19:01:04 +0000 (19:01 +0000)]
Remove comments that aren't accurate. Update other comments.

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

20 years agoRemove comments that aren't accurate.
wolf [Fri, 24 Sep 2004 18:59:29 +0000 (18:59 +0000)]
Remove comments that aren't accurate.

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

20 years agoFix.
hartmann [Thu, 23 Sep 2004 14:47:43 +0000 (14:47 +0000)]
Fix.

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

20 years agomissing @p
guido [Thu, 23 Sep 2004 13:47:54 +0000 (13:47 +0000)]
missing @p

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

20 years agolast @em removed
guido [Thu, 23 Sep 2004 13:46:40 +0000 (13:46 +0000)]
last @em removed

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

20 years agoRevert patch 1.66. Lines are given only once for following cases: no mapping given...
hartmann [Thu, 23 Sep 2004 13:18:08 +0000 (13:18 +0000)]
Revert patch 1.66. Lines are given only once for following cases: no mapping given, no additional boundary face points required and for cells that have no boundary lines. Now the regression tests: constraints, grid_out produce the old results.

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

20 years agoremove test output to std::cout
hartmann [Thu, 23 Sep 2004 13:01:54 +0000 (13:01 +0000)]
remove test output to std::cout

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

20 years ago.
hartmann [Thu, 23 Sep 2004 11:06:47 +0000 (11:06 +0000)]
.

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

20 years agoUpdate.
hartmann [Thu, 23 Sep 2004 11:02:11 +0000 (11:02 +0000)]
Update.

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

20 years agoNew tests.
hartmann [Thu, 23 Sep 2004 10:58:16 +0000 (10:58 +0000)]
New tests.

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

20 years agoExtension of get_interpolation_matrix to arbitrary source fe's.
hartmann [Thu, 23 Sep 2004 10:45:39 +0000 (10:45 +0000)]
Extension of get_interpolation_matrix to arbitrary source fe's.

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

20 years agomake class exist, but empty if not configured
guido [Thu, 23 Sep 2004 09:23:43 +0000 (09:23 +0000)]
make class exist, but empty if not configured

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

20 years agoDocumentation for doxygen
guido [Thu, 23 Sep 2004 09:12:04 +0000 (09:12 +0000)]
Documentation for doxygen

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

20 years agodoc reformatted
guido [Thu, 23 Sep 2004 08:49:50 +0000 (08:49 +0000)]
doc reformatted

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

20 years agoRemove test output line.
hartmann [Thu, 23 Sep 2004 08:32:05 +0000 (08:32 +0000)]
Remove test output line.

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

20 years agoNew test. (2004/09/19)
hartmann [Wed, 22 Sep 2004 09:35:13 +0000 (09:35 +0000)]
New test. (2004/09/19)

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

20 years agoconfigure external umfpack
guido [Wed, 22 Sep 2004 09:31:50 +0000 (09:31 +0000)]
configure external umfpack

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

20 years agoNew test (2004/07/12)
hartmann [Wed, 22 Sep 2004 08:12:55 +0000 (08:12 +0000)]
New test (2004/07/12)

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

20 years ago.
hartmann [Wed, 22 Sep 2004 08:11:40 +0000 (08:11 +0000)]
.

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

20 years agoNew tests. Modify some tests so that they can work with the block iterators. (2004...
hartmann [Wed, 22 Sep 2004 07:55:11 +0000 (07:55 +0000)]
New tests. Modify some tests so that they can work with the block iterators. (2004/07/12)

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

20 years agoNew tests (2004/06/29)
hartmann [Wed, 22 Sep 2004 07:52:48 +0000 (07:52 +0000)]
New tests (2004/06/29)

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

20 years agoUpdate.
hartmann [Wed, 22 Sep 2004 07:49:44 +0000 (07:49 +0000)]
Update.

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

20 years agoRemove error checking from this test. (2004/04/01)
hartmann [Wed, 22 Sep 2004 07:46:48 +0000 (07:46 +0000)]
Remove error checking from this test. (2004/04/01)

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

20 years agonew tests
hartmann [Tue, 21 Sep 2004 13:28:29 +0000 (13:28 +0000)]
new tests

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

20 years agoNew tests
hartmann [Tue, 21 Sep 2004 13:26:22 +0000 (13:26 +0000)]
New tests

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

20 years agoUpdate.
hartmann [Tue, 21 Sep 2004 13:24:48 +0000 (13:24 +0000)]
Update.

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

20 years agoNew test.
hartmann [Tue, 21 Sep 2004 13:21:42 +0000 (13:21 +0000)]
New test.

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

20 years agoMore changed files due to the fixed CompressedSparsityPattern::max_entries_per_row...
hartmann [Tue, 21 Sep 2004 12:58:44 +0000 (12:58 +0000)]
More changed files due to the fixed CompressedSparsityPattern::max_entries_per_row bug (2004/06/21)

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

20 years agofunction moved
guido [Tue, 21 Sep 2004 12:32:30 +0000 (12:32 +0000)]
function moved

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

20 years agoFix a bug where CompressedSparsityPattern::max_entries_per_row ignored the first...
hartmann [Tue, 21 Sep 2004 10:51:08 +0000 (10:51 +0000)]
Fix a bug where CompressedSparsityPattern::max_entries_per_row ignored the first row of a matrix (2004/06/21)

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

20 years agoUpdate results. Changes are due to patch 1.25 (2004/07/12) of sparse_matrices.cc.
hartmann [Tue, 21 Sep 2004 09:36:48 +0000 (09:36 +0000)]
Update results. Changes are due to patch 1.25 (2004/07/12) of sparse_matrices.cc.

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

20 years agoAdd missing include file.
hartmann [Tue, 21 Sep 2004 08:22:36 +0000 (08:22 +0000)]
Add missing include file.

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

20 years agoFix assertion.
hartmann [Tue, 21 Sep 2004 07:41:35 +0000 (07:41 +0000)]
Fix assertion.

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

20 years agoMake it compile also in 2d.
hartmann [Tue, 21 Sep 2004 07:19:16 +0000 (07:19 +0000)]
Make it compile also in 2d.

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

20 years agoAdd a TODO.
wolf [Tue, 21 Sep 2004 05:34:28 +0000 (05:34 +0000)]
Add a TODO.

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

20 years agoGridOut::write_gnuplot now supports curved boundaries also in 3d
hartmann [Mon, 20 Sep 2004 16:16:05 +0000 (16:16 +0000)]
GridOut::write_gnuplot now supports curved boundaries also in 3d

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

20 years agoDoc update of the GridOutFlags::Gnuplot::n_boundary_face_points variable.
hartmann [Mon, 20 Sep 2004 16:09:26 +0000 (16:09 +0000)]
Doc update of the GridOutFlags::Gnuplot::n_boundary_face_points variable.

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

20 years agoImplementation for GridOut::write_gnuplot for curved boundaries in 3d.
hartmann [Mon, 20 Sep 2004 15:56:00 +0000 (15:56 +0000)]
Implementation for GridOut::write_gnuplot for curved boundaries in 3d.

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

20 years agoReplace line based output in GridOut<3>::write_gnuplot by face based output. lines...
hartmann [Mon, 20 Sep 2004 09:43:59 +0000 (09:43 +0000)]
Replace line based output in GridOut<3>::write_gnuplot by face based output. lines are given twice but no change in gnuplot view.

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

20 years agoSimplification of code in GridOut<2>::write_gnuplot. No change of output.
hartmann [Mon, 20 Sep 2004 09:18:58 +0000 (09:18 +0000)]
Simplification of code in GridOut<2>::write_gnuplot. No change of output.

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

20 years agoexception bug removed
guido [Mon, 20 Sep 2004 08:47:24 +0000 (08:47 +0000)]
exception bug removed

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

20 years agoexception bug removed
guido [Mon, 20 Sep 2004 08:46:30 +0000 (08:46 +0000)]
exception bug removed

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

20 years agoDeclare missing exception.
hartmann [Mon, 20 Sep 2004 07:05:37 +0000 (07:05 +0000)]
Declare missing exception.

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

20 years agoupdate
guido [Sun, 19 Sep 2004 21:31:20 +0000 (21:31 +0000)]
update

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

20 years agobetter handling of const vectors
guido [Sun, 19 Sep 2004 21:30:59 +0000 (21:30 +0000)]
better handling of const vectors

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

20 years agochanged exception
guido [Sun, 19 Sep 2004 21:29:46 +0000 (21:29 +0000)]
changed exception

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

20 years agoAdd a TODO for Guido.
wolf [Sun, 19 Sep 2004 16:18:27 +0000 (16:18 +0000)]
Add a TODO for Guido.

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

20 years agoMove TODO to right place.
wolf [Sat, 18 Sep 2004 20:32:21 +0000 (20:32 +0000)]
Move TODO to right place.

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

20 years agoAdd a TODO for Guido.
wolf [Sat, 18 Sep 2004 20:30:29 +0000 (20:30 +0000)]
Add a TODO for Guido.

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

20 years agoFix same problem again.
wolf [Sat, 18 Sep 2004 19:43:04 +0000 (19:43 +0000)]
Fix same problem again.

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

20 years agoDon't use empty initializers, even if we don't use the element.
wolf [Sat, 18 Sep 2004 19:41:44 +0000 (19:41 +0000)]
Don't use empty initializers, even if we don't use the element.

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

20 years agoWe need an initializer for some compilers. The actual data element is unused, though.
wolf [Sat, 18 Sep 2004 19:39:30 +0000 (19:39 +0000)]
We need an initializer for some compilers. The actual data element is unused, though.

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

20 years agoDetect gcc4.0
wolf [Fri, 17 Sep 2004 23:34:57 +0000 (23:34 +0000)]
Detect gcc4.0

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