]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
17 years agoRename to match directory name
Wolfgang Bangerth [Thu, 19 Oct 2006 21:28:30 +0000 (21:28 +0000)]
Rename to match directory name

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

17 years agoadded test for bug in umfpack wrapper.
Luca Heltai [Thu, 19 Oct 2006 20:32:02 +0000 (20:32 +0000)]
added test for bug in umfpack wrapper.

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

17 years agoFix a problem where we can not forward declare an overloaded version of a template...
Wolfgang Bangerth [Thu, 19 Oct 2006 02:04:55 +0000 (02:04 +0000)]
Fix a problem where we can not forward declare an overloaded version of a template function, but nevertheless call the overload from the driver file. This is invalid code according to the standard, but for some reason we have gotten lucky so far...

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Thu, 19 Oct 2006 01:12:58 +0000 (01:12 +0000)]
All tests should include ../tests.h

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

17 years agoAdd include file
Wolfgang Bangerth [Thu, 19 Oct 2006 00:58:34 +0000 (00:58 +0000)]
Add include file

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

17 years agoGet rid of the typeid(...).name() thing, since it produces mangled names and those...
Wolfgang Bangerth [Thu, 19 Oct 2006 00:56:00 +0000 (00:56 +0000)]
Get rid of the typeid(...).name() thing, since it produces mangled names and those are up for change when we move everything into a namespace.

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

17 years agoMove functions local to these files into an anonymous namespace
Wolfgang Bangerth [Thu, 19 Oct 2006 00:37:54 +0000 (00:37 +0000)]
Move functions local to these files into an anonymous namespace

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Thu, 19 Oct 2006 00:17:16 +0000 (00:17 +0000)]
All tests should include ../tests.h

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Wed, 18 Oct 2006 23:42:04 +0000 (23:42 +0000)]
All tests should include ../tests.h

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Wed, 18 Oct 2006 23:41:29 +0000 (23:41 +0000)]
All tests should include ../tests.h

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Wed, 18 Oct 2006 23:40:59 +0000 (23:40 +0000)]
All tests should include ../tests.h

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

17 years agoAll tests should include ../tests.h
Wolfgang Bangerth [Wed, 18 Oct 2006 23:40:28 +0000 (23:40 +0000)]
All tests should include ../tests.h

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

17 years agoAdd some text for the types of Matt Knepley or me :-)
Wolfgang Bangerth [Wed, 18 Oct 2006 22:24:22 +0000 (22:24 +0000)]
Add some text for the types of Matt Knepley or me :-)

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

17 years agoProperly indent
Wolfgang Bangerth [Wed, 18 Oct 2006 00:37:42 +0000 (00:37 +0000)]
Properly indent

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

17 years agoRemove some more unnecessary using namespace declarations.
Wolfgang Bangerth [Wed, 18 Oct 2006 00:32:10 +0000 (00:32 +0000)]
Remove some more unnecessary using namespace declarations.

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

17 years agoRemove unnecessary using namespace declarations.
Wolfgang Bangerth [Wed, 18 Oct 2006 00:28:53 +0000 (00:28 +0000)]
Remove unnecessary using namespace declarations.

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

17 years agoadd entry for gfortran and fix nesting error with <a> and <h3>
Guido Kanschat [Tue, 17 Oct 2006 15:55:01 +0000 (15:55 +0000)]
add entry for gfortran and fix nesting error with <a> and <h3>

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

17 years agoBring up to date
Wolfgang Bangerth [Tue, 17 Oct 2006 04:31:42 +0000 (04:31 +0000)]
Bring up to date

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

17 years agoAdd Yan Li's step-21 for the IMPES problem
Wolfgang Bangerth [Tue, 17 Oct 2006 04:24:27 +0000 (04:24 +0000)]
Add Yan Li's step-21 for the IMPES problem

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

17 years agoTake over a few useful changes anyway.
Wolfgang Bangerth [Tue, 17 Oct 2006 04:08:39 +0000 (04:08 +0000)]
Take over a few useful changes anyway.

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

17 years agoUndo previous change, at least for those files that I didn't want to be affected
Wolfgang Bangerth [Tue, 17 Oct 2006 04:05:33 +0000 (04:05 +0000)]
Undo previous change, at least for those files that I didn't want to be affected

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

17 years agoMove the presently unfinished step-21 to step-27, to make room for the IMPES tutorial...
Wolfgang Bangerth [Tue, 17 Oct 2006 03:59:47 +0000 (03:59 +0000)]
Move the presently unfinished step-21 to step-27, to make room for the IMPES tutorial program that naturally follows step-20

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

17 years agoadd
Wolfgang Bangerth [Tue, 17 Oct 2006 03:52:37 +0000 (03:52 +0000)]
add

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

17 years agoupdate
Wolfgang Bangerth [Tue, 17 Oct 2006 03:51:26 +0000 (03:51 +0000)]
update

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

17 years agoMove the failing hp tests into the new 'fail' directory
Wolfgang Bangerth [Sat, 14 Oct 2006 14:17:12 +0000 (14:17 +0000)]
Move the failing hp tests into the new 'fail' directory

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

17 years agoInclude the new 'fail' directory into all targets
Wolfgang Bangerth [Sat, 14 Oct 2006 14:15:17 +0000 (14:15 +0000)]
Include the new 'fail' directory into all targets

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

17 years agomove tests known to fail to fail
Guido Kanschat [Fri, 13 Oct 2006 18:40:00 +0000 (18:40 +0000)]
move tests known to fail to fail

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

17 years agodelete RT for the moment
Guido Kanschat [Fri, 13 Oct 2006 18:07:33 +0000 (18:07 +0000)]
delete RT for the moment

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

17 years agoreflect changes in VectorTools::project
Guido Kanschat [Fri, 13 Oct 2006 15:14:53 +0000 (15:14 +0000)]
reflect changes in VectorTools::project

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

17 years agoAnother paper to check
Wolfgang Bangerth [Fri, 13 Oct 2006 14:02:09 +0000 (14:02 +0000)]
Another paper to check

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

17 years agoOne more paper
Wolfgang Bangerth [Fri, 13 Oct 2006 13:55:22 +0000 (13:55 +0000)]
One more paper

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

17 years agoRemove obsolete output.
Ralf Hartmann [Fri, 13 Oct 2006 12:22:56 +0000 (12:22 +0000)]
Remove obsolete output.

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

17 years agotecplot_binary output requires TecplotFlags::tecplot_binary_file_name to include...
Ralf Hartmann [Thu, 12 Oct 2006 15:53:16 +0000 (15:53 +0000)]
tecplot_binary output requires TecplotFlags::tecplot_binary_file_name to include the file name!

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

17 years agoAdded new ParameterHandler output style for command line description of available...
Florian Prill [Thu, 12 Oct 2006 15:52:46 +0000 (15:52 +0000)]
Added new ParameterHandler output style for command line description of available parameters.

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

17 years agoMade whitespace character a default delimiter for utility function break_text_into_li...
Florian Prill [Thu, 12 Oct 2006 15:51:16 +0000 (15:51 +0000)]
Made whitespace character a default delimiter for utility function break_text_into_lines() which can also be changed to other delimiters.

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

17 years agoadjust to changes in VectorTools
Guido Kanschat [Thu, 12 Oct 2006 04:10:58 +0000 (04:10 +0000)]
adjust to changes in VectorTools

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

17 years agoadjust to changes in VectorTools
Guido Kanschat [Thu, 12 Oct 2006 03:51:46 +0000 (03:51 +0000)]
adjust to changes in VectorTools

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

17 years agoallow for more iterations in VectorTools::project and eliminate output of iterative...
Guido Kanschat [Thu, 12 Oct 2006 03:13:09 +0000 (03:13 +0000)]
allow for more iterations in VectorTools::project and eliminate output of iterative method

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

17 years agoUpdate of minimize_boost file which was required for updating to boost_1_33_1.
Ralf Hartmann [Tue, 10 Oct 2006 15:22:34 +0000 (15:22 +0000)]
Update of minimize_boost file which was required for updating to boost_1_33_1.

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

17 years agoBug fix: As min=2.22507e-308 and max=1.79769e+308 we should allow -max<=x<=max instea...
Ralf Hartmann [Tue, 10 Oct 2006 11:09:16 +0000 (11:09 +0000)]
Bug fix: As min=2.22507e-308 and max=1.79769e+308 we should allow -max<=x<=max instead of only min<=x<=max.

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

17 years agoLeave a TODO
Wolfgang Bangerth [Mon, 9 Oct 2006 16:46:06 +0000 (16:46 +0000)]
Leave a TODO

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

17 years agoCheck in results for this platform
Guido Kanschat [Mon, 9 Oct 2006 16:20:42 +0000 (16:20 +0000)]
Check in results for this platform

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

17 years agoAnother reference to check
Wolfgang Bangerth [Mon, 9 Oct 2006 15:10:15 +0000 (15:10 +0000)]
Another reference to check

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

17 years agoFix output for strange
Wolfgang Bangerth [Sat, 7 Oct 2006 22:52:32 +0000 (22:52 +0000)]
Fix output for strange

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

17 years agoImplement a strategy to split nodes for the complex case into master and slave nodes...
Wolfgang Bangerth [Sat, 7 Oct 2006 01:50:21 +0000 (01:50 +0000)]
Implement a strategy to split nodes for the complex case into master and slave nodes. This fixes two testcases, but the new crash_12 testcase still fails

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

17 years agoNew test that presently also fails. A generalization of a few previous ones.
Wolfgang Bangerth [Fri, 6 Oct 2006 20:50:34 +0000 (20:50 +0000)]
New test that presently also fails. A generalization of a few previous ones.

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

17 years agoMention step-23/step-24
Wolfgang Bangerth [Thu, 5 Oct 2006 02:40:57 +0000 (02:40 +0000)]
Mention step-23/step-24

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

17 years agoSmall last fixes
Wolfgang Bangerth [Thu, 5 Oct 2006 02:36:32 +0000 (02:36 +0000)]
Small last fixes

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

17 years agoOne more
Wolfgang Bangerth [Wed, 4 Oct 2006 23:50:59 +0000 (23:50 +0000)]
One more

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

17 years agoadd a note on new LAPACK functions
Guido Kanschat [Mon, 2 Oct 2006 15:24:19 +0000 (15:24 +0000)]
add a note on new LAPACK functions

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

17 years agofix error in non-LAPACK version
Guido Kanschat [Mon, 2 Oct 2006 15:18:46 +0000 (15:18 +0000)]
fix error in non-LAPACK version

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

17 years agoapply a fix in non-LAPACK mode
Guido Kanschat [Mon, 2 Oct 2006 15:10:13 +0000 (15:10 +0000)]
apply a fix in non-LAPACK mode
add PreconditionLU

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

17 years agostop output to cout
Guido Kanschat [Sun, 1 Oct 2006 23:02:44 +0000 (23:02 +0000)]
stop output to cout

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

17 years agotest for LU decomposition
Guido Kanschat [Sun, 1 Oct 2006 23:02:08 +0000 (23:02 +0000)]
test for LU decomposition

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

17 years agoLU decomposition added to LAPACKFullMatrix
Guido Kanschat [Sun, 1 Oct 2006 23:01:21 +0000 (23:01 +0000)]
LU decomposition added to LAPACKFullMatrix
some items in LAPACKFullMatrix fixed

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

17 years agointroduce numbers for full matrix tests
Guido Kanschat [Sun, 1 Oct 2006 22:16:15 +0000 (22:16 +0000)]
introduce numbers for full matrix tests

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

17 years agoadd instantiations for float again
Guido Kanschat [Thu, 28 Sep 2006 21:04:38 +0000 (21:04 +0000)]
add instantiations for float again

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

18 years agogroup member functions
Guido Kanschat [Wed, 27 Sep 2006 20:27:57 +0000 (20:27 +0000)]
group member functions

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

18 years agoAdd a TODO.
Wolfgang Bangerth [Wed, 27 Sep 2006 16:48:33 +0000 (16:48 +0000)]
Add a TODO.

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

18 years agoDon't reserve the right amount of space, since we usually come back to that place...
Wolfgang Bangerth [Wed, 27 Sep 2006 16:48:04 +0000 (16:48 +0000)]
Don't reserve the right amount of space, since we usually come back to that place later and request even more. The present code then leads to excessive numbers of calls to memory allocation.

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

18 years agonew version of function contract(), contracting a tensor of rank three with one of...
Tobias Leicht [Wed, 27 Sep 2006 09:08:53 +0000 (09:08 +0000)]
new version of function contract(), contracting a tensor of rank three with one of rank two over given indices

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

18 years agoMinor doc updates
Wolfgang Bangerth [Wed, 27 Sep 2006 02:22:00 +0000 (02:22 +0000)]
Minor doc updates

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

18 years agoMicrofix. The interface of compute_eigenvalues was not changed for the
kayser-herold [Tue, 26 Sep 2006 20:49:14 +0000 (20:49 +0000)]
Microfix. The interface of compute_eigenvalues was not changed for the
non-lapack version of the code.

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

18 years agochange ignore list
Guido Kanschat [Tue, 26 Sep 2006 20:42:00 +0000 (20:42 +0000)]
change ignore list

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

18 years agochange description
Guido Kanschat [Tue, 26 Sep 2006 20:41:36 +0000 (20:41 +0000)]
change description

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

18 years agoadd eigenvector computation to compute_eigenvalues
Guido Kanschat [Tue, 26 Sep 2006 16:25:00 +0000 (16:25 +0000)]
add eigenvector computation to compute_eigenvalues
access to eigenvectors is missing yet and needs thinking

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

18 years agoUpdate
Guido Kanschat [Tue, 26 Sep 2006 04:01:00 +0000 (04:01 +0000)]
Update

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

18 years agoModify this testcase to only check the hanging nodes the test's name suggest. Correct...
Wolfgang Bangerth [Mon, 25 Sep 2006 21:25:21 +0000 (21:25 +0000)]
Modify this testcase to only check the hanging nodes the test's name suggest. Correctness changes will be tested in a separate set of tests based on the deal.II/interpolate_* and deal.II/project_* tests at one point.

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

18 years agoNew movie, with nice surface view
Wolfgang Bangerth [Mon, 25 Sep 2006 16:33:29 +0000 (16:33 +0000)]
New movie, with nice surface view

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

18 years agoAdd
Guido Kanschat [Mon, 25 Sep 2006 16:04:13 +0000 (16:04 +0000)]
Add

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

18 years agoDon't appear to need these any more
Wolfgang Bangerth [Mon, 25 Sep 2006 15:19:16 +0000 (15:19 +0000)]
Don't appear to need these any more

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

18 years agoUpdate
Wolfgang Bangerth [Mon, 25 Sep 2006 15:18:29 +0000 (15:18 +0000)]
Update

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

18 years agoFix output files
Wolfgang Bangerth [Sun, 24 Sep 2006 16:29:29 +0000 (16:29 +0000)]
Fix output files

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

18 years agoAdded a missing explicit template instantiation (Mac OSX complained
kayser-herold [Sun, 24 Sep 2006 15:43:39 +0000 (15:43 +0000)]
Added a missing explicit template instantiation (Mac OSX complained
about that).

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

18 years agoMention pgi 6.2. Remove notes on old versions
Wolfgang Bangerth [Fri, 22 Sep 2006 16:16:09 +0000 (16:16 +0000)]
Mention pgi 6.2. Remove notes on old versions

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

18 years agoDo not test for __builtin_expect when using the Portland Group compiler
Wolfgang Bangerth [Fri, 22 Sep 2006 15:07:15 +0000 (15:07 +0000)]
Do not test for __builtin_expect when using the Portland Group compiler

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

18 years agovalues updated for gcc 4.1.0 on charm
Guido Kanschat [Fri, 22 Sep 2006 14:55:08 +0000 (14:55 +0000)]
values updated for gcc 4.1.0 on charm

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

18 years agoAllow to run through. Check in output
Wolfgang Bangerth [Fri, 22 Sep 2006 05:18:32 +0000 (05:18 +0000)]
Allow to run through. Check in output

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

18 years agoThis is finally the right approach: only identify dofs if there are no more than...
Wolfgang Bangerth [Fri, 22 Sep 2006 03:58:52 +0000 (03:58 +0000)]
This is finally the right approach: only identify dofs if there are no more than 2 finite elements associated with an object. This also fixes hp/crash_10.

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

18 years agoImplement something where we don't willy-nilly identify dofs, but only do so from...
Wolfgang Bangerth [Fri, 22 Sep 2006 03:49:11 +0000 (03:49 +0000)]
Implement something where we don't willy-nilly identify dofs, but only do so from dominated to the most dominating element.

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

18 years agoCheck in some output
Wolfgang Bangerth [Fri, 22 Sep 2006 03:48:08 +0000 (03:48 +0000)]
Check in some output

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

18 years agoA testcase that should illustrate the problem with crash_10 and hp_hanging_nodes_02...
Wolfgang Bangerth [Thu, 21 Sep 2006 23:39:33 +0000 (23:39 +0000)]
A testcase that should illustrate the problem with crash_10 and hp_hanging_nodes_02 (but doesn't right now, because we have a problem with eliminating DoFs).

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

18 years agoGenerate some more enlightening output.
Wolfgang Bangerth [Thu, 21 Sep 2006 23:08:08 +0000 (23:08 +0000)]
Generate some more enlightening output.

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

18 years agoMinor changes without net effect
Wolfgang Bangerth [Thu, 21 Sep 2006 20:58:29 +0000 (20:58 +0000)]
Minor changes without net effect

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

18 years agoRemove a bunch of include files that we don't need no more.
Wolfgang Bangerth [Thu, 21 Sep 2006 20:50:00 +0000 (20:50 +0000)]
Remove a bunch of include files that we don't need no more.

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

18 years agoNew presently crashing test. Add comments.
Wolfgang Bangerth [Thu, 21 Sep 2006 20:49:06 +0000 (20:49 +0000)]
New presently crashing test. Add comments.

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

18 years agodo not compute condition number of a 1d system; no idea why this worked
Guido Kanschat [Thu, 21 Sep 2006 15:15:55 +0000 (15:15 +0000)]
do not compute condition number of a 1d system; no idea why this worked

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

18 years agoMention that chains of constraints are now ok.
Wolfgang Bangerth [Thu, 21 Sep 2006 05:35:26 +0000 (05:35 +0000)]
Mention that chains of constraints are now ok.

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

18 years agoWhen resolving chains of constraints, we not only have to merge re-constrained dofs...
Wolfgang Bangerth [Thu, 21 Sep 2006 05:20:01 +0000 (05:20 +0000)]
When resolving chains of constraints, we not only have to merge re-constrained dofs, but also unify them with already existing constraints. This finally solves 5 failures in tests/hp

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

18 years agoDon't treat DoFs that have already been treated.
Wolfgang Bangerth [Thu, 21 Sep 2006 04:44:04 +0000 (04:44 +0000)]
Don't treat DoFs that have already been treated.

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

18 years agoCache more data, clean up implementation a bit.
Wolfgang Bangerth [Wed, 20 Sep 2006 22:58:30 +0000 (22:58 +0000)]
Cache more data, clean up implementation a bit.

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

18 years agomake sure, condition numbers are only computed if there are at least two eigenvalues
Guido Kanschat [Wed, 20 Sep 2006 19:19:01 +0000 (19:19 +0000)]
make sure, condition numbers are only computed if there are at least two eigenvalues

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

18 years agoRename functions to avoid confusing them with assertions.
Wolfgang Bangerth [Wed, 20 Sep 2006 16:38:18 +0000 (16:38 +0000)]
Rename functions to avoid confusing them with assertions.

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

18 years agoCache a few more things. Clean up a bit.
Wolfgang Bangerth [Wed, 20 Sep 2006 04:58:48 +0000 (04:58 +0000)]
Cache a few more things. Clean up a bit.

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

18 years agoCache the subface matrices for the simple case.
Wolfgang Bangerth [Wed, 20 Sep 2006 04:12:10 +0000 (04:12 +0000)]
Cache the subface matrices for the simple case.

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

18 years agoClean up a few things
Wolfgang Bangerth [Wed, 20 Sep 2006 03:50:22 +0000 (03:50 +0000)]
Clean up a few things

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

18 years agoUpdate svn:ignore
Wolfgang Bangerth [Tue, 19 Sep 2006 03:40:57 +0000 (03:40 +0000)]
Update svn:ignore

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

18 years agoUpdate comments and output
Wolfgang Bangerth [Tue, 19 Sep 2006 03:36:23 +0000 (03:36 +0000)]
Update comments and output

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

18 years agoAdd a TODO.
Wolfgang Bangerth [Tue, 19 Sep 2006 03:23:54 +0000 (03:23 +0000)]
Add a TODO.

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

18 years agoNew test that presently fails.
Wolfgang Bangerth [Tue, 19 Sep 2006 02:59:35 +0000 (02:59 +0000)]
New test that presently fails.

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