]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agoSimplify and accelerate code a bit.
bangerth [Thu, 6 Mar 2008 13:37:24 +0000 (13:37 +0000)]
Simplify and accelerate code a bit.

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

16 years agoCorrect link to step-22.
kronbichler [Wed, 5 Mar 2008 16:52:40 +0000 (16:52 +0000)]
Correct link to step-22.

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

16 years agoWrite wrappers for the BOOST implementation of the King reordering algorithm.
bangerth [Wed, 5 Mar 2008 15:59:46 +0000 (15:59 +0000)]
Write wrappers for the BOOST implementation of the King reordering algorithm.

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

16 years agoFixed some text here and there.
kronbichler [Wed, 5 Mar 2008 15:56:18 +0000 (15:56 +0000)]
Fixed some text here and there.

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

16 years agoFix two problems with comparing signed and unsigned integers.
bangerth [Wed, 5 Mar 2008 15:49:11 +0000 (15:49 +0000)]
Fix two problems with comparing signed and unsigned integers.

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

16 years agoImplement the still missing boost::compute_Cuthill_McKee function. Leave a TODO.
bangerth [Wed, 5 Mar 2008 15:23:36 +0000 (15:23 +0000)]
Implement the still missing boost::compute_Cuthill_McKee function. Leave a TODO.

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

16 years agoSmall changes in comments.
kronbichler [Wed, 5 Mar 2008 14:47:55 +0000 (14:47 +0000)]
Small changes in comments.

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

16 years agoInitiate an implementation of some of the reordering algorithms using the Boost Graph...
bangerth [Wed, 5 Mar 2008 03:39:44 +0000 (03:39 +0000)]
Initiate an implementation of some of the reordering algorithms using the Boost Graph library. The bandwidth of resulting matrices with their Cuthill-McKee algorithm is often significantly smaller. On step-22, this leads to the fact that the inner solver for the Schur complement, when using the ILU of the Laplace matrix, uses only about 48 iterations in the third refinement cycle, as compared to some 53 or 54 with our own algorithm.

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

16 years agoImport the Boost Graph Library and whatever else is necessary to use it to compute...
bangerth [Wed, 5 Mar 2008 03:24:55 +0000 (03:24 +0000)]
Import the Boost Graph Library and whatever else is necessary to use it to compute Cuthill McKee reorderings and similar things.

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

16 years agoFix a couple of typos.
bangerth [Wed, 5 Mar 2008 02:29:54 +0000 (02:29 +0000)]
Fix a couple of typos.

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

16 years agoUse the 'Set' variant of the compressed sparsity pattern as it doesn't show the quadr...
bangerth [Tue, 4 Mar 2008 23:32:09 +0000 (23:32 +0000)]
Use the 'Set' variant of the compressed sparsity pattern as it doesn't show the quadratic behavior in hanging_node_constraints.condense() that the CompressedSparsityPattern class shows for large numbers of degrees of freedom.

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

16 years agoDocument quadratic bottleneck induced by data structure
bangerth [Tue, 4 Mar 2008 22:47:34 +0000 (22:47 +0000)]
Document quadratic bottleneck induced by data structure

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

16 years agoAdd reference.
bangerth [Tue, 4 Mar 2008 22:39:03 +0000 (22:39 +0000)]
Add reference.

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

16 years agoAdd to documentation
bangerth [Tue, 4 Mar 2008 22:34:44 +0000 (22:34 +0000)]
Add to documentation

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

16 years agoTrilinos requires blas and lapack.
bangerth [Tue, 4 Mar 2008 21:08:56 +0000 (21:08 +0000)]
Trilinos requires blas and lapack.

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

16 years agoLink with Trilinos libs when necessary.
bangerth [Tue, 4 Mar 2008 21:08:20 +0000 (21:08 +0000)]
Link with Trilinos libs when necessary.

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

16 years agoMake a number of variables 'unsigned' to avoid warnings about comparing signed and...
bangerth [Tue, 4 Mar 2008 20:34:03 +0000 (20:34 +0000)]
Make a number of variables 'unsigned' to avoid warnings about comparing signed and unsigned quantities.

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

16 years agoOutput the velocity as a vector field.
bangerth [Tue, 4 Mar 2008 19:51:39 +0000 (19:51 +0000)]
Output the velocity as a vector field.

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

16 years agoMake the program run sequentially, i.e. without MPI. Define the DIMENSION in the...
bangerth [Tue, 4 Mar 2008 18:54:27 +0000 (18:54 +0000)]
Make the program run sequentially, i.e. without MPI. Define the DIMENSION in the program, at least for the moment.

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

16 years agoMerge back changes 15839-15841 from the Trilinos branch since they were meant to...
bangerth [Tue, 4 Mar 2008 17:07:19 +0000 (17:07 +0000)]
Merge back changes 15839-15841 from the Trilinos branch since they were meant to be committed to mainline in the first place.

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

16 years agoInitialize merge tracking from the trilinos branch.
bangerth [Tue, 4 Mar 2008 17:02:41 +0000 (17:02 +0000)]
Initialize merge tracking from the trilinos branch.

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

16 years agoUpdated section on solver extension.
kronbichler [Tue, 4 Mar 2008 17:00:59 +0000 (17:00 +0000)]
Updated section on solver extension.

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

16 years agoFixed a comment.
kronbichler [Tue, 4 Mar 2008 14:58:53 +0000 (14:58 +0000)]
Fixed a comment.

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

16 years agoCorrected link to step-22 tutorial program.
kronbichler [Tue, 4 Mar 2008 14:46:12 +0000 (14:46 +0000)]
Corrected link to step-22 tutorial program.

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

16 years agofix error in example
kanschat [Mon, 3 Mar 2008 20:35:41 +0000 (20:35 +0000)]
fix error in example

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

16 years agoMore publications
bangerth [Sun, 2 Mar 2008 17:55:32 +0000 (17:55 +0000)]
More publications

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

16 years agoUpdated some test references due to changes in 1D tecplot output.
prill [Sun, 2 Mar 2008 17:14:36 +0000 (17:14 +0000)]
Updated some test references due to changes in 1D tecplot output.

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

16 years agoDisable program if trilinos isn't installed.
bangerth [Sat, 1 Mar 2008 21:57:30 +0000 (21:57 +0000)]
Disable program if trilinos isn't installed.

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

16 years agoSet svn:ignore.
bangerth [Sat, 1 Mar 2008 21:40:03 +0000 (21:40 +0000)]
Set svn:ignore.

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

16 years agoFix up a few doxygen problems in the new step-33.
bangerth [Sat, 1 Mar 2008 14:13:11 +0000 (14:13 +0000)]
Fix up a few doxygen problems in the new step-33.

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

16 years agoAdd David Neckel's compressible Euler flow tutorial program.
bangerth [Sat, 1 Mar 2008 13:45:53 +0000 (13:45 +0000)]
Add David Neckel's compressible Euler flow tutorial program.

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

16 years agoSay how much faster the result is :-)
bangerth [Fri, 29 Feb 2008 23:25:55 +0000 (23:25 +0000)]
Say how much faster the result is :-)

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

16 years agoThe implementation of the ILU decomposition was rather ineffecient. It has been repla...
bangerth [Fri, 29 Feb 2008 23:03:09 +0000 (23:03 +0000)]
The implementation of the ILU decomposition was rather ineffecient. It has been replaced by the one from the book by Saad.

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

16 years agoCorrect output, verified with maple
bangerth [Fri, 29 Feb 2008 22:09:57 +0000 (22:09 +0000)]
Correct output, verified with maple

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

16 years agoUse a more readable format for output.
bangerth [Fri, 29 Feb 2008 22:07:46 +0000 (22:07 +0000)]
Use a more readable format for output.

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

16 years agoAdd a test where we use the ILU to compute actual inverses that we can check.
bangerth [Fri, 29 Feb 2008 22:04:35 +0000 (22:04 +0000)]
Add a test where we use the ILU to compute actual inverses that we can check.

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

16 years agoFixed implementation of 1D tecplot ASCII output.
prill [Fri, 29 Feb 2008 13:33:44 +0000 (13:33 +0000)]
Fixed implementation of 1D tecplot ASCII output.

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

16 years agoSwitch of debugging output.
hartmann [Fri, 29 Feb 2008 09:55:15 +0000 (09:55 +0000)]
Switch of debugging output.

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

16 years agoUsually, an FESubfaceValues::reinit(cell,face_no,subface_no) should be
hartmann [Fri, 29 Feb 2008 08:41:56 +0000 (08:41 +0000)]
Usually, an FESubfaceValues::reinit(cell,face_no,subface_no) should be
called only on faces with subfaces, i.e. on faces with
children. However, some tests like bits/normal_1 call this function
even on faces without children. Make sure that these tests do not
break.

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

16 years agoLink in step-22
bangerth [Thu, 28 Feb 2008 16:39:44 +0000 (16:39 +0000)]
Link in step-22

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

16 years agoDefault to debug mode.
kronbichler [Thu, 28 Feb 2008 08:59:36 +0000 (08:59 +0000)]
Default to debug mode.

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

16 years agoExtended discussion on improved solver
kronbichler [Thu, 28 Feb 2008 08:58:03 +0000 (08:58 +0000)]
Extended discussion on improved solver

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

16 years agoFix href
bangerth [Wed, 27 Feb 2008 19:07:55 +0000 (19:07 +0000)]
Fix href

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

16 years agoIndent, leave a comment.
bangerth [Wed, 27 Feb 2008 17:09:46 +0000 (17:09 +0000)]
Indent, leave a comment.

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

16 years agoReindent
bangerth [Wed, 27 Feb 2008 15:13:51 +0000 (15:13 +0000)]
Reindent

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

16 years agoFixed: The implementation of SparseILU::vmult very needlessly called
bangerth [Wed, 27 Feb 2008 15:11:52 +0000 (15:11 +0000)]
Fixed: The implementation of SparseILU::vmult very needlessly called
SparseMatrix::vmult just to throw away the (nonsensical) result away
immediately. This is now fixed.
<br>
(WB 2008/2/27)

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

16 years agoProvide additional links.
bangerth [Wed, 27 Feb 2008 03:23:45 +0000 (03:23 +0000)]
Provide additional links.

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

16 years agoAdjust a few links as a consequence of the renaming of step-22 and step-31
bangerth [Wed, 27 Feb 2008 03:23:15 +0000 (03:23 +0000)]
Adjust a few links as a consequence of the renaming of step-22 and step-31

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

16 years agoPut a few formulas into dollar signs to make it look nicer.
bangerth [Wed, 27 Feb 2008 03:12:24 +0000 (03:12 +0000)]
Put a few formulas into dollar signs to make it look nicer.

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

16 years agoAdd a corrected link.
bangerth [Wed, 27 Feb 2008 03:08:36 +0000 (03:08 +0000)]
Add a corrected link.

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

16 years agoAdjust filenames after swapping step-22 and step-31
bangerth [Wed, 27 Feb 2008 03:04:31 +0000 (03:04 +0000)]
Adjust filenames after swapping step-22 and step-31

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

16 years agoStep 3 in renaming step-22->step-31 and the other way around
bangerth [Wed, 27 Feb 2008 03:01:20 +0000 (03:01 +0000)]
Step 3 in renaming step-22->step-31 and the other way around

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

16 years agoStep 2 in renaming step-22->step-31 and the other way around
bangerth [Wed, 27 Feb 2008 03:01:05 +0000 (03:01 +0000)]
Step 2 in renaming step-22->step-31 and the other way around

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

16 years agoStep 1 in renaming step-22->step-31 and the other way around
bangerth [Wed, 27 Feb 2008 03:00:50 +0000 (03:00 +0000)]
Step 1 in renaming step-22->step-31 and the other way around

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

16 years agoComment out unused variable.
bangerth [Wed, 27 Feb 2008 01:56:31 +0000 (01:56 +0000)]
Comment out unused variable.

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

16 years agoAdd a few comment annotations.
bangerth [Wed, 27 Feb 2008 01:33:33 +0000 (01:33 +0000)]
Add a few comment annotations.

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

16 years agoSolver extension: new performance tests
kronbichler [Tue, 26 Feb 2008 18:23:32 +0000 (18:23 +0000)]
Solver extension: new performance tests

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

16 years agoAdded functionality print_gnuplot to BlockSparsityPatternBase
kronbichler [Tue, 26 Feb 2008 17:56:25 +0000 (17:56 +0000)]
Added functionality print_gnuplot to BlockSparsityPatternBase

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

16 years agoChanged to ILU preconditioner for pressure mass matrix (before: SSOR)
kronbichler [Tue, 26 Feb 2008 17:50:37 +0000 (17:50 +0000)]
Changed to ILU preconditioner for pressure mass matrix (before: SSOR)

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

16 years agoBetter images for sparsity pattern. Solver extension: Changed to BiCGStab since this...
kronbichler [Tue, 26 Feb 2008 17:42:04 +0000 (17:42 +0000)]
Better images for sparsity pattern. Solver extension: Changed to BiCGStab since this is better in this case.

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

16 years agoNew function TriaObjectAccessor::set_all_boundary_indicators. Use it in step-31.
bangerth [Tue, 26 Feb 2008 16:22:36 +0000 (16:22 +0000)]
New function TriaObjectAccessor::set_all_boundary_indicators. Use it in step-31.

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

16 years agoGo over the comment in the text, work on them and simplify the code in a few places...
bangerth [Tue, 26 Feb 2008 16:04:50 +0000 (16:04 +0000)]
Go over the comment in the text, work on them and simplify the code in a few places. Also try to keep more code and comments together to produce slightly bigger code blocks that make grasping the flow of control a bit simpler.

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

16 years agoFix links.
bangerth [Tue, 26 Feb 2008 15:40:02 +0000 (15:40 +0000)]
Fix links.

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

16 years agoProvide cross-link
bangerth [Tue, 26 Feb 2008 15:21:00 +0000 (15:21 +0000)]
Provide cross-link

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

16 years agoDefault to debug mode.
bangerth [Tue, 26 Feb 2008 15:18:29 +0000 (15:18 +0000)]
Default to debug mode.

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

16 years agoRemove leftover argument.
bangerth [Tue, 26 Feb 2008 15:18:18 +0000 (15:18 +0000)]
Remove leftover argument.

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

16 years agoProvide link.
bangerth [Tue, 26 Feb 2008 14:52:25 +0000 (14:52 +0000)]
Provide link.

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

16 years agoAlso do what I just did in step-20
bangerth [Tue, 26 Feb 2008 14:51:11 +0000 (14:51 +0000)]
Also do what I just did in step-20

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

16 years agoAlso do what I just did in step-20
bangerth [Tue, 26 Feb 2008 14:50:13 +0000 (14:50 +0000)]
Also do what I just did in step-20

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

16 years agoGrowingVectorMemory now uses a global pool, so there is no need to ever allocate...
bangerth [Tue, 26 Feb 2008 14:49:42 +0000 (14:49 +0000)]
GrowingVectorMemory now uses a global pool, so there is no need to ever allocate one of these objects any more (the solvers do so internally anyway).

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

16 years agoRemove outdated comment
bangerth [Tue, 26 Feb 2008 14:47:20 +0000 (14:47 +0000)]
Remove outdated comment

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

16 years agoGrowingVectorMemory now uses a global pool, so we don't need a mutable object any...
bangerth [Tue, 26 Feb 2008 14:40:52 +0000 (14:40 +0000)]
GrowingVectorMemory now uses a global pool, so we don't need a mutable object any more.

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

16 years agoWork around a bug in gcc3.3.
bangerth [Tue, 26 Feb 2008 14:35:04 +0000 (14:35 +0000)]
Work around a bug in gcc3.3.

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

16 years agoSimplify inner solver.
bangerth [Tue, 26 Feb 2008 13:34:17 +0000 (13:34 +0000)]
Simplify inner solver.

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

16 years agoA few more comments. Remove the Neumann-type boundary handling since we didn't use...
bangerth [Tue, 26 Feb 2008 12:08:34 +0000 (12:08 +0000)]
A few more comments. Remove the Neumann-type boundary handling since we didn't use it anyway (and were referencing the boundary_values array uninitialized...). Still need to comment on this.

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

16 years agoMinor textual changes.
bangerth [Tue, 26 Feb 2008 04:24:53 +0000 (04:24 +0000)]
Minor textual changes.

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

16 years agoUnify what kinds of files are going to be ignored in each of the step-?? directories.
bangerth [Tue, 26 Feb 2008 03:16:31 +0000 (03:16 +0000)]
Unify what kinds of files are going to be ignored in each of the step-?? directories.

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

16 years agoChange a few places here and there.
bangerth [Tue, 26 Feb 2008 02:00:19 +0000 (02:00 +0000)]
Change a few places here and there.

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

16 years agoRemove left-over output of sparsity pattern.
bangerth [Tue, 26 Feb 2008 01:12:01 +0000 (01:12 +0000)]
Remove left-over output of sparsity pattern.

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

16 years agoEscape the word 'Boundary' to avoid it being linked to the respective class.
bangerth [Tue, 26 Feb 2008 01:11:35 +0000 (01:11 +0000)]
Escape the word 'Boundary' to avoid it being linked to the respective class.

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

16 years agoWork a bit on it.
bangerth [Mon, 25 Feb 2008 21:48:41 +0000 (21:48 +0000)]
Work a bit on it.

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

16 years agodoxygen 1.5.0 appears unwilling to use something like qth when 'q' is enclosed in...
bangerth [Mon, 25 Feb 2008 21:08:26 +0000 (21:08 +0000)]
doxygen 1.5.0 appears unwilling to use something like qth when 'q' is enclosed in dollar signs. With a dash in between it is ok, though. Strange.

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

16 years agoEscape one word to avoid matching it with the namespace of same name
bangerth [Mon, 25 Feb 2008 15:59:07 +0000 (15:59 +0000)]
Escape one word to avoid matching it with the namespace of same name

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

16 years agoFinish the introduction.
bangerth [Mon, 25 Feb 2008 15:54:07 +0000 (15:54 +0000)]
Finish the introduction.

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

16 years agoLink to step-31
bangerth [Mon, 25 Feb 2008 15:17:15 +0000 (15:17 +0000)]
Link to step-31

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

16 years agoAdd changes entry on: Change the tria pointer and the debug_output_grid function...
hartmann [Sun, 24 Feb 2008 18:05:34 +0000 (18:05 +0000)]
Add changes entry on: Change the tria pointer and the debug_output_grid function from private to protected to be used in derived classes.

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

16 years agoChange the tria pointer and the debug_output_grid function from private to protected...
hartmann [Sun, 24 Feb 2008 18:00:52 +0000 (18:00 +0000)]
Change the tria pointer and the debug_output_grid function from private to protected to be used in derived classes.

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

16 years agoChanges update: New Boundary::get_new_point_on_face and get_intermediate_points_on_fa...
hartmann [Sun, 24 Feb 2008 10:39:50 +0000 (10:39 +0000)]
Changes update: New Boundary::get_new_point_on_face and get_intermediate_points_on_face functions offer an dimension independent interface to this class.

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

16 years agoNew Boundary::get_new_point_on_face and get_intermediate_points_on_face functions...
hartmann [Sun, 24 Feb 2008 10:34:54 +0000 (10:34 +0000)]
New Boundary::get_new_point_on_face and get_intermediate_points_on_face functions offer an dimension independent interface to this class.

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

16 years agoApply a patch by Daniel Goldberg, sent 2008/2/20: Fix a memory leak that made PETSc...
bangerth [Sat, 23 Feb 2008 19:57:34 +0000 (19:57 +0000)]
Apply a patch by Daniel Goldberg, sent 2008/2/20: Fix a memory leak that made PETSc become gradually slower in time dependent problems where we create and destroy lots of matrices.

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

16 years agoFix invalid HTML tag.
bangerth [Sat, 23 Feb 2008 19:29:42 +0000 (19:29 +0000)]
Fix invalid HTML tag.

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

16 years agoRe-indent the entire file. Fix up a few places with formulas and other formatting.
bangerth [Sat, 23 Feb 2008 19:26:27 +0000 (19:26 +0000)]
Re-indent the entire file. Fix up a few places with formulas and other formatting.

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

16 years agoAdd these files for Martin Kronbichler who created them.
bangerth [Sat, 23 Feb 2008 19:17:38 +0000 (19:17 +0000)]
Add these files for Martin Kronbichler who created them.

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

16 years agoIgnore certain files.
bangerth [Sat, 23 Feb 2008 19:15:35 +0000 (19:15 +0000)]
Ignore certain files.

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

16 years agoImplement an entirely new scheme to deal with vector-valued problems. Also provide...
bangerth [Sat, 23 Feb 2008 19:14:34 +0000 (19:14 +0000)]
Implement an entirely new scheme to deal with vector-valued problems. Also provide an insane amount of documentation for it.

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

16 years agoDefault to debug mode.
bangerth [Sat, 23 Feb 2008 19:10:14 +0000 (19:10 +0000)]
Default to debug mode.

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

16 years agoAdd a couple of functions for SymmetricTensor
bangerth [Fri, 22 Feb 2008 20:59:23 +0000 (20:59 +0000)]
Add a couple of functions for SymmetricTensor

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

16 years agoMade a renumbering routine protected which could not be used from the outside anyway.
prill [Fri, 22 Feb 2008 15:17:45 +0000 (15:17 +0000)]
Made a renumbering routine protected which could not be used from the outside anyway.

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

16 years agoCosmetic changes in results section.
kronbichler [Fri, 22 Feb 2008 08:45:09 +0000 (08:45 +0000)]
Cosmetic changes in results section.

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

16 years agoAdded my name to the authors list
kronbichler [Thu, 21 Feb 2008 10:56:56 +0000 (10:56 +0000)]
Added my name to the authors list

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