]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoAdd a default constructor to DataOutBase::GmvFlags to avoid warnings about uninitiali...
bangerth [Mon, 20 Aug 2007 21:15:10 +0000 (21:15 +0000)]
Add a default constructor to DataOutBase::GmvFlags to avoid warnings about uninitialized objects when using such variables. The class has no meaningful members, so it doesn't matter, but it avoids the compiler warning.

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

17 years agoadded logo to doxygen documentation and ran autoconf
kanschat [Mon, 20 Aug 2007 19:24:26 +0000 (19:24 +0000)]
added logo to doxygen documentation and ran autoconf

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

17 years agormove old logos
kanschat [Mon, 20 Aug 2007 16:50:21 +0000 (16:50 +0000)]
rmove old logos

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

17 years agonew doxygen header
kanschat [Mon, 20 Aug 2007 16:46:59 +0000 (16:46 +0000)]
new doxygen header

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

17 years agomove old header
kanschat [Mon, 20 Aug 2007 16:45:10 +0000 (16:45 +0000)]
move old header

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

17 years agoadd 2007 copyright
kanschat [Mon, 20 Aug 2007 16:44:15 +0000 (16:44 +0000)]
add 2007 copyright

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

17 years agoReference ACM special issue on SPEC CPU 2006
bangerth [Mon, 20 Aug 2007 16:36:51 +0000 (16:36 +0000)]
Reference ACM special issue on SPEC CPU 2006

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

17 years agoAdd a couple of publications more.
bangerth [Mon, 20 Aug 2007 16:16:37 +0000 (16:16 +0000)]
Add a couple of publications more.

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

17 years agoMake it compile with MIPSpro: Add dealii namespace to make DataOutBase::Deal_II_Inter...
hartmann [Mon, 20 Aug 2007 15:13:40 +0000 (15:13 +0000)]
Make it compile with MIPSpro: Add dealii namespace to make DataOutBase::Deal_II_IntermediateFlags::format_version variable accessible in DataOutReader class.

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

17 years agoAdd inline in function declaration to avoid MIPSpro 7.41 warning: line 613, External...
hartmann [Mon, 20 Aug 2007 08:20:36 +0000 (08:20 +0000)]
Add inline in function declaration to avoid MIPSpro 7.41 warning: line 613, External/internal linkage conflicts with a previous declaration.

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

17 years agoMake row_iterator const_iterator to avoid MIPSpro error: line 424, No suitable user...
hartmann [Mon, 20 Aug 2007 08:09:15 +0000 (08:09 +0000)]
Make row_iterator const_iterator to avoid MIPSpro error: line 424, No suitable user-defined conversion from std::set<[...]>::iterator to dealii::CompressedSetSparsityPattern::row_iterator exists.

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

17 years agoAdd some missing std to make it compile with MIPSpro 7.41.
hartmann [Mon, 20 Aug 2007 07:58:15 +0000 (07:58 +0000)]
Add some missing std to make it compile with MIPSpro 7.41.

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

17 years agoSecond try to make it compile with Sun C++ 5.9. Avoid error: cannot change access...
hartmann [Mon, 20 Aug 2007 07:13:41 +0000 (07:13 +0000)]
Second try to make it compile with Sun C++ 5.9. Avoid error: cannot change access of BlockSparsityPatternBase::reinit.

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

17 years agoAdded two of my publications, where the computations
kayser-herold [Sat, 18 Aug 2007 03:15:10 +0000 (03:15 +0000)]
Added two of my publications, where the computations
were done with the help of the deal.II framework.

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

17 years agoUndo Ralf's last change to this file since it breaks existing code doing csp.reinit...
bangerth [Sat, 18 Aug 2007 02:34:17 +0000 (02:34 +0000)]
Undo Ralf's last change to this file since it breaks existing code doing csp.reinit(3,3).

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

17 years agoDon't require 3d libs.
bangerth [Sat, 18 Aug 2007 00:08:09 +0000 (00:08 +0000)]
Don't require 3d libs.

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

17 years agoFiddle a bit more with dollar signs to make doxygen 1.5.3 happy.
bangerth [Fri, 17 Aug 2007 20:00:32 +0000 (20:00 +0000)]
Fiddle a bit more with dollar signs to make doxygen 1.5.3 happy.

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

17 years agoFix one more possible occurrence of dollar signs.
bangerth [Fri, 17 Aug 2007 19:43:10 +0000 (19:43 +0000)]
Fix one more possible occurrence of dollar signs.

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

17 years agoRemove a program we apparently don't use any more. Remove :...$ text from the output...
bangerth [Fri, 17 Aug 2007 19:36:07 +0000 (19:36 +0000)]
Remove a program we apparently don't use any more. Remove :...$ text from the output of program2doxyplain to avoid confusion with newer doxygens.

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

17 years agoRemove tags introduced between 1.5.0 and 1.5.3 to allow 1.5.0 to build documentation...
bangerth [Fri, 17 Aug 2007 19:11:25 +0000 (19:11 +0000)]
Remove tags introduced between 1.5.0 and 1.5.3 to allow 1.5.0 to build documentation without warnings.

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

17 years agoFix missing closing braces.
bangerth [Fri, 17 Aug 2007 19:10:56 +0000 (19:10 +0000)]
Fix missing closing braces.

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

17 years agoDetect doxygen version also when specifying --with-doxygen.
bangerth [Fri, 17 Aug 2007 17:25:16 +0000 (17:25 +0000)]
Detect doxygen version also when specifying --with-doxygen.

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

17 years agoRevisit the listing of tutorial programs. Sort not only by number but also by topic...
bangerth [Fri, 17 Aug 2007 16:22:11 +0000 (16:22 +0000)]
Revisit the listing of tutorial programs. Sort not only by number but also by topic. Remove the duplicate listing in the doxygen page.

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

17 years agoMake it compile with Sun C++ 5.9. Avoid error: cannot change access of BlockSparsityP...
hartmann [Fri, 17 Aug 2007 12:46:27 +0000 (12:46 +0000)]
Make it compile with Sun C++ 5.9. Avoid error: cannot change access of BlockSparsityPatternBase::reinit.

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

17 years agoFix CellAccessor<dim>::neighbor_of_neighbor() function in case of cells neighboring...
leicht [Thu, 16 Aug 2007 07:59:19 +0000 (07:59 +0000)]
Fix CellAccessor<dim>::neighbor_of_neighbor() function in case of cells neighboring at more than one face. Introduce convenience function face_index mapping to line_index in 2D and quad_index in 3D.

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

17 years agoNew test, that currently fails: The neighbor_of_neighbor function does not work prope...
leicht [Thu, 16 Aug 2007 07:43:30 +0000 (07:43 +0000)]
New test, that currently fails: The neighbor_of_neighbor function does not work properly if two cells are neighbors at more than one face.

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

17 years agoUpdate test results after upgrade to UMFPACK 5.1
bangerth [Thu, 16 Aug 2007 02:41:30 +0000 (02:41 +0000)]
Update test results after upgrade to UMFPACK 5.1

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

17 years agoUpdate test results
bangerth [Thu, 16 Aug 2007 02:40:00 +0000 (02:40 +0000)]
Update test results

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

17 years agoUpgrade to UMFPACK 5.1 and AMD 2.2, together with the include file from UFconfig...
bangerth [Thu, 16 Aug 2007 02:34:22 +0000 (02:34 +0000)]
Upgrade to UMFPACK 5.1 and AMD 2.2, together with the include file from UFconfig 3.0.

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

17 years agoAdd LaTeX directory required by doxygen.
hartmann [Wed, 15 Aug 2007 12:52:05 +0000 (12:52 +0000)]
Add LaTeX directory required by doxygen.

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

17 years agoSome more bf vectors.
hartmann [Wed, 15 Aug 2007 07:32:06 +0000 (07:32 +0000)]
Some more bf vectors.

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

17 years agoImproved use of references in the text.
hartmann [Wed, 15 Aug 2007 07:25:37 +0000 (07:25 +0000)]
Improved use of references in the text.

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

17 years agoSimplify the filter script now that we don't need much of it any more.
bangerth [Wed, 15 Aug 2007 04:33:51 +0000 (04:33 +0000)]
Simplify the filter script now that we don't need much of it any more.

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

17 years agoFix outdated doxygen tags
bangerth [Wed, 15 Aug 2007 04:31:12 +0000 (04:31 +0000)]
Fix outdated doxygen tags

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

17 years agoRemove outdated tags
bangerth [Wed, 15 Aug 2007 04:25:32 +0000 (04:25 +0000)]
Remove outdated tags

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

17 years agoReplace old-style tags by doxygen tags
bangerth [Wed, 15 Aug 2007 04:22:28 +0000 (04:22 +0000)]
Replace old-style tags by doxygen tags

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

17 years agoReplace old-style tags by doxygen tags
bangerth [Wed, 15 Aug 2007 04:19:41 +0000 (04:19 +0000)]
Replace old-style tags by doxygen tags

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

17 years agoUse bf vector notation. Rename several equation names.
hartmann [Tue, 14 Aug 2007 11:50:33 +0000 (11:50 +0000)]
Use bf vector notation. Rename several equation names.

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

17 years agoReplace vec vectors by bf vectors in order to allow hat vectors. Fix some typos.
hartmann [Tue, 14 Aug 2007 11:19:00 +0000 (11:19 +0000)]
Replace vec vectors by bf vectors in order to allow hat vectors. Fix some typos.

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

17 years agoFix typos. Order entries according to date.
hartmann [Tue, 14 Aug 2007 09:49:11 +0000 (09:49 +0000)]
Fix typos. Order entries according to date.

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

17 years agoTested with PETSc 2.3.3-p4
bangerth [Tue, 14 Aug 2007 02:30:35 +0000 (02:30 +0000)]
Tested with PETSc 2.3.3-p4

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

17 years agoSlight changes.
bangerth [Mon, 13 Aug 2007 22:00:15 +0000 (22:00 +0000)]
Slight changes.

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

17 years agoUpdate list of publications with new entried I could find on google.
bangerth [Mon, 13 Aug 2007 22:00:01 +0000 (22:00 +0000)]
Update list of publications with new entried I could find on google.

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

17 years agoignore options.136
kanschat [Sun, 12 Aug 2007 17:20:09 +0000 (17:20 +0000)]
ignore options.136

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

17 years agoStokesCosine tested
kanschat [Sat, 11 Aug 2007 23:07:29 +0000 (23:07 +0000)]
StokesCosine tested

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

17 years agoStokesCosine fixed
kanschat [Sat, 11 Aug 2007 23:07:12 +0000 (23:07 +0000)]
StokesCosine fixed

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

17 years agoadjustment to new doxygen version
kanschat [Fri, 10 Aug 2007 21:05:06 +0000 (21:05 +0000)]
adjustment to new doxygen version
version detection for doxygen
$-signs in step-7 still cause problems

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

17 years agoList include directories properly. Fix attributes of this file.
bangerth [Fri, 10 Aug 2007 00:55:24 +0000 (00:55 +0000)]
List include directories properly. Fix attributes of this file.

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

17 years agoMention step-27
bangerth [Fri, 10 Aug 2007 00:30:29 +0000 (00:30 +0000)]
Mention step-27

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

17 years agoMention that step-27 is now finished
bangerth [Fri, 10 Aug 2007 00:25:06 +0000 (00:25 +0000)]
Mention that step-27 is now finished

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

17 years agoEscape dollar signs in the plain documentation, so as to not confuse doxygen
bangerth [Fri, 10 Aug 2007 00:20:21 +0000 (00:20 +0000)]
Escape dollar signs in the plain documentation, so as to not confuse doxygen

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

17 years agoFinish documenting this program.
bangerth [Fri, 10 Aug 2007 00:18:05 +0000 (00:18 +0000)]
Finish documenting this program.

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

17 years agoShrink the size of images.
bangerth [Fri, 10 Aug 2007 00:16:27 +0000 (00:16 +0000)]
Shrink the size of images.

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

17 years agoLink to my homepage.
bangerth [Thu, 9 Aug 2007 22:47:39 +0000 (22:47 +0000)]
Link to my homepage.

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

17 years agoConsistently only use abbreviated first name.
bangerth [Thu, 9 Aug 2007 22:44:57 +0000 (22:44 +0000)]
Consistently only use abbreviated first name.

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

17 years agoForward declare a bunch of functions that have explicit specializations.
bangerth [Thu, 9 Aug 2007 22:18:28 +0000 (22:18 +0000)]
Forward declare a bunch of functions that have explicit specializations.

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

17 years agoInstantiate the correct variable
bangerth [Thu, 9 Aug 2007 21:51:49 +0000 (21:51 +0000)]
Instantiate the correct variable

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

17 years agoWork around bug http://bugzilla.gnome.org/show_bug.cgi?id=465172
bangerth [Thu, 9 Aug 2007 20:08:08 +0000 (20:08 +0000)]
Work around bug http://bugzilla.gnome.org/show_bug.cgi?id=465172

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

17 years agoadd
bangerth [Thu, 9 Aug 2007 16:38:48 +0000 (16:38 +0000)]
add

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

17 years agoadd
bangerth [Thu, 9 Aug 2007 16:32:18 +0000 (16:32 +0000)]
add

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

17 years agoadd
bangerth [Thu, 9 Aug 2007 16:29:57 +0000 (16:29 +0000)]
add

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

17 years agoadd
bangerth [Thu, 9 Aug 2007 16:27:26 +0000 (16:27 +0000)]
add

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

17 years agoMore text
bangerth [Wed, 8 Aug 2007 21:35:43 +0000 (21:35 +0000)]
More text

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

17 years agoUse vtk format.
bangerth [Wed, 8 Aug 2007 19:05:19 +0000 (19:05 +0000)]
Use vtk format.

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

17 years agoAdd three more journal publications.
hartmann [Wed, 8 Aug 2007 11:41:58 +0000 (11:41 +0000)]
Add three more journal publications.

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

17 years agoRefer to step-27 from the hp paper.
bangerth [Wed, 8 Aug 2007 04:48:04 +0000 (04:48 +0000)]
Refer to step-27 from the hp paper.

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

17 years agoUse correct markup
bangerth [Wed, 8 Aug 2007 04:45:02 +0000 (04:45 +0000)]
Use correct markup

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

17 years agoGenerate more documentation.
bangerth [Wed, 8 Aug 2007 04:41:10 +0000 (04:41 +0000)]
Generate more documentation.

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

17 years agoA few stylistic changes. No content difference.
bangerth [Tue, 7 Aug 2007 19:08:03 +0000 (19:08 +0000)]
A few stylistic changes. No content difference.

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

17 years agoNew function DoFTools::get_active_fe_indices
bangerth [Tue, 7 Aug 2007 18:57:35 +0000 (18:57 +0000)]
New function DoFTools::get_active_fe_indices

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

17 years agoUpdate the png files. Since they were created many years ago, we apparently now appar...
bangerth [Tue, 7 Aug 2007 18:06:20 +0000 (18:06 +0000)]
Update the png files. Since they were created many years ago, we apparently now apparently produce less nonzero entries in the sparsity patterns.

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

17 years agoComment a bit further
bangerth [Tue, 7 Aug 2007 17:58:47 +0000 (17:58 +0000)]
Comment a bit further

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

17 years agoxref step-27
bangerth [Mon, 6 Aug 2007 22:41:27 +0000 (22:41 +0000)]
xref step-27

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

17 years agoDocument the extra argument.
bangerth [Mon, 6 Aug 2007 22:40:04 +0000 (22:40 +0000)]
Document the extra argument.

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

17 years agoComment a few more functions.
bangerth [Mon, 6 Aug 2007 21:43:41 +0000 (21:43 +0000)]
Comment a few more functions.

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

17 years agoFollow our usual coding style
bangerth [Mon, 6 Aug 2007 21:39:05 +0000 (21:39 +0000)]
Follow our usual coding style

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

17 years agoComment on the CompressedSetSparsityPattern issue.
bangerth [Mon, 6 Aug 2007 21:23:32 +0000 (21:23 +0000)]
Comment on the CompressedSetSparsityPattern issue.

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

17 years agoDoc update
bangerth [Mon, 6 Aug 2007 21:06:28 +0000 (21:06 +0000)]
Doc update

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

17 years agoUpdate docs
bangerth [Mon, 6 Aug 2007 20:00:08 +0000 (20:00 +0000)]
Update docs

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

17 years agoComment on header files.
bangerth [Mon, 6 Aug 2007 13:35:47 +0000 (13:35 +0000)]
Comment on header files.

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

17 years agoworking on flow functions
kanschat [Mon, 6 Aug 2007 13:23:36 +0000 (13:23 +0000)]
working on flow functions

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

17 years agosimplify terms in StokesCosine; still not sure about Laplacian
kanschat [Mon, 6 Aug 2007 12:54:28 +0000 (12:54 +0000)]
simplify terms in StokesCosine; still not sure about Laplacian

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

17 years agoAdd tutorial table style
bangerth [Mon, 6 Aug 2007 03:37:28 +0000 (03:37 +0000)]
Add tutorial table style

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

17 years agoShow subsections of introduction and results section also in the table of contents...
bangerth [Mon, 6 Aug 2007 03:33:31 +0000 (03:33 +0000)]
Show subsections of introduction and results section also in the table of contents of tutorial programs

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

17 years agoSTLport allocates slightly less memory than necessary, but not overly much, as report...
bangerth [Mon, 6 Aug 2007 01:36:39 +0000 (01:36 +0000)]
STLport allocates slightly less memory than necessary, but not overly much, as reported by Dima Sorkin 2007-07-22, see the thread 'strange failure'. Implement the solution arrived at 2007-08-05.

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

17 years agoMove a few files to vector.h and make them inline because we need them in libbase...
bangerth [Sun, 5 Aug 2007 23:54:13 +0000 (23:54 +0000)]
Move a few files to vector.h and make them inline because we need them in libbase since the latest changes to the DerivativeFunction class. This approach isn't pretty, but necessary for libraries to link on Mac OS X apparently.

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

17 years agoUniformly use full first name.
bangerth [Fri, 3 Aug 2007 21:28:07 +0000 (21:28 +0000)]
Uniformly use full first name.

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

17 years agoBring all section headers onto the same line
bangerth [Fri, 3 Aug 2007 19:28:18 +0000 (19:28 +0000)]
Bring all section headers onto the same line

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

17 years agoMostly finish
bangerth [Fri, 3 Aug 2007 19:25:03 +0000 (19:25 +0000)]
Mostly finish

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

17 years agoCover the remaining cases of unnecessary semicolons
bangerth [Fri, 3 Aug 2007 16:46:31 +0000 (16:46 +0000)]
Cover the remaining cases of unnecessary semicolons

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

17 years agoAnother set of unnecessary semicolons
bangerth [Fri, 3 Aug 2007 04:02:10 +0000 (04:02 +0000)]
Another set of unnecessary semicolons

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

17 years agoRemove an unnecessary semicolon
bangerth [Fri, 3 Aug 2007 04:01:47 +0000 (04:01 +0000)]
Remove an unnecessary semicolon

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

17 years agoRemove a few unnecessary semi-colons and avoid warnings on empty-bodies loops.
bangerth [Fri, 3 Aug 2007 00:23:10 +0000 (00:23 +0000)]
Remove a few unnecessary semi-colons and avoid warnings on empty-bodies loops.

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

17 years agoRemove unnecessary semicolons that lead current gcc mainline versions to issue warnings
bangerth [Thu, 2 Aug 2007 22:36:15 +0000 (22:36 +0000)]
Remove unnecessary semicolons that lead current gcc mainline versions to issue warnings

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

17 years agoAvoid unnecessary semicolons that trip up current gcc mainline versions
bangerth [Thu, 2 Aug 2007 22:13:14 +0000 (22:13 +0000)]
Avoid unnecessary semicolons that trip up current gcc mainline versions

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

17 years agoAvoid unnecessary semicolons that trip up current gcc mainline versions
bangerth [Thu, 2 Aug 2007 22:10:48 +0000 (22:10 +0000)]
Avoid unnecessary semicolons that trip up current gcc mainline versions

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

17 years agoAdd necessary include file.
bangerth [Thu, 2 Aug 2007 22:10:31 +0000 (22:10 +0000)]
Add necessary include file.

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

17 years agoAdd missing include file
bangerth [Thu, 2 Aug 2007 22:08:44 +0000 (22:08 +0000)]
Add missing include file

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

17 years agoAdd missing include file
bangerth [Thu, 2 Aug 2007 22:07:36 +0000 (22:07 +0000)]
Add missing include file

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

17 years agoMake body-less loops more obvious to read, and thereby also suppress a warning that...
bangerth [Thu, 2 Aug 2007 22:03:24 +0000 (22:03 +0000)]
Make body-less loops more obvious to read, and thereby also suppress a warning that gcc mainline currently gives.

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