]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoMake two variables static so as to make icc happy.
bangerth [Wed, 25 Oct 2006 17:31:18 +0000 (17:31 +0000)]
Make two variables static so as to make icc happy.

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

17 years agoImplement a filter to make sure our dealii:: qualified name look as if they meant...
bangerth [Wed, 25 Oct 2006 17:30:43 +0000 (17:30 +0000)]
Implement a filter to make sure our dealii:: qualified name look as if they meant the global scope for doxygen

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

17 years agoFix comment typo.
bangerth [Wed, 25 Oct 2006 17:18:30 +0000 (17:18 +0000)]
Fix comment typo.

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

17 years agoAdd a missing space
bangerth [Wed, 25 Oct 2006 16:43:29 +0000 (16:43 +0000)]
Add a missing space

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

17 years agoOne more note
bangerth [Wed, 25 Oct 2006 14:30:33 +0000 (14:30 +0000)]
One more note

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

17 years agoRemove a DEAL_II_NAMESPACE_CLOSE which has been added accidentally.
hartmann [Wed, 25 Oct 2006 13:17:54 +0000 (13:17 +0000)]
Remove a DEAL_II_NAMESPACE_CLOSE which has been added accidentally.

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

17 years agoUse shared_ptr's instead of plain C-style pointers, to ensure that the factory object...
bangerth [Wed, 25 Oct 2006 03:09:22 +0000 (03:09 +0000)]
Use shared_ptr's instead of plain C-style pointers, to ensure that the factory objects get deleted at the end of the program and don't show up as memory leaks when running under valgrind.

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

17 years agoadd some more doc
kanschat [Wed, 25 Oct 2006 02:29:11 +0000 (02:29 +0000)]
add some more doc

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

17 years agoUndo previous accidental commit.
bangerth [Wed, 25 Oct 2006 01:59:15 +0000 (01:59 +0000)]
Undo previous accidental commit.

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

17 years agoVarious cleanups. In particular static initialization of the map at the beginning...
bangerth [Wed, 25 Oct 2006 01:58:27 +0000 (01:58 +0000)]
Various cleanups. In particular static initialization of the map at the beginning of the program.

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

17 years agoMore doc updates
bangerth [Wed, 25 Oct 2006 01:43:49 +0000 (01:43 +0000)]
More doc updates

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

17 years agoA few updates to the documentation
bangerth [Wed, 25 Oct 2006 01:41:39 +0000 (01:41 +0000)]
A few updates to the documentation

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

17 years agoUse deal_II_numbers::PI instead of M_PI
bangerth [Wed, 25 Oct 2006 00:55:27 +0000 (00:55 +0000)]
Use deal_II_numbers::PI instead of M_PI

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

17 years agoOne more test
bangerth [Wed, 25 Oct 2006 00:16:06 +0000 (00:16 +0000)]
One more test

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

17 years agoTests are now fixed
bangerth [Wed, 25 Oct 2006 00:13:45 +0000 (00:13 +0000)]
Tests are now fixed

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

17 years agoFix a couple of issues.
bangerth [Wed, 25 Oct 2006 00:13:36 +0000 (00:13 +0000)]
Fix a couple of issues.

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

17 years agoRevamp the functionality of sorting each row for block matrices
bangerth [Wed, 25 Oct 2006 00:01:44 +0000 (00:01 +0000)]
Revamp the functionality of sorting each row for block matrices

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

17 years agoFix obvious oversight so as to make everything compile.
bangerth [Tue, 24 Oct 2006 23:44:31 +0000 (23:44 +0000)]
Fix obvious oversight so as to make everything compile.

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

17 years agoFix comment
bangerth [Tue, 24 Oct 2006 23:42:12 +0000 (23:42 +0000)]
Fix comment

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

17 years agoProperly set svn:ignore
bangerth [Tue, 24 Oct 2006 22:36:47 +0000 (22:36 +0000)]
Properly set svn:ignore

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

17 years agoAdd an even simpler test
bangerth [Tue, 24 Oct 2006 22:36:09 +0000 (22:36 +0000)]
Add an even simpler test

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

17 years agoQualify class with its namespace, to make icc happier.
bangerth [Tue, 24 Oct 2006 22:20:04 +0000 (22:20 +0000)]
Qualify class with its namespace, to make icc happier.

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

17 years agoMake detection of icc more robust.
bangerth [Tue, 24 Oct 2006 21:57:48 +0000 (21:57 +0000)]
Make detection of icc more robust.

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

17 years agostupid bug removed
kanschat [Tue, 24 Oct 2006 18:47:02 +0000 (18:47 +0000)]
stupid bug removed

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

17 years agoadd a command that reruns configure with the same arguments as last time
kanschat [Tue, 24 Oct 2006 17:32:36 +0000 (17:32 +0000)]
add a command that reruns configure with the same arguments as last time

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

17 years agoadd a command that reruns configure with the same arguments as last time
kanschat [Tue, 24 Oct 2006 17:30:04 +0000 (17:30 +0000)]
add a command that reruns configure with the same arguments as last time

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

17 years agomake add_fe_name thread safe and add documentation
kanschat [Tue, 24 Oct 2006 17:17:19 +0000 (17:17 +0000)]
make add_fe_name thread safe and add documentation

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

17 years agotest data_out_base_tecplot_bin/OK only if configured with libtecio
kanschat [Tue, 24 Oct 2006 17:16:41 +0000 (17:16 +0000)]
test data_out_base_tecplot_bin/OK only if configured with libtecio

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

17 years agojust a comment added
kanschat [Tue, 24 Oct 2006 16:06:10 +0000 (16:06 +0000)]
just a comment added

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

17 years agoRemove files that are apparently no longer needed
bangerth [Tue, 24 Oct 2006 15:44:41 +0000 (15:44 +0000)]
Remove files that are apparently no longer needed

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

17 years agoUpdate from after change to move everything into namespace dealii::
bangerth [Tue, 24 Oct 2006 15:44:05 +0000 (15:44 +0000)]
Update from after change to move everything into namespace dealii::

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

17 years agoUndo last change. If we let doxygen move everything into namespace dealii, then it...
bangerth [Mon, 23 Oct 2006 23:22:14 +0000 (23:22 +0000)]
Undo last change. If we let doxygen move everything into namespace dealii, then it won't find these classes any more from inside the tutorial programs, since we use a 'using namespace dealii' declaration there, rather than referring to the qualified version...

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

17 years agouse crc32 checksum to verify binary output
kanschat [Mon, 23 Oct 2006 22:21:04 +0000 (22:21 +0000)]
use crc32 checksum to verify binary output

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

17 years agofix some html errors
kanschat [Mon, 23 Oct 2006 22:06:02 +0000 (22:06 +0000)]
fix some html errors

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

17 years agoDocument the 'using namespace dealii;' clause at the beginning of each program
bangerth [Mon, 23 Oct 2006 21:47:43 +0000 (21:47 +0000)]
Document the 'using namespace dealii;' clause at the beginning of each program

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

17 years agoFix properties
bangerth [Mon, 23 Oct 2006 21:00:50 +0000 (21:00 +0000)]
Fix properties

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

17 years agoAdd macro expansions for dealii namespace
bangerth [Mon, 23 Oct 2006 20:59:38 +0000 (20:59 +0000)]
Add macro expansions for dealii namespace

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

17 years agoMention the namespace thing.
bangerth [Mon, 23 Oct 2006 19:44:23 +0000 (19:44 +0000)]
Mention the namespace thing.

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

17 years agoImprove wording
bangerth [Mon, 23 Oct 2006 19:20:44 +0000 (19:20 +0000)]
Improve wording

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

17 years agoNew function GridTools::create_union_triangulation
bangerth [Mon, 23 Oct 2006 17:24:15 +0000 (17:24 +0000)]
New function GridTools::create_union_triangulation

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

17 years agoAdd some missing ::dealii which are required if DEAL_II_USE_PETSC.
hartmann [Mon, 23 Oct 2006 16:31:28 +0000 (16:31 +0000)]
Add some missing ::dealii which are required if DEAL_II_USE_PETSC.

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

17 years agoDocument that these functions need sequential vectors.
bangerth [Mon, 23 Oct 2006 16:29:16 +0000 (16:29 +0000)]
Document that these functions need sequential vectors.

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

17 years agoSet ignore property.
bangerth [Mon, 23 Oct 2006 15:54:37 +0000 (15:54 +0000)]
Set ignore property.

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

17 years agoFix fallout from the dealii:: namespace patches
bangerth [Mon, 23 Oct 2006 15:53:31 +0000 (15:53 +0000)]
Fix fallout from the dealii:: namespace patches

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

17 years agoLet numbers.h include config.h, so that one can include it as a first file as well...
bangerth [Mon, 23 Oct 2006 15:45:07 +0000 (15:45 +0000)]
Let numbers.h include config.h, so that one can include it as a first file as well. This is needed so that the namespace macros work as expected. Note that config.h also includes numbers.h, but include guards make sure that nothing bad happens from this recursion.

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

17 years agoUpdate output
bangerth [Mon, 23 Oct 2006 15:40:55 +0000 (15:40 +0000)]
Update output

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

17 years agoImport namespace dealii.
bangerth [Mon, 23 Oct 2006 11:43:57 +0000 (11:43 +0000)]
Import namespace dealii.

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

17 years agoAdd missing .PHONY declarations.
bangerth [Mon, 23 Oct 2006 03:27:39 +0000 (03:27 +0000)]
Add missing .PHONY declarations.

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

17 years agoAdd missing include file
bangerth [Mon, 23 Oct 2006 03:26:26 +0000 (03:26 +0000)]
Add missing include file

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

17 years agoMove into namespace dealii.
bangerth [Mon, 23 Oct 2006 03:07:19 +0000 (03:07 +0000)]
Move into namespace dealii.

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

17 years agoFurther improve docs
bangerth [Mon, 23 Oct 2006 02:57:07 +0000 (02:57 +0000)]
Further improve docs

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

17 years agoImprove docs
bangerth [Mon, 23 Oct 2006 02:55:33 +0000 (02:55 +0000)]
Improve docs

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

17 years agoMove everything into namespace dealii
bangerth [Mon, 23 Oct 2006 02:48:23 +0000 (02:48 +0000)]
Move everything into namespace dealii

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

17 years agoMove everything into a namespace.
bangerth [Mon, 23 Oct 2006 02:46:34 +0000 (02:46 +0000)]
Move everything into a namespace.

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

17 years agoEscape a class name
bangerth [Mon, 23 Oct 2006 02:41:20 +0000 (02:41 +0000)]
Escape a class name

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

17 years agoA few more things
bangerth [Fri, 20 Oct 2006 19:52:38 +0000 (19:52 +0000)]
A few more things

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

17 years agonew test for FETools::get_fe_by_name
kanschat [Fri, 20 Oct 2006 15:55:53 +0000 (15:55 +0000)]
new test for FETools::get_fe_by_name

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

17 years agoreorganize FETools::get_fe_by_name and allow for adding custom elements
kanschat [Fri, 20 Oct 2006 15:54:12 +0000 (15:54 +0000)]
reorganize FETools::get_fe_by_name and allow for adding custom elements

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

17 years agoMore work on text
bangerth [Fri, 20 Oct 2006 05:58:38 +0000 (05:58 +0000)]
More work on text

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

17 years agoUpdate
bangerth [Fri, 20 Oct 2006 04:04:53 +0000 (04:04 +0000)]
Update

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

17 years agoadd
bangerth [Fri, 20 Oct 2006 03:59:25 +0000 (03:59 +0000)]
add

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

17 years agoMore text
bangerth [Thu, 19 Oct 2006 23:03:17 +0000 (23:03 +0000)]
More text

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

17 years agoMove introduction to doxygen file
bangerth [Thu, 19 Oct 2006 22:06:00 +0000 (22:06 +0000)]
Move introduction to doxygen file

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

17 years agoRename to match directory name
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.
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...
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
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
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...
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
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
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
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
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
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
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 :-)
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
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.
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.
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>
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
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
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.
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
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...
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
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
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
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
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
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
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
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
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
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.
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...
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...
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...
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
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
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


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.