]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
13 years agoFirst test for integrators... failing due to program crashing in constructor of FE_Ne...
kanschat [Tue, 9 Nov 2010 15:45:13 +0000 (15:45 +0000)]
First test for integrators... failing due to program crashing in constructor of FE_Nedelec in 3D. Results being produced for 2D and 3D-P0 are good

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

13 years agoLibrary compiles again ;)
kanschat [Tue, 9 Nov 2010 15:24:56 +0000 (15:24 +0000)]
Library compiles again ;)

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

13 years agoadd option of inverting blocks with SVD
kanschat [Tue, 9 Nov 2010 15:01:03 +0000 (15:01 +0000)]
add option of inverting blocks with SVD

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

13 years agoadd local integrators and list namespaces in module
kanschat [Tue, 9 Nov 2010 15:00:06 +0000 (15:00 +0000)]
add local integrators and list namespaces in module

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

13 years agoMore steps towards compiling each file only once.
bangerth [Mon, 8 Nov 2010 20:47:09 +0000 (20:47 +0000)]
More steps towards compiling each file only once.

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

13 years agoMake sure we include "../tests.h"
bangerth [Mon, 8 Nov 2010 20:46:43 +0000 (20:46 +0000)]
Make sure we include "../tests.h"

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

13 years agoMore changes to compile only once.
bangerth [Mon, 8 Nov 2010 20:10:32 +0000 (20:10 +0000)]
More changes to compile only once.

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

13 years agoConvert yet one more file.
bangerth [Mon, 8 Nov 2010 19:36:18 +0000 (19:36 +0000)]
Convert yet one more file.

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

13 years agoConvert one more file.
bangerth [Mon, 8 Nov 2010 19:30:50 +0000 (19:30 +0000)]
Convert one more file.

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

13 years agoAnother file that needs to be compiled only once. Shaves 4 seconds off overall compil...
bangerth [Mon, 8 Nov 2010 18:22:12 +0000 (18:22 +0000)]
Another file that needs to be compiled only once. Shaves 4 seconds off overall compile time :-)

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

13 years agoremove unused directory
kanschat [Mon, 8 Nov 2010 16:20:36 +0000 (16:20 +0000)]
remove unused directory

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

13 years agoRe-generate the dependency lists for the */Makefile.dep files if any
bangerth [Mon, 8 Nov 2010 15:14:30 +0000 (15:14 +0000)]
Re-generate the dependency lists for the */Makefile.dep files if any
of the .cc files change.

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

13 years agoDo rounding explicitly.
bangerth [Mon, 8 Nov 2010 14:51:14 +0000 (14:51 +0000)]
Do rounding explicitly.

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

13 years agoMake sure online documentation shows the classes related to MPI and p4est as well.
bangerth [Mon, 8 Nov 2010 01:07:33 +0000 (01:07 +0000)]
Make sure online documentation shows the classes related to MPI and p4est as well.

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

13 years agointroduce templates for LAPACK functions
kanschat [Mon, 8 Nov 2010 00:19:59 +0000 (00:19 +0000)]
introduce templates for LAPACK functions

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

13 years agoRemove a part of the Makefile that has long been unused (in build-test-do):
bangerth [Sun, 7 Nov 2010 23:31:43 +0000 (23:31 +0000)]
Remove a part of the Makefile that has long been unused (in build-test-do):
# if test -d tests ; then \
#    @echo BEGIN MAKE TESTS OUTPUT `date -u '+%Y-%m-%d %T'` ; \
#    cd tests ; $(MAKE) report+mail ; \
#    @echo END MAKE TESTS OUTPUT `date -u '+%Y-%m-%d %T'` ; \
#    @echo ; \
#  fi

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

13 years agosome restructuring and test for SVD
kanschat [Sun, 7 Nov 2010 23:11:47 +0000 (23:11 +0000)]
some restructuring and test for SVD

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

13 years agoimplement SVD
kanschat [Sun, 7 Nov 2010 23:11:12 +0000 (23:11 +0000)]
implement SVD

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

13 years agoallow for different mail programs. I am sure we did that in earlier versions, but...
kanschat [Sun, 7 Nov 2010 21:42:02 +0000 (21:42 +0000)]
allow for different mail programs. I am sure we did that in earlier versions, but the functuonality must have been sacrificed...
now we can test on mashines without working mail again

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

13 years agoEnsure that all values we work with are finite.
bangerth [Sun, 7 Nov 2010 20:34:39 +0000 (20:34 +0000)]
Ensure that all values we work with are finite.

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

13 years agoCouple more lines.
bangerth [Sun, 7 Nov 2010 20:29:18 +0000 (20:29 +0000)]
Couple more lines.

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

13 years agoRemove targets related to a recently removed file.
bangerth [Sun, 7 Nov 2010 20:11:10 +0000 (20:11 +0000)]
Remove targets related to a recently removed file.

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

13 years agoFix a couple wrong links in the documentation.
bangerth [Sun, 7 Nov 2010 20:06:15 +0000 (20:06 +0000)]
Fix a couple wrong links in the documentation.

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

13 years agorun autoconf on previous change
kanschat [Sun, 7 Nov 2010 18:31:53 +0000 (18:31 +0000)]
run autoconf on previous change

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

13 years agoTest for new version of SVD
kanschat [Sun, 7 Nov 2010 18:25:47 +0000 (18:25 +0000)]
Test for new version of SVD

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

13 years agoFix end-of-group marker.
bangerth [Sun, 7 Nov 2010 18:21:55 +0000 (18:21 +0000)]
Fix end-of-group marker.

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

13 years agochange default back to just running tests without producing report (the old behavior)
kanschat [Sun, 7 Nov 2010 18:11:29 +0000 (18:11 +0000)]
change default back to just running tests without producing report (the old behavior)

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

13 years agoExtend documentation.
bangerth [Sun, 7 Nov 2010 16:50:34 +0000 (16:50 +0000)]
Extend documentation.

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

13 years agoMake compile again.
bangerth [Sat, 6 Nov 2010 06:11:09 +0000 (06:11 +0000)]
Make compile again.

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

13 years agoMake sure we also build ../include/deal.II/lac/lapack_templates.h in time.
bangerth [Sat, 6 Nov 2010 05:00:20 +0000 (05:00 +0000)]
Make sure we also build ../include/deal.II/lac/lapack_templates.h in time.

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

13 years agoRemove a mark of todos that I had long taken care of.
bangerth [Sat, 6 Nov 2010 04:59:22 +0000 (04:59 +0000)]
Remove a mark of todos that I had long taken care of.

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

13 years agocheck for more LAPACK
kanschat [Fri, 5 Nov 2010 18:33:01 +0000 (18:33 +0000)]
check for more LAPACK

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

13 years agoMake sure we build the .inst files as well.
bangerth [Fri, 5 Nov 2010 18:15:58 +0000 (18:15 +0000)]
Make sure we build the .inst files as well.

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

13 years agoPatch by Matrin Kronbichler: Make things work with Trilinos 9 again.
bangerth [Fri, 5 Nov 2010 16:58:28 +0000 (16:58 +0000)]
Patch by Matrin Kronbichler: Make things work with Trilinos 9 again.

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

13 years agostart some work on SVD
kanschat [Fri, 5 Nov 2010 15:30:06 +0000 (15:30 +0000)]
start some work on SVD

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

13 years agoA very minor correction to configure --help
young [Fri, 5 Nov 2010 11:32:00 +0000 (11:32 +0000)]
A very minor correction to configure --help

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

13 years agoEnsure that we only rebuild those parts of the Makefile that are really necessary...
bangerth [Fri, 5 Nov 2010 06:53:25 +0000 (06:53 +0000)]
Ensure that we only rebuild those parts of the Makefile that are really necessary. This didnt

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

13 years agoAdd a sentence.
bangerth [Thu, 4 Nov 2010 17:32:18 +0000 (17:32 +0000)]
Add a sentence.

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

13 years agoMore updated test results.
buerg [Thu, 4 Nov 2010 09:55:58 +0000 (09:55 +0000)]
More updated test results.

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

13 years agoFix typo in FE_Nedelec
buerg [Thu, 4 Nov 2010 07:08:55 +0000 (07:08 +0000)]
Fix typo in FE_Nedelec

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

13 years agoUpdate output: the location of the error message has moved from the .h file to the...
bangerth [Thu, 4 Nov 2010 06:45:04 +0000 (06:45 +0000)]
Update output: the location of the error message has moved from the .h file to the .cc file in r22506.

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

13 years agoMake sure we don't call GridTools::partition_triangulation on
bangerth [Thu, 4 Nov 2010 04:09:04 +0000 (04:09 +0000)]
Make sure we don't call GridTools::partition_triangulation on
parallel::distributed::Triangulation objects.

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

13 years agoRemove now no longer used third Makefile template.
bangerth [Thu, 4 Nov 2010 03:27:07 +0000 (03:27 +0000)]
Remove now no longer used third Makefile template.

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

13 years agoDocumentation fixes.
bangerth [Thu, 4 Nov 2010 03:26:37 +0000 (03:26 +0000)]
Documentation fixes.

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

13 years agoBring in synch with the Makefile.small template.
bangerth [Thu, 4 Nov 2010 03:26:19 +0000 (03:26 +0000)]
Bring in synch with the Makefile.small template.

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

13 years agoRevamp the whole business.
bangerth [Thu, 4 Nov 2010 03:21:24 +0000 (03:21 +0000)]
Revamp the whole business.

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

13 years agoUpdates for test results.
buerg [Wed, 3 Nov 2010 15:22:57 +0000 (15:22 +0000)]
Updates for test results.

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

13 years agoPolynomials_Nedelec: Renumbering polynomials
buerg [Wed, 3 Nov 2010 12:37:45 +0000 (12:37 +0000)]
Polynomials_Nedelec: Renumbering polynomials

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

13 years agoReference the glossary instead of repeating documentation.
bangerth [Wed, 3 Nov 2010 12:05:43 +0000 (12:05 +0000)]
Reference the glossary instead of repeating documentation.

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

13 years agoAdd an entry on boundary forms.
bangerth [Wed, 3 Nov 2010 11:43:11 +0000 (11:43 +0000)]
Add an entry on boundary forms.

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

13 years agoMake GridOut::write_gnuplot available for codim=1.
bangerth [Wed, 3 Nov 2010 11:30:11 +0000 (11:30 +0000)]
Make GridOut::write_gnuplot available for codim=1.

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

13 years agoAdd comment.
bangerth [Wed, 3 Nov 2010 11:22:53 +0000 (11:22 +0000)]
Add comment.

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

13 years agoFE_Nedelec: Renumbering of dofs on faces 2 and 3
buerg [Wed, 3 Nov 2010 10:56:23 +0000 (10:56 +0000)]
FE_Nedelec: Renumbering of dofs on faces 2 and 3

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

13 years agoRe-apply previous. It now compiles, links and should even work with some luck.
bangerth [Wed, 3 Nov 2010 03:34:27 +0000 (03:34 +0000)]
Re-apply previous. It now compiles, links and should even work with some luck.

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

13 years agoRevert changes back to r22586.
bangerth [Tue, 2 Nov 2010 22:58:19 +0000 (22:58 +0000)]
Revert changes back to r22586.

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

13 years agoFurther forward in the quest to make things work for codim=1.
bangerth [Tue, 2 Nov 2010 22:55:09 +0000 (22:55 +0000)]
Further forward in the quest to make things work for codim=1.

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

13 years agoAdd missing instantiations.
bangerth [Tue, 2 Nov 2010 22:41:31 +0000 (22:41 +0000)]
Add missing instantiations.

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

13 years agoMake the VectorTools::interpolate_boundary_values function available for the codim...
bangerth [Tue, 2 Nov 2010 22:31:58 +0000 (22:31 +0000)]
Make the VectorTools::interpolate_boundary_values function available for the codim=1 case.

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

13 years agoMake hp::FE{Subface,Face}Values available for the codim=1 case.
bangerth [Tue, 2 Nov 2010 22:31:07 +0000 (22:31 +0000)]
Make hp::FE{Subface,Face}Values available for the codim=1 case.

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

13 years agoReindent.
bangerth [Tue, 2 Nov 2010 22:19:12 +0000 (22:19 +0000)]
Reindent.

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

13 years agoAdjust to new directory structure.
bangerth [Tue, 2 Nov 2010 12:54:48 +0000 (12:54 +0000)]
Adjust to new directory structure.

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

13 years agoConvert to compiling only once.
bangerth [Tue, 2 Nov 2010 03:12:49 +0000 (03:12 +0000)]
Convert to compiling only once.

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

13 years agoAdd DIMENSIONS.
bangerth [Tue, 2 Nov 2010 03:11:46 +0000 (03:11 +0000)]
Add DIMENSIONS.

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

13 years agoAdd another test.
bangerth [Tue, 2 Nov 2010 02:52:48 +0000 (02:52 +0000)]
Add another test.

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

13 years agoDocument fix.
bangerth [Mon, 1 Nov 2010 21:40:32 +0000 (21:40 +0000)]
Document fix.

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

13 years agoAdd one more test and fix it in fe_values.cc.
bangerth [Mon, 1 Nov 2010 21:36:23 +0000 (21:36 +0000)]
Add one more test and fix it in fe_values.cc.

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

13 years agoAdd create and pattern_factory functions in parameter_handler.
rao [Mon, 1 Nov 2010 18:53:25 +0000 (18:53 +0000)]
Add create and pattern_factory functions in parameter_handler.

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

13 years agoRestored previous changes.
buerg [Mon, 1 Nov 2010 17:15:28 +0000 (17:15 +0000)]
Restored previous changes.

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

13 years agoRemove another file not needed.
bangerth [Mon, 1 Nov 2010 14:25:18 +0000 (14:25 +0000)]
Remove another file not needed.

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

13 years agoRemove another file that apparently no longer serves a purpose.
bangerth [Mon, 1 Nov 2010 14:22:55 +0000 (14:22 +0000)]
Remove another file that apparently no longer serves a purpose.

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

13 years agoRemove files no longer needed.
bangerth [Mon, 1 Nov 2010 14:21:53 +0000 (14:21 +0000)]
Remove files no longer needed.

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

13 years agoRemove directory no longer needed.
bangerth [Mon, 1 Nov 2010 14:21:24 +0000 (14:21 +0000)]
Remove directory no longer needed.

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

13 years agoLook over.
bangerth [Mon, 1 Nov 2010 14:13:55 +0000 (14:13 +0000)]
Look over.

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

13 years agoFix an issue with gcc 4.0.2.
bangerth [Mon, 1 Nov 2010 13:40:22 +0000 (13:40 +0000)]
Fix an issue with gcc 4.0.2.

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

13 years agoFixed some bugs in FE_Nedelec
buerg [Mon, 1 Nov 2010 13:39:22 +0000 (13:39 +0000)]
Fixed some bugs in FE_Nedelec

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

13 years agoFix oversight.
bangerth [Mon, 1 Nov 2010 13:15:28 +0000 (13:15 +0000)]
Fix oversight.

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

13 years agoRework and pretty up.
bangerth [Mon, 1 Nov 2010 13:09:34 +0000 (13:09 +0000)]
Rework and pretty up.

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

13 years agoIndent.
kronbichler [Mon, 1 Nov 2010 12:45:15 +0000 (12:45 +0000)]
Indent.

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

13 years agoCircumvent a compile problem with gcc4.0.2 by using operator () to access table data.
kronbichler [Mon, 1 Nov 2010 12:43:19 +0000 (12:43 +0000)]
Circumvent a compile problem with gcc4.0.2 by using operator () to access table data.

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

13 years agoCircumvent a compile problem with gcc4.0.2 by using other access to table data.
kronbichler [Mon, 1 Nov 2010 10:33:14 +0000 (10:33 +0000)]
Circumvent a compile problem with gcc4.0.2 by using other access to table data.

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

13 years agoImprove readability.
bangerth [Mon, 1 Nov 2010 04:03:48 +0000 (04:03 +0000)]
Improve readability.

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

13 years agoRedo the change Guido just reverted -- he came too late, I had already fixed it...
bangerth [Mon, 1 Nov 2010 03:48:41 +0000 (03:48 +0000)]
Redo the change Guido just reverted -- he came too late, I had already fixed it...

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

13 years agocheck in temporary functions in BlockList
kanschat [Mon, 1 Nov 2010 03:38:39 +0000 (03:38 +0000)]
check in temporary functions in BlockList

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

13 years agoundo commit that destroyed FullMatrix
kanschat [Mon, 1 Nov 2010 03:30:38 +0000 (03:30 +0000)]
undo commit that destroyed FullMatrix

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

13 years agoNow, for real. This only happens when we have LAPACK functions, so I can't
bangerth [Mon, 1 Nov 2010 03:15:16 +0000 (03:15 +0000)]
Now, for real. This only happens when we have LAPACK functions, so I can't
test it locally...

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

13 years agoMake things compile again :-(
bangerth [Mon, 1 Nov 2010 03:13:43 +0000 (03:13 +0000)]
Make things compile again :-(

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

13 years agoCross-link to Carsten's homepage.
bangerth [Mon, 1 Nov 2010 03:03:39 +0000 (03:03 +0000)]
Cross-link to Carsten's homepage.

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

13 years agoReview.
bangerth [Sat, 30 Oct 2010 03:48:04 +0000 (03:48 +0000)]
Review.

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

13 years agoOverhaul. Shorten.
bangerth [Sat, 30 Oct 2010 03:20:48 +0000 (03:20 +0000)]
Overhaul. Shorten.

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

13 years agoAdjust a bit.
bangerth [Sat, 30 Oct 2010 01:54:07 +0000 (01:54 +0000)]
Adjust a bit.

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

13 years agoList step-40.
bangerth [Sat, 30 Oct 2010 01:51:59 +0000 (01:51 +0000)]
List step-40.

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

13 years agoFix layout.
bangerth [Sat, 30 Oct 2010 01:48:36 +0000 (01:48 +0000)]
Fix layout.

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

13 years agoAdd step-40.
bangerth [Sat, 30 Oct 2010 01:47:27 +0000 (01:47 +0000)]
Add step-40.

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

13 years agoUse a std::vector instead of a plain pointer to store data in TableBase.
bangerth [Fri, 29 Oct 2010 23:04:43 +0000 (23:04 +0000)]
Use a std::vector instead of a plain pointer to store data in TableBase.

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

13 years agoAdd a few more basic types.
bangerth [Fri, 29 Oct 2010 22:55:08 +0000 (22:55 +0000)]
Add a few more basic types.

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

13 years agoFix compilation with Petsc 3.1
kronbichler [Fri, 29 Oct 2010 12:13:46 +0000 (12:13 +0000)]
Fix compilation with Petsc 3.1

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

13 years agoAdd a link.
bangerth [Fri, 29 Oct 2010 04:05:53 +0000 (04:05 +0000)]
Add a link.

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

13 years agoEdit.
bangerth [Fri, 29 Oct 2010 04:05:34 +0000 (04:05 +0000)]
Edit.

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

13 years agoRead over it top-to-bottom and bring up to date.
bangerth [Fri, 29 Oct 2010 04:03:35 +0000 (04:03 +0000)]
Read over it top-to-bottom and bring up to date.

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

13 years agoReorder targets.
bangerth [Fri, 29 Oct 2010 03:19:13 +0000 (03:19 +0000)]
Reorder targets.

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