]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
15 years agoDocument --with-cpu=native.
bangerth [Thu, 20 Aug 2009 22:15:44 +0000 (22:15 +0000)]
Document --with-cpu=native.

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

15 years agoDocument --with-cpu=native.
bangerth [Thu, 20 Aug 2009 22:13:47 +0000 (22:13 +0000)]
Document --with-cpu=native.

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

15 years agoFix typo in aclocal.m4. Regenerate configure.
bangerth [Thu, 20 Aug 2009 22:11:34 +0000 (22:11 +0000)]
Fix typo in aclocal.m4. Regenerate configure.

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

15 years agoAllow --with-cpu=native.
bangerth [Thu, 20 Aug 2009 21:54:00 +0000 (21:54 +0000)]
Allow --with-cpu=native.

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

15 years agoSwitch to using the newer version of the TBB.
bangerth [Thu, 20 Aug 2009 20:28:58 +0000 (20:28 +0000)]
Switch to using the newer version of the TBB.

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

15 years agoTake over adjustments to build system from previous versions of the TBB in our direct...
bangerth [Thu, 20 Aug 2009 20:28:29 +0000 (20:28 +0000)]
Take over adjustments to build system from previous versions of the TBB in our directories.

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

15 years agoRemove examples and tests directories.
bangerth [Thu, 20 Aug 2009 20:19:06 +0000 (20:19 +0000)]
Remove examples and tests directories.

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

15 years agoAdd new release TBB 2.2.
bangerth [Thu, 20 Aug 2009 20:12:30 +0000 (20:12 +0000)]
Add new release TBB 2.2.

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

15 years agoalready FEFaceValuesBase has an integration dimension
kanschat [Wed, 19 Aug 2009 19:19:46 +0000 (19:19 +0000)]
already FEFaceValuesBase has an integration dimension

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

15 years agoEscape 'parallel' in a bunch of places.
bangerth [Wed, 19 Aug 2009 18:11:07 +0000 (18:11 +0000)]
Escape 'parallel' in a bunch of places.

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

15 years agoFix determination of c_R in the program, and document our value.
bangerth [Wed, 19 Aug 2009 18:08:53 +0000 (18:08 +0000)]
Fix determination of c_R in the program, and document our value.

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

15 years agoallow printing to deallog
kanschat [Wed, 19 Aug 2009 17:02:26 +0000 (17:02 +0000)]
allow printing to deallog

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

15 years agoFix a bug in a formula.
bangerth [Wed, 19 Aug 2009 14:57:17 +0000 (14:57 +0000)]
Fix a bug in a formula.

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

15 years agoFix a small language problem.
kronbichler [Wed, 19 Aug 2009 11:40:10 +0000 (11:40 +0000)]
Fix a small language problem.

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

15 years agoFix a compile problem.
kronbichler [Wed, 19 Aug 2009 07:26:11 +0000 (07:26 +0000)]
Fix a compile problem.

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

15 years agoremove reference to 3D in 2D
kanschat [Wed, 19 Aug 2009 04:57:06 +0000 (04:57 +0000)]
remove reference to 3D in 2D

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

15 years agoBack down again on the time step -- this wasn't the problem with stability.
bangerth [Wed, 19 Aug 2009 03:16:25 +0000 (03:16 +0000)]
Back down again on the time step -- this wasn't the problem with stability.

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

15 years agoRemove assertions. It is true that they are satisfied all the time but
bangerth [Tue, 18 Aug 2009 21:24:31 +0000 (21:24 +0000)]
Remove assertions. It is true that they are satisfied all the time but
just not on very coarse meshes where sometimes we have quadrature
points inside the inner ring because we only use a Q1 mapping.

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

15 years agoBe more consistent in using sizeof(type) instead of sizeof(variable).
bangerth [Tue, 18 Aug 2009 18:41:27 +0000 (18:41 +0000)]
Be more consistent in using sizeof(type) instead of sizeof(variable).

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

15 years agoEscape 'parallel'.
bangerth [Tue, 18 Aug 2009 18:19:16 +0000 (18:19 +0000)]
Escape 'parallel'.

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

15 years agoFix link.
bangerth [Tue, 18 Aug 2009 18:16:20 +0000 (18:16 +0000)]
Fix link.

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

15 years agoAdd pictures to the documentation.
bangerth [Tue, 18 Aug 2009 12:49:00 +0000 (12:49 +0000)]
Add pictures to the documentation.

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

15 years agoRemove.
bangerth [Tue, 18 Aug 2009 12:34:41 +0000 (12:34 +0000)]
Remove.

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

15 years agoAdd new test.
bangerth [Tue, 18 Aug 2009 12:34:21 +0000 (12:34 +0000)]
Add new test.

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

15 years agoUse Dirichlet boundary conditions for temperature instead of natural conditions....
kronbichler [Tue, 18 Aug 2009 12:06:37 +0000 (12:06 +0000)]
Use Dirichlet boundary conditions for temperature instead of natural conditions. Use ConstraintMatrix for implementing this. Comment the things that have changed.

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

15 years agoUpdated version.
bangerth [Tue, 18 Aug 2009 11:58:16 +0000 (11:58 +0000)]
Updated version.

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

15 years agoAdd one more check for inhomogeneous constraints. Correct one mistake in distribute_l...
kronbichler [Tue, 18 Aug 2009 11:46:07 +0000 (11:46 +0000)]
Add one more check for inhomogeneous constraints. Correct one mistake in distribute_local_to_global function.

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

15 years agoLink to the geodynamics demonstration suite.
bangerth [Tue, 18 Aug 2009 00:04:55 +0000 (00:04 +0000)]
Link to the geodynamics demonstration suite.

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

15 years agoSet props correctly.
bangerth [Tue, 18 Aug 2009 00:03:00 +0000 (00:03 +0000)]
Set props correctly.

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

15 years agoAdd.
bangerth [Tue, 18 Aug 2009 00:02:34 +0000 (00:02 +0000)]
Add.

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

15 years agoWording change, set props.
bangerth [Mon, 17 Aug 2009 23:18:05 +0000 (23:18 +0000)]
Wording change, set props.

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

15 years agoComment on the testcase shown.
bangerth [Mon, 17 Aug 2009 22:14:54 +0000 (22:14 +0000)]
Comment on the testcase shown.

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

15 years agoBetter document what we were doing here.
bangerth [Mon, 17 Aug 2009 20:39:30 +0000 (20:39 +0000)]
Better document what we were doing here.

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

15 years agoAlso escape 'parallel'.
bangerth [Mon, 17 Aug 2009 20:27:54 +0000 (20:27 +0000)]
Also escape 'parallel'.

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

15 years agoEscape 'numbers'.
bangerth [Mon, 17 Aug 2009 20:24:53 +0000 (20:24 +0000)]
Escape 'numbers'.

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

15 years agoFix grammar.
bangerth [Mon, 17 Aug 2009 17:33:57 +0000 (17:33 +0000)]
Fix grammar.

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

15 years agoConeBoundary and GridGenerator::truncated_cone. Implementation by Markus Buerg.
bangerth [Mon, 17 Aug 2009 17:26:47 +0000 (17:26 +0000)]
ConeBoundary and GridGenerator::truncated_cone. Implementation by Markus Buerg.

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

15 years agoStyle police.
bangerth [Mon, 17 Aug 2009 16:03:43 +0000 (16:03 +0000)]
Style police.

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

15 years agoGrammar police.
bangerth [Mon, 17 Aug 2009 15:49:57 +0000 (15:49 +0000)]
Grammar police.

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

15 years agoSet end time to 30 million years.
bangerth [Mon, 17 Aug 2009 13:52:41 +0000 (13:52 +0000)]
Set end time to 30 million years.

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

15 years agoDiscuss end times.
bangerth [Mon, 17 Aug 2009 13:51:21 +0000 (13:51 +0000)]
Discuss end times.

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

15 years agoSet end time.
bangerth [Mon, 17 Aug 2009 13:46:57 +0000 (13:46 +0000)]
Set end time.

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

15 years agoChoose a reasonable end time. Leave TODOs.
bangerth [Mon, 17 Aug 2009 03:06:10 +0000 (03:06 +0000)]
Choose a reasonable end time. Leave TODOs.

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

15 years agoFinish writing the testcase part.
bangerth [Mon, 17 Aug 2009 02:46:52 +0000 (02:46 +0000)]
Finish writing the testcase part.

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

15 years agoFix more places where we referenced the Rayleigh number.
bangerth [Mon, 17 Aug 2009 00:45:24 +0000 (00:45 +0000)]
Fix more places where we referenced the Rayleigh number.

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

15 years agoWe were incorrectly referring to something as the 'Rayleigh' number, but it wasn...
bangerth [Sun, 16 Aug 2009 23:50:06 +0000 (23:50 +0000)]
We were incorrectly referring to something as the 'Rayleigh' number, but it wasn't actually. Correct this.

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

15 years agoUpdate.
bangerth [Sun, 16 Aug 2009 18:07:17 +0000 (18:07 +0000)]
Update.

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

15 years agoFix a wording problem.
bangerth [Sat, 15 Aug 2009 23:31:20 +0000 (23:31 +0000)]
Fix a wording problem.

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

15 years agoImplement the constant density sphere gravity model.
bangerth [Sat, 15 Aug 2009 23:28:45 +0000 (23:28 +0000)]
Implement the constant density sphere gravity model.

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

15 years agoUndo include file change from r19268. mpi.h cannot be included if we do not use MPI.
kronbichler [Sat, 15 Aug 2009 09:42:27 +0000 (09:42 +0000)]
Undo include file change from r19268. mpi.h cannot be included if we do not use MPI.

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

15 years agoWrite a decent part of the testcase section. Much to go, though.
bangerth [Sat, 15 Aug 2009 05:29:06 +0000 (05:29 +0000)]
Write a decent part of the testcase section. Much to go, though.

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

15 years agoBreak out the function that computes the gravity vector.
bangerth [Sat, 15 Aug 2009 05:16:35 +0000 (05:16 +0000)]
Break out the function that computes the gravity vector.

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

15 years agoChange things so that the gravity vector actually points down, rather than up.
bangerth [Sat, 15 Aug 2009 04:43:27 +0000 (04:43 +0000)]
Change things so that the gravity vector actually points down, rather than up.

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

15 years agoFix math error.
bangerth [Sat, 15 Aug 2009 01:45:20 +0000 (01:45 +0000)]
Fix math error.

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

15 years agoSwitch to circular/spherical shell testcase.
bangerth [Fri, 14 Aug 2009 21:44:12 +0000 (21:44 +0000)]
Switch to circular/spherical shell testcase.

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

15 years agoClarify a detail.
bangerth [Fri, 14 Aug 2009 21:33:05 +0000 (21:33 +0000)]
Clarify a detail.

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

15 years agoUtilities::System::job_supports_mpi.
bangerth [Fri, 14 Aug 2009 21:27:59 +0000 (21:27 +0000)]
Utilities::System::job_supports_mpi.

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

15 years agoLeave notes.
bangerth [Fri, 14 Aug 2009 18:32:07 +0000 (18:32 +0000)]
Leave notes.

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

15 years agoUse standard name for variables.
bangerth [Fri, 14 Aug 2009 17:59:11 +0000 (17:59 +0000)]
Use standard name for variables.

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

15 years agoCall compress() on the rhs vector in project_initial_temperature. This
bangerth [Fri, 14 Aug 2009 17:57:52 +0000 (17:57 +0000)]
Call compress() on the rhs vector in project_initial_temperature. This
didn't appear to matter so far because we always projected a zero
function, but if the initial temperature is spatially variable we get
very hard to track down errors without this call :-(

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

15 years agoUse 'beta' instead of 'β' in a heading as it appears to confuse doxygen.
bangerth [Fri, 14 Aug 2009 16:15:16 +0000 (16:15 +0000)]
Use 'beta' instead of 'β' in a heading as it appears to confuse doxygen.

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

15 years agoAdd three more references.
bangerth [Fri, 14 Aug 2009 16:06:04 +0000 (16:06 +0000)]
Add three more references.

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

15 years agoAdd these directories as they are necessary for a number of math related functions.
bangerth [Fri, 14 Aug 2009 15:58:48 +0000 (15:58 +0000)]
Add these directories as they are necessary for a number of math related functions.

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

15 years agoEscape "parallel" in two places.
kronbichler [Fri, 14 Aug 2009 13:48:46 +0000 (13:48 +0000)]
Escape "parallel" in two places.

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

15 years agoFix one TODO.
bangerth [Fri, 14 Aug 2009 00:15:24 +0000 (00:15 +0000)]
Fix one TODO.

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

15 years agoFix a couple of places where output_results needed to be adjusted.
bangerth [Thu, 13 Aug 2009 16:32:31 +0000 (16:32 +0000)]
Fix a couple of places where output_results needed to be adjusted.

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

15 years agoFix copyright year.
bangerth [Thu, 13 Aug 2009 15:18:06 +0000 (15:18 +0000)]
Fix copyright year.

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

15 years agoAdd some more results.
bangerth [Thu, 13 Aug 2009 15:05:34 +0000 (15:05 +0000)]
Add some more results.

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

15 years agoAlso output partition information.
bangerth [Thu, 13 Aug 2009 14:46:07 +0000 (14:46 +0000)]
Also output partition information.

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

15 years agoUse proper function name.
bangerth [Thu, 13 Aug 2009 14:39:45 +0000 (14:39 +0000)]
Use proper function name.

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

15 years agoMake output_results not const, so that we can use computing_timer in there.
bangerth [Thu, 13 Aug 2009 14:38:55 +0000 (14:38 +0000)]
Make output_results not const, so that we can use computing_timer in there.

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

15 years agoTime output_results. A couple more minor text edits.
bangerth [Thu, 13 Aug 2009 14:36:29 +0000 (14:36 +0000)]
Time output_results. A couple more minor text edits.

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

15 years agoMinor text editing in a couple of places. Move one block in output_results
bangerth [Thu, 13 Aug 2009 14:01:07 +0000 (14:01 +0000)]
Minor text editing in a couple of places. Move one block in output_results
into the part that is only worked on by one of the processors.

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

15 years agoSome web browsers (like Firefox) seem to not understand that the images should not...
kronbichler [Thu, 13 Aug 2009 09:37:14 +0000 (09:37 +0000)]
Some web browsers (like Firefox) seem to not understand that the images should not take more than 49 precent of available text width, so the second image is completely unvisible to me. Put them in a vertical array instead.

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

15 years agoFinished writing in-code comments.
kronbichler [Thu, 13 Aug 2009 09:34:58 +0000 (09:34 +0000)]
Finished writing in-code comments.

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

15 years agoSay what problem we are solving.
bangerth [Wed, 12 Aug 2009 23:22:00 +0000 (23:22 +0000)]
Say what problem we are solving.

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

15 years agoAdd some initial results.
bangerth [Wed, 12 Aug 2009 16:43:16 +0000 (16:43 +0000)]
Add some initial results.

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

15 years agoAdd some more comments.
kronbichler [Wed, 12 Aug 2009 16:13:05 +0000 (16:13 +0000)]
Add some more comments.

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

15 years agoImprove some comments.
kronbichler [Wed, 12 Aug 2009 15:38:07 +0000 (15:38 +0000)]
Improve some comments.

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

15 years agoDocument setup_dofs.
bangerth [Wed, 12 Aug 2009 15:21:25 +0000 (15:21 +0000)]
Document setup_dofs.

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

15 years agoDocument the setup_*_matrix functions.
bangerth [Wed, 12 Aug 2009 14:57:58 +0000 (14:57 +0000)]
Document the setup_*_matrix functions.

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

15 years agoAdd a couple of sentences. Strip all trailing whitespace.
bangerth [Wed, 12 Aug 2009 14:41:18 +0000 (14:41 +0000)]
Add a couple of sentences. Strip all trailing whitespace.

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

15 years agoLeave myself a TODO.
bangerth [Wed, 12 Aug 2009 14:40:09 +0000 (14:40 +0000)]
Leave myself a TODO.

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

15 years agoFix a typo. Remove a table that lists the maximum polynomial degrees
bangerth [Wed, 12 Aug 2009 14:27:43 +0000 (14:27 +0000)]
Fix a typo. Remove a table that lists the maximum polynomial degrees
for some of the FE matrices. I suspect that the listed polynomial
degrees have long been out of date since we should not compute most of
them automatically, rather than have tables pre-computed and stored.

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

15 years agoFix markup.
bangerth [Wed, 12 Aug 2009 14:24:55 +0000 (14:24 +0000)]
Fix markup.

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

15 years agoTwo small language fixes.
kronbichler [Wed, 12 Aug 2009 14:21:24 +0000 (14:21 +0000)]
Two small language fixes.

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

15 years agoAdd my part of the introduction.
kronbichler [Wed, 12 Aug 2009 14:19:40 +0000 (14:19 +0000)]
Add my part of the introduction.

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

15 years agoEscape a few occurrences of "parallel".
bangerth [Wed, 12 Aug 2009 14:09:10 +0000 (14:09 +0000)]
Escape a few occurrences of "parallel".

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

15 years agoOne typo fix. Enough for today.
bangerth [Wed, 12 Aug 2009 03:56:34 +0000 (03:56 +0000)]
One typo fix. Enough for today.

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

15 years agoDocument computing_timer.
bangerth [Wed, 12 Aug 2009 03:55:50 +0000 (03:55 +0000)]
Document computing_timer.

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

15 years agoCorrect class names.
bangerth [Wed, 12 Aug 2009 03:54:50 +0000 (03:54 +0000)]
Correct class names.

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

15 years agoEscape "parallel" in more places.
bangerth [Wed, 12 Aug 2009 03:47:25 +0000 (03:47 +0000)]
Escape "parallel" in more places.

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

15 years agoMinor changes to documentation.
bangerth [Wed, 12 Aug 2009 03:46:23 +0000 (03:46 +0000)]
Minor changes to documentation.

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

15 years agoLeave 2 todos.
bangerth [Wed, 12 Aug 2009 03:38:13 +0000 (03:38 +0000)]
Leave 2 todos.

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

15 years agoReindent whole file.
bangerth [Wed, 12 Aug 2009 03:32:00 +0000 (03:32 +0000)]
Reindent whole file.

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

15 years agoTwo minor markups.
bangerth [Wed, 12 Aug 2009 03:30:48 +0000 (03:30 +0000)]
Two minor markups.

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

15 years agoUse <code> instead of <tt>.
bangerth [Wed, 12 Aug 2009 03:25:11 +0000 (03:25 +0000)]
Use <code> instead of <tt>.

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

15 years agoAdd references to tutorial programs.
bangerth [Wed, 12 Aug 2009 03:24:23 +0000 (03:24 +0000)]
Add references to tutorial programs.

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

15 years agogcc3.3.2 is unhappy if we have arrays as arguments in places where the array bounds...
bangerth [Tue, 11 Aug 2009 21:37:55 +0000 (21:37 +0000)]
gcc3.3.2 is unhappy if we have arrays as arguments in places where the array bounds depend on member variables.

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

15 years agoWork around another problem with gcc 3.3.x.
bangerth [Tue, 11 Aug 2009 21:37:12 +0000 (21:37 +0000)]
Work around another problem with gcc 3.3.x.

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